Skip to content

Instantly share code, notes, and snippets.

View elieux's full-sized avatar

David Macek elieux

View GitHub Profile
@elieux
elieux / PKGBUILD
Created March 4, 2015 22:37
mingw-w64-itstool
# Contributor (MSYS2): David Macek <[email protected]>
# Maintainer (Arch Linux): Jan Alexander Steffens (heftig) <[email protected]>
# Contributor (Arch Linux): Michael Pusterhofer <pusterhofer(at)student(dot)tugraz(dot)at>
_realname=itstool
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.0.2
pkgrel=1
pkgdesc="XML to PO and back again"
arch=('any')
@elieux
elieux / wget.log
Created February 21, 2015 00:44
SF.net stuff
$ wget http://kent.dl.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz
--2015-02-21 01:14:16-- http://kent.dl.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz
Resolving kent.dl.sourceforge.net (kent.dl.sourceforge.net)... 212.219.56.185
Connecting to kent.dl.sourceforge.net (kent.dl.sourceforge.net)|212.219.56.185|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz?download&failedmirror=kent.dl.sourceforge.net [following]
--2015-02-21 01:14:17-- http://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz?download&failedmirror=kent.dl.sourceforge.net
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sou
@elieux
elieux / mingw32.cmd
Last active December 26, 2021 23:36
MSYS2 start scripts
@echo off
set MSYSTEM=MINGW32
"%~dp0msys2.cmd" %*
set MSYSTEM=
@elieux
elieux / makepkg.log
Created February 19, 2015 15:52
nssm-build-failure
$ MINGW_INSTALLS=mingw64 makepkg-mingw --sign
==> Making package: mingw-w64-x86_64-nssm 2.23-1 (Thu, Feb 19, 2015 4:51:31 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating nssm git repo...
Fetching origin
-> Found messages.h
-> Found messages.rc
-> Found MSG00409.bin
@elieux
elieux / pacman.log
Created February 12, 2015 13:20
gtk-post-install-warning
$ pacman -S mingw-w64-i686-gtk3
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: mingw-w64-i686-harfbuzz will be installed before its mingw-w64-i686-freetype dependency
warning: dependency cycle detected:
warning: mingw-w64-i686-cairo will be installed before its mingw-w64-i686-freetype dependency
warning: dependency cycle detected:
warning: mingw-w64-i686-fontconfig will be installed before its mingw-w64-i686-freetype dependency
@elieux
elieux / build.log
Created February 12, 2015 12:37
scite-build-failure
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/Accessor.cxx
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/CharacterSet.cxx
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/LexerBase.cxx
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/LexerModule.cxx
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -
@elieux
elieux / guide.md
Last active March 15, 2024 16:25
pacman-sign-guide

have a GPG key

Create your new key: gpg --gen-key more...

Back it up: gpg --export-secret-keys --armor <keyid> > my_key_backup.asc more...

@elieux
elieux / PKGBUILD.1
Created February 3, 2015 14:29
pacman-case-insensitive
pkgname=example2
pkgver=1.0
pkgrel=1
arch=('any')
package() {
mkdir "${pkgdir}/var"
echo "example2" > "${pkgdir}/var/EXAMPLE2"
}
@elieux
elieux / PKGBUILD
Created February 3, 2015 14:11
makepkg-find-warning
pkgname=example1
pkgver=1.0
pkgrel=1
arch=(any)
package() {
echo "example1" > "${pkgdir}/.example1"
}
@elieux
elieux / aria2-1.18.9.log
Created February 3, 2015 12:15
aria2 failed build
$ makepkg-mingw
==> Making package: mingw-w64-x86_64-aria2 1.18.9-2 (Tue, Feb 3, 2015 12:51:27 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found aria2-1.18.9.tar.xz
==> Validating source files with md5sums...
aria2-1.18.9.tar.xz ... Passed
==> Extracting sources...
-> Extracting aria2-1.18.9.tar.xz with /usr/bin/bsdtar