From 29eac56d46b697007a8b654efe4c8ce55b497bea Mon Sep 17 00:00:00 2001 From: Kete Foy Date: Sat, 2 Jun 2012 22:28:43 -0400 Subject: incremented pkgrel --- social/seeks/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'social') diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD index cdc4a798d..d15f01178 100644 --- a/social/seeks/PKGBUILD +++ b/social/seeks/PKGBUILD @@ -3,7 +3,7 @@ pkgname=seeks pkgver=0.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="A social decentralized internet overlay for collaborative searches" arch=('i686' 'x86_64' 'mips64el') url="http://www.seeks-project.info/site/" -- cgit v1.2.3-54-g00ecf From 20412037146b0a252716f5ee6386c36d1335c08c Mon Sep 17 00:00:00 2001 From: Kete Foy Date: Sat, 2 Jun 2012 22:56:14 -0400 Subject: although I didn't recognize their names, removed the co-maintainers and added myself as the maintainer --- social/seeks/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'social') diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD index d15f01178..2ff5b8104 100644 --- a/social/seeks/PKGBUILD +++ b/social/seeks/PKGBUILD @@ -1,5 +1,4 @@ -# Co-maintainer: Gitus < git at shroomrider dot com > -# Co-maintainer: Enjolras < 0enjolras0 at laposte dot net > +# Maintainer: Kete < kete at ninthfloor dot org > pkgname=seeks pkgver=0.4.1 -- cgit v1.2.3-54-g00ecf From 144fd0584bef03781a60b0cb04645e922b4c66c3 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 10 Jun 2012 18:27:19 -0300 Subject: gnuhealth: new package and packages dependencies --- social/gnuhealth/PKGBUILD | 45 ++++++++++++++++++++++++++++++++++ social/python-relatorio/PKGBUILD | 21 ++++++++++++++++ social/python2-polib/PKGBUILD | 25 +++++++++++++++++++ social/trytond/PKGBUILD | 30 +++++++++++++++++++++++ social/trytond/trytond.install | 20 ++++++++++++++++ social/trytond/trytond.rc | 52 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 193 insertions(+) create mode 100644 social/gnuhealth/PKGBUILD create mode 100644 social/python-relatorio/PKGBUILD create mode 100644 social/python2-polib/PKGBUILD create mode 100644 social/trytond/PKGBUILD create mode 100644 social/trytond/trytond.install create mode 100644 social/trytond/trytond.rc (limited to 'social') diff --git a/social/gnuhealth/PKGBUILD b/social/gnuhealth/PKGBUILD new file mode 100644 index 000000000..f1da528ff --- /dev/null +++ b/social/gnuhealth/PKGBUILD @@ -0,0 +1,45 @@ +# Maintainer: SpepS + +pkgname=gnuhealth +pkgver=1.6.1 +pkgrel=1 +pkgdesc="A free Health and Hospital Information System" +arch=(any) +url="http://health.gnu.org/" +license=('GPL3') +depends=('trytond') +source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") +md5sums=('fef8c811ca6de3fdd6e2430d644e13c9') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + # python2 fixes + export PYTHON=python2 + sed -i '/TRYTON_PATH/s/python/&2/' configure + + # makefile fixes + sed -e '/install:/a\\tinstall -d $(DESTDIR)$(tryton_modules)/' \ + -e 's/$(tryton/$(DESTDIR)&/' -i Makefile.in + + # mv man file + mv health/man . + + ./configure --prefix=/usr +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make MANTARGET="$pkgdir/usr/share/man/man1" \ + DESTDIR="$pkgdir/" install + + # man + install -Dm644 man/$pkgname.1 \ + "$pkgdir/usr/share/man/man1/$pkgname.1" + + # python2 fix + sed -i 's/env python/&2/' \ + `grep -rl 'env python' "$pkgdir"` +} + +# vim:set ts=2 sw=2 et: diff --git a/social/python-relatorio/PKGBUILD b/social/python-relatorio/PKGBUILD new file mode 100644 index 000000000..6255eeee5 --- /dev/null +++ b/social/python-relatorio/PKGBUILD @@ -0,0 +1,21 @@ +# Contributor: Florian Walch +# Maintainer: Thomas Bahn +pkgname=python-relatorio +pkgver=0.5.6 +pkgrel=1 +pkgdesc="A templating library able to output odt and pdf files" +arch=('i686' 'x86_64') +url="http://relatorio.openhex.org" +license=('GPL') +depends=('python-genshi>=0.5' 'python-lxml>=1.3.6') +makedepends=('python2-distribute') +source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") + +build() { + cd $srcdir/relatorio-$pkgver + chmod 644 relatorio.egg-info/* + python2 setup.py install --root=$pkgdir +} + + +md5sums=('944fb60fadaff451ab6ee8818de516ad') diff --git a/social/python2-polib/PKGBUILD b/social/python2-polib/PKGBUILD new file mode 100644 index 000000000..fc346ec97 --- /dev/null +++ b/social/python2-polib/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Esteban V. Carnevale + +pkgname=python2-polib +_pkgname='polib' +pkgver=0.7.0 +pkgrel=1 +pkgdesc='A library to manipulate gettext files' +url='http://polib.readthedocs.org/en/latest/index.html' +arch=('any') +license=('MIT') +depends=('python2') + +source=("https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz") +md5sums=('958f8f81ade7d2484edc25b3989fe247') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + python2 setup.py build +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +} diff --git a/social/trytond/PKGBUILD b/social/trytond/PKGBUILD new file mode 100644 index 000000000..9f8348f06 --- /dev/null +++ b/social/trytond/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond +pkgver=2.4.0 +_pkgdir=2.4 +pkgrel=1 +pkgdesc="A three-tiers high-level general purpose application platform (server application)" +arch=('any') +url="http://www.tryton.org/" +license=('GPL3') +depends=('python2>=2.4' 'python-lxml' 'python-egenix-mx-base' 'python-relatorio>=0.2.0' 'python-genshi>=0.5' 'python2-polib') +optdepends=('python-psycopg2: support for PostgreSQL database' + 'python-pywebdav: support for WebDAV feature' + 'pydot: support for displaying workflow graphs' + 'python-pytz: timezone support' + 'pyopenssl: support for SSL connection') +makedepends=('python2-distribute') +install="trytond.install" +source=("http://downloads.tryton.org/$_pkgdir/$pkgname-$pkgver.tar.gz" + 'trytond.install' + 'trytond.rc') +md5sums=('ce0bbb8fcd0ef6a02c575823712e29e4' + '768e68c01cb5913e36ea89c67fc98038' + '3ca6aff9b30a52bcf159be7ca630fb6e') + +build() { + cd $srcdir/$pkgname-$pkgver + python2 setup.py install --root=$pkgdir + install -D -m644 etc/trytond.conf $pkgdir/etc/trytond.conf + install -D -m755 $startdir/trytond.rc $pkgdir/etc/rc.d/trytond +} diff --git a/social/trytond/trytond.install b/social/trytond/trytond.install new file mode 100644 index 000000000..46d6daaba --- /dev/null +++ b/social/trytond/trytond.install @@ -0,0 +1,20 @@ +post_install() { + echo + echo "Adding tryton group... " + groupadd tryton + echo + echo "Adding tryton user... " + useradd -c "Tryton Server Daemon" -g tryton -s /bin/false tryton + + echo "Note:" + echo "==> Please don't forget to configure your PostgreSQL database for the program." +} + +post_remove() { + echo "Removing tryton system user... " + userdel tryton && echo "trytond [done]" +} + +op=$1 +shift +[ "$(type -t "$op")" = "function" ] && $op "$@" diff --git a/social/trytond/trytond.rc b/social/trytond/trytond.rc new file mode 100644 index 000000000..a93172a58 --- /dev/null +++ b/social/trytond/trytond.rc @@ -0,0 +1,52 @@ +#!/bin/bash + +. /etc/rc.conf +. /etc/rc.d/functions + +PID=`pidof -o %PPID /usr/bin/python /usr/bin/trytond` +case "$1" in + start) + stat_busy "Starting Tryton server" + # handling log file + if [ ! -e /var/log/trytond/trytond.log ]; then + mkdir -p /var/log/trytond + touch /var/log/trytond/trytond.log + chown -R trytond:trytond /var/log/trytond + fi + # starting the daemon + if [ -z "$PID" ]; then + su - trytond -s /bin/bash -c "/usr/bin/python2 /usr/bin/trytond \ + --logfile=/var/log/trytond/trytond.log &> /dev/null &" + if [ $? -gt 0 ]; then + stat_fail + else + add_daemon trytond + stat_done + fi + else + stat_fail + fi + ;; + stop) + stat_busy "Stopping Tryton server" + if [ ! -z "$PID" ]; then + if [ $? -gt 0 ]; then + stat_fail + else + kill $PID &> /dev/null & + rm_daemon trytond + stat_done + fi + else + stat_fail + fi + ;; + restart) + $0 stop + sleep 3 + $0 start + ;; + *) + echo "usage: $0 {start|stop|restart}" +esac +exit 0 -- cgit v1.2.3-54-g00ecf From 6d006ae5a02b1276e0fe231c95a23465e126e759 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 10 Jun 2012 22:07:06 -0300 Subject: trytond-2.4.0-1: fixing issues on PKGBUILD --- social/trytond/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'social') diff --git a/social/trytond/PKGBUILD b/social/trytond/PKGBUILD index 9f8348f06..237c599f9 100644 --- a/social/trytond/PKGBUILD +++ b/social/trytond/PKGBUILD @@ -26,5 +26,5 @@ build() { cd $srcdir/$pkgname-$pkgver python2 setup.py install --root=$pkgdir install -D -m644 etc/trytond.conf $pkgdir/etc/trytond.conf - install -D -m755 $startdir/trytond.rc $pkgdir/etc/rc.d/trytond + install -D -m755 $srcdir/trytond.rc $pkgdir/etc/rc.d/trytond } -- cgit v1.2.3-54-g00ecf From 1a964ffde3b029db71136e1ceb5e758e1627d8d0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 12 Jun 2012 14:16:14 -0300 Subject: ~fauno/ruby-headers-1.9.3-p194 --- social/ruby-headers/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'social') diff --git a/social/ruby-headers/PKGBUILD b/social/ruby-headers/PKGBUILD index aa00d8d2c..f621772e9 100644 --- a/social/ruby-headers/PKGBUILD +++ b/social/ruby-headers/PKGBUILD @@ -3,8 +3,8 @@ pkgname=ruby-headers _pkgname=ruby -pkgver=1.9.3_p0 -_pkgver=1.9.3-p0 +pkgver=1.9.3_p194 +_pkgver=1.9.3-p194 pkgrel=1 pkgdesc="A package of all Ruby headers needed by some gems like ruby-debug." arch=('any') @@ -12,7 +12,6 @@ url="http://www.ruby-lang.org/en/" license=('GPL2' 'custom:Ruby') depends=("ruby=$pkgver") source=("http://ftp.ruby-lang.org/pub/ruby/1.9/$_pkgname-$_pkgver.tar.bz2") -md5sums=('65401fb3194cdccd6c1175ab29b8fdb8') build() { /bin/true @@ -29,3 +28,4 @@ package() { install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } +md5sums=('2278eff4cfed3cbc0653bc73085caa34') -- cgit v1.2.3-54-g00ecf From d0b846c932dd64ec6d51d82467fd3e46292315f8 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 17 Jun 2012 21:29:52 -0300 Subject: gnuhealth-1.6.2-1: updating version --- social/gnuhealth/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'social') diff --git a/social/gnuhealth/PKGBUILD b/social/gnuhealth/PKGBUILD index f1da528ff..10d059d4a 100644 --- a/social/gnuhealth/PKGBUILD +++ b/social/gnuhealth/PKGBUILD @@ -1,7 +1,8 @@ # Maintainer: SpepS +# Maintainer (Parabola): André Silva pkgname=gnuhealth -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=(any) @@ -9,7 +10,7 @@ url="http://health.gnu.org/" license=('GPL3') depends=('trytond') source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") -md5sums=('fef8c811ca6de3fdd6e2430d644e13c9') +md5sums=('f36bb82a7a142c99da0218d9a889344c') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf From fac282bf659b49c599a634b14486c5d7b76b59b8 Mon Sep 17 00:00:00 2001 From: Kete Foy Date: Sat, 7 Jul 2012 16:54:45 -0400 Subject: incremented the pkgrel --- social/seeks/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'social') diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD index 2ff5b8104..f686a2fc9 100644 --- a/social/seeks/PKGBUILD +++ b/social/seeks/PKGBUILD @@ -2,7 +2,7 @@ pkgname=seeks pkgver=0.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="A social decentralized internet overlay for collaborative searches" arch=('i686' 'x86_64' 'mips64el') url="http://www.seeks-project.info/site/" -- cgit v1.2.3-54-g00ecf From a5664bcb81348df1b02d2de42fc0608ea245d528 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 29 Aug 2012 17:40:31 -0300 Subject: Updated batctl to 2012.3.0 --- social/batctl/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'social') diff --git a/social/batctl/PKGBUILD b/social/batctl/PKGBUILD index b37c0f666..b64c46ef0 100644 --- a/social/batctl/PKGBUILD +++ b/social/batctl/PKGBUILD @@ -1,15 +1,14 @@ # Contributor: Nathan Owe # Maintainer: Thomas Weißschuh pkgname=batctl -pkgver=2011.3.0 +pkgver=2012.3.0 pkgrel=1 pkgdesc="B.A.T.M.A.N. advanced control and management tool" arch=('i686' 'x86_64') url="http://www.open-mesh.net/" license=('GPL') depends=('glibc') -source=("http://downloads.open-mesh.net/batman/releases/batman-adv-${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('a90abd309acda0199c0d7cb63e8a0d4408688a34') +source=("http://downloads.open-mesh.net/batman/releases/batman-adv-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}) build(){ cd ${srcdir}/${pkgname}-${pkgver} @@ -22,3 +21,5 @@ package() { } # vim:set ts=2 sw=2 et: +md5sums=('fe9e6a3994539037b48afc5e3d31628c' + 'fdc6433ebc7fe59ce9eaec56dd843eb9') -- cgit v1.2.3-54-g00ecf From 1bd9d9093ce91658bb3ac0ad3d4d0cf0ba1f9223 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 4 Sep 2012 12:30:17 -0300 Subject: monkeysphere 0.35-3 - converted to 'any' --- social/monkeysphere/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'social') diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD index ba869598e..3c5c590b8 100644 --- a/social/monkeysphere/PKGBUILD +++ b/social/monkeysphere/PKGBUILD @@ -4,9 +4,9 @@ # $Id: PKGBUILD 264 2010-11-10 00:57:53Z shtrom $ pkgname=monkeysphere pkgver=0.35 -pkgrel=2 +pkgrel=3 pkgdesc="Leverage the OpenPGP web of trust for OpenSSH and Web authentication" -arch=('i686' 'x86_64') +arch=('any') url="http://web.monkeysphere.info/" license=('GPL3') depends=('gnupg' 'lockfile-progs' 'perl-crypt-openssl-rsa' 'perl-digest-sha1') @@ -14,7 +14,7 @@ source=(http://archive.monkeysphere.info/debian/pool/${pkgname}/m/${pkgname}/${p install=monkeysphere.install md5sums=('481ac14c9fdef0ccd1944c593bd4f517') -build() { +package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install -- cgit v1.2.3-54-g00ecf From 10a6e665f9baf9ff232f7ebab609bc0a1bca377a Mon Sep 17 00:00:00 2001 From: Shackra Sislock Date: Wed, 12 Sep 2012 22:25:35 -0600 Subject: adding owncloud-client!! --- .gitignore | 0 .gitmodules | 0 .hgignore | 0 artistic/aqsis/PKGBUILD | 0 artistic/aqsis/aqsis.install | 0 artistic/blender-spacenav-libre/PKGBUILD | 0 artistic/blender-spacenav-libre/blender.install | 0 artistic/blender-spacenav-libre/boost-1.50.patch | 0 artistic/blender-spacenav-libre/ffmpeg-0.11.patch | 0 artistic/libspnav/Makefile.in.diff | 0 artistic/libspnav/PKGBUILD | 0 artistic/spacenavd/PKGBUILD | 0 artistic/spacenavd/spacenav.service | 0 artistic/spacenavd/spacenavd | 0 artistic/spnavcfg/PKGBUILD | 0 artistic/yafaray-git/PKGBUILD | 0 artistic/yafaray-git/gcc47.patch | 0 cross/README | 0 .../PKGBUILD | 0 .../PKGBUILD | 0 .../gcc-4.6.2-cloog-0.17.patch | 0 .../gcc-4.7.0-cloog-0.17.patch | 0 .../gcc-hash-style-both.patch | 0 .../gcc_mips64el_lib.patch | 0 .../gcc_pure64.patch | 0 .../cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD | 0 .../PKGBUILD | 0 .../configure.patch | 0 .../glibc-2.10-bz4781.patch | 0 .../glibc-2.10-dont-build-timezone.patch | 0 ....12.2-ignore-origin-of-privileged-program.patch | 0 .../glibc-2.14-libdl-crash.patch | 0 .../glibc-2.14-reexport-rpc-interface.patch | 0 .../glibc-2.14-reinstall-nis-rpc-headers.patch | 0 .../glibc-2.14-revert-4768ae77.patch | 0 ....15-__libc_res_nquerydomain-out-of-bounds.patch | 0 .../glibc-2.15-arena.patch | 0 .../glibc-2.15-avx.patch | 0 .../glibc-2.15-confstr-local-buffer-extent.patch | 0 ...libc-2.15-do-not-install-timezone-files-2.patch | 0 .../glibc-2.15-do-not-install-timezone-files.patch | 0 .../glibc-2.15-feraiseexcept-plt.patch | 0 .../glibc-2.15-fix-res_query-assert.patch | 0 .../glibc-2.15-fmtmsg-locking.patch | 0 .../glibc-2.15-gb18030.patch | 0 .../glibc-2.15-ifunc.patch | 0 .../glibc-2.15-lddebug-scopes.patch | 0 .../glibc-2.15-math64crash.patch | 0 .../glibc-2.15-multiarch-x86-strcmp.patch | 0 .../glibc-2.15-nearbyintf-rounding.patch | 0 .../glibc-2.15-negative-result-cache.patch | 0 .../glibc-2.15-non-signalling-comparisons.patch | 0 .../glibc-2.15-regex.patch | 0 .../glibc-2.15-revert-c5a0802a.patch | 0 .../glibc-2.15-revert-netlink-cache.patch | 0 .../glibc-2.15-rintf-rounding.patch | 0 .../glibc-2.15-scanf.patch | 0 .../glibc-2.15-strcasecmp-disable-avx.patch | 0 .../glibc-2.15-vdso.patch | 0 .../glibc-2.15-vfprintf-nargs.patch | 0 .../glibc-__i686.patch | 0 .../glibc.install | 0 .../locale.gen.txt | 0 .../PKGBUILD | 0 cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD | 0 cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD | 0 cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD | 0 .../mips64el-unknown-linux-gnu-gcc/gcc-ada.install | 0 .../gcc-fortran.install | 0 .../mips64el-unknown-linux-gnu-gcc/gcc-go.install | 0 .../gcc-hash-style-both.patch | 0 .../gcc-libs.install | 0 cross/mips64el-unknown-linux-gnu-gcc/gcc.install | 0 .../gcc_mips64el_lib.patch | 0 .../gcc_pure64.patch | 0 cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD | 0 .../glibc-2.10-bz4781.patch | 0 .../glibc-2.10-dont-build-timezone.patch | 0 ....12.2-ignore-origin-of-privileged-program.patch | 0 .../glibc-2.14-libdl-crash.patch | 0 .../glibc-2.14-reexport-rpc-interface.patch | 0 .../glibc-2.14-reinstall-nis-rpc-headers.patch | 0 .../glibc-2.14-revert-4768ae77.patch | 0 ....15-__libc_res_nquerydomain-out-of-bounds.patch | 0 .../glibc-2.15-arena.patch | 0 .../glibc-2.15-avx.patch | 0 .../glibc-2.15-confstr-local-buffer-extent.patch | 0 ...libc-2.15-do-not-install-timezone-files-2.patch | 0 .../glibc-2.15-do-not-install-timezone-files.patch | 0 .../glibc-2.15-feraiseexcept-plt.patch | 0 .../glibc-2.15-fix-res_query-assert.patch | 0 .../glibc-2.15-fmtmsg-locking.patch | 0 .../glibc-2.15-gb18030.patch | 0 .../glibc-2.15-ifunc.patch | 0 .../glibc-2.15-lddebug-scopes.patch | 0 .../glibc-2.15-math64crash.patch | 0 .../glibc-2.15-multiarch-x86-strcmp.patch | 0 .../glibc-2.15-nearbyintf-rounding.patch | 0 .../glibc-2.15-negative-result-cache.patch | 0 .../glibc-2.15-non-signalling-comparisons.patch | 0 .../glibc-2.15-regex.patch | 0 .../glibc-2.15-revert-c5a0802a.patch | 0 .../glibc-2.15-revert-netlink-cache.patch | 0 .../glibc-2.15-rintf-rounding.patch | 0 .../glibc-2.15-scanf.patch | 0 .../glibc-2.15-strcasecmp-disable-avx.patch | 0 .../glibc-2.15-vdso.patch | 0 .../glibc-2.15-vfprintf-nargs.patch | 0 .../glibc-__i686.patch | 0 .../mips64el-unknown-linux-gnu-glibc/glibc.install | 0 .../locale.gen.txt | 0 .../PKGBUILD | 0 elementary/elementary-gtk-theme/PKGBUILD | 0 .../elementary-gtk-theme.install | 0 elementary/elementary-icons/PKGBUILD | 0 elementary/gtk-engine-equinox/PKGBUILD | 0 elementary/postler/PKGBUILD | 0 elementary/postler/postler.install | 0 elementary/trisquel-themes/PKGBUILD | 0 elementary/vala-010/PKGBUILD | 0 gis/grass/PKGBUILD | 0 gis/grass/grass.conf | 0 gis/grass/grass.install | 0 gis/grass/grass.sh | 0 gis/libfreexl/PKGBUILD | 0 gis/libspatialite/PKGBUILD | 0 gis/merkaartor/PKGBUILD | 0 gis/merkaartor/install | 0 gis/qgis/PKGBUILD | 0 gis/qgis/qgis.desktop | 0 gis/qgis/qgis_1.7.4_gcc4.7.patch | 0 gis/spatialindex/PKGBUILD | 0 gnu/README | 0 gnu/gnun/PKGBUILD | 0 gnu/recutils/ChangeLog | 0 gnu/recutils/PKGBUILD | 0 gnu/recutils/recutils.install | 0 kernels/aufs2-libre/PKGBUILD | 0 kernels/aufs2-libre/aufs2-libre.install | 0 kernels/aufs2-libre/aufs2-module-2.6.36.patch | 0 kernels/aufs2-libre/create-tarball.sh | 0 kernels/aufs3-libre/PKGBUILD | 0 kernels/aufs3-libre/aufs3-libre.install | 0 kernels/linux-libre-aufs_friendly/Kbuild | 0 kernels/linux-libre-aufs_friendly/Kbuild.platforms | 0 kernels/linux-libre-aufs_friendly/PKGBUILD | 0 .../aufs3-libre-base.patch | 0 .../aufs3-libre-standalone.patch | 0 kernels/linux-libre-aufs_friendly/boot-logo.patch | 0 .../change-default-console-loglevel.patch | 0 kernels/linux-libre-aufs_friendly/config.i686 | 0 kernels/linux-libre-aufs_friendly/config.x86_64 | 0 .../linux-libre-aufs_friendly/ext4-options.patch | 0 .../i915-fix-ghost-tv-output.patch | 0 .../linux-libre-aufs_friendly.install | 0 .../linux-libre-aufs_friendly.preset | 0 kernels/linux-libre-lts-rt/.directory | 0 kernels/linux-libre-lts-rt/Kbuild | 0 kernels/linux-libre-lts-rt/Kbuild.platforms | 0 kernels/linux-libre-lts-rt/PKGBUILD | 0 kernels/linux-libre-lts-rt/boot-logo.patch | 0 .../change-default-console-loglevel.patch | 0 kernels/linux-libre-lts-rt/config.i686 | 0 kernels/linux-libre-lts-rt/config.x86_64 | 0 kernels/linux-libre-lts-rt/ext4-options.patch | 0 .../i915-fix-ghost-tv-output.patch | 0 .../linux-libre-lts-rt/linux-libre-lts-rt.install | 0 .../linux-libre-lts-rt/linux-libre-lts-rt.preset | 0 kernels/linux-libre-lts-xen/PKGBUILD | 0 kernels/linux-libre-lts-xen/boot-logo.patch | 0 .../change-default-console-loglevel.patch | 0 kernels/linux-libre-lts-xen/config.i686 | 0 kernels/linux-libre-lts-xen/ext4-options.patch | 0 kernels/linux-libre-lts-xen/fix-i915.patch | 0 .../i915-fix-ghost-tv-output.patch | 0 kernels/linux-libre-lts-xen/i915-gpu-finish.patch | 0 .../linux-libre-lts-xen.install | 0 .../linux-libre-lts-xen/linux-libre-lts-xen.preset | 0 .../3.4.4-fix-backlight-regression.patch | 0 kernels/linux-libre-rt/Kbuild | 0 kernels/linux-libre-rt/Kbuild.platforms | 0 kernels/linux-libre-rt/PKGBUILD | 0 kernels/linux-libre-rt/boot-logo.patch | 0 .../change-default-console-loglevel.patch | 0 kernels/linux-libre-rt/config.i686 | 0 kernels/linux-libre-rt/config.x86_64 | 0 .../linux-libre-rt/i915-fix-ghost-tv-output.patch | 0 kernels/linux-libre-rt/linux-libre-rt.install | 0 kernels/linux-libre-rt/linux-libre-rt.preset | 0 kernels/linux-libre-xen/PKGBUILD | 0 kernels/linux-libre-xen/boot-logo.patch | 0 .../change-default-console-loglevel.patch | 0 kernels/linux-libre-xen/config.i686 | 0 kernels/linux-libre-xen/ext4-options.patch | 0 .../linux-libre-xen/i915-fix-ghost-tv-output.patch | 0 kernels/linux-libre-xen/linux-libre-xen.install | 0 kernels/linux-libre-xen/linux-libre-xen.preset | 0 kernels/xe-guest-utilities/PKGBUILD | 0 kernels/xe-guest-utilities/ip_address.patch | 0 .../xe-guest-utilities-parabola.patch | 0 kernels/xen/24341.patch | 0 kernels/xen/24344.patch | 0 kernels/xen/24345.patch | 0 kernels/xen/PKGBUILD | 0 kernels/xen/dom0_xz_decompression.patch | 0 kernels/xen/parabolainit.patch | 0 kernels/xen/xen.patch | 0 libre-testing/b43-tools-git/PKGBUILD | 0 libre-testing/icewm-themes-libre/PKGBUILD | 0 libre-testing/openfwwf/PKGBUILD | 0 .../systemd/0001-Reinstate-TIMEOUT-handling.patch | 0 libre-testing/systemd/PKGBUILD | 0 libre-testing/systemd/initcpio-hook-udev | 0 libre-testing/systemd/initcpio-install-timestamp | 0 libre-testing/systemd/initcpio-install-udev | 0 libre-testing/systemd/locale.sh | 0 libre-testing/systemd/os-release | 0 libre-testing/systemd/rePKGBUILD | 0 libre-testing/systemd/systemd-tools.install | 0 libre-testing/systemd/systemd.install | 0 libre-testing/unace-libre/PKGBUILD | 0 libre-testing/unar/PKGBUILD | 0 libre-testing/unarchiver/PKGBUILD | 0 libre-testing/xadmaster/PKGBUILD | 0 libre/abiword-libre/PKGBUILD | 0 libre/abiword-libre/abiword-2.8.6-libpng15.patch | 0 .../abiword-libre/abiword-2.8.6-no-undefined.patch | 0 libre/abiword-libre/abiword-libre.install | 0 libre/abiword-libre/compat_libwpg_0_9.patch | 0 libre/abiword-libre/liberation-fonts.patch | 0 libre/abs-libre/PKGBUILD | 0 libre/abs-libre/abs.install | 0 libre/abuse-libre/PKGBUILD | 0 libre/abuse-libre/abuse.install | 0 libre/abuse-libre/non-claudio.patch | 0 libre/abuse-libre/rePKGBUILD | 0 libre/aif-libre/PKGBUILD | 0 libre/apache-ant/PKGBUILD | 0 libre/apache-ant/apache-ant.csh | 0 libre/apache-ant/apache-ant.sh | 0 libre/aspell-pl-libre/PKGBUILD | 0 libre/atool-libre/PKGBUILD | 0 libre/atool-libre/atool.changelog | 0 libre/atool-libre/rePKGBUILD | 0 libre/audacious-plugins-libre/PKGBUILD | 0 libre/audacity-libre/.directory | 0 libre/audacity-libre/PKGBUILD | 0 libre/audacity-libre/audacity-libre.install | 0 libre/audacity-libre/remove-unfree-nyquist.patch | 0 libre/blackbox-libre/PKGBUILD | 0 libre/blackbox-libre/bbdock.patch | 0 libre/blackbox-libre/bsetbg-feh.patch | 0 libre/blackbox-libre/gcc4.3.patch | 0 libre/blackbox-libre/menu | 0 .../textpropertytostring-unconditional.patch | 0 libre/blender-libre/PKGBUILD | 0 libre/blender-libre/blender.install | 0 libre/blender-libre/boost-1.50.patch | 0 libre/blender-libre/ffmpeg-0.11.patch | 0 libre/bogofilter-libre/PKGBUILD | 0 libre/cdrkit-libre/PKGBUILD | 0 libre/clementine-libre/PKGBUILD | 0 .../clementine-fix-albumcoverfetch-crash.patch | 0 .../clementine-libre/clementine-fresh-start.patch | 0 libre/clementine-libre/clementine.install | 0 libre/clementine-libre/imobiledevice.patch | 0 .../remove-and-disable-spotify.patch | 0 ...remove-nonfree-references-on-translations.patch | 0 libre/crosstool-ng/PKGBUILD | 0 libre/crosstool-ng/libc_ports_short_name.patch | 0 libre/cups-filters-libre/PKGBUILD | 0 libre/cups-libre/PKGBUILD | 0 libre/cups-libre/cups | 0 libre/cups-libre/cups-avahi-1-config.patch | 0 libre/cups-libre/cups-avahi-2-backend.patch | 0 libre/cups-libre/cups-avahi-3-timeouts.patch | 0 libre/cups-libre/cups-avahi-4-poll.patch | 0 libre/cups-libre/cups-avahi-5-services.patch | 0 libre/cups-libre/cups-no-export-ssllibs.patch | 0 libre/cups-libre/cups-no-gcrypt.patch | 0 libre/cups-libre/cups-no-gzip-man.patch | 0 libre/cups-libre/cups.install | 0 libre/cups-libre/cups.logrotate | 0 libre/cups-libre/cups.pam | 0 libre/cups-libre/rePKGBUILD | 0 libre/debhelper/PKGBUILD | 0 libre/dpkg/PKGBUILD | 0 libre/dpkg/dpkg-arch.patch | 0 libre/dpkg/dpkg-rsyncable.patch | 0 libre/dvdrip-libre/PKGBUILD | 0 libre/dvdrip-libre/dvdrip.desktop | 0 libre/dvdrip-libre/dvdrip.install | 0 libre/dvdrip-libre/libre.patch | 0 ...Poppler-0.17.0-I-needed-to-swap-the-blue-.patch | 0 libre/epdfview-libre/PKGBUILD | 0 libre/epdfview-libre/epdfview.desktop.patch | 0 libre/epdfview-libre/epdfview.install | 0 libre/epdfview-libre/glib2_headers.patch | 0 libre/file-roller-libre/PKGBUILD | 0 libre/file-roller-libre/file-roller.install | 0 libre/file-roller-libre/rePKGBUILD | 0 libre/filesystem/PKGBUILD | 0 libre/filesystem/crypttab | 0 libre/filesystem/filesystem.install | 0 libre/filesystem/fstab | 0 libre/filesystem/group | 0 libre/filesystem/gshadow | 0 libre/filesystem/host.conf | 0 libre/filesystem/hosts | 0 libre/filesystem/issue | 0 libre/filesystem/ld.so.conf | 0 libre/filesystem/modprobe.d.usb-load-ehci-first | 0 libre/filesystem/motd | 0 libre/filesystem/nsswitch.conf | 0 libre/filesystem/os-release | 0 libre/filesystem/passwd | 0 libre/filesystem/profile | 0 libre/filesystem/resolv.conf | 0 libre/filesystem/securetty | 0 libre/filesystem/shadow | 0 libre/filesystem/shells | 0 libre/foomatic-filters-libre/PKGBUILD | 0 libre/ghostscript-libre/PKGBUILD | 0 libre/ghostscript-libre/svn_rev11948.diff | 0 libre/gnu-ghostscript/PKGBUILD | 0 .../gnu-ghostscript-cups-rgbw.patch | 0 libre/gnu-ghostscript/libtool.patch | 0 libre/gnustep-base-libre/PKGBUILD | 0 libre/gnustep-make-libre/PKGBUILD | 0 libre/grub/PKGBUILD | 0 libre/grub/grub.install | 0 libre/grub2/05_archtheme | 0 libre/grub2/20_memtest86+ | 0 libre/grub2/PKGBUILD | 0 .../fix_stack_pointer_handling_16_relocator.patch | 0 libre/grub2/grub-install.fix | 0 ...config-Use_outside_GRUB_PREFIX_if_defined.patch | 0 libre/grub2/grub.cfg | 0 libre/grub2/grub.default | 0 libre/grub2/grub2.install | 0 .../grub2_automake_1.11.2_pkglib_to_pkgdata.patch | 0 libre/grub2/grub2_bzr_export.sh | 0 libre/grub2/grub_extras_lua_args_fix.patch | 0 libre/grub2/parabola-mkconfig.patch | 0 libre/grub2/parabola_grub_mkconfig_fixes.patch | 0 libre/gstreamer0.10-bad-libre/PKGBUILD | 0 .../gstreamer0.10-bad-plugins.install | 0 libre/gstreamer0.10-good/PKGBUILD | 0 .../gstreamer0.10-good-plugins.install | 0 libre/h-client/PKGBUILD | 0 libre/hardinfo/PKGBUILD | 0 libre/hardinfo/fixsensors.patch | 0 libre/hardinfo/hardinfo.distro | 0 libre/hplip-libre/PKGBUILD | 0 libre/hplip-libre/hplip.install | 0 libre/iceape-i18n/.gitignore | 0 libre/iceape-i18n/Makefile | 0 libre/iceape-i18n/PKGBUILD | 0 libre/iceape-i18n/PKGBUILD.in | 0 libre/iceape-libre/PKGBUILD | 0 libre/iceape-libre/clrf.patch | 0 libre/iceape-libre/gcc47.patch | 0 libre/iceape-libre/iceape-2.0-lang.patch | 0 libre/iceape-libre/iceape.desktop | 0 libre/iceape-libre/iceape.install | 0 libre/iceape-libre/libre.patch | 0 libre/iceape-libre/mozconfig | 0 libre/icecat-i18n/.gitignore | 0 libre/icecat-i18n/Makefile | 0 libre/icecat-i18n/PKGBUILD | 0 libre/icecat-i18n/PKGBUILD.in | 0 libre/icecat/PKGBUILD | 0 libre/icecat/cairo.patch | 0 libre/icecat/gcc47.patch | 0 libre/icecat/icecat-install-dir.patch | 0 libre/icecat/icecat-safe.desktop | 0 libre/icecat/icecat.desktop | 0 libre/icecat/icecat.install | 0 libre/icecat/libre.patch | 0 libre/icecat/mozconfig | 0 libre/icecat/mozconfig.pgo | 0 libre/icecat/vendor.js | 0 libre/icecat/xulrunner-copy-stub.patch | 0 libre/icedove-i18n/PKGBUILD | 0 libre/icedove-libre/PKGBUILD | 0 libre/icedove-libre/channel-prefs.js | 0 libre/icedove-libre/clrf.patch | 0 libre/icedove-libre/gcc47.patch | 0 libre/icedove-libre/icedove.desktop | 0 libre/icedove-libre/icedove.install | 0 libre/icedove-libre/makefile.patch | 0 libre/icedove-libre/mozconfig | 0 libre/icedove-libre/vendor.js | 0 libre/iceweasel-i18n/.gitignore | 0 libre/iceweasel-i18n/Makefile | 0 libre/iceweasel-i18n/PKGBUILD | 0 libre/iceweasel-i18n/PKGBUILD.in | 0 ...Make-the-Reset-Firefox-feature-more-gener.patch | 0 libre/iceweasel-libre/PKGBUILD | 0 libre/iceweasel-libre/iceweasel-install-dir.patch | 0 libre/iceweasel-libre/iceweasel.install | 0 libre/iceweasel-libre/libre.patch | 0 libre/iceweasel-libre/mozconfig | 0 libre/iceweasel-libre/mozconfig.pgo | 0 libre/iceweasel-libre/shared-libs.patch | 0 libre/iceweasel-libre/vendor.js | 0 libre/iceweasel-libre/xulrunner-copy-stub.patch | 0 ...emove-run-nologin-before-leaving-rc.multi.patch | 0 libre/initscripts/PKGBUILD | 0 libre/initscripts/initscripts.install | 0 libre/initscripts/wireless.conf.d | 0 libre/java-asm2/PKGBUILD | 0 libre/java-asm3/PKGBUILD | 0 libre/java-ow-util-ant-tasks/PKGBUILD | 0 libre/java-ow-util-ant-tasks/SRCBUILD | 0 libre/kdebase-konqueror-libre/PKGBUILD | 0 .../kdebase-konqueror.install | 0 libre/kdebase-konqueror-libre/konq-about-fsdg.diff | 0 libre/kdelibs-libre/PKGBUILD | 0 libre/kdelibs-libre/fix-kmail-crash.patch | 0 libre/kdelibs-libre/kde-applications-menu.patch | 0 libre/kdelibs-libre/kdelibs.install | 0 libre/kdelibs-libre/khtml-fsdg.diff | 0 .../use-pythondontwritebytecode.patch | 0 libre/kdenetwork-kopete-libre/PKGBUILD | 0 .../kdenetwork-kopete.install | 0 libre/kdenetwork-kopete-libre/kdenetwork.install | 0 libre/kdeutils-ark-libre/PKGBUILD | 0 libre/kdeutils-ark-libre/kdeutils-ark.install | 0 libre/kdeutils-ark-libre/rePKGBUILD | 0 libre/kernel26-libre-lts/PKGBUILD | 0 libre/kernel26-libre-lts/buildfix-gcc46.diff | 0 libre/kernel26-libre-lts/config.i686 | 0 libre/kernel26-libre-lts/config.x86_64 | 0 .../kernel26-libre-lts/kernel26-libre-lts.install | 0 libre/kernel26-libre-lts/kernel26-lts.preset | 0 libre/kernel26-libre-lts/libata-alignment.patch | 0 libre/kernel26-libre-lts/packages/.svn/entries | 0 libre/kernel26-libre-manpages/PKGBUILD | 0 libre/kile-libre/PKGBUILD | 0 libre/kile-libre/kile.install | 0 libre/kile-libre/no-acroread.patch | 0 libre/lame-libre/PKGBUILD | 0 libre/lesspipe-libre/PKGBUILD | 0 libre/lesspipe-libre/lesspipe.sh | 0 libre/lesspipe-libre/rePKGBUILD | 0 libre/libquicktime-libre/PKGBUILD | 0 libre/libretools/PKGBUILD | 0 libre/libretools/libretools.install | 0 libre/libui-sh/PKGBUILD | 0 libre/licenses-libre/PKGBUILD | 0 libre/licenses-libre/ZopePublicLicense.txt | 0 libre/licenses-libre/cc-by-3.0.txt | 0 libre/licenses-libre/cc-by-sa-3.0.txt | 0 libre/licenses-libre/cc-readme.txt | 0 libre/licenses-libre/cddl-1.0.txt | 0 libre/licenses-libre/cpl-1.0.txt | 0 libre/licenses-libre/eclipse-1.0.txt | 0 libre/licenses-libre/perlartistic.txt | 0 libre/licenses-libre/python-2.txt | 0 libre/liferea-libre/PKGBUILD | 0 libre/liferea-libre/libnotify-0.7.patch | 0 libre/liferea-libre/liferea.install | 0 .../remove-non-free-suggestions.patch | 0 libre/lilo/PKGBUILD | 0 libre/lilo/lilo.conf | 0 libre/lilo/lilo.install | 0 libre/linux-libre-api-headers/PKGBUILD | 0 libre/linux-libre-lts/Kbuild | 0 libre/linux-libre-lts/Kbuild.platforms | 0 libre/linux-libre-lts/PKGBUILD | 0 libre/linux-libre-lts/boot-logo.patch | 0 .../change-default-console-loglevel.patch | 0 libre/linux-libre-lts/config.i686 | 0 libre/linux-libre-lts/config.x86_64 | 0 libre/linux-libre-lts/ext4-options.patch | 0 .../linux-libre-lts/i915-fix-ghost-tv-output.patch | 0 libre/linux-libre-lts/linux-libre-lts.install | 0 libre/linux-libre-lts/linux-libre-lts.preset | 0 libre/linux-libre-manpages/PKGBUILD | 0 libre/linux-libre-tools/PKGBUILD | 0 libre/linux-libre-tools/cpupower.conf | 0 libre/linux-libre-tools/cpupower.rc | 0 libre/linux-libre-tools/cpupower.service | 0 libre/linux-libre-tools/cpupower.systemd | 0 libre/linux-libre-tools/usbipd.conf | 0 libre/linux-libre-tools/usbipd.rc | 0 libre/linux-libre-tools/usbipd.service | 0 libre/linux-libre/ChangeLog | 0 libre/linux-libre/Kbuild | 0 libre/linux-libre/Kbuild.platforms | 0 libre/linux-libre/PKGBUILD | 0 libre/linux-libre/boot-logo.patch | 0 .../change-default-console-loglevel.patch | 0 libre/linux-libre/config.i686 | 0 libre/linux-libre/config.x86_64 | 0 libre/linux-libre/linux-libre.install | 0 libre/linux-libre/linux-libre.preset | 0 libre/lirc-libre/PKGBUILD | 0 libre/lirc-libre/irexec.conf | 0 libre/lirc-libre/irexecd | 0 libre/lirc-libre/kernel-2.6.39.patch | 0 libre/lirc-libre/lirc.install | 0 libre/lirc-libre/lirc.logrotate | 0 libre/lirc-libre/lirc_atiusb-kfifo.patch | 0 libre/lirc-libre/lirc_wpc8769l.patch | 0 libre/lirc-libre/lircd | 0 libre/lirc-libre/lircd-handle-large-config.patch | 0 libre/lirc-libre/lircd.conf | 0 libre/lirc-libre/lircmd | 0 libre/lsb-release-libre/PKGBUILD | 0 libre/lsb-release-libre/lsb-release.install | 0 libre/luxblend25/PKGBUILD | 0 libre/mariadb/PKGBUILD | 0 libre/mariadb/mariadb.install | 0 libre/mariadb/my.cnf | 0 libre/mariadb/mysql.install | 0 libre/mariadb/mysqld | 0 libre/maven-libre/PKGBUILD | 0 libre/maven-libre/maven.csh | 0 libre/maven-libre/maven.sh | 0 libre/mesa-demos-libre/LICENSE | 0 libre/mesa-demos-libre/PKGBUILD | 0 libre/metalog/PKGBUILD | 0 libre/metalog/metalog | 0 libre/metalog/metalog.confd | 0 libre/mozilla-devscripts/PKGBUILD | 0 libre/mozilla-searchplugins/PKGBUILD | 0 libre/mozilla-searchplugins/duck-duck-go-lite.xml | 0 libre/mozilla-searchplugins/internet-archive.xml | 0 libre/mozilla-searchplugins/jamendo-en.xml | 0 libre/mozilla-searchplugins/logless-search.xml | 0 libre/mozilla-searchplugins/parabola-packages.xml | 0 libre/mozilla-searchplugins/parabola-wiki-en.xml | 0 libre/mozilla-searchplugins/seeks-search.xml | 0 libre/mozilla-searchplugins/wikipedia.xml | 0 libre/mozilla-searchplugins/yacy.xml | 0 libre/mplayer-libre/.directory | 0 libre/mplayer-libre/PKGBUILD | 0 libre/mplayer-libre/mplayer.desktop | 0 libre/mplayer-libre/mplayer.install | 0 libre/mplayer-libre/mplayer.png | Bin libre/mplayer-vaapi-libre/PKGBUILD | 0 libre/mplayer-vaapi-libre/mplayer-vaapi.install | 0 libre/mplayer-vaapi-libre/tweak-desktop-file.patch | 0 libre/p7zip-libre/7zFM.desktop | 0 libre/p7zip-libre/9.04-makefile.patch | 0 libre/p7zip-libre/PKGBUILD | 0 libre/p7zip-libre/install | 0 libre/p7zip-libre/p7zip-libre.patch | 0 libre/pacman-mirrorlist-libre/PKGBUILD | 0 ...flict-for-replacing-owned-empty-directory.patch | 0 .../0002-Check-empty-subdirectory-ownership.patch | 0 libre/pacman/PKGBUILD | 0 libre/pacman/makepkg.conf | 0 libre/pacman/pacman.conf | 0 libre/pacman/pacman.conf.mips64el | 0 libre/pacman/pacman.conf.x86_64 | 0 libre/pacman/pacman.install | 0 libre/pacman/rePKGBUILD | 0 libre/parabola-archiso-git/PKGBUILD | 0 libre/parabola-keyring/PKGBUILD | 0 libre/parabola-keyring/parabola-keyring.install | 0 libre/parabola-themes-slim/PKGBUILD | 0 libre/parabolaweb-git/Makefile | 0 libre/parabolaweb-git/PKGBUILD | 0 libre/parabolaweb-git/deps-ver.txt | 0 libre/parabolaweb-git/parabolaweb.init.sh | 0 libre/parabolaweb-git/parabolaweb.update.sh.in | 0 libre/parabolaweb-git/requirements_prod.txt | 0 libre/psutils-libre/PKGBUILD | 0 libre/psutils-libre/psutils-1.17.diff | 0 libre/python-reportlab-libre/PKGBUILD | 0 libre/python-reportlab-libre/free-fonts.patch | 0 libre/python2-ply/PKGBUILD | 0 libre/rp-pppoe-libre/PKGBUILD | 0 libre/rp-pppoe-libre/adsl | 0 libre/rp-pppoe-libre/rp-pppoe-libre.patch | 0 libre/rp-pppoe-libre/rp-pppoe.install | 0 libre/sdl-libre/PKGBUILD | 0 libre/sdl-libre/sdl-1.2.14-disable-mmx.patch | 0 .../sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch | 0 libre/seamonkey-libre/PKGBUILD | 0 libre/seamonkey-libre/clrf.patch | 0 libre/seamonkey-libre/gcc47.patch | 0 libre/seamonkey-libre/gnuzilla-addons.patch | 0 libre/seamonkey-libre/libvpx.patch | 0 libre/seamonkey-libre/mozconfig | 0 libre/seamonkey-libre/python27.patch | 0 libre/seamonkey-libre/seamonkey-2.0-lang.patch | 0 libre/seamonkey-libre/seamonkey.desktop | 0 libre/seamonkey-libre/seamonkey.install | 0 libre/sqlite3-libre/PKGBUILD | 0 libre/sqlite3-libre/license.txt | 0 libre/sqlite3/PKGBUILD | 0 libre/sqlite3/license.txt | 0 libre/syslinux/PKGBUILD | 0 libre/syslinux/avoid-using-ext2_fs.patch | 0 libre/syslinux/fix-undefined-type-umode_t.patch | 0 ...ctors-dtors-via-init_array-and-fini_array.patch | 0 libre/syslinux/rePKGBUILD | 0 libre/syslinux/splash.png | Bin .../syslinux-dont-build-dos-windows-targets.patch | 0 libre/syslinux/syslinux-install_update | 0 libre/syslinux/syslinux.cfg | 0 libre/syslinux/syslinux.install | 0 ...for-proper-return-from-dirent_ensure_type.patch | 0 ...close-FIFO-before-ending-sessions-cleanly.patch | 0 ...l-never-follow-symlinks-in-rm_rf_children.patch | 0 libre/systemd/PKGBUILD | 0 libre/systemd/os-release | 0 libre/systemd/rePKGBUILD | 0 libre/systemd/systemd.install | 0 libre/texlive-bin-libre/09-texlive-fonts.conf | 0 libre/texlive-bin-libre/PKGBUILD | 0 .../texlive-bin-libre/fix-fontforge-encoding.patch | 0 libre/texlive-bin-libre/luatex-poppler-0.20.patch | 0 .../luatex-r4449-radical-rule-thickness.patch | 0 libre/texlive-bin-libre/poppler-0.20.patch | 0 libre/texlive-bin-libre/texlive.install | 0 libre/texlive-bin-libre/texmf.cnf | 0 libre/texlive-core-libre/PKGBUILD | 0 libre/texlive-core-libre/texlive-core.maps | 0 libre/texlive-core-libre/texlive.install | 0 libre/texlive-fontsextra-libre/PKGBUILD | 0 .../texlive-fontsextra.maps | 0 libre/texlive-fontsextra-libre/texlive.install | 0 libre/texlive-latexextra-libre/PKGBUILD | 0 .../texlive-latexextra.maps | 0 libre/texlive-latexextra-libre/texlive.install | 0 libre/thunderbird-libre/.directory | 0 libre/thunderbird-libre/PKGBUILD | 0 libre/thunderbird-libre/channel-prefs.js | 0 libre/thunderbird-libre/clrf.patch | 0 libre/thunderbird-libre/gcc47.patch | 0 libre/thunderbird-libre/mozconfig | 0 libre/thunderbird-libre/rePKGBUILD | 0 libre/thunderbird-libre/searchplugins-libre.patch | 0 .../thunderbird-install-dir.patch | 0 libre/thunderbird-libre/thunderbird.desktop | 0 libre/thunderbird-libre/thunderbird.install | 0 libre/thunderbird-libre/vendor.js | 0 libre/ttf-thai-libre/PKGBUILD | 0 libre/ttf-thai-libre/ttf.install | 0 libre/unarchiver/PKGBUILD | 0 libre/unarchiver/libz.patch | 0 libre/unarchiver/native_obj_exceptions.patch | 0 libre/unrar-libre/PKGBUILD | 0 libre/ununrar/PKGBUILD | 0 libre/unzip-libre/PKGBUILD | 0 libre/unzip-libre/SRCBUILD | 0 libre/unzip-libre/match.patch | 0 libre/vhba-module-libre/60-vhba.rules | 0 libre/vhba-module-libre/PKGBUILD | 0 libre/vhba-module-libre/vhba-module.install | 0 .../60-vboxguest.rules | 0 libre/virtualbox-libre-modules-lts/LocalConfig.kmk | 0 libre/virtualbox-libre-modules-lts/PKGBUILD | 0 .../free-distros.patch | 0 libre/virtualbox-libre-modules-lts/libre.patch | 0 libre/virtualbox-libre-modules-lts/os_blag.png | Bin libre/virtualbox-libre-modules-lts/os_blag_64.png | Bin libre/virtualbox-libre-modules-lts/os_dragora.png | Bin .../virtualbox-libre-modules-lts/os_dragora_64.png | Bin .../virtualbox-libre-modules-lts/os_dynebolic.png | Bin .../virtualbox-libre-modules-lts/os_gnewsense.png | Bin .../os_gnewsense_64.png | Bin libre/virtualbox-libre-modules-lts/os_gnu.png | Bin libre/virtualbox-libre-modules-lts/os_gnu_64.png | Bin libre/virtualbox-libre-modules-lts/os_gnuhurd.png | Bin libre/virtualbox-libre-modules-lts/os_gnulinux.png | Bin .../os_gnulinux_64.png | Bin libre/virtualbox-libre-modules-lts/os_musix.png | Bin libre/virtualbox-libre-modules-lts/os_musix_64.png | Bin libre/virtualbox-libre-modules-lts/os_os64base.png | Bin libre/virtualbox-libre-modules-lts/os_os64base.xcf | Bin libre/virtualbox-libre-modules-lts/os_osbase.png | Bin libre/virtualbox-libre-modules-lts/os_osbase.xcf | Bin libre/virtualbox-libre-modules-lts/os_parabola.png | Bin .../os_parabola_64.png | Bin libre/virtualbox-libre-modules-lts/os_trisquel.png | Bin .../os_trisquel_64.png | Bin libre/virtualbox-libre-modules-lts/os_ututo.png | Bin libre/virtualbox-libre-modules-lts/os_ututo_64.png | Bin libre/virtualbox-libre-modules-lts/os_venenux.png | Bin .../virtualbox-libre-modules-lts.install | 0 .../virtualbox-libre-parabola-modules-lts.install | 0 libre/virtualbox-libre-modules/.directory | 0 libre/virtualbox-libre-modules/60-vboxguest.rules | 0 libre/virtualbox-libre-modules/LocalConfig.kmk | 0 libre/virtualbox-libre-modules/PKGBUILD | 0 libre/virtualbox-libre-modules/free-distros.patch | 0 libre/virtualbox-libre-modules/libre.patch | 0 libre/virtualbox-libre-modules/linux34.patch | 0 libre/virtualbox-libre-modules/os_blag.png | Bin libre/virtualbox-libre-modules/os_blag_64.png | Bin libre/virtualbox-libre-modules/os_dragora.png | Bin libre/virtualbox-libre-modules/os_dragora_64.png | Bin libre/virtualbox-libre-modules/os_dynebolic.png | Bin libre/virtualbox-libre-modules/os_gnewsense.png | Bin libre/virtualbox-libre-modules/os_gnewsense_64.png | Bin libre/virtualbox-libre-modules/os_gnu.png | Bin libre/virtualbox-libre-modules/os_gnu_64.png | Bin libre/virtualbox-libre-modules/os_gnuhurd.png | Bin libre/virtualbox-libre-modules/os_gnulinux.png | Bin libre/virtualbox-libre-modules/os_gnulinux_64.png | Bin libre/virtualbox-libre-modules/os_musix.png | Bin libre/virtualbox-libre-modules/os_musix_64.png | Bin libre/virtualbox-libre-modules/os_os64base.png | Bin libre/virtualbox-libre-modules/os_os64base.xcf | Bin libre/virtualbox-libre-modules/os_osbase.png | Bin libre/virtualbox-libre-modules/os_osbase.xcf | Bin libre/virtualbox-libre-modules/os_parabola.png | Bin libre/virtualbox-libre-modules/os_parabola_64.png | Bin libre/virtualbox-libre-modules/os_trisquel.png | Bin libre/virtualbox-libre-modules/os_trisquel_64.png | Bin libre/virtualbox-libre-modules/os_ututo.png | Bin libre/virtualbox-libre-modules/os_ututo_64.png | Bin libre/virtualbox-libre-modules/os_venenux.png | Bin .../virtualbox-libre-modules.install | 0 .../virtualbox-libre-parabola-modules.install | 0 libre/virtualbox-libre/10-vboxdrv.rules | 0 libre/virtualbox-libre/LocalConfig.kmk | 0 libre/virtualbox-libre/PKGBUILD | 0 .../change_default_driver_dir.patch | 0 libre/virtualbox-libre/free-distros.patch | 0 libre/virtualbox-libre/gsoap.patch | 0 libre/virtualbox-libre/ipv6_vnc.patch | 0 libre/virtualbox-libre/libre.patch | 0 libre/virtualbox-libre/os_blag.png | Bin libre/virtualbox-libre/os_blag_64.png | Bin libre/virtualbox-libre/os_dragora.png | Bin libre/virtualbox-libre/os_dragora_64.png | Bin libre/virtualbox-libre/os_dynebolic.png | Bin libre/virtualbox-libre/os_gnewsense.png | Bin libre/virtualbox-libre/os_gnewsense_64.png | Bin libre/virtualbox-libre/os_gnu.png | Bin libre/virtualbox-libre/os_gnu_64.png | Bin libre/virtualbox-libre/os_gnuhurd.png | Bin libre/virtualbox-libre/os_gnulinux.png | Bin libre/virtualbox-libre/os_gnulinux_64.png | Bin libre/virtualbox-libre/os_musix.png | Bin libre/virtualbox-libre/os_musix_64.png | Bin libre/virtualbox-libre/os_os64base.png | Bin libre/virtualbox-libre/os_os64base.xcf | Bin libre/virtualbox-libre/os_osbase.png | Bin libre/virtualbox-libre/os_osbase.xcf | Bin libre/virtualbox-libre/os_parabola.png | Bin libre/virtualbox-libre/os_parabola_64.png | Bin libre/virtualbox-libre/os_trisquel.png | Bin libre/virtualbox-libre/os_trisquel_64.png | Bin libre/virtualbox-libre/os_ututo.png | Bin libre/virtualbox-libre/os_ututo_64.png | Bin libre/virtualbox-libre/os_venenux.png | Bin libre/virtualbox-libre/vboxbuild | 0 libre/virtualbox-libre/vboxdrv-reference.patch | 0 libre/virtualbox-libre/vboxservice.conf | 0 libre/virtualbox-libre/vboxservice.rc | 0 libre/virtualbox-libre/vboxservice.service | 0 libre/virtualbox-libre/vboxweb.conf | 0 libre/virtualbox-libre/vboxweb.rc | 0 libre/virtualbox-libre/vboxweb.service | 0 .../virtualbox-libre-parabola-additions.install | 0 .../virtualbox-libre-parabola-source.install | 0 .../virtualbox-libre-source.install | 0 libre/virtualbox-libre/virtualbox-libre.install | 0 libre/xarchiver-libre/PKGBUILD | 0 libre/xarchiver-libre/rePKGBUILD | 0 .../xarchiver-0.5.2-fix_7z_support.patch | 0 .../xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch | 0 .../xarchiver-0.5.2-segfault-open-with.patch | 0 libre/xarchiver-libre/xarchiver.install | 0 libre/xchat-libre/ChangeLog | 0 libre/xchat-libre/PKGBUILD | 0 libre/xchat-libre/no-firefox.patch | 0 libre/xchat-libre/remove-non-free-suggestion.patch | 0 libre/xchat-libre/xchat-2.8.8-glib-2.31.patch | 0 libre/xchat-libre/xchat-2.8.8-libnotify07.patch | 0 .../xchat-2.8.8-link-against-libnotify.patch | 0 libre/xchat-libre/xchat.install | 0 libre/xmlstarlet/PKGBUILD | 0 libre/xorg-fonts-100dpi-libre/PKGBUILD | 0 libre/xorg-fonts-100dpi-libre/xfonts.install | 0 libre/xorg-fonts-75dpi-libre/PKGBUILD | 0 libre/xorg-fonts-75dpi-libre/xfonts.install | 0 libre/xorg-fonts-type1-libre/PKGBUILD | 0 libre/xorg-fonts-type1-libre/xfonts.install | 0 libre/xscreensaver-libre/LICENSE | 0 libre/xscreensaver-libre/PKGBUILD | 0 libre/xscreensaver-libre/add-electricsheep.diff | 0 libre/xscreensaver-libre/libre.patch | 0 libre/xscreensaver-libre/xscreensaver.pam | 0 ...Make-the-Reset-Firefox-feature-more-gener.patch | 0 libre/xulrunner-libre/PKGBUILD | 0 libre/xulrunner-libre/mozconfig | 0 libre/xulrunner-libre/mozilla-pkgconfig.patch | 0 libre/your-freedom/PKGBUILD | 0 libre/your-freedom/your-freedom.install | 0 pcr/bsnes/PKGBUILD | 0 pcr/bsnes/bsnes.changelog | 0 pcr/bsnes/bsnes.install | 0 pcr/csync-owncloud/PKGBUILD | 53 ++++++++++++++++++++ pcr/d0_blind_id-git/PKGBUILD | 0 pcr/kervalasquish-hg/PKGBUILD | 0 pcr/log4c/PKGBUILD | 22 +++++++++ pcr/minetest/PKGBUILD | 0 pcr/owncloud-client/PKGBUILD | 54 +++++++++++++++++++++ pcr/owncloud-client/owncloud-client.desktop | 11 +++++ pcr/owncloud-client/owncloud-client.install | 11 +++++ pcr/python-sfml2/PKGBUILD | 0 pcr/python2-sfml2/PKGBUILD | 0 pcr/ryzom-client/PKGBUILD | 0 pcr/ryzom-data/PKGBUILD | 0 pcr/ryzom-nel/PKGBUILD | 0 pcr/sfml-git/PKGBUILD | 0 pcr/xonotic-git/PKGBUILD | 0 pcr/yate/PKGBUILD | 0 social/ahcpd/PKGBUILD | 0 social/asterisk/PKGBUILD | 0 social/asterisk/asterisk | 0 social/asterisk/asterisk.install | 0 social/asterisk/asterisk.logrotated | 0 social/batctl/PKGBUILD | 0 social/bip/PKGBUILD | 0 social/bitcoin-daemon/PKGBUILD | 0 social/bitcoin-daemon/bitcoin-daemon.install | 0 social/bitcoin-daemon/makefile.parabola | 0 social/bitcoin-daemon/rc.bitcoind | 0 social/bitcoin/PKGBUILD | 0 social/bitcoin/bitcoin.desktop | 0 social/diaspora-git/PKGBUILD | 0 social/diaspora-git/diaspora.bashrc | 0 social/diaspora-git/diaspora.bin | 0 social/diaspora-git/diaspora.install | 0 social/diaspora-git/diaspora.logrotate | 0 social/diaspora-git/diaspora.pam | 0 social/diaspora-git/diaspora.rc | 0 social/dropbear/PKGBUILD | 0 social/dropbear/dropbear-conf.d | 0 social/dropbear/dropbear-rc.d | 0 social/facter/PKGBUILD | 0 social/ffingerd/PKGBUILD | 0 social/ffingerd/finger.xinetd | 0 social/gnuhealth/PKGBUILD | 0 social/haveged/PKGBUILD | 0 social/haveged/haveged | 0 social/hunspell-pt-br/.directory | 0 social/hunspell-pt-br/PKGBUILD | 0 social/inadyn-opendns/PKGBUILD | 0 social/inadyn-opendns/inadyn-opendns.install | 0 social/inadyn-opendns/inadyn.rc-script | 0 social/liblockfile/PKGBUILD | 0 social/libowfat/PKGBUILD | 0 social/libowfat/libowfat.install | 0 social/libpurple-minimal/PKGBUILD | 0 social/lockfile-progs/PKGBUILD | 0 social/miniupnpc/PKGBUILD | 0 social/monkeysphere/PKGBUILD | 0 social/monkeysphere/monkeysphere.install | 0 social/olsrd/PKGBUILD | 0 social/openswan/PKGBUILD | 0 social/openswan/compile.patch | 0 social/opentracker/PKGBUILD | 0 social/opentracker/license.txt | 0 social/poco/PKGBUILD | 0 social/puppet/PKGBUILD | 0 social/puppet/puppet.conf | 0 social/puppet/puppet.install | 0 social/python-relatorio/PKGBUILD | 0 social/python2-cheetah/Changelog | 0 social/python2-cheetah/PKGBUILD | 0 social/python2-polib/PKGBUILD | 0 social/ruby-headers/PKGBUILD | 0 social/ruby-shadow/PKGBUILD | 0 social/seeks/PKGBUILD | 0 social/seeks/conf.patch | 0 social/seeks/docbook2man.patch | 0 social/seeks/img_websearch.patch | 0 social/seeks/install | 0 social/seeks/logfile.patch | 0 social/seeks/seeks.conf.d | 0 social/seeks/seeks.install | 0 social/seeks/seeks.logrotate | 0 social/seeks/seeks.rc.d | 0 social/seeks/seeksdaemon | 0 social/sipwitch/PKGBUILD | 0 social/sobby/PKGBUILD | 0 social/spectrum/PKGBUILD | 0 social/spectrum/logrotate.spectrum | 0 social/spectrum/spectrum.install | 0 social/statusnet/PKGBUILD | 0 social/statusnet/statusnet.install | 0 social/strongswan/PKGBUILD | 0 social/tinc/PKGBUILD | 0 social/tinc/tincd.conf | 0 social/tinc/tincd.rcd | 0 social/tokyocabinet/PKGBUILD | 0 social/tomb/PKGBUILD | 0 social/tomb/tomb.install | 0 social/tomoyo-tools/PKGBUILD | 0 social/tomoyo-tools/tomoyo-tools.install | 0 social/trytond/PKGBUILD | 0 social/trytond/trytond.install | 0 social/trytond/trytond.rc | 0 social/uci/PKGBUILD | 0 social/ucommon/PKGBUILD | 0 ~aurelien/README | 0 ~brendan/guile/PKGBUILD | 0 ~brendan/guile/guile.install | 0 ~emulatorman/hunspell-gl/PKGBUILD | 0 ~emulatorman/hunspell-pt-br/.directory | 0 ~emulatorman/hunspell-pt-br/PKGBUILD | 0 ~emulatorman/jitsi/PKGBUILD | 0 ~emulatorman/jitsi/jitsi.desktop | 0 ~emulatorman/jitsi/jitsi.sh | 0 ~emulatorman/raider/ChangeLog | 0 ~emulatorman/raider/INSTALL | 0 ~emulatorman/raider/PKGBUILD | 0 ...nitializes_lastNotified_before_it_is_used.patch | 0 ~emulatorman/timekpr/PKGBUILD | 0 ~emulatorman/timekpr/timekpr.install | 0 ~emulatorman/xchat-xsys-noaudacious/PKGBUILD | 0 .../xchat-xsys-noaudacious/no-audacious.patch | 0 .../xchat-xsys-parabola.patch | 0 ~emulatorman/xonotic-data/PKGBUILD | 0 ~emulatorman/xonotic/PKGBUILD | 0 ~emulatorman/xonotic/xonotic-glx.desktop | 0 ~emulatorman/xonotic/xonotic-sdl.desktop | 0 ~fauno/afew/LICENSE | 0 ~fauno/afew/PKGBUILD | 0 ~fauno/afew/SRCBUILD | 0 ~fauno/bibutils-dynamic/PKGBUILD | 0 ~fauno/dbacl/PKGBUILD | 0 ~fauno/distccd-zeroconf/PKGBUILD | 0 ~fauno/distccd-zeroconf/distccd.conf.d | 0 ~fauno/emerillon/PKGBUILD | 0 ~fauno/emerillon/emerillon.install | 0 ~fauno/ethos/PKGBUILD | 0 ~fauno/geoclue/PKGBUILD | 0 ~fauno/haskell-base64-bytestring/PKGBUILD | 0 .../haskell-base64-bytestring.install | 0 ~fauno/haskell-citeproc-hs/PKGBUILD | 0 .../haskell-citeproc-hs.install | 0 ~fauno/haskell-digest/PKGBUILD | 0 ~fauno/haskell-digest/haskell-digest.install | 0 ~fauno/haskell-dlist/PKGBUILD | 0 ~fauno/haskell-dlist/haskell-dlist.install | 0 ~fauno/haskell-hs-bibutils/PKGBUILD | 0 .../haskell-hs-bibutils.install | 0 ~fauno/haskell-json/PKGBUILD | 0 ~fauno/haskell-json/haskell-json.install | 0 ~fauno/haskell-pandoc-types/PKGBUILD | 0 .../haskell-pandoc-types.install | 0 ~fauno/haskell-tagsoup/PKGBUILD | 0 ~fauno/haskell-tagsoup/haskell-tagsoup.install | 0 ~fauno/haskell-texmath/PKGBUILD | 0 ~fauno/haskell-texmath/haskell-texmath.install | 0 ~fauno/haskell-xml/PKGBUILD | 0 ~fauno/haskell-xml/haskell-xml.install | 0 ~fauno/haskell-zip-archive/PKGBUILD | 0 .../haskell-zip-archive.install | 0 ~fauno/ldapscripts/PKGBUILD | 0 ~fauno/librest/PKGBUILD | 0 ~fauno/localepurge/PKGBUILD | 0 .../mips64el-unknown-linux-gnu-binutils/PKGBUILD | 0 .../mips64el-unknown-linux-gnu-gcc-base/PKGBUILD | 0 ~fauno/notmuch/PKGBUILD | 0 ~fauno/notmuch/SRCBUILD | 0 ~fauno/pandoc/PKGBUILD | 0 ~fauno/pandoc/SRCBUILD | 0 ~fauno/ruby-mustache/PKGBUILD | 0 ~fauno/transmission-remote-cli/PKGBUILD | 0 ~fauno/transmission-remote-cli/python2.patch | 0 ~fauno/vala-notmuch/PKGBUILD | 0 ~fauno/vala-notmuch/SRCBUILD | 0 ~fauno/vala-notmuch/vala-notmuch.install | 0 ~lukeshu/.gitignore | 0 ~lukeshu/android-udev/.gitignore | 0 ~lukeshu/android-udev/51-android.rules | 0 ~lukeshu/android-udev/Makefile | 0 ~lukeshu/android-udev/PKGBUILD | 0 ~lukeshu/android-udev/android-udev.install | 0 ~lukeshu/cinclude2dot/.gitignore | 0 ~lukeshu/cinclude2dot/PKGBUILD | 0 ~lukeshu/cntlm/PKGBUILD | 0 ~lukeshu/codeanalyst/PKGBUILD | 0 ~lukeshu/codeanalyst/codeanalyst.desktop | 0 ~lukeshu/codeanalyst/codeanalyst.sudo | 0 ~lukeshu/codeanalyst/codeanalyst.svg | 0 ~lukeshu/codeanalyst/gcc47.patch | 0 ~lukeshu/codeanalyst/skipSetup.patch | 0 ~lukeshu/conkeror-git/ChangeLog | 0 ~lukeshu/conkeror-git/PKGBUILD | 0 ~lukeshu/conkeror-git/SRCBUILD | 0 ~lukeshu/conkeror-git/conkeror-git.install | 0 ~lukeshu/conkeror-git/conkeror.sh | 0 ~lukeshu/conkeror-git/conkeror_gimpfile.xpm | 0 ~lukeshu/dasm/PKGBUILD | 0 ~lukeshu/emacs-lucid/PKGBUILD | 0 ~lukeshu/emacs-lucid/emacs.install | 0 ~lukeshu/emacs-lucid/gnulib.patch | 0 ~lukeshu/freeglut26/2.6.0-GFX_radeon.patch | 0 ~lukeshu/freeglut26/PKGBUILD | 0 ~lukeshu/git-svn-abandon-git/PKGBUILD | 0 ~lukeshu/kdeutils-ark-unarchiver/PKGBUILD | 0 .../add-ark-cliunarchiverplugin.patch | 0 ~lukeshu/kdeutils-ark-unarchiver/kdeutils.install | 0 ~lukeshu/libdwarf/PKGBUILD | 0 ~lukeshu/libfreenect-git/PKGBUILD | 0 ~lukeshu/maildirproc/PKGBUILD | 0 ~lukeshu/make-graph/PKGBUILD | 0 ~lukeshu/make-graph/bug30612.patch | 0 ~lukeshu/make-graph/bug30723.patch | 0 ~lukeshu/make-graph/make-3.82-makeflags.patch | 0 ~lukeshu/make-graph/make-3.82-sort-blank.patch | 0 ~lukeshu/make-graph/make-graph.patch | 0 ~lukeshu/make-graph/make.install | 0 ~lukeshu/openni-all/openni-git/PKGBUILD | 0 ~lukeshu/openni-all/openni-git/openni.install | 0 .../openni-module-primesensor-git/PKGBUILD | 0 .../openni-module-sensorkinect-git/PKGBUILD | 0 .../sensorkinect.install | 0 ~lukeshu/openni-all/openni-unstable-git/PKGBUILD | 0 .../openni-all/openni-unstable-git/openni.install | 0 ~lukeshu/openni-all/openni-unstable/PKGBUILD | 0 .../openni-all/openni-unstable/openni-core.install | 0 .../openni-all/openni-unstable/openni-mono.install | 0 ~lukeshu/openni-all/openni/PKGBUILD | 0 ~lukeshu/openni-all/openni/openni.install | 0 ~lukeshu/pngcrush/LICENSE | 0 ~lukeshu/pngcrush/PKGBUILD | 0 ~lukeshu/redo/PKGBUILD | 0 ~lukeshu/stow/PKGBUILD | 0 ~lukeshu/svn-graph-branches/PKGBUILD | 0 ~lukeshu/terminal-colors/.gitignore | 0 ~lukeshu/terminal-colors/PKGBUILD | 0 ~lukeshu/thingutils-git/PKGBUILD | 0 ~lukeshu/wdiff/PKGBUILD | 0 ~lukeshu/xml2rfc/PKGBUILD | 0 ~mtjm/cups-usblp/PKGBUILD | 0 ~mtjm/cups-usblp/cups | 0 ~mtjm/cups-usblp/cups-avahi-1-config.patch | 0 ~mtjm/cups-usblp/cups-avahi-2-backend.patch | 0 ~mtjm/cups-usblp/cups-avahi-3-timeouts.patch | 0 ~mtjm/cups-usblp/cups-avahi-4-poll.patch | 0 ~mtjm/cups-usblp/cups-avahi-5-services.patch | 0 ~mtjm/cups-usblp/cups-no-export-ssllibs.patch | 0 ~mtjm/cups-usblp/cups-no-gcrypt.patch | 0 ~mtjm/cups-usblp/cups-no-gzip-man.patch | 0 ~mtjm/cups-usblp/cups-systemd-socket.patch | 0 ~mtjm/cups-usblp/cups.install | 0 ~mtjm/cups-usblp/cups.logrotate | 0 ~mtjm/cups-usblp/cups.pam | 0 ~mtjm/debootstrap/PKGBUILD | 0 ~mtjm/python-coverage/LICENSE | 0 ~mtjm/python-coverage/PKGBUILD | 0 ~mtjm/python-getmediumurl/PKGBUILD | 0 ~mtjm/python-urlreader/PKGBUILD | 0 ~mtjm/python2-openid/PKGBUILD | 0 ~mtjm/python2-postfix-policyd-spf/PKGBUILD | 0 ~mtjm/python2-pydns/PKGBUILD | 0 ~mtjm/python2-pyflakes/PKGBUILD | 0 ~mtjm/python2-pyspf/PKGBUILD | 0 ~mtjm/thinkfan/PKGBUILD | 0 ~mtjm/thinkfan/thinkfan | 0 ~mtjm/ttf-beteckna/PKGBUILD | 0 ~mtjm/ttf-beteckna/ttf.install | 0 ~mtjm/zbar/PKGBUILD | 0 1068 files changed, 151 insertions(+) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules mode change 100644 => 100755 .hgignore mode change 100644 => 100755 artistic/aqsis/PKGBUILD mode change 100644 => 100755 artistic/aqsis/aqsis.install mode change 100644 => 100755 artistic/blender-spacenav-libre/PKGBUILD mode change 100644 => 100755 artistic/blender-spacenav-libre/blender.install mode change 100644 => 100755 artistic/blender-spacenav-libre/boost-1.50.patch mode change 100644 => 100755 artistic/blender-spacenav-libre/ffmpeg-0.11.patch mode change 100644 => 100755 artistic/libspnav/Makefile.in.diff mode change 100644 => 100755 artistic/libspnav/PKGBUILD mode change 100644 => 100755 artistic/spacenavd/PKGBUILD mode change 100644 => 100755 artistic/spacenavd/spacenav.service mode change 100644 => 100755 artistic/spacenavd/spacenavd mode change 100644 => 100755 artistic/spnavcfg/PKGBUILD mode change 100644 => 100755 artistic/yafaray-git/PKGBUILD mode change 100644 => 100755 artistic/yafaray-git/gcc47.patch mode change 100644 => 100755 cross/README mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.6.2-cloog-0.17.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.7.0-cloog-0.17.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-hash-style-both.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_mips64el_lib.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_pure64.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-bz4781.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-dont-build-timezone.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.12.2-ignore-origin-of-privileged-program.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-libdl-crash.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reexport-rpc-interface.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reinstall-nis-rpc-headers.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-revert-4768ae77.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-arena.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-avx.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-confstr-local-buffer-extent.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files-2.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-feraiseexcept-plt.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fix-res_query-assert.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fmtmsg-locking.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-gb18030.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-ifunc.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-lddebug-scopes.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-math64crash.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-multiarch-x86-strcmp.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-nearbyintf-rounding.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-negative-result-cache.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-non-signalling-comparisons.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-regex.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-c5a0802a.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-netlink-cache.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-rintf-rounding.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-scanf.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-strcasecmp-disable-avx.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vdso.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vfprintf-nargs.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-__i686.patch mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install mode change 100644 => 100755 cross/cross-mips64el-unknown-linux-gnu-glibc-headers/locale.gen.txt mode change 100644 => 100755 cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD mode change 100644 => 100755 cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc-hash-style-both.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc.install mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-bz4781.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-dont-build-timezone.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.12.2-ignore-origin-of-privileged-program.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-libdl-crash.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reexport-rpc-interface.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reinstall-nis-rpc-headers.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-revert-4768ae77.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-arena.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-avx.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-confstr-local-buffer-extent.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files-2.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-feraiseexcept-plt.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fix-res_query-assert.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fmtmsg-locking.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-gb18030.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-ifunc.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-lddebug-scopes.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-math64crash.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-multiarch-x86-strcmp.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-nearbyintf-rounding.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-negative-result-cache.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-non-signalling-comparisons.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-regex.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-c5a0802a.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-netlink-cache.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-rintf-rounding.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-scanf.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-strcasecmp-disable-avx.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vdso.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vfprintf-nargs.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/glibc.install mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt mode change 100644 => 100755 cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD mode change 100644 => 100755 elementary/elementary-gtk-theme/PKGBUILD mode change 100644 => 100755 elementary/elementary-gtk-theme/elementary-gtk-theme.install mode change 100644 => 100755 elementary/elementary-icons/PKGBUILD mode change 100644 => 100755 elementary/gtk-engine-equinox/PKGBUILD mode change 100644 => 100755 elementary/postler/PKGBUILD mode change 100644 => 100755 elementary/postler/postler.install mode change 100644 => 100755 elementary/trisquel-themes/PKGBUILD mode change 100644 => 100755 elementary/vala-010/PKGBUILD mode change 100644 => 100755 gis/grass/PKGBUILD mode change 100644 => 100755 gis/grass/grass.conf mode change 100644 => 100755 gis/grass/grass.install mode change 100644 => 100755 gis/grass/grass.sh mode change 100644 => 100755 gis/libfreexl/PKGBUILD mode change 100644 => 100755 gis/libspatialite/PKGBUILD mode change 100644 => 100755 gis/merkaartor/PKGBUILD mode change 100644 => 100755 gis/merkaartor/install mode change 100644 => 100755 gis/qgis/PKGBUILD mode change 100644 => 100755 gis/qgis/qgis.desktop mode change 100644 => 100755 gis/qgis/qgis_1.7.4_gcc4.7.patch mode change 100644 => 100755 gis/spatialindex/PKGBUILD mode change 100644 => 100755 gnu/README mode change 100644 => 100755 gnu/gnun/PKGBUILD mode change 100644 => 100755 gnu/recutils/ChangeLog mode change 100644 => 100755 gnu/recutils/PKGBUILD mode change 100644 => 100755 gnu/recutils/recutils.install mode change 100644 => 100755 kernels/aufs2-libre/PKGBUILD mode change 100644 => 100755 kernels/aufs2-libre/aufs2-libre.install mode change 100644 => 100755 kernels/aufs2-libre/aufs2-module-2.6.36.patch mode change 100644 => 100755 kernels/aufs2-libre/create-tarball.sh mode change 100644 => 100755 kernels/aufs3-libre/PKGBUILD mode change 100644 => 100755 kernels/aufs3-libre/aufs3-libre.install mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/Kbuild mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/Kbuild.platforms mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/PKGBUILD mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/boot-logo.patch mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/config.i686 mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/config.x86_64 mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/ext4-options.patch mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/i915-fix-ghost-tv-output.patch mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install mode change 100644 => 100755 kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset mode change 100644 => 100755 kernels/linux-libre-lts-rt/.directory mode change 100644 => 100755 kernels/linux-libre-lts-rt/Kbuild mode change 100644 => 100755 kernels/linux-libre-lts-rt/Kbuild.platforms mode change 100644 => 100755 kernels/linux-libre-lts-rt/PKGBUILD mode change 100644 => 100755 kernels/linux-libre-lts-rt/boot-logo.patch mode change 100644 => 100755 kernels/linux-libre-lts-rt/change-default-console-loglevel.patch mode change 100644 => 100755 kernels/linux-libre-lts-rt/config.i686 mode change 100644 => 100755 kernels/linux-libre-lts-rt/config.x86_64 mode change 100644 => 100755 kernels/linux-libre-lts-rt/ext4-options.patch mode change 100644 => 100755 kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch mode change 100644 => 100755 kernels/linux-libre-lts-rt/linux-libre-lts-rt.install mode change 100644 => 100755 kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset mode change 100644 => 100755 kernels/linux-libre-lts-xen/PKGBUILD mode change 100644 => 100755 kernels/linux-libre-lts-xen/boot-logo.patch mode change 100644 => 100755 kernels/linux-libre-lts-xen/change-default-console-loglevel.patch mode change 100644 => 100755 kernels/linux-libre-lts-xen/config.i686 mode change 100644 => 100755 kernels/linux-libre-lts-xen/ext4-options.patch mode change 100644 => 100755 kernels/linux-libre-lts-xen/fix-i915.patch mode change 100644 => 100755 kernels/linux-libre-lts-xen/i915-fix-ghost-tv-output.patch mode change 100644 => 100755 kernels/linux-libre-lts-xen/i915-gpu-finish.patch mode change 100644 => 100755 kernels/linux-libre-lts-xen/linux-libre-lts-xen.install mode change 100644 => 100755 kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset mode change 100644 => 100755 kernels/linux-libre-rt/3.4.4-fix-backlight-regression.patch mode change 100644 => 100755 kernels/linux-libre-rt/Kbuild mode change 100644 => 100755 kernels/linux-libre-rt/Kbuild.platforms mode change 100644 => 100755 kernels/linux-libre-rt/PKGBUILD mode change 100644 => 100755 kernels/linux-libre-rt/boot-logo.patch mode change 100644 => 100755 kernels/linux-libre-rt/change-default-console-loglevel.patch mode change 100644 => 100755 kernels/linux-libre-rt/config.i686 mode change 100644 => 100755 kernels/linux-libre-rt/config.x86_64 mode change 100644 => 100755 kernels/linux-libre-rt/i915-fix-ghost-tv-output.patch mode change 100644 => 100755 kernels/linux-libre-rt/linux-libre-rt.install mode change 100644 => 100755 kernels/linux-libre-rt/linux-libre-rt.preset mode change 100644 => 100755 kernels/linux-libre-xen/PKGBUILD mode change 100644 => 100755 kernels/linux-libre-xen/boot-logo.patch mode change 100644 => 100755 kernels/linux-libre-xen/change-default-console-loglevel.patch mode change 100644 => 100755 kernels/linux-libre-xen/config.i686 mode change 100644 => 100755 kernels/linux-libre-xen/ext4-options.patch mode change 100644 => 100755 kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch mode change 100644 => 100755 kernels/linux-libre-xen/linux-libre-xen.install mode change 100644 => 100755 kernels/linux-libre-xen/linux-libre-xen.preset mode change 100644 => 100755 kernels/xe-guest-utilities/PKGBUILD mode change 100644 => 100755 kernels/xe-guest-utilities/ip_address.patch mode change 100644 => 100755 kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch mode change 100644 => 100755 kernels/xen/24341.patch mode change 100644 => 100755 kernels/xen/24344.patch mode change 100644 => 100755 kernels/xen/24345.patch mode change 100644 => 100755 kernels/xen/PKGBUILD mode change 100644 => 100755 kernels/xen/dom0_xz_decompression.patch mode change 100644 => 100755 kernels/xen/parabolainit.patch mode change 100644 => 100755 kernels/xen/xen.patch mode change 100644 => 100755 libre-testing/b43-tools-git/PKGBUILD mode change 100644 => 100755 libre-testing/icewm-themes-libre/PKGBUILD mode change 100644 => 100755 libre-testing/openfwwf/PKGBUILD mode change 100644 => 100755 libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch mode change 100644 => 100755 libre-testing/systemd/PKGBUILD mode change 100644 => 100755 libre-testing/systemd/initcpio-hook-udev mode change 100644 => 100755 libre-testing/systemd/initcpio-install-timestamp mode change 100644 => 100755 libre-testing/systemd/initcpio-install-udev mode change 100644 => 100755 libre-testing/systemd/locale.sh mode change 100644 => 100755 libre-testing/systemd/os-release mode change 100644 => 100755 libre-testing/systemd/rePKGBUILD mode change 100644 => 100755 libre-testing/systemd/systemd-tools.install mode change 100644 => 100755 libre-testing/systemd/systemd.install mode change 100644 => 100755 libre-testing/unace-libre/PKGBUILD mode change 100644 => 100755 libre-testing/unar/PKGBUILD mode change 100644 => 100755 libre-testing/unarchiver/PKGBUILD mode change 100644 => 100755 libre-testing/xadmaster/PKGBUILD mode change 100644 => 100755 libre/abiword-libre/PKGBUILD mode change 100644 => 100755 libre/abiword-libre/abiword-2.8.6-libpng15.patch mode change 100644 => 100755 libre/abiword-libre/abiword-2.8.6-no-undefined.patch mode change 100644 => 100755 libre/abiword-libre/abiword-libre.install mode change 100644 => 100755 libre/abiword-libre/compat_libwpg_0_9.patch mode change 100644 => 100755 libre/abiword-libre/liberation-fonts.patch mode change 100644 => 100755 libre/abs-libre/PKGBUILD mode change 100644 => 100755 libre/abs-libre/abs.install mode change 100644 => 100755 libre/abuse-libre/PKGBUILD mode change 100644 => 100755 libre/abuse-libre/abuse.install mode change 100644 => 100755 libre/abuse-libre/non-claudio.patch mode change 100644 => 100755 libre/abuse-libre/rePKGBUILD mode change 100644 => 100755 libre/aif-libre/PKGBUILD mode change 100644 => 100755 libre/apache-ant/PKGBUILD mode change 100644 => 100755 libre/apache-ant/apache-ant.csh mode change 100644 => 100755 libre/apache-ant/apache-ant.sh mode change 100644 => 100755 libre/aspell-pl-libre/PKGBUILD mode change 100644 => 100755 libre/atool-libre/PKGBUILD mode change 100644 => 100755 libre/atool-libre/atool.changelog mode change 100644 => 100755 libre/atool-libre/rePKGBUILD mode change 100644 => 100755 libre/audacious-plugins-libre/PKGBUILD mode change 100644 => 100755 libre/audacity-libre/.directory mode change 100644 => 100755 libre/audacity-libre/PKGBUILD mode change 100644 => 100755 libre/audacity-libre/audacity-libre.install mode change 100644 => 100755 libre/audacity-libre/remove-unfree-nyquist.patch mode change 100644 => 100755 libre/blackbox-libre/PKGBUILD mode change 100644 => 100755 libre/blackbox-libre/bbdock.patch mode change 100644 => 100755 libre/blackbox-libre/bsetbg-feh.patch mode change 100644 => 100755 libre/blackbox-libre/gcc4.3.patch mode change 100644 => 100755 libre/blackbox-libre/menu mode change 100644 => 100755 libre/blackbox-libre/textpropertytostring-unconditional.patch mode change 100644 => 100755 libre/blender-libre/PKGBUILD mode change 100644 => 100755 libre/blender-libre/blender.install mode change 100644 => 100755 libre/blender-libre/boost-1.50.patch mode change 100644 => 100755 libre/blender-libre/ffmpeg-0.11.patch mode change 100644 => 100755 libre/bogofilter-libre/PKGBUILD mode change 100644 => 100755 libre/cdrkit-libre/PKGBUILD mode change 100644 => 100755 libre/clementine-libre/PKGBUILD mode change 100644 => 100755 libre/clementine-libre/clementine-fix-albumcoverfetch-crash.patch mode change 100644 => 100755 libre/clementine-libre/clementine-fresh-start.patch mode change 100644 => 100755 libre/clementine-libre/clementine.install mode change 100644 => 100755 libre/clementine-libre/imobiledevice.patch mode change 100644 => 100755 libre/clementine-libre/remove-and-disable-spotify.patch mode change 100644 => 100755 libre/clementine-libre/remove-nonfree-references-on-translations.patch mode change 100644 => 100755 libre/crosstool-ng/PKGBUILD mode change 100644 => 100755 libre/crosstool-ng/libc_ports_short_name.patch mode change 100644 => 100755 libre/cups-filters-libre/PKGBUILD mode change 100644 => 100755 libre/cups-libre/PKGBUILD mode change 100644 => 100755 libre/cups-libre/cups mode change 100644 => 100755 libre/cups-libre/cups-avahi-1-config.patch mode change 100644 => 100755 libre/cups-libre/cups-avahi-2-backend.patch mode change 100644 => 100755 libre/cups-libre/cups-avahi-3-timeouts.patch mode change 100644 => 100755 libre/cups-libre/cups-avahi-4-poll.patch mode change 100644 => 100755 libre/cups-libre/cups-avahi-5-services.patch mode change 100644 => 100755 libre/cups-libre/cups-no-export-ssllibs.patch mode change 100644 => 100755 libre/cups-libre/cups-no-gcrypt.patch mode change 100644 => 100755 libre/cups-libre/cups-no-gzip-man.patch mode change 100644 => 100755 libre/cups-libre/cups.install mode change 100644 => 100755 libre/cups-libre/cups.logrotate mode change 100644 => 100755 libre/cups-libre/cups.pam mode change 100644 => 100755 libre/cups-libre/rePKGBUILD mode change 100644 => 100755 libre/debhelper/PKGBUILD mode change 100644 => 100755 libre/dpkg/PKGBUILD mode change 100644 => 100755 libre/dpkg/dpkg-arch.patch mode change 100644 => 100755 libre/dpkg/dpkg-rsyncable.patch mode change 100644 => 100755 libre/dvdrip-libre/PKGBUILD mode change 100644 => 100755 libre/dvdrip-libre/dvdrip.desktop mode change 100644 => 100755 libre/dvdrip-libre/dvdrip.install mode change 100644 => 100755 libre/dvdrip-libre/libre.patch mode change 100644 => 100755 libre/epdfview-libre/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch mode change 100644 => 100755 libre/epdfview-libre/PKGBUILD mode change 100644 => 100755 libre/epdfview-libre/epdfview.desktop.patch mode change 100644 => 100755 libre/epdfview-libre/epdfview.install mode change 100644 => 100755 libre/epdfview-libre/glib2_headers.patch mode change 100644 => 100755 libre/file-roller-libre/PKGBUILD mode change 100644 => 100755 libre/file-roller-libre/file-roller.install mode change 100644 => 100755 libre/file-roller-libre/rePKGBUILD mode change 100644 => 100755 libre/filesystem/PKGBUILD mode change 100644 => 100755 libre/filesystem/crypttab mode change 100644 => 100755 libre/filesystem/filesystem.install mode change 100644 => 100755 libre/filesystem/fstab mode change 100644 => 100755 libre/filesystem/group mode change 100644 => 100755 libre/filesystem/gshadow mode change 100644 => 100755 libre/filesystem/host.conf mode change 100644 => 100755 libre/filesystem/hosts mode change 100644 => 100755 libre/filesystem/issue mode change 100644 => 100755 libre/filesystem/ld.so.conf mode change 100644 => 100755 libre/filesystem/modprobe.d.usb-load-ehci-first mode change 100644 => 100755 libre/filesystem/motd mode change 100644 => 100755 libre/filesystem/nsswitch.conf mode change 100644 => 100755 libre/filesystem/os-release mode change 100644 => 100755 libre/filesystem/passwd mode change 100644 => 100755 libre/filesystem/profile mode change 100644 => 100755 libre/filesystem/resolv.conf mode change 100644 => 100755 libre/filesystem/securetty mode change 100644 => 100755 libre/filesystem/shadow mode change 100644 => 100755 libre/filesystem/shells mode change 100644 => 100755 libre/foomatic-filters-libre/PKGBUILD mode change 100644 => 100755 libre/ghostscript-libre/PKGBUILD mode change 100644 => 100755 libre/ghostscript-libre/svn_rev11948.diff mode change 100644 => 100755 libre/gnu-ghostscript/PKGBUILD mode change 100644 => 100755 libre/gnu-ghostscript/gnu-ghostscript-cups-rgbw.patch mode change 100644 => 100755 libre/gnu-ghostscript/libtool.patch mode change 100644 => 100755 libre/gnustep-base-libre/PKGBUILD mode change 100644 => 100755 libre/gnustep-make-libre/PKGBUILD mode change 100644 => 100755 libre/grub/PKGBUILD mode change 100644 => 100755 libre/grub/grub.install mode change 100644 => 100755 libre/grub2/05_archtheme mode change 100644 => 100755 libre/grub2/20_memtest86+ mode change 100644 => 100755 libre/grub2/PKGBUILD mode change 100644 => 100755 libre/grub2/fix_stack_pointer_handling_16_relocator.patch mode change 100644 => 100755 libre/grub2/grub-install.fix mode change 100644 => 100755 libre/grub2/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch mode change 100644 => 100755 libre/grub2/grub.cfg mode change 100644 => 100755 libre/grub2/grub.default mode change 100644 => 100755 libre/grub2/grub2.install mode change 100644 => 100755 libre/grub2/grub2_automake_1.11.2_pkglib_to_pkgdata.patch mode change 100644 => 100755 libre/grub2/grub2_bzr_export.sh mode change 100644 => 100755 libre/grub2/grub_extras_lua_args_fix.patch mode change 100644 => 100755 libre/grub2/parabola-mkconfig.patch mode change 100644 => 100755 libre/grub2/parabola_grub_mkconfig_fixes.patch mode change 100644 => 100755 libre/gstreamer0.10-bad-libre/PKGBUILD mode change 100644 => 100755 libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install mode change 100644 => 100755 libre/gstreamer0.10-good/PKGBUILD mode change 100644 => 100755 libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install mode change 100644 => 100755 libre/h-client/PKGBUILD mode change 100644 => 100755 libre/hardinfo/PKGBUILD mode change 100644 => 100755 libre/hardinfo/fixsensors.patch mode change 100644 => 100755 libre/hardinfo/hardinfo.distro mode change 100644 => 100755 libre/hplip-libre/PKGBUILD mode change 100644 => 100755 libre/hplip-libre/hplip.install mode change 100644 => 100755 libre/iceape-i18n/.gitignore mode change 100644 => 100755 libre/iceape-i18n/Makefile mode change 100644 => 100755 libre/iceape-i18n/PKGBUILD mode change 100644 => 100755 libre/iceape-i18n/PKGBUILD.in mode change 100644 => 100755 libre/iceape-libre/PKGBUILD mode change 100644 => 100755 libre/iceape-libre/clrf.patch mode change 100644 => 100755 libre/iceape-libre/gcc47.patch mode change 100644 => 100755 libre/iceape-libre/iceape-2.0-lang.patch mode change 100644 => 100755 libre/iceape-libre/iceape.desktop mode change 100644 => 100755 libre/iceape-libre/iceape.install mode change 100644 => 100755 libre/iceape-libre/libre.patch mode change 100644 => 100755 libre/iceape-libre/mozconfig mode change 100644 => 100755 libre/icecat-i18n/.gitignore mode change 100644 => 100755 libre/icecat-i18n/Makefile mode change 100644 => 100755 libre/icecat-i18n/PKGBUILD mode change 100644 => 100755 libre/icecat-i18n/PKGBUILD.in mode change 100644 => 100755 libre/icecat/PKGBUILD mode change 100644 => 100755 libre/icecat/cairo.patch mode change 100644 => 100755 libre/icecat/gcc47.patch mode change 100644 => 100755 libre/icecat/icecat-install-dir.patch mode change 100644 => 100755 libre/icecat/icecat-safe.desktop mode change 100644 => 100755 libre/icecat/icecat.desktop mode change 100644 => 100755 libre/icecat/icecat.install mode change 100644 => 100755 libre/icecat/libre.patch mode change 100644 => 100755 libre/icecat/mozconfig mode change 100644 => 100755 libre/icecat/mozconfig.pgo mode change 100644 => 100755 libre/icecat/vendor.js mode change 100644 => 100755 libre/icecat/xulrunner-copy-stub.patch mode change 100644 => 100755 libre/icedove-i18n/PKGBUILD mode change 100644 => 100755 libre/icedove-libre/PKGBUILD mode change 100644 => 100755 libre/icedove-libre/channel-prefs.js mode change 100644 => 100755 libre/icedove-libre/clrf.patch mode change 100644 => 100755 libre/icedove-libre/gcc47.patch mode change 100644 => 100755 libre/icedove-libre/icedove.desktop mode change 100644 => 100755 libre/icedove-libre/icedove.install mode change 100644 => 100755 libre/icedove-libre/makefile.patch mode change 100644 => 100755 libre/icedove-libre/mozconfig mode change 100644 => 100755 libre/icedove-libre/vendor.js mode change 100644 => 100755 libre/iceweasel-i18n/.gitignore mode change 100644 => 100755 libre/iceweasel-i18n/Makefile mode change 100644 => 100755 libre/iceweasel-i18n/PKGBUILD mode change 100644 => 100755 libre/iceweasel-i18n/PKGBUILD.in mode change 100644 => 100755 libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch mode change 100644 => 100755 libre/iceweasel-libre/PKGBUILD mode change 100644 => 100755 libre/iceweasel-libre/iceweasel-install-dir.patch mode change 100644 => 100755 libre/iceweasel-libre/iceweasel.install mode change 100644 => 100755 libre/iceweasel-libre/libre.patch mode change 100644 => 100755 libre/iceweasel-libre/mozconfig mode change 100644 => 100755 libre/iceweasel-libre/mozconfig.pgo mode change 100644 => 100755 libre/iceweasel-libre/shared-libs.patch mode change 100644 => 100755 libre/iceweasel-libre/vendor.js mode change 100644 => 100755 libre/iceweasel-libre/xulrunner-copy-stub.patch mode change 100644 => 100755 libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch mode change 100644 => 100755 libre/initscripts/PKGBUILD mode change 100644 => 100755 libre/initscripts/initscripts.install mode change 100644 => 100755 libre/initscripts/wireless.conf.d mode change 100644 => 100755 libre/java-asm2/PKGBUILD mode change 100644 => 100755 libre/java-asm3/PKGBUILD mode change 100644 => 100755 libre/java-ow-util-ant-tasks/PKGBUILD mode change 100644 => 100755 libre/java-ow-util-ant-tasks/SRCBUILD mode change 100644 => 100755 libre/kdebase-konqueror-libre/PKGBUILD mode change 100644 => 100755 libre/kdebase-konqueror-libre/kdebase-konqueror.install mode change 100644 => 100755 libre/kdebase-konqueror-libre/konq-about-fsdg.diff mode change 100644 => 100755 libre/kdelibs-libre/PKGBUILD mode change 100644 => 100755 libre/kdelibs-libre/fix-kmail-crash.patch mode change 100644 => 100755 libre/kdelibs-libre/kde-applications-menu.patch mode change 100644 => 100755 libre/kdelibs-libre/kdelibs.install mode change 100644 => 100755 libre/kdelibs-libre/khtml-fsdg.diff mode change 100644 => 100755 libre/kdelibs-libre/use-pythondontwritebytecode.patch mode change 100644 => 100755 libre/kdenetwork-kopete-libre/PKGBUILD mode change 100644 => 100755 libre/kdenetwork-kopete-libre/kdenetwork-kopete.install mode change 100644 => 100755 libre/kdenetwork-kopete-libre/kdenetwork.install mode change 100644 => 100755 libre/kdeutils-ark-libre/PKGBUILD mode change 100644 => 100755 libre/kdeutils-ark-libre/kdeutils-ark.install mode change 100644 => 100755 libre/kdeutils-ark-libre/rePKGBUILD mode change 100644 => 100755 libre/kernel26-libre-lts/PKGBUILD mode change 100644 => 100755 libre/kernel26-libre-lts/buildfix-gcc46.diff mode change 100644 => 100755 libre/kernel26-libre-lts/config.i686 mode change 100644 => 100755 libre/kernel26-libre-lts/config.x86_64 mode change 100644 => 100755 libre/kernel26-libre-lts/kernel26-libre-lts.install mode change 100644 => 100755 libre/kernel26-libre-lts/kernel26-lts.preset mode change 100644 => 100755 libre/kernel26-libre-lts/libata-alignment.patch mode change 100644 => 100755 libre/kernel26-libre-lts/packages/.svn/entries mode change 100644 => 100755 libre/kernel26-libre-manpages/PKGBUILD mode change 100644 => 100755 libre/kile-libre/PKGBUILD mode change 100644 => 100755 libre/kile-libre/kile.install mode change 100644 => 100755 libre/kile-libre/no-acroread.patch mode change 100644 => 100755 libre/lame-libre/PKGBUILD mode change 100644 => 100755 libre/lesspipe-libre/PKGBUILD mode change 100644 => 100755 libre/lesspipe-libre/lesspipe.sh mode change 100644 => 100755 libre/lesspipe-libre/rePKGBUILD mode change 100644 => 100755 libre/libquicktime-libre/PKGBUILD mode change 100644 => 100755 libre/libretools/PKGBUILD mode change 100644 => 100755 libre/libretools/libretools.install mode change 100644 => 100755 libre/libui-sh/PKGBUILD mode change 100644 => 100755 libre/licenses-libre/PKGBUILD mode change 100644 => 100755 libre/licenses-libre/ZopePublicLicense.txt mode change 100644 => 100755 libre/licenses-libre/cc-by-3.0.txt mode change 100644 => 100755 libre/licenses-libre/cc-by-sa-3.0.txt mode change 100644 => 100755 libre/licenses-libre/cc-readme.txt mode change 100644 => 100755 libre/licenses-libre/cddl-1.0.txt mode change 100644 => 100755 libre/licenses-libre/cpl-1.0.txt mode change 100644 => 100755 libre/licenses-libre/eclipse-1.0.txt mode change 100644 => 100755 libre/licenses-libre/perlartistic.txt mode change 100644 => 100755 libre/licenses-libre/python-2.txt mode change 100644 => 100755 libre/liferea-libre/PKGBUILD mode change 100644 => 100755 libre/liferea-libre/libnotify-0.7.patch mode change 100644 => 100755 libre/liferea-libre/liferea.install mode change 100644 => 100755 libre/liferea-libre/remove-non-free-suggestions.patch mode change 100644 => 100755 libre/lilo/PKGBUILD mode change 100644 => 100755 libre/lilo/lilo.conf mode change 100644 => 100755 libre/lilo/lilo.install mode change 100644 => 100755 libre/linux-libre-api-headers/PKGBUILD mode change 100644 => 100755 libre/linux-libre-lts/Kbuild mode change 100644 => 100755 libre/linux-libre-lts/Kbuild.platforms mode change 100644 => 100755 libre/linux-libre-lts/PKGBUILD mode change 100644 => 100755 libre/linux-libre-lts/boot-logo.patch mode change 100644 => 100755 libre/linux-libre-lts/change-default-console-loglevel.patch mode change 100644 => 100755 libre/linux-libre-lts/config.i686 mode change 100644 => 100755 libre/linux-libre-lts/config.x86_64 mode change 100644 => 100755 libre/linux-libre-lts/ext4-options.patch mode change 100644 => 100755 libre/linux-libre-lts/i915-fix-ghost-tv-output.patch mode change 100644 => 100755 libre/linux-libre-lts/linux-libre-lts.install mode change 100644 => 100755 libre/linux-libre-lts/linux-libre-lts.preset mode change 100644 => 100755 libre/linux-libre-manpages/PKGBUILD mode change 100644 => 100755 libre/linux-libre-tools/PKGBUILD mode change 100644 => 100755 libre/linux-libre-tools/cpupower.conf mode change 100644 => 100755 libre/linux-libre-tools/cpupower.rc mode change 100644 => 100755 libre/linux-libre-tools/cpupower.service mode change 100644 => 100755 libre/linux-libre-tools/cpupower.systemd mode change 100644 => 100755 libre/linux-libre-tools/usbipd.conf mode change 100644 => 100755 libre/linux-libre-tools/usbipd.rc mode change 100644 => 100755 libre/linux-libre-tools/usbipd.service mode change 100644 => 100755 libre/linux-libre/ChangeLog mode change 100644 => 100755 libre/linux-libre/Kbuild mode change 100644 => 100755 libre/linux-libre/Kbuild.platforms mode change 100644 => 100755 libre/linux-libre/PKGBUILD mode change 100644 => 100755 libre/linux-libre/boot-logo.patch mode change 100644 => 100755 libre/linux-libre/change-default-console-loglevel.patch mode change 100644 => 100755 libre/linux-libre/config.i686 mode change 100644 => 100755 libre/linux-libre/config.x86_64 mode change 100644 => 100755 libre/linux-libre/linux-libre.install mode change 100644 => 100755 libre/linux-libre/linux-libre.preset mode change 100644 => 100755 libre/lirc-libre/PKGBUILD mode change 100644 => 100755 libre/lirc-libre/irexec.conf mode change 100644 => 100755 libre/lirc-libre/irexecd mode change 100644 => 100755 libre/lirc-libre/kernel-2.6.39.patch mode change 100644 => 100755 libre/lirc-libre/lirc.install mode change 100644 => 100755 libre/lirc-libre/lirc.logrotate mode change 100644 => 100755 libre/lirc-libre/lirc_atiusb-kfifo.patch mode change 100644 => 100755 libre/lirc-libre/lirc_wpc8769l.patch mode change 100644 => 100755 libre/lirc-libre/lircd mode change 100644 => 100755 libre/lirc-libre/lircd-handle-large-config.patch mode change 100644 => 100755 libre/lirc-libre/lircd.conf mode change 100644 => 100755 libre/lirc-libre/lircmd mode change 100644 => 100755 libre/lsb-release-libre/PKGBUILD mode change 100644 => 100755 libre/lsb-release-libre/lsb-release.install mode change 100644 => 100755 libre/luxblend25/PKGBUILD mode change 100644 => 100755 libre/mariadb/PKGBUILD mode change 100644 => 100755 libre/mariadb/mariadb.install mode change 100644 => 100755 libre/mariadb/my.cnf mode change 100644 => 100755 libre/mariadb/mysql.install mode change 100644 => 100755 libre/mariadb/mysqld mode change 100644 => 100755 libre/maven-libre/PKGBUILD mode change 100644 => 100755 libre/maven-libre/maven.csh mode change 100644 => 100755 libre/maven-libre/maven.sh mode change 100644 => 100755 libre/mesa-demos-libre/LICENSE mode change 100644 => 100755 libre/mesa-demos-libre/PKGBUILD mode change 100644 => 100755 libre/metalog/PKGBUILD mode change 100644 => 100755 libre/metalog/metalog mode change 100644 => 100755 libre/metalog/metalog.confd mode change 100644 => 100755 libre/mozilla-devscripts/PKGBUILD mode change 100644 => 100755 libre/mozilla-searchplugins/PKGBUILD mode change 100644 => 100755 libre/mozilla-searchplugins/duck-duck-go-lite.xml mode change 100644 => 100755 libre/mozilla-searchplugins/internet-archive.xml mode change 100644 => 100755 libre/mozilla-searchplugins/jamendo-en.xml mode change 100644 => 100755 libre/mozilla-searchplugins/logless-search.xml mode change 100644 => 100755 libre/mozilla-searchplugins/parabola-packages.xml mode change 100644 => 100755 libre/mozilla-searchplugins/parabola-wiki-en.xml mode change 100644 => 100755 libre/mozilla-searchplugins/seeks-search.xml mode change 100644 => 100755 libre/mozilla-searchplugins/wikipedia.xml mode change 100644 => 100755 libre/mozilla-searchplugins/yacy.xml mode change 100644 => 100755 libre/mplayer-libre/.directory mode change 100644 => 100755 libre/mplayer-libre/PKGBUILD mode change 100644 => 100755 libre/mplayer-libre/mplayer.desktop mode change 100644 => 100755 libre/mplayer-libre/mplayer.install mode change 100644 => 100755 libre/mplayer-libre/mplayer.png mode change 100644 => 100755 libre/mplayer-vaapi-libre/PKGBUILD mode change 100644 => 100755 libre/mplayer-vaapi-libre/mplayer-vaapi.install mode change 100644 => 100755 libre/mplayer-vaapi-libre/tweak-desktop-file.patch mode change 100644 => 100755 libre/p7zip-libre/7zFM.desktop mode change 100644 => 100755 libre/p7zip-libre/9.04-makefile.patch mode change 100644 => 100755 libre/p7zip-libre/PKGBUILD mode change 100644 => 100755 libre/p7zip-libre/install mode change 100644 => 100755 libre/p7zip-libre/p7zip-libre.patch mode change 100644 => 100755 libre/pacman-mirrorlist-libre/PKGBUILD mode change 100644 => 100755 libre/pacman/0001-Add-conflict-for-replacing-owned-empty-directory.patch mode change 100644 => 100755 libre/pacman/0002-Check-empty-subdirectory-ownership.patch mode change 100644 => 100755 libre/pacman/PKGBUILD mode change 100644 => 100755 libre/pacman/makepkg.conf mode change 100644 => 100755 libre/pacman/pacman.conf mode change 100644 => 100755 libre/pacman/pacman.conf.mips64el mode change 100644 => 100755 libre/pacman/pacman.conf.x86_64 mode change 100644 => 100755 libre/pacman/pacman.install mode change 100644 => 100755 libre/pacman/rePKGBUILD mode change 100644 => 100755 libre/parabola-archiso-git/PKGBUILD mode change 100644 => 100755 libre/parabola-keyring/PKGBUILD mode change 100644 => 100755 libre/parabola-keyring/parabola-keyring.install mode change 100644 => 100755 libre/parabola-themes-slim/PKGBUILD mode change 100644 => 100755 libre/parabolaweb-git/Makefile mode change 100644 => 100755 libre/parabolaweb-git/PKGBUILD mode change 100644 => 100755 libre/parabolaweb-git/deps-ver.txt mode change 100644 => 100755 libre/parabolaweb-git/parabolaweb.init.sh mode change 100644 => 100755 libre/parabolaweb-git/parabolaweb.update.sh.in mode change 100644 => 100755 libre/parabolaweb-git/requirements_prod.txt mode change 100644 => 100755 libre/psutils-libre/PKGBUILD mode change 100644 => 100755 libre/psutils-libre/psutils-1.17.diff mode change 100644 => 100755 libre/python-reportlab-libre/PKGBUILD mode change 100644 => 100755 libre/python-reportlab-libre/free-fonts.patch mode change 100644 => 100755 libre/python2-ply/PKGBUILD mode change 100644 => 100755 libre/rp-pppoe-libre/PKGBUILD mode change 100644 => 100755 libre/rp-pppoe-libre/adsl mode change 100644 => 100755 libre/rp-pppoe-libre/rp-pppoe-libre.patch mode change 100644 => 100755 libre/rp-pppoe-libre/rp-pppoe.install mode change 100644 => 100755 libre/sdl-libre/PKGBUILD mode change 100644 => 100755 libre/sdl-libre/sdl-1.2.14-disable-mmx.patch mode change 100644 => 100755 libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch mode change 100644 => 100755 libre/seamonkey-libre/PKGBUILD mode change 100644 => 100755 libre/seamonkey-libre/clrf.patch mode change 100644 => 100755 libre/seamonkey-libre/gcc47.patch mode change 100644 => 100755 libre/seamonkey-libre/gnuzilla-addons.patch mode change 100644 => 100755 libre/seamonkey-libre/libvpx.patch mode change 100644 => 100755 libre/seamonkey-libre/mozconfig mode change 100644 => 100755 libre/seamonkey-libre/python27.patch mode change 100644 => 100755 libre/seamonkey-libre/seamonkey-2.0-lang.patch mode change 100644 => 100755 libre/seamonkey-libre/seamonkey.desktop mode change 100644 => 100755 libre/seamonkey-libre/seamonkey.install mode change 100644 => 100755 libre/sqlite3-libre/PKGBUILD mode change 100644 => 100755 libre/sqlite3-libre/license.txt mode change 100644 => 100755 libre/sqlite3/PKGBUILD mode change 100644 => 100755 libre/sqlite3/license.txt mode change 100644 => 100755 libre/syslinux/PKGBUILD mode change 100644 => 100755 libre/syslinux/avoid-using-ext2_fs.patch mode change 100644 => 100755 libre/syslinux/fix-undefined-type-umode_t.patch mode change 100644 => 100755 libre/syslinux/handle-ctors-dtors-via-init_array-and-fini_array.patch mode change 100644 => 100755 libre/syslinux/rePKGBUILD mode change 100644 => 100755 libre/syslinux/splash.png mode change 100644 => 100755 libre/syslinux/syslinux-dont-build-dos-windows-targets.patch mode change 100644 => 100755 libre/syslinux/syslinux-install_update mode change 100644 => 100755 libre/syslinux/syslinux.cfg mode change 100644 => 100755 libre/syslinux/syslinux.install mode change 100644 => 100755 libre/systemd/0001-check-for-proper-return-from-dirent_ensure_type.patch mode change 100644 => 100755 libre/systemd/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch mode change 100644 => 100755 libre/systemd/0001-util-never-follow-symlinks-in-rm_rf_children.patch mode change 100644 => 100755 libre/systemd/PKGBUILD mode change 100644 => 100755 libre/systemd/os-release mode change 100644 => 100755 libre/systemd/rePKGBUILD mode change 100644 => 100755 libre/systemd/systemd.install mode change 100644 => 100755 libre/texlive-bin-libre/09-texlive-fonts.conf mode change 100644 => 100755 libre/texlive-bin-libre/PKGBUILD mode change 100644 => 100755 libre/texlive-bin-libre/fix-fontforge-encoding.patch mode change 100644 => 100755 libre/texlive-bin-libre/luatex-poppler-0.20.patch mode change 100644 => 100755 libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch mode change 100644 => 100755 libre/texlive-bin-libre/poppler-0.20.patch mode change 100644 => 100755 libre/texlive-bin-libre/texlive.install mode change 100644 => 100755 libre/texlive-bin-libre/texmf.cnf mode change 100644 => 100755 libre/texlive-core-libre/PKGBUILD mode change 100644 => 100755 libre/texlive-core-libre/texlive-core.maps mode change 100644 => 100755 libre/texlive-core-libre/texlive.install mode change 100644 => 100755 libre/texlive-fontsextra-libre/PKGBUILD mode change 100644 => 100755 libre/texlive-fontsextra-libre/texlive-fontsextra.maps mode change 100644 => 100755 libre/texlive-fontsextra-libre/texlive.install mode change 100644 => 100755 libre/texlive-latexextra-libre/PKGBUILD mode change 100644 => 100755 libre/texlive-latexextra-libre/texlive-latexextra.maps mode change 100644 => 100755 libre/texlive-latexextra-libre/texlive.install mode change 100644 => 100755 libre/thunderbird-libre/.directory mode change 100644 => 100755 libre/thunderbird-libre/PKGBUILD mode change 100644 => 100755 libre/thunderbird-libre/channel-prefs.js mode change 100644 => 100755 libre/thunderbird-libre/clrf.patch mode change 100644 => 100755 libre/thunderbird-libre/gcc47.patch mode change 100644 => 100755 libre/thunderbird-libre/mozconfig mode change 100644 => 100755 libre/thunderbird-libre/rePKGBUILD mode change 100644 => 100755 libre/thunderbird-libre/searchplugins-libre.patch mode change 100644 => 100755 libre/thunderbird-libre/thunderbird-install-dir.patch mode change 100644 => 100755 libre/thunderbird-libre/thunderbird.desktop mode change 100644 => 100755 libre/thunderbird-libre/thunderbird.install mode change 100644 => 100755 libre/thunderbird-libre/vendor.js mode change 100644 => 100755 libre/ttf-thai-libre/PKGBUILD mode change 100644 => 100755 libre/ttf-thai-libre/ttf.install mode change 100644 => 100755 libre/unarchiver/PKGBUILD mode change 100644 => 100755 libre/unarchiver/libz.patch mode change 100644 => 100755 libre/unarchiver/native_obj_exceptions.patch mode change 100644 => 100755 libre/unrar-libre/PKGBUILD mode change 100644 => 100755 libre/ununrar/PKGBUILD mode change 100644 => 100755 libre/unzip-libre/PKGBUILD mode change 100644 => 100755 libre/unzip-libre/SRCBUILD mode change 100644 => 100755 libre/unzip-libre/match.patch mode change 100644 => 100755 libre/vhba-module-libre/60-vhba.rules mode change 100644 => 100755 libre/vhba-module-libre/PKGBUILD mode change 100644 => 100755 libre/vhba-module-libre/vhba-module.install mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/60-vboxguest.rules mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/LocalConfig.kmk mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/PKGBUILD mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/free-distros.patch mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/libre.patch mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_blag.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_blag_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_dragora.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_dragora_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_dynebolic.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_gnewsense.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_gnewsense_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_gnu.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_gnu_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_gnuhurd.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_gnulinux.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_gnulinux_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_musix.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_musix_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_os64base.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_os64base.xcf mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_osbase.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_osbase.xcf mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_parabola.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_parabola_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_trisquel.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_trisquel_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_ututo.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_ututo_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/os_venenux.png mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/virtualbox-libre-modules-lts.install mode change 100644 => 100755 libre/virtualbox-libre-modules-lts/virtualbox-libre-parabola-modules-lts.install mode change 100644 => 100755 libre/virtualbox-libre-modules/.directory mode change 100644 => 100755 libre/virtualbox-libre-modules/60-vboxguest.rules mode change 100644 => 100755 libre/virtualbox-libre-modules/LocalConfig.kmk mode change 100644 => 100755 libre/virtualbox-libre-modules/PKGBUILD mode change 100644 => 100755 libre/virtualbox-libre-modules/free-distros.patch mode change 100644 => 100755 libre/virtualbox-libre-modules/libre.patch mode change 100644 => 100755 libre/virtualbox-libre-modules/linux34.patch mode change 100644 => 100755 libre/virtualbox-libre-modules/os_blag.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_blag_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_dragora.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_dragora_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_dynebolic.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_gnewsense.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_gnewsense_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_gnu.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_gnu_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_gnuhurd.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_gnulinux.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_gnulinux_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_musix.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_musix_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_os64base.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_os64base.xcf mode change 100644 => 100755 libre/virtualbox-libre-modules/os_osbase.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_osbase.xcf mode change 100644 => 100755 libre/virtualbox-libre-modules/os_parabola.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_parabola_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_trisquel.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_trisquel_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_ututo.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_ututo_64.png mode change 100644 => 100755 libre/virtualbox-libre-modules/os_venenux.png mode change 100644 => 100755 libre/virtualbox-libre-modules/virtualbox-libre-modules.install mode change 100644 => 100755 libre/virtualbox-libre-modules/virtualbox-libre-parabola-modules.install mode change 100644 => 100755 libre/virtualbox-libre/10-vboxdrv.rules mode change 100644 => 100755 libre/virtualbox-libre/LocalConfig.kmk mode change 100644 => 100755 libre/virtualbox-libre/PKGBUILD mode change 100644 => 100755 libre/virtualbox-libre/change_default_driver_dir.patch mode change 100644 => 100755 libre/virtualbox-libre/free-distros.patch mode change 100644 => 100755 libre/virtualbox-libre/gsoap.patch mode change 100644 => 100755 libre/virtualbox-libre/ipv6_vnc.patch mode change 100644 => 100755 libre/virtualbox-libre/libre.patch mode change 100644 => 100755 libre/virtualbox-libre/os_blag.png mode change 100644 => 100755 libre/virtualbox-libre/os_blag_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_dragora.png mode change 100644 => 100755 libre/virtualbox-libre/os_dragora_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_dynebolic.png mode change 100644 => 100755 libre/virtualbox-libre/os_gnewsense.png mode change 100644 => 100755 libre/virtualbox-libre/os_gnewsense_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_gnu.png mode change 100644 => 100755 libre/virtualbox-libre/os_gnu_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_gnuhurd.png mode change 100644 => 100755 libre/virtualbox-libre/os_gnulinux.png mode change 100644 => 100755 libre/virtualbox-libre/os_gnulinux_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_musix.png mode change 100644 => 100755 libre/virtualbox-libre/os_musix_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_os64base.png mode change 100644 => 100755 libre/virtualbox-libre/os_os64base.xcf mode change 100644 => 100755 libre/virtualbox-libre/os_osbase.png mode change 100644 => 100755 libre/virtualbox-libre/os_osbase.xcf mode change 100644 => 100755 libre/virtualbox-libre/os_parabola.png mode change 100644 => 100755 libre/virtualbox-libre/os_parabola_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_trisquel.png mode change 100644 => 100755 libre/virtualbox-libre/os_trisquel_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_ututo.png mode change 100644 => 100755 libre/virtualbox-libre/os_ututo_64.png mode change 100644 => 100755 libre/virtualbox-libre/os_venenux.png mode change 100644 => 100755 libre/virtualbox-libre/vboxbuild mode change 100644 => 100755 libre/virtualbox-libre/vboxdrv-reference.patch mode change 100644 => 100755 libre/virtualbox-libre/vboxservice.conf mode change 100644 => 100755 libre/virtualbox-libre/vboxservice.rc mode change 100644 => 100755 libre/virtualbox-libre/vboxservice.service mode change 100644 => 100755 libre/virtualbox-libre/vboxweb.conf mode change 100644 => 100755 libre/virtualbox-libre/vboxweb.rc mode change 100644 => 100755 libre/virtualbox-libre/vboxweb.service mode change 100644 => 100755 libre/virtualbox-libre/virtualbox-libre-parabola-additions.install mode change 100644 => 100755 libre/virtualbox-libre/virtualbox-libre-parabola-source.install mode change 100644 => 100755 libre/virtualbox-libre/virtualbox-libre-source.install mode change 100644 => 100755 libre/virtualbox-libre/virtualbox-libre.install mode change 100644 => 100755 libre/xarchiver-libre/PKGBUILD mode change 100644 => 100755 libre/xarchiver-libre/rePKGBUILD mode change 100644 => 100755 libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch mode change 100644 => 100755 libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch mode change 100644 => 100755 libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch mode change 100644 => 100755 libre/xarchiver-libre/xarchiver.install mode change 100644 => 100755 libre/xchat-libre/ChangeLog mode change 100644 => 100755 libre/xchat-libre/PKGBUILD mode change 100644 => 100755 libre/xchat-libre/no-firefox.patch mode change 100644 => 100755 libre/xchat-libre/remove-non-free-suggestion.patch mode change 100644 => 100755 libre/xchat-libre/xchat-2.8.8-glib-2.31.patch mode change 100644 => 100755 libre/xchat-libre/xchat-2.8.8-libnotify07.patch mode change 100644 => 100755 libre/xchat-libre/xchat-2.8.8-link-against-libnotify.patch mode change 100644 => 100755 libre/xchat-libre/xchat.install mode change 100644 => 100755 libre/xmlstarlet/PKGBUILD mode change 100644 => 100755 libre/xorg-fonts-100dpi-libre/PKGBUILD mode change 100644 => 100755 libre/xorg-fonts-100dpi-libre/xfonts.install mode change 100644 => 100755 libre/xorg-fonts-75dpi-libre/PKGBUILD mode change 100644 => 100755 libre/xorg-fonts-75dpi-libre/xfonts.install mode change 100644 => 100755 libre/xorg-fonts-type1-libre/PKGBUILD mode change 100644 => 100755 libre/xorg-fonts-type1-libre/xfonts.install mode change 100644 => 100755 libre/xscreensaver-libre/LICENSE mode change 100644 => 100755 libre/xscreensaver-libre/PKGBUILD mode change 100644 => 100755 libre/xscreensaver-libre/add-electricsheep.diff mode change 100644 => 100755 libre/xscreensaver-libre/libre.patch mode change 100644 => 100755 libre/xscreensaver-libre/xscreensaver.pam mode change 100644 => 100755 libre/xulrunner-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch mode change 100644 => 100755 libre/xulrunner-libre/PKGBUILD mode change 100644 => 100755 libre/xulrunner-libre/mozconfig mode change 100644 => 100755 libre/xulrunner-libre/mozilla-pkgconfig.patch mode change 100644 => 100755 libre/your-freedom/PKGBUILD mode change 100644 => 100755 libre/your-freedom/your-freedom.install mode change 100644 => 100755 pcr/bsnes/PKGBUILD mode change 100644 => 100755 pcr/bsnes/bsnes.changelog mode change 100644 => 100755 pcr/bsnes/bsnes.install create mode 100644 pcr/csync-owncloud/PKGBUILD mode change 100644 => 100755 pcr/d0_blind_id-git/PKGBUILD mode change 100644 => 100755 pcr/kervalasquish-hg/PKGBUILD create mode 100644 pcr/log4c/PKGBUILD mode change 100644 => 100755 pcr/minetest/PKGBUILD create mode 100644 pcr/owncloud-client/PKGBUILD create mode 100644 pcr/owncloud-client/owncloud-client.desktop create mode 100644 pcr/owncloud-client/owncloud-client.install mode change 100644 => 100755 pcr/python-sfml2/PKGBUILD mode change 100644 => 100755 pcr/python2-sfml2/PKGBUILD mode change 100644 => 100755 pcr/ryzom-client/PKGBUILD mode change 100644 => 100755 pcr/ryzom-data/PKGBUILD mode change 100644 => 100755 pcr/ryzom-nel/PKGBUILD mode change 100644 => 100755 pcr/sfml-git/PKGBUILD mode change 100644 => 100755 pcr/xonotic-git/PKGBUILD mode change 100644 => 100755 pcr/yate/PKGBUILD mode change 100644 => 100755 social/ahcpd/PKGBUILD mode change 100644 => 100755 social/asterisk/PKGBUILD mode change 100644 => 100755 social/asterisk/asterisk mode change 100644 => 100755 social/asterisk/asterisk.install mode change 100644 => 100755 social/asterisk/asterisk.logrotated mode change 100644 => 100755 social/batctl/PKGBUILD mode change 100644 => 100755 social/bip/PKGBUILD mode change 100644 => 100755 social/bitcoin-daemon/PKGBUILD mode change 100644 => 100755 social/bitcoin-daemon/bitcoin-daemon.install mode change 100644 => 100755 social/bitcoin-daemon/makefile.parabola mode change 100644 => 100755 social/bitcoin-daemon/rc.bitcoind mode change 100644 => 100755 social/bitcoin/PKGBUILD mode change 100644 => 100755 social/bitcoin/bitcoin.desktop mode change 100644 => 100755 social/diaspora-git/PKGBUILD mode change 100644 => 100755 social/diaspora-git/diaspora.bashrc mode change 100644 => 100755 social/diaspora-git/diaspora.bin mode change 100644 => 100755 social/diaspora-git/diaspora.install mode change 100644 => 100755 social/diaspora-git/diaspora.logrotate mode change 100644 => 100755 social/diaspora-git/diaspora.pam mode change 100644 => 100755 social/diaspora-git/diaspora.rc mode change 100644 => 100755 social/dropbear/PKGBUILD mode change 100644 => 100755 social/dropbear/dropbear-conf.d mode change 100644 => 100755 social/dropbear/dropbear-rc.d mode change 100644 => 100755 social/facter/PKGBUILD mode change 100644 => 100755 social/ffingerd/PKGBUILD mode change 100644 => 100755 social/ffingerd/finger.xinetd mode change 100644 => 100755 social/gnuhealth/PKGBUILD mode change 100644 => 100755 social/haveged/PKGBUILD mode change 100644 => 100755 social/haveged/haveged mode change 100644 => 100755 social/hunspell-pt-br/.directory mode change 100644 => 100755 social/hunspell-pt-br/PKGBUILD mode change 100644 => 100755 social/inadyn-opendns/PKGBUILD mode change 100644 => 100755 social/inadyn-opendns/inadyn-opendns.install mode change 100644 => 100755 social/inadyn-opendns/inadyn.rc-script mode change 100644 => 100755 social/liblockfile/PKGBUILD mode change 100644 => 100755 social/libowfat/PKGBUILD mode change 100644 => 100755 social/libowfat/libowfat.install mode change 100644 => 100755 social/libpurple-minimal/PKGBUILD mode change 100644 => 100755 social/lockfile-progs/PKGBUILD mode change 100644 => 100755 social/miniupnpc/PKGBUILD mode change 100644 => 100755 social/monkeysphere/PKGBUILD mode change 100644 => 100755 social/monkeysphere/monkeysphere.install mode change 100644 => 100755 social/olsrd/PKGBUILD mode change 100644 => 100755 social/openswan/PKGBUILD mode change 100644 => 100755 social/openswan/compile.patch mode change 100644 => 100755 social/opentracker/PKGBUILD mode change 100644 => 100755 social/opentracker/license.txt mode change 100644 => 100755 social/poco/PKGBUILD mode change 100644 => 100755 social/puppet/PKGBUILD mode change 100644 => 100755 social/puppet/puppet.conf mode change 100644 => 100755 social/puppet/puppet.install mode change 100644 => 100755 social/python-relatorio/PKGBUILD mode change 100644 => 100755 social/python2-cheetah/Changelog mode change 100644 => 100755 social/python2-cheetah/PKGBUILD mode change 100644 => 100755 social/python2-polib/PKGBUILD mode change 100644 => 100755 social/ruby-headers/PKGBUILD mode change 100644 => 100755 social/ruby-shadow/PKGBUILD mode change 100644 => 100755 social/seeks/PKGBUILD mode change 100644 => 100755 social/seeks/conf.patch mode change 100644 => 100755 social/seeks/docbook2man.patch mode change 100644 => 100755 social/seeks/img_websearch.patch mode change 100644 => 100755 social/seeks/install mode change 100644 => 100755 social/seeks/logfile.patch mode change 100644 => 100755 social/seeks/seeks.conf.d mode change 100644 => 100755 social/seeks/seeks.install mode change 100644 => 100755 social/seeks/seeks.logrotate mode change 100644 => 100755 social/seeks/seeks.rc.d mode change 100644 => 100755 social/seeks/seeksdaemon mode change 100644 => 100755 social/sipwitch/PKGBUILD mode change 100644 => 100755 social/sobby/PKGBUILD mode change 100644 => 100755 social/spectrum/PKGBUILD mode change 100644 => 100755 social/spectrum/logrotate.spectrum mode change 100644 => 100755 social/spectrum/spectrum.install mode change 100644 => 100755 social/statusnet/PKGBUILD mode change 100644 => 100755 social/statusnet/statusnet.install mode change 100644 => 100755 social/strongswan/PKGBUILD mode change 100644 => 100755 social/tinc/PKGBUILD mode change 100644 => 100755 social/tinc/tincd.conf mode change 100644 => 100755 social/tinc/tincd.rcd mode change 100644 => 100755 social/tokyocabinet/PKGBUILD mode change 100644 => 100755 social/tomb/PKGBUILD mode change 100644 => 100755 social/tomb/tomb.install mode change 100644 => 100755 social/tomoyo-tools/PKGBUILD mode change 100644 => 100755 social/tomoyo-tools/tomoyo-tools.install mode change 100644 => 100755 social/trytond/PKGBUILD mode change 100644 => 100755 social/trytond/trytond.install mode change 100644 => 100755 social/trytond/trytond.rc mode change 100644 => 100755 social/uci/PKGBUILD mode change 100644 => 100755 social/ucommon/PKGBUILD mode change 100644 => 100755 ~aurelien/README mode change 100644 => 100755 ~brendan/guile/PKGBUILD mode change 100644 => 100755 ~brendan/guile/guile.install mode change 100644 => 100755 ~emulatorman/hunspell-gl/PKGBUILD mode change 100644 => 100755 ~emulatorman/hunspell-pt-br/.directory mode change 100644 => 100755 ~emulatorman/hunspell-pt-br/PKGBUILD mode change 100644 => 100755 ~emulatorman/jitsi/PKGBUILD mode change 100644 => 100755 ~emulatorman/jitsi/jitsi.desktop mode change 100644 => 100755 ~emulatorman/jitsi/jitsi.sh mode change 100644 => 100755 ~emulatorman/raider/ChangeLog mode change 100644 => 100755 ~emulatorman/raider/INSTALL mode change 100644 => 100755 ~emulatorman/raider/PKGBUILD mode change 100644 => 100755 ~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch mode change 100644 => 100755 ~emulatorman/timekpr/PKGBUILD mode change 100644 => 100755 ~emulatorman/timekpr/timekpr.install mode change 100644 => 100755 ~emulatorman/xchat-xsys-noaudacious/PKGBUILD mode change 100644 => 100755 ~emulatorman/xchat-xsys-noaudacious/no-audacious.patch mode change 100644 => 100755 ~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch mode change 100644 => 100755 ~emulatorman/xonotic-data/PKGBUILD mode change 100644 => 100755 ~emulatorman/xonotic/PKGBUILD mode change 100644 => 100755 ~emulatorman/xonotic/xonotic-glx.desktop mode change 100644 => 100755 ~emulatorman/xonotic/xonotic-sdl.desktop mode change 100644 => 100755 ~fauno/afew/LICENSE mode change 100644 => 100755 ~fauno/afew/PKGBUILD mode change 100644 => 100755 ~fauno/afew/SRCBUILD mode change 100644 => 100755 ~fauno/bibutils-dynamic/PKGBUILD mode change 100644 => 100755 ~fauno/dbacl/PKGBUILD mode change 100644 => 100755 ~fauno/distccd-zeroconf/PKGBUILD mode change 100644 => 100755 ~fauno/distccd-zeroconf/distccd.conf.d mode change 100644 => 100755 ~fauno/emerillon/PKGBUILD mode change 100644 => 100755 ~fauno/emerillon/emerillon.install mode change 100644 => 100755 ~fauno/ethos/PKGBUILD mode change 100644 => 100755 ~fauno/geoclue/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-base64-bytestring/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install mode change 100644 => 100755 ~fauno/haskell-citeproc-hs/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install mode change 100644 => 100755 ~fauno/haskell-digest/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-digest/haskell-digest.install mode change 100644 => 100755 ~fauno/haskell-dlist/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-dlist/haskell-dlist.install mode change 100644 => 100755 ~fauno/haskell-hs-bibutils/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install mode change 100644 => 100755 ~fauno/haskell-json/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-json/haskell-json.install mode change 100644 => 100755 ~fauno/haskell-pandoc-types/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-pandoc-types/haskell-pandoc-types.install mode change 100644 => 100755 ~fauno/haskell-tagsoup/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-tagsoup/haskell-tagsoup.install mode change 100644 => 100755 ~fauno/haskell-texmath/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-texmath/haskell-texmath.install mode change 100644 => 100755 ~fauno/haskell-xml/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-xml/haskell-xml.install mode change 100644 => 100755 ~fauno/haskell-zip-archive/PKGBUILD mode change 100644 => 100755 ~fauno/haskell-zip-archive/haskell-zip-archive.install mode change 100644 => 100755 ~fauno/ldapscripts/PKGBUILD mode change 100644 => 100755 ~fauno/librest/PKGBUILD mode change 100644 => 100755 ~fauno/localepurge/PKGBUILD mode change 100644 => 100755 ~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD mode change 100644 => 100755 ~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD mode change 100644 => 100755 ~fauno/notmuch/PKGBUILD mode change 100644 => 100755 ~fauno/notmuch/SRCBUILD mode change 100644 => 100755 ~fauno/pandoc/PKGBUILD mode change 100644 => 100755 ~fauno/pandoc/SRCBUILD mode change 100644 => 100755 ~fauno/ruby-mustache/PKGBUILD mode change 100644 => 100755 ~fauno/transmission-remote-cli/PKGBUILD mode change 100644 => 100755 ~fauno/transmission-remote-cli/python2.patch mode change 100644 => 100755 ~fauno/vala-notmuch/PKGBUILD mode change 100644 => 100755 ~fauno/vala-notmuch/SRCBUILD mode change 100644 => 100755 ~fauno/vala-notmuch/vala-notmuch.install mode change 100644 => 100755 ~lukeshu/.gitignore mode change 100644 => 100755 ~lukeshu/android-udev/.gitignore mode change 100644 => 100755 ~lukeshu/android-udev/51-android.rules mode change 100644 => 100755 ~lukeshu/android-udev/Makefile mode change 100644 => 100755 ~lukeshu/android-udev/PKGBUILD mode change 100644 => 100755 ~lukeshu/android-udev/android-udev.install mode change 100644 => 100755 ~lukeshu/cinclude2dot/.gitignore mode change 100644 => 100755 ~lukeshu/cinclude2dot/PKGBUILD mode change 100644 => 100755 ~lukeshu/cntlm/PKGBUILD mode change 100644 => 100755 ~lukeshu/codeanalyst/PKGBUILD mode change 100644 => 100755 ~lukeshu/codeanalyst/codeanalyst.desktop mode change 100644 => 100755 ~lukeshu/codeanalyst/codeanalyst.sudo mode change 100644 => 100755 ~lukeshu/codeanalyst/codeanalyst.svg mode change 100644 => 100755 ~lukeshu/codeanalyst/gcc47.patch mode change 100644 => 100755 ~lukeshu/codeanalyst/skipSetup.patch mode change 100644 => 100755 ~lukeshu/conkeror-git/ChangeLog mode change 100644 => 100755 ~lukeshu/conkeror-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/conkeror-git/SRCBUILD mode change 100644 => 100755 ~lukeshu/conkeror-git/conkeror-git.install mode change 100644 => 100755 ~lukeshu/conkeror-git/conkeror.sh mode change 100644 => 100755 ~lukeshu/conkeror-git/conkeror_gimpfile.xpm mode change 100644 => 100755 ~lukeshu/dasm/PKGBUILD mode change 100644 => 100755 ~lukeshu/emacs-lucid/PKGBUILD mode change 100644 => 100755 ~lukeshu/emacs-lucid/emacs.install mode change 100644 => 100755 ~lukeshu/emacs-lucid/gnulib.patch mode change 100644 => 100755 ~lukeshu/freeglut26/2.6.0-GFX_radeon.patch mode change 100644 => 100755 ~lukeshu/freeglut26/PKGBUILD mode change 100644 => 100755 ~lukeshu/git-svn-abandon-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/kdeutils-ark-unarchiver/PKGBUILD mode change 100644 => 100755 ~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch mode change 100644 => 100755 ~lukeshu/kdeutils-ark-unarchiver/kdeutils.install mode change 100644 => 100755 ~lukeshu/libdwarf/PKGBUILD mode change 100644 => 100755 ~lukeshu/libfreenect-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/maildirproc/PKGBUILD mode change 100644 => 100755 ~lukeshu/make-graph/PKGBUILD mode change 100644 => 100755 ~lukeshu/make-graph/bug30612.patch mode change 100644 => 100755 ~lukeshu/make-graph/bug30723.patch mode change 100644 => 100755 ~lukeshu/make-graph/make-3.82-makeflags.patch mode change 100644 => 100755 ~lukeshu/make-graph/make-3.82-sort-blank.patch mode change 100644 => 100755 ~lukeshu/make-graph/make-graph.patch mode change 100644 => 100755 ~lukeshu/make-graph/make.install mode change 100644 => 100755 ~lukeshu/openni-all/openni-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/openni-all/openni-git/openni.install mode change 100644 => 100755 ~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install mode change 100644 => 100755 ~lukeshu/openni-all/openni-unstable-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/openni-all/openni-unstable-git/openni.install mode change 100644 => 100755 ~lukeshu/openni-all/openni-unstable/PKGBUILD mode change 100644 => 100755 ~lukeshu/openni-all/openni-unstable/openni-core.install mode change 100644 => 100755 ~lukeshu/openni-all/openni-unstable/openni-mono.install mode change 100644 => 100755 ~lukeshu/openni-all/openni/PKGBUILD mode change 100644 => 100755 ~lukeshu/openni-all/openni/openni.install mode change 100644 => 100755 ~lukeshu/pngcrush/LICENSE mode change 100644 => 100755 ~lukeshu/pngcrush/PKGBUILD mode change 100644 => 100755 ~lukeshu/redo/PKGBUILD mode change 100644 => 100755 ~lukeshu/stow/PKGBUILD mode change 100644 => 100755 ~lukeshu/svn-graph-branches/PKGBUILD mode change 100644 => 100755 ~lukeshu/terminal-colors/.gitignore mode change 100644 => 100755 ~lukeshu/terminal-colors/PKGBUILD mode change 100644 => 100755 ~lukeshu/thingutils-git/PKGBUILD mode change 100644 => 100755 ~lukeshu/wdiff/PKGBUILD mode change 100644 => 100755 ~lukeshu/xml2rfc/PKGBUILD mode change 100644 => 100755 ~mtjm/cups-usblp/PKGBUILD mode change 100644 => 100755 ~mtjm/cups-usblp/cups mode change 100644 => 100755 ~mtjm/cups-usblp/cups-avahi-1-config.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-avahi-2-backend.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-avahi-3-timeouts.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-avahi-4-poll.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-avahi-5-services.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-no-export-ssllibs.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-no-gcrypt.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-no-gzip-man.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups-systemd-socket.patch mode change 100644 => 100755 ~mtjm/cups-usblp/cups.install mode change 100644 => 100755 ~mtjm/cups-usblp/cups.logrotate mode change 100644 => 100755 ~mtjm/cups-usblp/cups.pam mode change 100644 => 100755 ~mtjm/debootstrap/PKGBUILD mode change 100644 => 100755 ~mtjm/python-coverage/LICENSE mode change 100644 => 100755 ~mtjm/python-coverage/PKGBUILD mode change 100644 => 100755 ~mtjm/python-getmediumurl/PKGBUILD mode change 100644 => 100755 ~mtjm/python-urlreader/PKGBUILD mode change 100644 => 100755 ~mtjm/python2-openid/PKGBUILD mode change 100644 => 100755 ~mtjm/python2-postfix-policyd-spf/PKGBUILD mode change 100644 => 100755 ~mtjm/python2-pydns/PKGBUILD mode change 100644 => 100755 ~mtjm/python2-pyflakes/PKGBUILD mode change 100644 => 100755 ~mtjm/python2-pyspf/PKGBUILD mode change 100644 => 100755 ~mtjm/thinkfan/PKGBUILD mode change 100644 => 100755 ~mtjm/thinkfan/thinkfan mode change 100644 => 100755 ~mtjm/ttf-beteckna/PKGBUILD mode change 100644 => 100755 ~mtjm/ttf-beteckna/ttf.install mode change 100644 => 100755 ~mtjm/zbar/PKGBUILD (limited to 'social') diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/.hgignore b/.hgignore old mode 100644 new mode 100755 diff --git a/artistic/aqsis/PKGBUILD b/artistic/aqsis/PKGBUILD old mode 100644 new mode 100755 diff --git a/artistic/aqsis/aqsis.install b/artistic/aqsis/aqsis.install old mode 100644 new mode 100755 diff --git a/artistic/blender-spacenav-libre/PKGBUILD b/artistic/blender-spacenav-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/artistic/blender-spacenav-libre/blender.install b/artistic/blender-spacenav-libre/blender.install old mode 100644 new mode 100755 diff --git a/artistic/blender-spacenav-libre/boost-1.50.patch b/artistic/blender-spacenav-libre/boost-1.50.patch old mode 100644 new mode 100755 diff --git a/artistic/blender-spacenav-libre/ffmpeg-0.11.patch b/artistic/blender-spacenav-libre/ffmpeg-0.11.patch old mode 100644 new mode 100755 diff --git a/artistic/libspnav/Makefile.in.diff b/artistic/libspnav/Makefile.in.diff old mode 100644 new mode 100755 diff --git a/artistic/libspnav/PKGBUILD b/artistic/libspnav/PKGBUILD old mode 100644 new mode 100755 diff --git a/artistic/spacenavd/PKGBUILD b/artistic/spacenavd/PKGBUILD old mode 100644 new mode 100755 diff --git a/artistic/spacenavd/spacenav.service b/artistic/spacenavd/spacenav.service old mode 100644 new mode 100755 diff --git a/artistic/spacenavd/spacenavd b/artistic/spacenavd/spacenavd old mode 100644 new mode 100755 diff --git a/artistic/spnavcfg/PKGBUILD b/artistic/spnavcfg/PKGBUILD old mode 100644 new mode 100755 diff --git a/artistic/yafaray-git/PKGBUILD b/artistic/yafaray-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/artistic/yafaray-git/gcc47.patch b/artistic/yafaray-git/gcc47.patch old mode 100644 new mode 100755 diff --git a/cross/README b/cross/README old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.6.2-cloog-0.17.patch b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.6.2-cloog-0.17.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.7.0-cloog-0.17.patch b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.7.0-cloog-0.17.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-hash-style-both.patch b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-hash-style-both.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_mips64el_lib.patch b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_mips64el_lib.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_pure64.patch b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_pure64.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-bz4781.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-bz4781.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-dont-build-timezone.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-dont-build-timezone.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.12.2-ignore-origin-of-privileged-program.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.12.2-ignore-origin-of-privileged-program.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-libdl-crash.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-libdl-crash.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reexport-rpc-interface.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reexport-rpc-interface.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reinstall-nis-rpc-headers.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reinstall-nis-rpc-headers.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-revert-4768ae77.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-revert-4768ae77.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-arena.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-arena.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-avx.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-avx.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-confstr-local-buffer-extent.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-confstr-local-buffer-extent.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files-2.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files-2.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-feraiseexcept-plt.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-feraiseexcept-plt.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fix-res_query-assert.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fix-res_query-assert.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fmtmsg-locking.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fmtmsg-locking.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-gb18030.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-gb18030.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-ifunc.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-ifunc.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-lddebug-scopes.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-lddebug-scopes.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-math64crash.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-math64crash.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-multiarch-x86-strcmp.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-multiarch-x86-strcmp.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-nearbyintf-rounding.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-nearbyintf-rounding.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-negative-result-cache.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-negative-result-cache.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-non-signalling-comparisons.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-non-signalling-comparisons.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-regex.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-regex.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-c5a0802a.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-c5a0802a.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-netlink-cache.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-netlink-cache.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-rintf-rounding.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-rintf-rounding.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-scanf.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-scanf.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-strcasecmp-disable-avx.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-strcasecmp-disable-avx.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vdso.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vdso.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vfprintf-nargs.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vfprintf-nargs.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-__i686.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-__i686.patch old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install old mode 100644 new mode 100755 diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/locale.gen.txt b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/locale.gen.txt old mode 100644 new mode 100755 diff --git a/cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD b/cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD b/cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD b/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD b/cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-hash-style-both.patch b/cross/mips64el-unknown-linux-gnu-gcc/gcc-hash-style-both.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc.install old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch b/cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch b/cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD b/cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-bz4781.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-bz4781.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-dont-build-timezone.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-dont-build-timezone.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.12.2-ignore-origin-of-privileged-program.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.12.2-ignore-origin-of-privileged-program.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-libdl-crash.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-libdl-crash.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reexport-rpc-interface.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reexport-rpc-interface.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reinstall-nis-rpc-headers.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reinstall-nis-rpc-headers.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-revert-4768ae77.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-revert-4768ae77.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-arena.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-arena.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-avx.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-avx.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-confstr-local-buffer-extent.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-confstr-local-buffer-extent.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files-2.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files-2.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-feraiseexcept-plt.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-feraiseexcept-plt.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fix-res_query-assert.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fix-res_query-assert.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fmtmsg-locking.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fmtmsg-locking.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-gb18030.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-gb18030.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-ifunc.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-ifunc.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-lddebug-scopes.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-lddebug-scopes.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-math64crash.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-math64crash.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-multiarch-x86-strcmp.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-multiarch-x86-strcmp.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-nearbyintf-rounding.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-nearbyintf-rounding.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-negative-result-cache.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-negative-result-cache.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-non-signalling-comparisons.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-non-signalling-comparisons.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-regex.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-regex.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-c5a0802a.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-c5a0802a.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-netlink-cache.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-netlink-cache.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-rintf-rounding.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-rintf-rounding.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-scanf.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-scanf.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-strcasecmp-disable-avx.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-strcasecmp-disable-avx.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vdso.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vdso.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vfprintf-nargs.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vfprintf-nargs.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc.install b/cross/mips64el-unknown-linux-gnu-glibc/glibc.install old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt b/cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt old mode 100644 new mode 100755 diff --git a/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD b/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD old mode 100644 new mode 100755 diff --git a/elementary/elementary-gtk-theme/PKGBUILD b/elementary/elementary-gtk-theme/PKGBUILD old mode 100644 new mode 100755 diff --git a/elementary/elementary-gtk-theme/elementary-gtk-theme.install b/elementary/elementary-gtk-theme/elementary-gtk-theme.install old mode 100644 new mode 100755 diff --git a/elementary/elementary-icons/PKGBUILD b/elementary/elementary-icons/PKGBUILD old mode 100644 new mode 100755 diff --git a/elementary/gtk-engine-equinox/PKGBUILD b/elementary/gtk-engine-equinox/PKGBUILD old mode 100644 new mode 100755 diff --git a/elementary/postler/PKGBUILD b/elementary/postler/PKGBUILD old mode 100644 new mode 100755 diff --git a/elementary/postler/postler.install b/elementary/postler/postler.install old mode 100644 new mode 100755 diff --git a/elementary/trisquel-themes/PKGBUILD b/elementary/trisquel-themes/PKGBUILD old mode 100644 new mode 100755 diff --git a/elementary/vala-010/PKGBUILD b/elementary/vala-010/PKGBUILD old mode 100644 new mode 100755 diff --git a/gis/grass/PKGBUILD b/gis/grass/PKGBUILD old mode 100644 new mode 100755 diff --git a/gis/grass/grass.conf b/gis/grass/grass.conf old mode 100644 new mode 100755 diff --git a/gis/grass/grass.install b/gis/grass/grass.install old mode 100644 new mode 100755 diff --git a/gis/grass/grass.sh b/gis/grass/grass.sh old mode 100644 new mode 100755 diff --git a/gis/libfreexl/PKGBUILD b/gis/libfreexl/PKGBUILD old mode 100644 new mode 100755 diff --git a/gis/libspatialite/PKGBUILD b/gis/libspatialite/PKGBUILD old mode 100644 new mode 100755 diff --git a/gis/merkaartor/PKGBUILD b/gis/merkaartor/PKGBUILD old mode 100644 new mode 100755 diff --git a/gis/merkaartor/install b/gis/merkaartor/install old mode 100644 new mode 100755 diff --git a/gis/qgis/PKGBUILD b/gis/qgis/PKGBUILD old mode 100644 new mode 100755 diff --git a/gis/qgis/qgis.desktop b/gis/qgis/qgis.desktop old mode 100644 new mode 100755 diff --git a/gis/qgis/qgis_1.7.4_gcc4.7.patch b/gis/qgis/qgis_1.7.4_gcc4.7.patch old mode 100644 new mode 100755 diff --git a/gis/spatialindex/PKGBUILD b/gis/spatialindex/PKGBUILD old mode 100644 new mode 100755 diff --git a/gnu/README b/gnu/README old mode 100644 new mode 100755 diff --git a/gnu/gnun/PKGBUILD b/gnu/gnun/PKGBUILD old mode 100644 new mode 100755 diff --git a/gnu/recutils/ChangeLog b/gnu/recutils/ChangeLog old mode 100644 new mode 100755 diff --git a/gnu/recutils/PKGBUILD b/gnu/recutils/PKGBUILD old mode 100644 new mode 100755 diff --git a/gnu/recutils/recutils.install b/gnu/recutils/recutils.install old mode 100644 new mode 100755 diff --git a/kernels/aufs2-libre/PKGBUILD b/kernels/aufs2-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/aufs2-libre/aufs2-libre.install b/kernels/aufs2-libre/aufs2-libre.install old mode 100644 new mode 100755 diff --git a/kernels/aufs2-libre/aufs2-module-2.6.36.patch b/kernels/aufs2-libre/aufs2-module-2.6.36.patch old mode 100644 new mode 100755 diff --git a/kernels/aufs2-libre/create-tarball.sh b/kernels/aufs2-libre/create-tarball.sh old mode 100644 new mode 100755 diff --git a/kernels/aufs3-libre/PKGBUILD b/kernels/aufs3-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/aufs3-libre/aufs3-libre.install b/kernels/aufs3-libre/aufs3-libre.install old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/Kbuild b/kernels/linux-libre-aufs_friendly/Kbuild old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/Kbuild.platforms b/kernels/linux-libre-aufs_friendly/Kbuild.platforms old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/PKGBUILD b/kernels/linux-libre-aufs_friendly/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch b/kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch b/kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/boot-logo.patch b/kernels/linux-libre-aufs_friendly/boot-logo.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch b/kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/config.i686 b/kernels/linux-libre-aufs_friendly/config.i686 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/config.x86_64 b/kernels/linux-libre-aufs_friendly/config.x86_64 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/ext4-options.patch b/kernels/linux-libre-aufs_friendly/ext4-options.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/i915-fix-ghost-tv-output.patch b/kernels/linux-libre-aufs_friendly/i915-fix-ghost-tv-output.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install b/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset b/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/.directory b/kernels/linux-libre-lts-rt/.directory old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/Kbuild b/kernels/linux-libre-lts-rt/Kbuild old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/Kbuild.platforms b/kernels/linux-libre-lts-rt/Kbuild.platforms old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/PKGBUILD b/kernels/linux-libre-lts-rt/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/boot-logo.patch b/kernels/linux-libre-lts-rt/boot-logo.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch b/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/config.i686 b/kernels/linux-libre-lts-rt/config.i686 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/config.x86_64 b/kernels/linux-libre-lts-rt/config.x86_64 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/ext4-options.patch b/kernels/linux-libre-lts-rt/ext4-options.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch b/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/PKGBUILD b/kernels/linux-libre-lts-xen/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/boot-logo.patch b/kernels/linux-libre-lts-xen/boot-logo.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/change-default-console-loglevel.patch b/kernels/linux-libre-lts-xen/change-default-console-loglevel.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/config.i686 b/kernels/linux-libre-lts-xen/config.i686 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/ext4-options.patch b/kernels/linux-libre-lts-xen/ext4-options.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/fix-i915.patch b/kernels/linux-libre-lts-xen/fix-i915.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/i915-fix-ghost-tv-output.patch b/kernels/linux-libre-lts-xen/i915-fix-ghost-tv-output.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/i915-gpu-finish.patch b/kernels/linux-libre-lts-xen/i915-gpu-finish.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/linux-libre-lts-xen.install b/kernels/linux-libre-lts-xen/linux-libre-lts-xen.install old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset b/kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/3.4.4-fix-backlight-regression.patch b/kernels/linux-libre-rt/3.4.4-fix-backlight-regression.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/Kbuild b/kernels/linux-libre-rt/Kbuild old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/Kbuild.platforms b/kernels/linux-libre-rt/Kbuild.platforms old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/PKGBUILD b/kernels/linux-libre-rt/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/boot-logo.patch b/kernels/linux-libre-rt/boot-logo.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/change-default-console-loglevel.patch b/kernels/linux-libre-rt/change-default-console-loglevel.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/config.i686 b/kernels/linux-libre-rt/config.i686 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/config.x86_64 b/kernels/linux-libre-rt/config.x86_64 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/i915-fix-ghost-tv-output.patch b/kernels/linux-libre-rt/i915-fix-ghost-tv-output.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/linux-libre-rt.install b/kernels/linux-libre-rt/linux-libre-rt.install old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-rt/linux-libre-rt.preset b/kernels/linux-libre-rt/linux-libre-rt.preset old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/boot-logo.patch b/kernels/linux-libre-xen/boot-logo.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/change-default-console-loglevel.patch b/kernels/linux-libre-xen/change-default-console-loglevel.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/config.i686 b/kernels/linux-libre-xen/config.i686 old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/ext4-options.patch b/kernels/linux-libre-xen/ext4-options.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch b/kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/linux-libre-xen.install b/kernels/linux-libre-xen/linux-libre-xen.install old mode 100644 new mode 100755 diff --git a/kernels/linux-libre-xen/linux-libre-xen.preset b/kernels/linux-libre-xen/linux-libre-xen.preset old mode 100644 new mode 100755 diff --git a/kernels/xe-guest-utilities/PKGBUILD b/kernels/xe-guest-utilities/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/xe-guest-utilities/ip_address.patch b/kernels/xe-guest-utilities/ip_address.patch old mode 100644 new mode 100755 diff --git a/kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch b/kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch old mode 100644 new mode 100755 diff --git a/kernels/xen/24341.patch b/kernels/xen/24341.patch old mode 100644 new mode 100755 diff --git a/kernels/xen/24344.patch b/kernels/xen/24344.patch old mode 100644 new mode 100755 diff --git a/kernels/xen/24345.patch b/kernels/xen/24345.patch old mode 100644 new mode 100755 diff --git a/kernels/xen/PKGBUILD b/kernels/xen/PKGBUILD old mode 100644 new mode 100755 diff --git a/kernels/xen/dom0_xz_decompression.patch b/kernels/xen/dom0_xz_decompression.patch old mode 100644 new mode 100755 diff --git a/kernels/xen/parabolainit.patch b/kernels/xen/parabolainit.patch old mode 100644 new mode 100755 diff --git a/kernels/xen/xen.patch b/kernels/xen/xen.patch old mode 100644 new mode 100755 diff --git a/libre-testing/b43-tools-git/PKGBUILD b/libre-testing/b43-tools-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/icewm-themes-libre/PKGBUILD b/libre-testing/icewm-themes-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/openfwwf/PKGBUILD b/libre-testing/openfwwf/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch b/libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/PKGBUILD b/libre-testing/systemd/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/initcpio-hook-udev b/libre-testing/systemd/initcpio-hook-udev old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/initcpio-install-timestamp b/libre-testing/systemd/initcpio-install-timestamp old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/initcpio-install-udev b/libre-testing/systemd/initcpio-install-udev old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/locale.sh b/libre-testing/systemd/locale.sh old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/os-release b/libre-testing/systemd/os-release old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/rePKGBUILD b/libre-testing/systemd/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/systemd-tools.install b/libre-testing/systemd/systemd-tools.install old mode 100644 new mode 100755 diff --git a/libre-testing/systemd/systemd.install b/libre-testing/systemd/systemd.install old mode 100644 new mode 100755 diff --git a/libre-testing/unace-libre/PKGBUILD b/libre-testing/unace-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/unar/PKGBUILD b/libre-testing/unar/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/unarchiver/PKGBUILD b/libre-testing/unarchiver/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre-testing/xadmaster/PKGBUILD b/libre-testing/xadmaster/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/abiword-libre/PKGBUILD b/libre/abiword-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/abiword-libre/abiword-2.8.6-libpng15.patch b/libre/abiword-libre/abiword-2.8.6-libpng15.patch old mode 100644 new mode 100755 diff --git a/libre/abiword-libre/abiword-2.8.6-no-undefined.patch b/libre/abiword-libre/abiword-2.8.6-no-undefined.patch old mode 100644 new mode 100755 diff --git a/libre/abiword-libre/abiword-libre.install b/libre/abiword-libre/abiword-libre.install old mode 100644 new mode 100755 diff --git a/libre/abiword-libre/compat_libwpg_0_9.patch b/libre/abiword-libre/compat_libwpg_0_9.patch old mode 100644 new mode 100755 diff --git a/libre/abiword-libre/liberation-fonts.patch b/libre/abiword-libre/liberation-fonts.patch old mode 100644 new mode 100755 diff --git a/libre/abs-libre/PKGBUILD b/libre/abs-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/abs-libre/abs.install b/libre/abs-libre/abs.install old mode 100644 new mode 100755 diff --git a/libre/abuse-libre/PKGBUILD b/libre/abuse-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/abuse-libre/abuse.install b/libre/abuse-libre/abuse.install old mode 100644 new mode 100755 diff --git a/libre/abuse-libre/non-claudio.patch b/libre/abuse-libre/non-claudio.patch old mode 100644 new mode 100755 diff --git a/libre/abuse-libre/rePKGBUILD b/libre/abuse-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/aif-libre/PKGBUILD b/libre/aif-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/apache-ant/PKGBUILD b/libre/apache-ant/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/apache-ant/apache-ant.csh b/libre/apache-ant/apache-ant.csh old mode 100644 new mode 100755 diff --git a/libre/apache-ant/apache-ant.sh b/libre/apache-ant/apache-ant.sh old mode 100644 new mode 100755 diff --git a/libre/aspell-pl-libre/PKGBUILD b/libre/aspell-pl-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/atool-libre/PKGBUILD b/libre/atool-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/atool-libre/atool.changelog b/libre/atool-libre/atool.changelog old mode 100644 new mode 100755 diff --git a/libre/atool-libre/rePKGBUILD b/libre/atool-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/audacity-libre/.directory b/libre/audacity-libre/.directory old mode 100644 new mode 100755 diff --git a/libre/audacity-libre/PKGBUILD b/libre/audacity-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/audacity-libre/audacity-libre.install b/libre/audacity-libre/audacity-libre.install old mode 100644 new mode 100755 diff --git a/libre/audacity-libre/remove-unfree-nyquist.patch b/libre/audacity-libre/remove-unfree-nyquist.patch old mode 100644 new mode 100755 diff --git a/libre/blackbox-libre/PKGBUILD b/libre/blackbox-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/blackbox-libre/bbdock.patch b/libre/blackbox-libre/bbdock.patch old mode 100644 new mode 100755 diff --git a/libre/blackbox-libre/bsetbg-feh.patch b/libre/blackbox-libre/bsetbg-feh.patch old mode 100644 new mode 100755 diff --git a/libre/blackbox-libre/gcc4.3.patch b/libre/blackbox-libre/gcc4.3.patch old mode 100644 new mode 100755 diff --git a/libre/blackbox-libre/menu b/libre/blackbox-libre/menu old mode 100644 new mode 100755 diff --git a/libre/blackbox-libre/textpropertytostring-unconditional.patch b/libre/blackbox-libre/textpropertytostring-unconditional.patch old mode 100644 new mode 100755 diff --git a/libre/blender-libre/PKGBUILD b/libre/blender-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/blender-libre/blender.install b/libre/blender-libre/blender.install old mode 100644 new mode 100755 diff --git a/libre/blender-libre/boost-1.50.patch b/libre/blender-libre/boost-1.50.patch old mode 100644 new mode 100755 diff --git a/libre/blender-libre/ffmpeg-0.11.patch b/libre/blender-libre/ffmpeg-0.11.patch old mode 100644 new mode 100755 diff --git a/libre/bogofilter-libre/PKGBUILD b/libre/bogofilter-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/cdrkit-libre/PKGBUILD b/libre/cdrkit-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/clementine-libre/clementine-fix-albumcoverfetch-crash.patch b/libre/clementine-libre/clementine-fix-albumcoverfetch-crash.patch old mode 100644 new mode 100755 diff --git a/libre/clementine-libre/clementine-fresh-start.patch b/libre/clementine-libre/clementine-fresh-start.patch old mode 100644 new mode 100755 diff --git a/libre/clementine-libre/clementine.install b/libre/clementine-libre/clementine.install old mode 100644 new mode 100755 diff --git a/libre/clementine-libre/imobiledevice.patch b/libre/clementine-libre/imobiledevice.patch old mode 100644 new mode 100755 diff --git a/libre/clementine-libre/remove-and-disable-spotify.patch b/libre/clementine-libre/remove-and-disable-spotify.patch old mode 100644 new mode 100755 diff --git a/libre/clementine-libre/remove-nonfree-references-on-translations.patch b/libre/clementine-libre/remove-nonfree-references-on-translations.patch old mode 100644 new mode 100755 diff --git a/libre/crosstool-ng/PKGBUILD b/libre/crosstool-ng/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/crosstool-ng/libc_ports_short_name.patch b/libre/crosstool-ng/libc_ports_short_name.patch old mode 100644 new mode 100755 diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/cups-libre/PKGBUILD b/libre/cups-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups b/libre/cups-libre/cups old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-avahi-1-config.patch b/libre/cups-libre/cups-avahi-1-config.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-avahi-2-backend.patch b/libre/cups-libre/cups-avahi-2-backend.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-avahi-3-timeouts.patch b/libre/cups-libre/cups-avahi-3-timeouts.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-avahi-4-poll.patch b/libre/cups-libre/cups-avahi-4-poll.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-avahi-5-services.patch b/libre/cups-libre/cups-avahi-5-services.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-no-export-ssllibs.patch b/libre/cups-libre/cups-no-export-ssllibs.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-no-gcrypt.patch b/libre/cups-libre/cups-no-gcrypt.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups-no-gzip-man.patch b/libre/cups-libre/cups-no-gzip-man.patch old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups.install b/libre/cups-libre/cups.install old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups.logrotate b/libre/cups-libre/cups.logrotate old mode 100644 new mode 100755 diff --git a/libre/cups-libre/cups.pam b/libre/cups-libre/cups.pam old mode 100644 new mode 100755 diff --git a/libre/cups-libre/rePKGBUILD b/libre/cups-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/debhelper/PKGBUILD b/libre/debhelper/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/dpkg/PKGBUILD b/libre/dpkg/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/dpkg/dpkg-arch.patch b/libre/dpkg/dpkg-arch.patch old mode 100644 new mode 100755 diff --git a/libre/dpkg/dpkg-rsyncable.patch b/libre/dpkg/dpkg-rsyncable.patch old mode 100644 new mode 100755 diff --git a/libre/dvdrip-libre/PKGBUILD b/libre/dvdrip-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/dvdrip-libre/dvdrip.desktop b/libre/dvdrip-libre/dvdrip.desktop old mode 100644 new mode 100755 diff --git a/libre/dvdrip-libre/dvdrip.install b/libre/dvdrip-libre/dvdrip.install old mode 100644 new mode 100755 diff --git a/libre/dvdrip-libre/libre.patch b/libre/dvdrip-libre/libre.patch old mode 100644 new mode 100755 diff --git a/libre/epdfview-libre/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch b/libre/epdfview-libre/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch old mode 100644 new mode 100755 diff --git a/libre/epdfview-libre/PKGBUILD b/libre/epdfview-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/epdfview-libre/epdfview.desktop.patch b/libre/epdfview-libre/epdfview.desktop.patch old mode 100644 new mode 100755 diff --git a/libre/epdfview-libre/epdfview.install b/libre/epdfview-libre/epdfview.install old mode 100644 new mode 100755 diff --git a/libre/epdfview-libre/glib2_headers.patch b/libre/epdfview-libre/glib2_headers.patch old mode 100644 new mode 100755 diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/file-roller-libre/file-roller.install b/libre/file-roller-libre/file-roller.install old mode 100644 new mode 100755 diff --git a/libre/file-roller-libre/rePKGBUILD b/libre/file-roller-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/filesystem/crypttab b/libre/filesystem/crypttab old mode 100644 new mode 100755 diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install old mode 100644 new mode 100755 diff --git a/libre/filesystem/fstab b/libre/filesystem/fstab old mode 100644 new mode 100755 diff --git a/libre/filesystem/group b/libre/filesystem/group old mode 100644 new mode 100755 diff --git a/libre/filesystem/gshadow b/libre/filesystem/gshadow old mode 100644 new mode 100755 diff --git a/libre/filesystem/host.conf b/libre/filesystem/host.conf old mode 100644 new mode 100755 diff --git a/libre/filesystem/hosts b/libre/filesystem/hosts old mode 100644 new mode 100755 diff --git a/libre/filesystem/issue b/libre/filesystem/issue old mode 100644 new mode 100755 diff --git a/libre/filesystem/ld.so.conf b/libre/filesystem/ld.so.conf old mode 100644 new mode 100755 diff --git a/libre/filesystem/modprobe.d.usb-load-ehci-first b/libre/filesystem/modprobe.d.usb-load-ehci-first old mode 100644 new mode 100755 diff --git a/libre/filesystem/motd b/libre/filesystem/motd old mode 100644 new mode 100755 diff --git a/libre/filesystem/nsswitch.conf b/libre/filesystem/nsswitch.conf old mode 100644 new mode 100755 diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release old mode 100644 new mode 100755 diff --git a/libre/filesystem/passwd b/libre/filesystem/passwd old mode 100644 new mode 100755 diff --git a/libre/filesystem/profile b/libre/filesystem/profile old mode 100644 new mode 100755 diff --git a/libre/filesystem/resolv.conf b/libre/filesystem/resolv.conf old mode 100644 new mode 100755 diff --git a/libre/filesystem/securetty b/libre/filesystem/securetty old mode 100644 new mode 100755 diff --git a/libre/filesystem/shadow b/libre/filesystem/shadow old mode 100644 new mode 100755 diff --git a/libre/filesystem/shells b/libre/filesystem/shells old mode 100644 new mode 100755 diff --git a/libre/foomatic-filters-libre/PKGBUILD b/libre/foomatic-filters-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/ghostscript-libre/svn_rev11948.diff b/libre/ghostscript-libre/svn_rev11948.diff old mode 100644 new mode 100755 diff --git a/libre/gnu-ghostscript/PKGBUILD b/libre/gnu-ghostscript/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/gnu-ghostscript/gnu-ghostscript-cups-rgbw.patch b/libre/gnu-ghostscript/gnu-ghostscript-cups-rgbw.patch old mode 100644 new mode 100755 diff --git a/libre/gnu-ghostscript/libtool.patch b/libre/gnu-ghostscript/libtool.patch old mode 100644 new mode 100755 diff --git a/libre/gnustep-base-libre/PKGBUILD b/libre/gnustep-base-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/gnustep-make-libre/PKGBUILD b/libre/gnustep-make-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/grub/grub.install b/libre/grub/grub.install old mode 100644 new mode 100755 diff --git a/libre/grub2/05_archtheme b/libre/grub2/05_archtheme old mode 100644 new mode 100755 diff --git a/libre/grub2/20_memtest86+ b/libre/grub2/20_memtest86+ old mode 100644 new mode 100755 diff --git a/libre/grub2/PKGBUILD b/libre/grub2/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/grub2/fix_stack_pointer_handling_16_relocator.patch b/libre/grub2/fix_stack_pointer_handling_16_relocator.patch old mode 100644 new mode 100755 diff --git a/libre/grub2/grub-install.fix b/libre/grub2/grub-install.fix old mode 100644 new mode 100755 diff --git a/libre/grub2/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch b/libre/grub2/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch old mode 100644 new mode 100755 diff --git a/libre/grub2/grub.cfg b/libre/grub2/grub.cfg old mode 100644 new mode 100755 diff --git a/libre/grub2/grub.default b/libre/grub2/grub.default old mode 100644 new mode 100755 diff --git a/libre/grub2/grub2.install b/libre/grub2/grub2.install old mode 100644 new mode 100755 diff --git a/libre/grub2/grub2_automake_1.11.2_pkglib_to_pkgdata.patch b/libre/grub2/grub2_automake_1.11.2_pkglib_to_pkgdata.patch old mode 100644 new mode 100755 diff --git a/libre/grub2/grub2_bzr_export.sh b/libre/grub2/grub2_bzr_export.sh old mode 100644 new mode 100755 diff --git a/libre/grub2/grub_extras_lua_args_fix.patch b/libre/grub2/grub_extras_lua_args_fix.patch old mode 100644 new mode 100755 diff --git a/libre/grub2/parabola-mkconfig.patch b/libre/grub2/parabola-mkconfig.patch old mode 100644 new mode 100755 diff --git a/libre/grub2/parabola_grub_mkconfig_fixes.patch b/libre/grub2/parabola_grub_mkconfig_fixes.patch old mode 100644 new mode 100755 diff --git a/libre/gstreamer0.10-bad-libre/PKGBUILD b/libre/gstreamer0.10-bad-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install old mode 100644 new mode 100755 diff --git a/libre/gstreamer0.10-good/PKGBUILD b/libre/gstreamer0.10-good/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install b/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install old mode 100644 new mode 100755 diff --git a/libre/h-client/PKGBUILD b/libre/h-client/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/hardinfo/PKGBUILD b/libre/hardinfo/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/hardinfo/fixsensors.patch b/libre/hardinfo/fixsensors.patch old mode 100644 new mode 100755 diff --git a/libre/hardinfo/hardinfo.distro b/libre/hardinfo/hardinfo.distro old mode 100644 new mode 100755 diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/hplip-libre/hplip.install b/libre/hplip-libre/hplip.install old mode 100644 new mode 100755 diff --git a/libre/iceape-i18n/.gitignore b/libre/iceape-i18n/.gitignore old mode 100644 new mode 100755 diff --git a/libre/iceape-i18n/Makefile b/libre/iceape-i18n/Makefile old mode 100644 new mode 100755 diff --git a/libre/iceape-i18n/PKGBUILD b/libre/iceape-i18n/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/iceape-i18n/PKGBUILD.in b/libre/iceape-i18n/PKGBUILD.in old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/clrf.patch b/libre/iceape-libre/clrf.patch old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/gcc47.patch b/libre/iceape-libre/gcc47.patch old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/iceape-2.0-lang.patch b/libre/iceape-libre/iceape-2.0-lang.patch old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/iceape.desktop b/libre/iceape-libre/iceape.desktop old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/iceape.install b/libre/iceape-libre/iceape.install old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/libre.patch b/libre/iceape-libre/libre.patch old mode 100644 new mode 100755 diff --git a/libre/iceape-libre/mozconfig b/libre/iceape-libre/mozconfig old mode 100644 new mode 100755 diff --git a/libre/icecat-i18n/.gitignore b/libre/icecat-i18n/.gitignore old mode 100644 new mode 100755 diff --git a/libre/icecat-i18n/Makefile b/libre/icecat-i18n/Makefile old mode 100644 new mode 100755 diff --git a/libre/icecat-i18n/PKGBUILD b/libre/icecat-i18n/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/icecat-i18n/PKGBUILD.in b/libre/icecat-i18n/PKGBUILD.in old mode 100644 new mode 100755 diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/icecat/cairo.patch b/libre/icecat/cairo.patch old mode 100644 new mode 100755 diff --git a/libre/icecat/gcc47.patch b/libre/icecat/gcc47.patch old mode 100644 new mode 100755 diff --git a/libre/icecat/icecat-install-dir.patch b/libre/icecat/icecat-install-dir.patch old mode 100644 new mode 100755 diff --git a/libre/icecat/icecat-safe.desktop b/libre/icecat/icecat-safe.desktop old mode 100644 new mode 100755 diff --git a/libre/icecat/icecat.desktop b/libre/icecat/icecat.desktop old mode 100644 new mode 100755 diff --git a/libre/icecat/icecat.install b/libre/icecat/icecat.install old mode 100644 new mode 100755 diff --git a/libre/icecat/libre.patch b/libre/icecat/libre.patch old mode 100644 new mode 100755 diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig old mode 100644 new mode 100755 diff --git a/libre/icecat/mozconfig.pgo b/libre/icecat/mozconfig.pgo old mode 100644 new mode 100755 diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js old mode 100644 new mode 100755 diff --git a/libre/icecat/xulrunner-copy-stub.patch b/libre/icecat/xulrunner-copy-stub.patch old mode 100644 new mode 100755 diff --git a/libre/icedove-i18n/PKGBUILD b/libre/icedove-i18n/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/channel-prefs.js b/libre/icedove-libre/channel-prefs.js old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/clrf.patch b/libre/icedove-libre/clrf.patch old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/gcc47.patch b/libre/icedove-libre/gcc47.patch old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/icedove.desktop b/libre/icedove-libre/icedove.desktop old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/icedove.install b/libre/icedove-libre/icedove.install old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/makefile.patch b/libre/icedove-libre/makefile.patch old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/mozconfig b/libre/icedove-libre/mozconfig old mode 100644 new mode 100755 diff --git a/libre/icedove-libre/vendor.js b/libre/icedove-libre/vendor.js old mode 100644 new mode 100755 diff --git a/libre/iceweasel-i18n/.gitignore b/libre/iceweasel-i18n/.gitignore old mode 100644 new mode 100755 diff --git a/libre/iceweasel-i18n/Makefile b/libre/iceweasel-i18n/Makefile old mode 100644 new mode 100755 diff --git a/libre/iceweasel-i18n/PKGBUILD b/libre/iceweasel-i18n/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/iceweasel-i18n/PKGBUILD.in b/libre/iceweasel-i18n/PKGBUILD.in old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch b/libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/iceweasel-install-dir.patch b/libre/iceweasel-libre/iceweasel-install-dir.patch old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/iceweasel.install b/libre/iceweasel-libre/iceweasel.install old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/libre.patch b/libre/iceweasel-libre/libre.patch old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/mozconfig b/libre/iceweasel-libre/mozconfig old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/mozconfig.pgo b/libre/iceweasel-libre/mozconfig.pgo old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/shared-libs.patch b/libre/iceweasel-libre/shared-libs.patch old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/vendor.js b/libre/iceweasel-libre/vendor.js old mode 100644 new mode 100755 diff --git a/libre/iceweasel-libre/xulrunner-copy-stub.patch b/libre/iceweasel-libre/xulrunner-copy-stub.patch old mode 100644 new mode 100755 diff --git a/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch b/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch old mode 100644 new mode 100755 diff --git a/libre/initscripts/PKGBUILD b/libre/initscripts/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/initscripts/initscripts.install b/libre/initscripts/initscripts.install old mode 100644 new mode 100755 diff --git a/libre/initscripts/wireless.conf.d b/libre/initscripts/wireless.conf.d old mode 100644 new mode 100755 diff --git a/libre/java-asm2/PKGBUILD b/libre/java-asm2/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/java-asm3/PKGBUILD b/libre/java-asm3/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/java-ow-util-ant-tasks/PKGBUILD b/libre/java-ow-util-ant-tasks/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/java-ow-util-ant-tasks/SRCBUILD b/libre/java-ow-util-ant-tasks/SRCBUILD old mode 100644 new mode 100755 diff --git a/libre/kdebase-konqueror-libre/PKGBUILD b/libre/kdebase-konqueror-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kdebase-konqueror-libre/kdebase-konqueror.install b/libre/kdebase-konqueror-libre/kdebase-konqueror.install old mode 100644 new mode 100755 diff --git a/libre/kdebase-konqueror-libre/konq-about-fsdg.diff b/libre/kdebase-konqueror-libre/konq-about-fsdg.diff old mode 100644 new mode 100755 diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kdelibs-libre/fix-kmail-crash.patch b/libre/kdelibs-libre/fix-kmail-crash.patch old mode 100644 new mode 100755 diff --git a/libre/kdelibs-libre/kde-applications-menu.patch b/libre/kdelibs-libre/kde-applications-menu.patch old mode 100644 new mode 100755 diff --git a/libre/kdelibs-libre/kdelibs.install b/libre/kdelibs-libre/kdelibs.install old mode 100644 new mode 100755 diff --git a/libre/kdelibs-libre/khtml-fsdg.diff b/libre/kdelibs-libre/khtml-fsdg.diff old mode 100644 new mode 100755 diff --git a/libre/kdelibs-libre/use-pythondontwritebytecode.patch b/libre/kdelibs-libre/use-pythondontwritebytecode.patch old mode 100644 new mode 100755 diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install b/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install old mode 100644 new mode 100755 diff --git a/libre/kdenetwork-kopete-libre/kdenetwork.install b/libre/kdenetwork-kopete-libre/kdenetwork.install old mode 100644 new mode 100755 diff --git a/libre/kdeutils-ark-libre/PKGBUILD b/libre/kdeutils-ark-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kdeutils-ark-libre/kdeutils-ark.install b/libre/kdeutils-ark-libre/kdeutils-ark.install old mode 100644 new mode 100755 diff --git a/libre/kdeutils-ark-libre/rePKGBUILD b/libre/kdeutils-ark-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/PKGBUILD b/libre/kernel26-libre-lts/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/buildfix-gcc46.diff b/libre/kernel26-libre-lts/buildfix-gcc46.diff old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/config.i686 b/libre/kernel26-libre-lts/config.i686 old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/config.x86_64 b/libre/kernel26-libre-lts/config.x86_64 old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/kernel26-libre-lts.install b/libre/kernel26-libre-lts/kernel26-libre-lts.install old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/kernel26-lts.preset b/libre/kernel26-libre-lts/kernel26-lts.preset old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/libata-alignment.patch b/libre/kernel26-libre-lts/libata-alignment.patch old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-lts/packages/.svn/entries b/libre/kernel26-libre-lts/packages/.svn/entries old mode 100644 new mode 100755 diff --git a/libre/kernel26-libre-manpages/PKGBUILD b/libre/kernel26-libre-manpages/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kile-libre/PKGBUILD b/libre/kile-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/kile-libre/kile.install b/libre/kile-libre/kile.install old mode 100644 new mode 100755 diff --git a/libre/kile-libre/no-acroread.patch b/libre/kile-libre/no-acroread.patch old mode 100644 new mode 100755 diff --git a/libre/lame-libre/PKGBUILD b/libre/lame-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/lesspipe-libre/PKGBUILD b/libre/lesspipe-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/lesspipe-libre/lesspipe.sh b/libre/lesspipe-libre/lesspipe.sh old mode 100644 new mode 100755 diff --git a/libre/lesspipe-libre/rePKGBUILD b/libre/lesspipe-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/libquicktime-libre/PKGBUILD b/libre/libquicktime-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install old mode 100644 new mode 100755 diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/PKGBUILD b/libre/licenses-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/ZopePublicLicense.txt b/libre/licenses-libre/ZopePublicLicense.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/cc-by-3.0.txt b/libre/licenses-libre/cc-by-3.0.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/cc-by-sa-3.0.txt b/libre/licenses-libre/cc-by-sa-3.0.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/cc-readme.txt b/libre/licenses-libre/cc-readme.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/cddl-1.0.txt b/libre/licenses-libre/cddl-1.0.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/cpl-1.0.txt b/libre/licenses-libre/cpl-1.0.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/eclipse-1.0.txt b/libre/licenses-libre/eclipse-1.0.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/perlartistic.txt b/libre/licenses-libre/perlartistic.txt old mode 100644 new mode 100755 diff --git a/libre/licenses-libre/python-2.txt b/libre/licenses-libre/python-2.txt old mode 100644 new mode 100755 diff --git a/libre/liferea-libre/PKGBUILD b/libre/liferea-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/liferea-libre/libnotify-0.7.patch b/libre/liferea-libre/libnotify-0.7.patch old mode 100644 new mode 100755 diff --git a/libre/liferea-libre/liferea.install b/libre/liferea-libre/liferea.install old mode 100644 new mode 100755 diff --git a/libre/liferea-libre/remove-non-free-suggestions.patch b/libre/liferea-libre/remove-non-free-suggestions.patch old mode 100644 new mode 100755 diff --git a/libre/lilo/PKGBUILD b/libre/lilo/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/lilo/lilo.conf b/libre/lilo/lilo.conf old mode 100644 new mode 100755 diff --git a/libre/lilo/lilo.install b/libre/lilo/lilo.install old mode 100644 new mode 100755 diff --git a/libre/linux-libre-api-headers/PKGBUILD b/libre/linux-libre-api-headers/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/Kbuild b/libre/linux-libre-lts/Kbuild old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/Kbuild.platforms b/libre/linux-libre-lts/Kbuild.platforms old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/boot-logo.patch b/libre/linux-libre-lts/boot-logo.patch old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/change-default-console-loglevel.patch b/libre/linux-libre-lts/change-default-console-loglevel.patch old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/config.i686 b/libre/linux-libre-lts/config.i686 old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/config.x86_64 b/libre/linux-libre-lts/config.x86_64 old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/ext4-options.patch b/libre/linux-libre-lts/ext4-options.patch old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/i915-fix-ghost-tv-output.patch b/libre/linux-libre-lts/i915-fix-ghost-tv-output.patch old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install old mode 100644 new mode 100755 diff --git a/libre/linux-libre-lts/linux-libre-lts.preset b/libre/linux-libre-lts/linux-libre-lts.preset old mode 100644 new mode 100755 diff --git a/libre/linux-libre-manpages/PKGBUILD b/libre/linux-libre-manpages/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/cpupower.conf b/libre/linux-libre-tools/cpupower.conf old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/cpupower.rc b/libre/linux-libre-tools/cpupower.rc old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/cpupower.service b/libre/linux-libre-tools/cpupower.service old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/cpupower.systemd b/libre/linux-libre-tools/cpupower.systemd old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/usbipd.conf b/libre/linux-libre-tools/usbipd.conf old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/usbipd.rc b/libre/linux-libre-tools/usbipd.rc old mode 100644 new mode 100755 diff --git a/libre/linux-libre-tools/usbipd.service b/libre/linux-libre-tools/usbipd.service old mode 100644 new mode 100755 diff --git a/libre/linux-libre/ChangeLog b/libre/linux-libre/ChangeLog old mode 100644 new mode 100755 diff --git a/libre/linux-libre/Kbuild b/libre/linux-libre/Kbuild old mode 100644 new mode 100755 diff --git a/libre/linux-libre/Kbuild.platforms b/libre/linux-libre/Kbuild.platforms old mode 100644 new mode 100755 diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/linux-libre/boot-logo.patch b/libre/linux-libre/boot-logo.patch old mode 100644 new mode 100755 diff --git a/libre/linux-libre/change-default-console-loglevel.patch b/libre/linux-libre/change-default-console-loglevel.patch old mode 100644 new mode 100755 diff --git a/libre/linux-libre/config.i686 b/libre/linux-libre/config.i686 old mode 100644 new mode 100755 diff --git a/libre/linux-libre/config.x86_64 b/libre/linux-libre/config.x86_64 old mode 100644 new mode 100755 diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install old mode 100644 new mode 100755 diff --git a/libre/linux-libre/linux-libre.preset b/libre/linux-libre/linux-libre.preset old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/PKGBUILD b/libre/lirc-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/irexec.conf b/libre/lirc-libre/irexec.conf old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/irexecd b/libre/lirc-libre/irexecd old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/kernel-2.6.39.patch b/libre/lirc-libre/kernel-2.6.39.patch old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lirc.install b/libre/lirc-libre/lirc.install old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lirc.logrotate b/libre/lirc-libre/lirc.logrotate old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lirc_atiusb-kfifo.patch b/libre/lirc-libre/lirc_atiusb-kfifo.patch old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lirc_wpc8769l.patch b/libre/lirc-libre/lirc_wpc8769l.patch old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lircd b/libre/lirc-libre/lircd old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lircd-handle-large-config.patch b/libre/lirc-libre/lircd-handle-large-config.patch old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lircd.conf b/libre/lirc-libre/lircd.conf old mode 100644 new mode 100755 diff --git a/libre/lirc-libre/lircmd b/libre/lirc-libre/lircmd old mode 100644 new mode 100755 diff --git a/libre/lsb-release-libre/PKGBUILD b/libre/lsb-release-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/lsb-release-libre/lsb-release.install b/libre/lsb-release-libre/lsb-release.install old mode 100644 new mode 100755 diff --git a/libre/luxblend25/PKGBUILD b/libre/luxblend25/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/mariadb/PKGBUILD b/libre/mariadb/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/mariadb/mariadb.install b/libre/mariadb/mariadb.install old mode 100644 new mode 100755 diff --git a/libre/mariadb/my.cnf b/libre/mariadb/my.cnf old mode 100644 new mode 100755 diff --git a/libre/mariadb/mysql.install b/libre/mariadb/mysql.install old mode 100644 new mode 100755 diff --git a/libre/mariadb/mysqld b/libre/mariadb/mysqld old mode 100644 new mode 100755 diff --git a/libre/maven-libre/PKGBUILD b/libre/maven-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/maven-libre/maven.csh b/libre/maven-libre/maven.csh old mode 100644 new mode 100755 diff --git a/libre/maven-libre/maven.sh b/libre/maven-libre/maven.sh old mode 100644 new mode 100755 diff --git a/libre/mesa-demos-libre/LICENSE b/libre/mesa-demos-libre/LICENSE old mode 100644 new mode 100755 diff --git a/libre/mesa-demos-libre/PKGBUILD b/libre/mesa-demos-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/metalog/PKGBUILD b/libre/metalog/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/metalog/metalog b/libre/metalog/metalog old mode 100644 new mode 100755 diff --git a/libre/metalog/metalog.confd b/libre/metalog/metalog.confd old mode 100644 new mode 100755 diff --git a/libre/mozilla-devscripts/PKGBUILD b/libre/mozilla-devscripts/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/PKGBUILD b/libre/mozilla-searchplugins/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/duck-duck-go-lite.xml b/libre/mozilla-searchplugins/duck-duck-go-lite.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/internet-archive.xml b/libre/mozilla-searchplugins/internet-archive.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/jamendo-en.xml b/libre/mozilla-searchplugins/jamendo-en.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/logless-search.xml b/libre/mozilla-searchplugins/logless-search.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/parabola-packages.xml b/libre/mozilla-searchplugins/parabola-packages.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/parabola-wiki-en.xml b/libre/mozilla-searchplugins/parabola-wiki-en.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/seeks-search.xml b/libre/mozilla-searchplugins/seeks-search.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/wikipedia.xml b/libre/mozilla-searchplugins/wikipedia.xml old mode 100644 new mode 100755 diff --git a/libre/mozilla-searchplugins/yacy.xml b/libre/mozilla-searchplugins/yacy.xml old mode 100644 new mode 100755 diff --git a/libre/mplayer-libre/.directory b/libre/mplayer-libre/.directory old mode 100644 new mode 100755 diff --git a/libre/mplayer-libre/PKGBUILD b/libre/mplayer-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/mplayer-libre/mplayer.desktop b/libre/mplayer-libre/mplayer.desktop old mode 100644 new mode 100755 diff --git a/libre/mplayer-libre/mplayer.install b/libre/mplayer-libre/mplayer.install old mode 100644 new mode 100755 diff --git a/libre/mplayer-libre/mplayer.png b/libre/mplayer-libre/mplayer.png old mode 100644 new mode 100755 diff --git a/libre/mplayer-vaapi-libre/PKGBUILD b/libre/mplayer-vaapi-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/mplayer-vaapi-libre/mplayer-vaapi.install b/libre/mplayer-vaapi-libre/mplayer-vaapi.install old mode 100644 new mode 100755 diff --git a/libre/mplayer-vaapi-libre/tweak-desktop-file.patch b/libre/mplayer-vaapi-libre/tweak-desktop-file.patch old mode 100644 new mode 100755 diff --git a/libre/p7zip-libre/7zFM.desktop b/libre/p7zip-libre/7zFM.desktop old mode 100644 new mode 100755 diff --git a/libre/p7zip-libre/9.04-makefile.patch b/libre/p7zip-libre/9.04-makefile.patch old mode 100644 new mode 100755 diff --git a/libre/p7zip-libre/PKGBUILD b/libre/p7zip-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/p7zip-libre/install b/libre/p7zip-libre/install old mode 100644 new mode 100755 diff --git a/libre/p7zip-libre/p7zip-libre.patch b/libre/p7zip-libre/p7zip-libre.patch old mode 100644 new mode 100755 diff --git a/libre/pacman-mirrorlist-libre/PKGBUILD b/libre/pacman-mirrorlist-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/pacman/0001-Add-conflict-for-replacing-owned-empty-directory.patch b/libre/pacman/0001-Add-conflict-for-replacing-owned-empty-directory.patch old mode 100644 new mode 100755 diff --git a/libre/pacman/0002-Check-empty-subdirectory-ownership.patch b/libre/pacman/0002-Check-empty-subdirectory-ownership.patch old mode 100644 new mode 100755 diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/pacman/makepkg.conf b/libre/pacman/makepkg.conf old mode 100644 new mode 100755 diff --git a/libre/pacman/pacman.conf b/libre/pacman/pacman.conf old mode 100644 new mode 100755 diff --git a/libre/pacman/pacman.conf.mips64el b/libre/pacman/pacman.conf.mips64el old mode 100644 new mode 100755 diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 old mode 100644 new mode 100755 diff --git a/libre/pacman/pacman.install b/libre/pacman/pacman.install old mode 100644 new mode 100755 diff --git a/libre/pacman/rePKGBUILD b/libre/pacman/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/parabola-archiso-git/PKGBUILD b/libre/parabola-archiso-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/parabola-keyring/parabola-keyring.install b/libre/parabola-keyring/parabola-keyring.install old mode 100644 new mode 100755 diff --git a/libre/parabola-themes-slim/PKGBUILD b/libre/parabola-themes-slim/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/parabolaweb-git/Makefile b/libre/parabolaweb-git/Makefile old mode 100644 new mode 100755 diff --git a/libre/parabolaweb-git/PKGBUILD b/libre/parabolaweb-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/parabolaweb-git/deps-ver.txt b/libre/parabolaweb-git/deps-ver.txt old mode 100644 new mode 100755 diff --git a/libre/parabolaweb-git/parabolaweb.init.sh b/libre/parabolaweb-git/parabolaweb.init.sh old mode 100644 new mode 100755 diff --git a/libre/parabolaweb-git/parabolaweb.update.sh.in b/libre/parabolaweb-git/parabolaweb.update.sh.in old mode 100644 new mode 100755 diff --git a/libre/parabolaweb-git/requirements_prod.txt b/libre/parabolaweb-git/requirements_prod.txt old mode 100644 new mode 100755 diff --git a/libre/psutils-libre/PKGBUILD b/libre/psutils-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/psutils-libre/psutils-1.17.diff b/libre/psutils-libre/psutils-1.17.diff old mode 100644 new mode 100755 diff --git a/libre/python-reportlab-libre/PKGBUILD b/libre/python-reportlab-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/python-reportlab-libre/free-fonts.patch b/libre/python-reportlab-libre/free-fonts.patch old mode 100644 new mode 100755 diff --git a/libre/python2-ply/PKGBUILD b/libre/python2-ply/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/rp-pppoe-libre/PKGBUILD b/libre/rp-pppoe-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/rp-pppoe-libre/adsl b/libre/rp-pppoe-libre/adsl old mode 100644 new mode 100755 diff --git a/libre/rp-pppoe-libre/rp-pppoe-libre.patch b/libre/rp-pppoe-libre/rp-pppoe-libre.patch old mode 100644 new mode 100755 diff --git a/libre/rp-pppoe-libre/rp-pppoe.install b/libre/rp-pppoe-libre/rp-pppoe.install old mode 100644 new mode 100755 diff --git a/libre/sdl-libre/PKGBUILD b/libre/sdl-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch b/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch old mode 100644 new mode 100755 diff --git a/libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch b/libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/PKGBUILD b/libre/seamonkey-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/clrf.patch b/libre/seamonkey-libre/clrf.patch old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/gcc47.patch b/libre/seamonkey-libre/gcc47.patch old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/gnuzilla-addons.patch b/libre/seamonkey-libre/gnuzilla-addons.patch old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/libvpx.patch b/libre/seamonkey-libre/libvpx.patch old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/mozconfig b/libre/seamonkey-libre/mozconfig old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/python27.patch b/libre/seamonkey-libre/python27.patch old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/seamonkey-2.0-lang.patch b/libre/seamonkey-libre/seamonkey-2.0-lang.patch old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/seamonkey.desktop b/libre/seamonkey-libre/seamonkey.desktop old mode 100644 new mode 100755 diff --git a/libre/seamonkey-libre/seamonkey.install b/libre/seamonkey-libre/seamonkey.install old mode 100644 new mode 100755 diff --git a/libre/sqlite3-libre/PKGBUILD b/libre/sqlite3-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/sqlite3-libre/license.txt b/libre/sqlite3-libre/license.txt old mode 100644 new mode 100755 diff --git a/libre/sqlite3/PKGBUILD b/libre/sqlite3/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/sqlite3/license.txt b/libre/sqlite3/license.txt old mode 100644 new mode 100755 diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/syslinux/avoid-using-ext2_fs.patch b/libre/syslinux/avoid-using-ext2_fs.patch old mode 100644 new mode 100755 diff --git a/libre/syslinux/fix-undefined-type-umode_t.patch b/libre/syslinux/fix-undefined-type-umode_t.patch old mode 100644 new mode 100755 diff --git a/libre/syslinux/handle-ctors-dtors-via-init_array-and-fini_array.patch b/libre/syslinux/handle-ctors-dtors-via-init_array-and-fini_array.patch old mode 100644 new mode 100755 diff --git a/libre/syslinux/rePKGBUILD b/libre/syslinux/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/syslinux/splash.png b/libre/syslinux/splash.png old mode 100644 new mode 100755 diff --git a/libre/syslinux/syslinux-dont-build-dos-windows-targets.patch b/libre/syslinux/syslinux-dont-build-dos-windows-targets.patch old mode 100644 new mode 100755 diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update old mode 100644 new mode 100755 diff --git a/libre/syslinux/syslinux.cfg b/libre/syslinux/syslinux.cfg old mode 100644 new mode 100755 diff --git a/libre/syslinux/syslinux.install b/libre/syslinux/syslinux.install old mode 100644 new mode 100755 diff --git a/libre/systemd/0001-check-for-proper-return-from-dirent_ensure_type.patch b/libre/systemd/0001-check-for-proper-return-from-dirent_ensure_type.patch old mode 100644 new mode 100755 diff --git a/libre/systemd/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch b/libre/systemd/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch old mode 100644 new mode 100755 diff --git a/libre/systemd/0001-util-never-follow-symlinks-in-rm_rf_children.patch b/libre/systemd/0001-util-never-follow-symlinks-in-rm_rf_children.patch old mode 100644 new mode 100755 diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/systemd/os-release b/libre/systemd/os-release old mode 100644 new mode 100755 diff --git a/libre/systemd/rePKGBUILD b/libre/systemd/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/systemd/systemd.install b/libre/systemd/systemd.install old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/09-texlive-fonts.conf b/libre/texlive-bin-libre/09-texlive-fonts.conf old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/PKGBUILD b/libre/texlive-bin-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/fix-fontforge-encoding.patch b/libre/texlive-bin-libre/fix-fontforge-encoding.patch old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/luatex-poppler-0.20.patch b/libre/texlive-bin-libre/luatex-poppler-0.20.patch old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch b/libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/poppler-0.20.patch b/libre/texlive-bin-libre/poppler-0.20.patch old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/texlive.install b/libre/texlive-bin-libre/texlive.install old mode 100644 new mode 100755 diff --git a/libre/texlive-bin-libre/texmf.cnf b/libre/texlive-bin-libre/texmf.cnf old mode 100644 new mode 100755 diff --git a/libre/texlive-core-libre/PKGBUILD b/libre/texlive-core-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/texlive-core-libre/texlive-core.maps b/libre/texlive-core-libre/texlive-core.maps old mode 100644 new mode 100755 diff --git a/libre/texlive-core-libre/texlive.install b/libre/texlive-core-libre/texlive.install old mode 100644 new mode 100755 diff --git a/libre/texlive-fontsextra-libre/PKGBUILD b/libre/texlive-fontsextra-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/texlive-fontsextra-libre/texlive-fontsextra.maps b/libre/texlive-fontsextra-libre/texlive-fontsextra.maps old mode 100644 new mode 100755 diff --git a/libre/texlive-fontsextra-libre/texlive.install b/libre/texlive-fontsextra-libre/texlive.install old mode 100644 new mode 100755 diff --git a/libre/texlive-latexextra-libre/PKGBUILD b/libre/texlive-latexextra-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/texlive-latexextra-libre/texlive-latexextra.maps b/libre/texlive-latexextra-libre/texlive-latexextra.maps old mode 100644 new mode 100755 diff --git a/libre/texlive-latexextra-libre/texlive.install b/libre/texlive-latexextra-libre/texlive.install old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/.directory b/libre/thunderbird-libre/.directory old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/PKGBUILD b/libre/thunderbird-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/channel-prefs.js b/libre/thunderbird-libre/channel-prefs.js old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/clrf.patch b/libre/thunderbird-libre/clrf.patch old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/gcc47.patch b/libre/thunderbird-libre/gcc47.patch old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/mozconfig b/libre/thunderbird-libre/mozconfig old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/rePKGBUILD b/libre/thunderbird-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/searchplugins-libre.patch b/libre/thunderbird-libre/searchplugins-libre.patch old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/thunderbird-install-dir.patch b/libre/thunderbird-libre/thunderbird-install-dir.patch old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/thunderbird.desktop b/libre/thunderbird-libre/thunderbird.desktop old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/thunderbird.install b/libre/thunderbird-libre/thunderbird.install old mode 100644 new mode 100755 diff --git a/libre/thunderbird-libre/vendor.js b/libre/thunderbird-libre/vendor.js old mode 100644 new mode 100755 diff --git a/libre/ttf-thai-libre/PKGBUILD b/libre/ttf-thai-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/ttf-thai-libre/ttf.install b/libre/ttf-thai-libre/ttf.install old mode 100644 new mode 100755 diff --git a/libre/unarchiver/PKGBUILD b/libre/unarchiver/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/unarchiver/libz.patch b/libre/unarchiver/libz.patch old mode 100644 new mode 100755 diff --git a/libre/unarchiver/native_obj_exceptions.patch b/libre/unarchiver/native_obj_exceptions.patch old mode 100644 new mode 100755 diff --git a/libre/unrar-libre/PKGBUILD b/libre/unrar-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/ununrar/PKGBUILD b/libre/ununrar/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/unzip-libre/PKGBUILD b/libre/unzip-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/unzip-libre/SRCBUILD b/libre/unzip-libre/SRCBUILD old mode 100644 new mode 100755 diff --git a/libre/unzip-libre/match.patch b/libre/unzip-libre/match.patch old mode 100644 new mode 100755 diff --git a/libre/vhba-module-libre/60-vhba.rules b/libre/vhba-module-libre/60-vhba.rules old mode 100644 new mode 100755 diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/60-vboxguest.rules b/libre/virtualbox-libre-modules-lts/60-vboxguest.rules old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/LocalConfig.kmk b/libre/virtualbox-libre-modules-lts/LocalConfig.kmk old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/PKGBUILD b/libre/virtualbox-libre-modules-lts/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/free-distros.patch b/libre/virtualbox-libre-modules-lts/free-distros.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/libre.patch b/libre/virtualbox-libre-modules-lts/libre.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_blag.png b/libre/virtualbox-libre-modules-lts/os_blag.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_blag_64.png b/libre/virtualbox-libre-modules-lts/os_blag_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_dragora.png b/libre/virtualbox-libre-modules-lts/os_dragora.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_dragora_64.png b/libre/virtualbox-libre-modules-lts/os_dragora_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_dynebolic.png b/libre/virtualbox-libre-modules-lts/os_dynebolic.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_gnewsense.png b/libre/virtualbox-libre-modules-lts/os_gnewsense.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_gnewsense_64.png b/libre/virtualbox-libre-modules-lts/os_gnewsense_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_gnu.png b/libre/virtualbox-libre-modules-lts/os_gnu.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_gnu_64.png b/libre/virtualbox-libre-modules-lts/os_gnu_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_gnuhurd.png b/libre/virtualbox-libre-modules-lts/os_gnuhurd.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_gnulinux.png b/libre/virtualbox-libre-modules-lts/os_gnulinux.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_gnulinux_64.png b/libre/virtualbox-libre-modules-lts/os_gnulinux_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_musix.png b/libre/virtualbox-libre-modules-lts/os_musix.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_musix_64.png b/libre/virtualbox-libre-modules-lts/os_musix_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_os64base.png b/libre/virtualbox-libre-modules-lts/os_os64base.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_os64base.xcf b/libre/virtualbox-libre-modules-lts/os_os64base.xcf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_osbase.png b/libre/virtualbox-libre-modules-lts/os_osbase.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_osbase.xcf b/libre/virtualbox-libre-modules-lts/os_osbase.xcf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_parabola.png b/libre/virtualbox-libre-modules-lts/os_parabola.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_parabola_64.png b/libre/virtualbox-libre-modules-lts/os_parabola_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_trisquel.png b/libre/virtualbox-libre-modules-lts/os_trisquel.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_trisquel_64.png b/libre/virtualbox-libre-modules-lts/os_trisquel_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_ututo.png b/libre/virtualbox-libre-modules-lts/os_ututo.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_ututo_64.png b/libre/virtualbox-libre-modules-lts/os_ututo_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/os_venenux.png b/libre/virtualbox-libre-modules-lts/os_venenux.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/virtualbox-libre-modules-lts.install b/libre/virtualbox-libre-modules-lts/virtualbox-libre-modules-lts.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules-lts/virtualbox-libre-parabola-modules-lts.install b/libre/virtualbox-libre-modules-lts/virtualbox-libre-parabola-modules-lts.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/.directory b/libre/virtualbox-libre-modules/.directory old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/60-vboxguest.rules b/libre/virtualbox-libre-modules/60-vboxguest.rules old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/LocalConfig.kmk b/libre/virtualbox-libre-modules/LocalConfig.kmk old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/PKGBUILD b/libre/virtualbox-libre-modules/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/free-distros.patch b/libre/virtualbox-libre-modules/free-distros.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/libre.patch b/libre/virtualbox-libre-modules/libre.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/linux34.patch b/libre/virtualbox-libre-modules/linux34.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_blag.png b/libre/virtualbox-libre-modules/os_blag.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_blag_64.png b/libre/virtualbox-libre-modules/os_blag_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_dragora.png b/libre/virtualbox-libre-modules/os_dragora.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_dragora_64.png b/libre/virtualbox-libre-modules/os_dragora_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_dynebolic.png b/libre/virtualbox-libre-modules/os_dynebolic.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_gnewsense.png b/libre/virtualbox-libre-modules/os_gnewsense.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_gnewsense_64.png b/libre/virtualbox-libre-modules/os_gnewsense_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_gnu.png b/libre/virtualbox-libre-modules/os_gnu.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_gnu_64.png b/libre/virtualbox-libre-modules/os_gnu_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_gnuhurd.png b/libre/virtualbox-libre-modules/os_gnuhurd.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_gnulinux.png b/libre/virtualbox-libre-modules/os_gnulinux.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_gnulinux_64.png b/libre/virtualbox-libre-modules/os_gnulinux_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_musix.png b/libre/virtualbox-libre-modules/os_musix.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_musix_64.png b/libre/virtualbox-libre-modules/os_musix_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_os64base.png b/libre/virtualbox-libre-modules/os_os64base.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_os64base.xcf b/libre/virtualbox-libre-modules/os_os64base.xcf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_osbase.png b/libre/virtualbox-libre-modules/os_osbase.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_osbase.xcf b/libre/virtualbox-libre-modules/os_osbase.xcf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_parabola.png b/libre/virtualbox-libre-modules/os_parabola.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_parabola_64.png b/libre/virtualbox-libre-modules/os_parabola_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_trisquel.png b/libre/virtualbox-libre-modules/os_trisquel.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_trisquel_64.png b/libre/virtualbox-libre-modules/os_trisquel_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_ututo.png b/libre/virtualbox-libre-modules/os_ututo.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_ututo_64.png b/libre/virtualbox-libre-modules/os_ututo_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/os_venenux.png b/libre/virtualbox-libre-modules/os_venenux.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/virtualbox-libre-modules.install b/libre/virtualbox-libre-modules/virtualbox-libre-modules.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre-modules/virtualbox-libre-parabola-modules.install b/libre/virtualbox-libre-modules/virtualbox-libre-parabola-modules.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/10-vboxdrv.rules b/libre/virtualbox-libre/10-vboxdrv.rules old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/LocalConfig.kmk b/libre/virtualbox-libre/LocalConfig.kmk old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/PKGBUILD b/libre/virtualbox-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/change_default_driver_dir.patch b/libre/virtualbox-libre/change_default_driver_dir.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/free-distros.patch b/libre/virtualbox-libre/free-distros.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/gsoap.patch b/libre/virtualbox-libre/gsoap.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/ipv6_vnc.patch b/libre/virtualbox-libre/ipv6_vnc.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/libre.patch b/libre/virtualbox-libre/libre.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_blag.png b/libre/virtualbox-libre/os_blag.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_blag_64.png b/libre/virtualbox-libre/os_blag_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_dragora.png b/libre/virtualbox-libre/os_dragora.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_dragora_64.png b/libre/virtualbox-libre/os_dragora_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_dynebolic.png b/libre/virtualbox-libre/os_dynebolic.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_gnewsense.png b/libre/virtualbox-libre/os_gnewsense.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_gnewsense_64.png b/libre/virtualbox-libre/os_gnewsense_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_gnu.png b/libre/virtualbox-libre/os_gnu.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_gnu_64.png b/libre/virtualbox-libre/os_gnu_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_gnuhurd.png b/libre/virtualbox-libre/os_gnuhurd.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_gnulinux.png b/libre/virtualbox-libre/os_gnulinux.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_gnulinux_64.png b/libre/virtualbox-libre/os_gnulinux_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_musix.png b/libre/virtualbox-libre/os_musix.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_musix_64.png b/libre/virtualbox-libre/os_musix_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_os64base.png b/libre/virtualbox-libre/os_os64base.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_os64base.xcf b/libre/virtualbox-libre/os_os64base.xcf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_osbase.png b/libre/virtualbox-libre/os_osbase.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_osbase.xcf b/libre/virtualbox-libre/os_osbase.xcf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_parabola.png b/libre/virtualbox-libre/os_parabola.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_parabola_64.png b/libre/virtualbox-libre/os_parabola_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_trisquel.png b/libre/virtualbox-libre/os_trisquel.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_trisquel_64.png b/libre/virtualbox-libre/os_trisquel_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_ututo.png b/libre/virtualbox-libre/os_ututo.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_ututo_64.png b/libre/virtualbox-libre/os_ututo_64.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/os_venenux.png b/libre/virtualbox-libre/os_venenux.png old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxbuild b/libre/virtualbox-libre/vboxbuild old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxdrv-reference.patch b/libre/virtualbox-libre/vboxdrv-reference.patch old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxservice.conf b/libre/virtualbox-libre/vboxservice.conf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxservice.rc b/libre/virtualbox-libre/vboxservice.rc old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxservice.service b/libre/virtualbox-libre/vboxservice.service old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxweb.conf b/libre/virtualbox-libre/vboxweb.conf old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxweb.rc b/libre/virtualbox-libre/vboxweb.rc old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/vboxweb.service b/libre/virtualbox-libre/vboxweb.service old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/virtualbox-libre-parabola-additions.install b/libre/virtualbox-libre/virtualbox-libre-parabola-additions.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/virtualbox-libre-parabola-source.install b/libre/virtualbox-libre/virtualbox-libre-parabola-source.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/virtualbox-libre-source.install b/libre/virtualbox-libre/virtualbox-libre-source.install old mode 100644 new mode 100755 diff --git a/libre/virtualbox-libre/virtualbox-libre.install b/libre/virtualbox-libre/virtualbox-libre.install old mode 100644 new mode 100755 diff --git a/libre/xarchiver-libre/PKGBUILD b/libre/xarchiver-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xarchiver-libre/rePKGBUILD b/libre/xarchiver-libre/rePKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch b/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch old mode 100644 new mode 100755 diff --git a/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch b/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch old mode 100644 new mode 100755 diff --git a/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch b/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch old mode 100644 new mode 100755 diff --git a/libre/xarchiver-libre/xarchiver.install b/libre/xarchiver-libre/xarchiver.install old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/ChangeLog b/libre/xchat-libre/ChangeLog old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/no-firefox.patch b/libre/xchat-libre/no-firefox.patch old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/xchat-2.8.8-glib-2.31.patch b/libre/xchat-libre/xchat-2.8.8-glib-2.31.patch old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/xchat-2.8.8-libnotify07.patch b/libre/xchat-libre/xchat-2.8.8-libnotify07.patch old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/xchat-2.8.8-link-against-libnotify.patch b/libre/xchat-libre/xchat-2.8.8-link-against-libnotify.patch old mode 100644 new mode 100755 diff --git a/libre/xchat-libre/xchat.install b/libre/xchat-libre/xchat.install old mode 100644 new mode 100755 diff --git a/libre/xmlstarlet/PKGBUILD b/libre/xmlstarlet/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xorg-fonts-100dpi-libre/PKGBUILD b/libre/xorg-fonts-100dpi-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xorg-fonts-100dpi-libre/xfonts.install b/libre/xorg-fonts-100dpi-libre/xfonts.install old mode 100644 new mode 100755 diff --git a/libre/xorg-fonts-75dpi-libre/PKGBUILD b/libre/xorg-fonts-75dpi-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xorg-fonts-75dpi-libre/xfonts.install b/libre/xorg-fonts-75dpi-libre/xfonts.install old mode 100644 new mode 100755 diff --git a/libre/xorg-fonts-type1-libre/PKGBUILD b/libre/xorg-fonts-type1-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xorg-fonts-type1-libre/xfonts.install b/libre/xorg-fonts-type1-libre/xfonts.install old mode 100644 new mode 100755 diff --git a/libre/xscreensaver-libre/LICENSE b/libre/xscreensaver-libre/LICENSE old mode 100644 new mode 100755 diff --git a/libre/xscreensaver-libre/PKGBUILD b/libre/xscreensaver-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xscreensaver-libre/add-electricsheep.diff b/libre/xscreensaver-libre/add-electricsheep.diff old mode 100644 new mode 100755 diff --git a/libre/xscreensaver-libre/libre.patch b/libre/xscreensaver-libre/libre.patch old mode 100644 new mode 100755 diff --git a/libre/xscreensaver-libre/xscreensaver.pam b/libre/xscreensaver-libre/xscreensaver.pam old mode 100644 new mode 100755 diff --git a/libre/xulrunner-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch b/libre/xulrunner-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch old mode 100644 new mode 100755 diff --git a/libre/xulrunner-libre/PKGBUILD b/libre/xulrunner-libre/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/xulrunner-libre/mozconfig b/libre/xulrunner-libre/mozconfig old mode 100644 new mode 100755 diff --git a/libre/xulrunner-libre/mozilla-pkgconfig.patch b/libre/xulrunner-libre/mozilla-pkgconfig.patch old mode 100644 new mode 100755 diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD old mode 100644 new mode 100755 diff --git a/libre/your-freedom/your-freedom.install b/libre/your-freedom/your-freedom.install old mode 100644 new mode 100755 diff --git a/pcr/bsnes/PKGBUILD b/pcr/bsnes/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/bsnes/bsnes.changelog b/pcr/bsnes/bsnes.changelog old mode 100644 new mode 100755 diff --git a/pcr/bsnes/bsnes.install b/pcr/bsnes/bsnes.install old mode 100644 new mode 100755 diff --git a/pcr/csync-owncloud/PKGBUILD b/pcr/csync-owncloud/PKGBUILD new file mode 100644 index 000000000..daba8c568 --- /dev/null +++ b/pcr/csync-owncloud/PKGBUILD @@ -0,0 +1,53 @@ +# Maintainer: Kuba Serafinowski +# https://github.com/zizzfizzix/pkgbuilds + +############################################################## +#### The section below can be adjusted to suit your needs #### +############################################################## + +# What type of build do you want? +# See http://techbase.kde.org/Development/CMake/Addons_for_KDE#Buildtypes to check what is supported. +# Default is RelWithDebInfo to help with debugging. + +_buildtype="RelWithDebInfo" + +############################################################## + +_name=csync +pkgname=csync-owncloud +pkgver=0.50.8 +pkgrel=1 +pkgdesc="A file synchronizer especially designed for you, the normal user." +arch=("i686" "x86_64") +url="http://www.csync.org" +license=('GPL2') +depends=('log4c' 'sqlite3' 'iniparser' 'neon' 'smbclient' 'libssh') +makedepends=('cmake') +#optdepends=('samba: smb support' 'libssh: sftp support') +provides=('csync') +conflicts=('csync') +options=(!strip) +source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2") +md5sums=('322f6fa22ca0e8cd05f23dc0d075e7ca') + +# Clean options array to strip pkg if release buildtype is chosen +if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then + options=() +fi + +build() { + if [[ -e ${srcdir}/${_name}-${pkgver}-build ]]; then rm -rf ${srcdir}/${_name}-${pkgver}-build; fi + mkdir ${srcdir}/${_name}-${pkgver}-build + cd ${srcdir}/${_name}-${pkgver}-build + + cmake -DCMAKE_BUILD_TYPE=${_buildtype} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DSYSCONF_INSTALL_DIR=/etc \ + -DLOG_TO_CALLBACK=on \ + ../${_name}-${pkgver} + make +} +package() { + cd ${srcdir}/${_name}-${pkgver}-build + make DESTDIR=${pkgdir} install +} diff --git a/pcr/d0_blind_id-git/PKGBUILD b/pcr/d0_blind_id-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/kervalasquish-hg/PKGBUILD b/pcr/kervalasquish-hg/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/log4c/PKGBUILD b/pcr/log4c/PKGBUILD new file mode 100644 index 000000000..bfcb6bb53 --- /dev/null +++ b/pcr/log4c/PKGBUILD @@ -0,0 +1,22 @@ +# Contributor: rockerzz +# +pkgname=log4c +pkgver=1.2.1 +pkgrel=1 +pkgdesc="Logging FrameWork for C, as Log4j or Log4Cpp" +url="http://log4c.sourceforge.net/" +arch=('i686' 'x86_64') +license="LGPL" +depends=('gcc-libs') +makedepends=( 'bash' 'make' 'gcc' ) +source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('ca5412b7515d8901714ab7892323adb6') +options=('!libtool') + +build() { + cd $startdir/src/log4c-$pkgver + ./configure --prefix=/usr + make || return 1 + make DESTDIR=$startdir/pkg install +} + diff --git a/pcr/minetest/PKGBUILD b/pcr/minetest/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD new file mode 100644 index 000000000..7e8dfa59a --- /dev/null +++ b/pcr/owncloud-client/PKGBUILD @@ -0,0 +1,54 @@ +# Maintainer: Kuba Serafinowski +# https://github.com/zizzfizzix/pkgbuilds + +############################################################## +#### The section below can be adjusted to suit your needs #### +############################################################## + +# What type of build do you want? +# See http://techbase.kde.org/Development/CMake/Addons_for_KDE#Buildtypes to check what is supported. +# Default is RelWithDebInfo to help with debugging. + +_buildtype="RelWithDebInfo" + +############################################################## + +_name=mirall +pkgname=owncloud-client +pkgver=1.0.5 +pkgrel=2 +pkgdesc="ownCloud client based on mirall" +arch=('i686' 'x86_64') +url="http://owncloud.org/" +license=('GPL2') +depends=('qt' 'csync-owncloud') +makedepends=('cmake') +provides=('mirall' 'owncloud-client') +conflicts=('mirall-git') +options=(!strip) +install=owncloud-client.install +backup=('etc/exclude.lst') +source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2" + "${pkgname}.desktop") +md5sums=('b7a96411f092bb16f88e3868a558032f' + 'e223d162626c2ff54efebaa90a182d81') + +# Clean options array to strip pkg if release buildtype is chosen +if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then + options=() +fi + +build() { + if [[ -e ${srcdir}/${_name}-${pkgver}-build ]]; then rm -rf ${srcdir}/${_name}-${pkgver}-build; fi + mkdir ${srcdir}/${_name}-${pkgver}-build + cd ${srcdir}/${_name}-${pkgver}-build + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_BUILD_TYPE=${_buildtype} ../${_name}-${pkgver} + make +} + +package() { + cd ${srcdir}/${_name}-${pkgver}-build + make DESTDIR=${pkgdir} install + install -Dm644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop +} diff --git a/pcr/owncloud-client/owncloud-client.desktop b/pcr/owncloud-client/owncloud-client.desktop new file mode 100644 index 000000000..005e52219 --- /dev/null +++ b/pcr/owncloud-client/owncloud-client.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=ownCloud 2012 client +GenericName=File Sync +TryExec=owncloud +Exec=owncloud %u +Comment=ownCloud - Your Cloud, Your Data, Your Way! +Icon=mirall +Terminal=false +Categories=Qt;Utility; diff --git a/pcr/owncloud-client/owncloud-client.install b/pcr/owncloud-client/owncloud-client.install new file mode 100644 index 000000000..1c0de2e4f --- /dev/null +++ b/pcr/owncloud-client/owncloud-client.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/pcr/python-sfml2/PKGBUILD b/pcr/python-sfml2/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/python2-sfml2/PKGBUILD b/pcr/python2-sfml2/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/ryzom-client/PKGBUILD b/pcr/ryzom-client/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/ryzom-data/PKGBUILD b/pcr/ryzom-data/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/ryzom-nel/PKGBUILD b/pcr/ryzom-nel/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/sfml-git/PKGBUILD b/pcr/sfml-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/xonotic-git/PKGBUILD b/pcr/xonotic-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/pcr/yate/PKGBUILD b/pcr/yate/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/ahcpd/PKGBUILD b/social/ahcpd/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/asterisk/PKGBUILD b/social/asterisk/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/asterisk/asterisk b/social/asterisk/asterisk old mode 100644 new mode 100755 diff --git a/social/asterisk/asterisk.install b/social/asterisk/asterisk.install old mode 100644 new mode 100755 diff --git a/social/asterisk/asterisk.logrotated b/social/asterisk/asterisk.logrotated old mode 100644 new mode 100755 diff --git a/social/batctl/PKGBUILD b/social/batctl/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/bip/PKGBUILD b/social/bip/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/bitcoin-daemon/PKGBUILD b/social/bitcoin-daemon/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/bitcoin-daemon/bitcoin-daemon.install b/social/bitcoin-daemon/bitcoin-daemon.install old mode 100644 new mode 100755 diff --git a/social/bitcoin-daemon/makefile.parabola b/social/bitcoin-daemon/makefile.parabola old mode 100644 new mode 100755 diff --git a/social/bitcoin-daemon/rc.bitcoind b/social/bitcoin-daemon/rc.bitcoind old mode 100644 new mode 100755 diff --git a/social/bitcoin/PKGBUILD b/social/bitcoin/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/bitcoin/bitcoin.desktop b/social/bitcoin/bitcoin.desktop old mode 100644 new mode 100755 diff --git a/social/diaspora-git/PKGBUILD b/social/diaspora-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/diaspora-git/diaspora.bashrc b/social/diaspora-git/diaspora.bashrc old mode 100644 new mode 100755 diff --git a/social/diaspora-git/diaspora.bin b/social/diaspora-git/diaspora.bin old mode 100644 new mode 100755 diff --git a/social/diaspora-git/diaspora.install b/social/diaspora-git/diaspora.install old mode 100644 new mode 100755 diff --git a/social/diaspora-git/diaspora.logrotate b/social/diaspora-git/diaspora.logrotate old mode 100644 new mode 100755 diff --git a/social/diaspora-git/diaspora.pam b/social/diaspora-git/diaspora.pam old mode 100644 new mode 100755 diff --git a/social/diaspora-git/diaspora.rc b/social/diaspora-git/diaspora.rc old mode 100644 new mode 100755 diff --git a/social/dropbear/PKGBUILD b/social/dropbear/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/dropbear/dropbear-conf.d b/social/dropbear/dropbear-conf.d old mode 100644 new mode 100755 diff --git a/social/dropbear/dropbear-rc.d b/social/dropbear/dropbear-rc.d old mode 100644 new mode 100755 diff --git a/social/facter/PKGBUILD b/social/facter/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/ffingerd/PKGBUILD b/social/ffingerd/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/ffingerd/finger.xinetd b/social/ffingerd/finger.xinetd old mode 100644 new mode 100755 diff --git a/social/gnuhealth/PKGBUILD b/social/gnuhealth/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/haveged/PKGBUILD b/social/haveged/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/haveged/haveged b/social/haveged/haveged old mode 100644 new mode 100755 diff --git a/social/hunspell-pt-br/.directory b/social/hunspell-pt-br/.directory old mode 100644 new mode 100755 diff --git a/social/hunspell-pt-br/PKGBUILD b/social/hunspell-pt-br/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/inadyn-opendns/PKGBUILD b/social/inadyn-opendns/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/inadyn-opendns/inadyn-opendns.install b/social/inadyn-opendns/inadyn-opendns.install old mode 100644 new mode 100755 diff --git a/social/inadyn-opendns/inadyn.rc-script b/social/inadyn-opendns/inadyn.rc-script old mode 100644 new mode 100755 diff --git a/social/liblockfile/PKGBUILD b/social/liblockfile/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/libowfat/PKGBUILD b/social/libowfat/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/libowfat/libowfat.install b/social/libowfat/libowfat.install old mode 100644 new mode 100755 diff --git a/social/libpurple-minimal/PKGBUILD b/social/libpurple-minimal/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/lockfile-progs/PKGBUILD b/social/lockfile-progs/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/miniupnpc/PKGBUILD b/social/miniupnpc/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/monkeysphere/monkeysphere.install b/social/monkeysphere/monkeysphere.install old mode 100644 new mode 100755 diff --git a/social/olsrd/PKGBUILD b/social/olsrd/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/openswan/PKGBUILD b/social/openswan/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/openswan/compile.patch b/social/openswan/compile.patch old mode 100644 new mode 100755 diff --git a/social/opentracker/PKGBUILD b/social/opentracker/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/opentracker/license.txt b/social/opentracker/license.txt old mode 100644 new mode 100755 diff --git a/social/poco/PKGBUILD b/social/poco/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/puppet/PKGBUILD b/social/puppet/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/puppet/puppet.conf b/social/puppet/puppet.conf old mode 100644 new mode 100755 diff --git a/social/puppet/puppet.install b/social/puppet/puppet.install old mode 100644 new mode 100755 diff --git a/social/python-relatorio/PKGBUILD b/social/python-relatorio/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/python2-cheetah/Changelog b/social/python2-cheetah/Changelog old mode 100644 new mode 100755 diff --git a/social/python2-cheetah/PKGBUILD b/social/python2-cheetah/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/python2-polib/PKGBUILD b/social/python2-polib/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/ruby-headers/PKGBUILD b/social/ruby-headers/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/ruby-shadow/PKGBUILD b/social/ruby-shadow/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/seeks/conf.patch b/social/seeks/conf.patch old mode 100644 new mode 100755 diff --git a/social/seeks/docbook2man.patch b/social/seeks/docbook2man.patch old mode 100644 new mode 100755 diff --git a/social/seeks/img_websearch.patch b/social/seeks/img_websearch.patch old mode 100644 new mode 100755 diff --git a/social/seeks/install b/social/seeks/install old mode 100644 new mode 100755 diff --git a/social/seeks/logfile.patch b/social/seeks/logfile.patch old mode 100644 new mode 100755 diff --git a/social/seeks/seeks.conf.d b/social/seeks/seeks.conf.d old mode 100644 new mode 100755 diff --git a/social/seeks/seeks.install b/social/seeks/seeks.install old mode 100644 new mode 100755 diff --git a/social/seeks/seeks.logrotate b/social/seeks/seeks.logrotate old mode 100644 new mode 100755 diff --git a/social/seeks/seeks.rc.d b/social/seeks/seeks.rc.d old mode 100644 new mode 100755 diff --git a/social/seeks/seeksdaemon b/social/seeks/seeksdaemon old mode 100644 new mode 100755 diff --git a/social/sipwitch/PKGBUILD b/social/sipwitch/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/sobby/PKGBUILD b/social/sobby/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/spectrum/PKGBUILD b/social/spectrum/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/spectrum/logrotate.spectrum b/social/spectrum/logrotate.spectrum old mode 100644 new mode 100755 diff --git a/social/spectrum/spectrum.install b/social/spectrum/spectrum.install old mode 100644 new mode 100755 diff --git a/social/statusnet/PKGBUILD b/social/statusnet/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/statusnet/statusnet.install b/social/statusnet/statusnet.install old mode 100644 new mode 100755 diff --git a/social/strongswan/PKGBUILD b/social/strongswan/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/tinc/tincd.conf b/social/tinc/tincd.conf old mode 100644 new mode 100755 diff --git a/social/tinc/tincd.rcd b/social/tinc/tincd.rcd old mode 100644 new mode 100755 diff --git a/social/tokyocabinet/PKGBUILD b/social/tokyocabinet/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/tomb/PKGBUILD b/social/tomb/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/tomb/tomb.install b/social/tomb/tomb.install old mode 100644 new mode 100755 diff --git a/social/tomoyo-tools/PKGBUILD b/social/tomoyo-tools/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/tomoyo-tools/tomoyo-tools.install b/social/tomoyo-tools/tomoyo-tools.install old mode 100644 new mode 100755 diff --git a/social/trytond/PKGBUILD b/social/trytond/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/trytond/trytond.install b/social/trytond/trytond.install old mode 100644 new mode 100755 diff --git a/social/trytond/trytond.rc b/social/trytond/trytond.rc old mode 100644 new mode 100755 diff --git a/social/uci/PKGBUILD b/social/uci/PKGBUILD old mode 100644 new mode 100755 diff --git a/social/ucommon/PKGBUILD b/social/ucommon/PKGBUILD old mode 100644 new mode 100755 diff --git a/~aurelien/README b/~aurelien/README old mode 100644 new mode 100755 diff --git a/~brendan/guile/PKGBUILD b/~brendan/guile/PKGBUILD old mode 100644 new mode 100755 diff --git a/~brendan/guile/guile.install b/~brendan/guile/guile.install old mode 100644 new mode 100755 diff --git a/~emulatorman/hunspell-gl/PKGBUILD b/~emulatorman/hunspell-gl/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/hunspell-pt-br/.directory b/~emulatorman/hunspell-pt-br/.directory old mode 100644 new mode 100755 diff --git a/~emulatorman/hunspell-pt-br/PKGBUILD b/~emulatorman/hunspell-pt-br/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/jitsi/PKGBUILD b/~emulatorman/jitsi/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/jitsi/jitsi.desktop b/~emulatorman/jitsi/jitsi.desktop old mode 100644 new mode 100755 diff --git a/~emulatorman/jitsi/jitsi.sh b/~emulatorman/jitsi/jitsi.sh old mode 100644 new mode 100755 diff --git a/~emulatorman/raider/ChangeLog b/~emulatorman/raider/ChangeLog old mode 100644 new mode 100755 diff --git a/~emulatorman/raider/INSTALL b/~emulatorman/raider/INSTALL old mode 100644 new mode 100755 diff --git a/~emulatorman/raider/PKGBUILD b/~emulatorman/raider/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch b/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch old mode 100644 new mode 100755 diff --git a/~emulatorman/timekpr/PKGBUILD b/~emulatorman/timekpr/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/timekpr/timekpr.install b/~emulatorman/timekpr/timekpr.install old mode 100644 new mode 100755 diff --git a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch b/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch old mode 100644 new mode 100755 diff --git a/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch b/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch old mode 100644 new mode 100755 diff --git a/~emulatorman/xonotic-data/PKGBUILD b/~emulatorman/xonotic-data/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/xonotic/PKGBUILD b/~emulatorman/xonotic/PKGBUILD old mode 100644 new mode 100755 diff --git a/~emulatorman/xonotic/xonotic-glx.desktop b/~emulatorman/xonotic/xonotic-glx.desktop old mode 100644 new mode 100755 diff --git a/~emulatorman/xonotic/xonotic-sdl.desktop b/~emulatorman/xonotic/xonotic-sdl.desktop old mode 100644 new mode 100755 diff --git a/~fauno/afew/LICENSE b/~fauno/afew/LICENSE old mode 100644 new mode 100755 diff --git a/~fauno/afew/PKGBUILD b/~fauno/afew/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/afew/SRCBUILD b/~fauno/afew/SRCBUILD old mode 100644 new mode 100755 diff --git a/~fauno/bibutils-dynamic/PKGBUILD b/~fauno/bibutils-dynamic/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/dbacl/PKGBUILD b/~fauno/dbacl/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/distccd-zeroconf/PKGBUILD b/~fauno/distccd-zeroconf/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/distccd-zeroconf/distccd.conf.d b/~fauno/distccd-zeroconf/distccd.conf.d old mode 100644 new mode 100755 diff --git a/~fauno/emerillon/PKGBUILD b/~fauno/emerillon/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/emerillon/emerillon.install b/~fauno/emerillon/emerillon.install old mode 100644 new mode 100755 diff --git a/~fauno/ethos/PKGBUILD b/~fauno/ethos/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/geoclue/PKGBUILD b/~fauno/geoclue/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-base64-bytestring/PKGBUILD b/~fauno/haskell-base64-bytestring/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install b/~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-citeproc-hs/PKGBUILD b/~fauno/haskell-citeproc-hs/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install b/~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-digest/PKGBUILD b/~fauno/haskell-digest/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-digest/haskell-digest.install b/~fauno/haskell-digest/haskell-digest.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-dlist/PKGBUILD b/~fauno/haskell-dlist/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-dlist/haskell-dlist.install b/~fauno/haskell-dlist/haskell-dlist.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-hs-bibutils/PKGBUILD b/~fauno/haskell-hs-bibutils/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install b/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-json/PKGBUILD b/~fauno/haskell-json/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-json/haskell-json.install b/~fauno/haskell-json/haskell-json.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-pandoc-types/PKGBUILD b/~fauno/haskell-pandoc-types/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-pandoc-types/haskell-pandoc-types.install b/~fauno/haskell-pandoc-types/haskell-pandoc-types.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-tagsoup/PKGBUILD b/~fauno/haskell-tagsoup/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-tagsoup/haskell-tagsoup.install b/~fauno/haskell-tagsoup/haskell-tagsoup.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-texmath/PKGBUILD b/~fauno/haskell-texmath/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-texmath/haskell-texmath.install b/~fauno/haskell-texmath/haskell-texmath.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-xml/PKGBUILD b/~fauno/haskell-xml/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-xml/haskell-xml.install b/~fauno/haskell-xml/haskell-xml.install old mode 100644 new mode 100755 diff --git a/~fauno/haskell-zip-archive/PKGBUILD b/~fauno/haskell-zip-archive/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/haskell-zip-archive/haskell-zip-archive.install b/~fauno/haskell-zip-archive/haskell-zip-archive.install old mode 100644 new mode 100755 diff --git a/~fauno/ldapscripts/PKGBUILD b/~fauno/ldapscripts/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/librest/PKGBUILD b/~fauno/librest/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/localepurge/PKGBUILD b/~fauno/localepurge/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD b/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD b/~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/notmuch/SRCBUILD b/~fauno/notmuch/SRCBUILD old mode 100644 new mode 100755 diff --git a/~fauno/pandoc/PKGBUILD b/~fauno/pandoc/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/pandoc/SRCBUILD b/~fauno/pandoc/SRCBUILD old mode 100644 new mode 100755 diff --git a/~fauno/ruby-mustache/PKGBUILD b/~fauno/ruby-mustache/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/transmission-remote-cli/PKGBUILD b/~fauno/transmission-remote-cli/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/transmission-remote-cli/python2.patch b/~fauno/transmission-remote-cli/python2.patch old mode 100644 new mode 100755 diff --git a/~fauno/vala-notmuch/PKGBUILD b/~fauno/vala-notmuch/PKGBUILD old mode 100644 new mode 100755 diff --git a/~fauno/vala-notmuch/SRCBUILD b/~fauno/vala-notmuch/SRCBUILD old mode 100644 new mode 100755 diff --git a/~fauno/vala-notmuch/vala-notmuch.install b/~fauno/vala-notmuch/vala-notmuch.install old mode 100644 new mode 100755 diff --git a/~lukeshu/.gitignore b/~lukeshu/.gitignore old mode 100644 new mode 100755 diff --git a/~lukeshu/android-udev/.gitignore b/~lukeshu/android-udev/.gitignore old mode 100644 new mode 100755 diff --git a/~lukeshu/android-udev/51-android.rules b/~lukeshu/android-udev/51-android.rules old mode 100644 new mode 100755 diff --git a/~lukeshu/android-udev/Makefile b/~lukeshu/android-udev/Makefile old mode 100644 new mode 100755 diff --git a/~lukeshu/android-udev/PKGBUILD b/~lukeshu/android-udev/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/android-udev/android-udev.install b/~lukeshu/android-udev/android-udev.install old mode 100644 new mode 100755 diff --git a/~lukeshu/cinclude2dot/.gitignore b/~lukeshu/cinclude2dot/.gitignore old mode 100644 new mode 100755 diff --git a/~lukeshu/cinclude2dot/PKGBUILD b/~lukeshu/cinclude2dot/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/cntlm/PKGBUILD b/~lukeshu/cntlm/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/codeanalyst/PKGBUILD b/~lukeshu/codeanalyst/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/codeanalyst/codeanalyst.desktop b/~lukeshu/codeanalyst/codeanalyst.desktop old mode 100644 new mode 100755 diff --git a/~lukeshu/codeanalyst/codeanalyst.sudo b/~lukeshu/codeanalyst/codeanalyst.sudo old mode 100644 new mode 100755 diff --git a/~lukeshu/codeanalyst/codeanalyst.svg b/~lukeshu/codeanalyst/codeanalyst.svg old mode 100644 new mode 100755 diff --git a/~lukeshu/codeanalyst/gcc47.patch b/~lukeshu/codeanalyst/gcc47.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/codeanalyst/skipSetup.patch b/~lukeshu/codeanalyst/skipSetup.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/conkeror-git/ChangeLog b/~lukeshu/conkeror-git/ChangeLog old mode 100644 new mode 100755 diff --git a/~lukeshu/conkeror-git/PKGBUILD b/~lukeshu/conkeror-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/conkeror-git/SRCBUILD b/~lukeshu/conkeror-git/SRCBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/conkeror-git/conkeror-git.install b/~lukeshu/conkeror-git/conkeror-git.install old mode 100644 new mode 100755 diff --git a/~lukeshu/conkeror-git/conkeror.sh b/~lukeshu/conkeror-git/conkeror.sh old mode 100644 new mode 100755 diff --git a/~lukeshu/conkeror-git/conkeror_gimpfile.xpm b/~lukeshu/conkeror-git/conkeror_gimpfile.xpm old mode 100644 new mode 100755 diff --git a/~lukeshu/dasm/PKGBUILD b/~lukeshu/dasm/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/emacs-lucid/PKGBUILD b/~lukeshu/emacs-lucid/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/emacs-lucid/emacs.install b/~lukeshu/emacs-lucid/emacs.install old mode 100644 new mode 100755 diff --git a/~lukeshu/emacs-lucid/gnulib.patch b/~lukeshu/emacs-lucid/gnulib.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch b/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/freeglut26/PKGBUILD b/~lukeshu/freeglut26/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/git-svn-abandon-git/PKGBUILD b/~lukeshu/git-svn-abandon-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/kdeutils-ark-unarchiver/PKGBUILD b/~lukeshu/kdeutils-ark-unarchiver/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch b/~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/kdeutils-ark-unarchiver/kdeutils.install b/~lukeshu/kdeutils-ark-unarchiver/kdeutils.install old mode 100644 new mode 100755 diff --git a/~lukeshu/libdwarf/PKGBUILD b/~lukeshu/libdwarf/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/libfreenect-git/PKGBUILD b/~lukeshu/libfreenect-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/maildirproc/PKGBUILD b/~lukeshu/maildirproc/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/make-graph/PKGBUILD b/~lukeshu/make-graph/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/make-graph/bug30612.patch b/~lukeshu/make-graph/bug30612.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/make-graph/bug30723.patch b/~lukeshu/make-graph/bug30723.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/make-graph/make-3.82-makeflags.patch b/~lukeshu/make-graph/make-3.82-makeflags.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/make-graph/make-3.82-sort-blank.patch b/~lukeshu/make-graph/make-3.82-sort-blank.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/make-graph/make-graph.patch b/~lukeshu/make-graph/make-graph.patch old mode 100644 new mode 100755 diff --git a/~lukeshu/make-graph/make.install b/~lukeshu/make-graph/make.install old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-git/PKGBUILD b/~lukeshu/openni-all/openni-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-git/openni.install b/~lukeshu/openni-all/openni-git/openni.install old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD b/~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD b/~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install b/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-unstable-git/PKGBUILD b/~lukeshu/openni-all/openni-unstable-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-unstable-git/openni.install b/~lukeshu/openni-all/openni-unstable-git/openni.install old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-unstable/PKGBUILD b/~lukeshu/openni-all/openni-unstable/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-unstable/openni-core.install b/~lukeshu/openni-all/openni-unstable/openni-core.install old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni-unstable/openni-mono.install b/~lukeshu/openni-all/openni-unstable/openni-mono.install old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni/PKGBUILD b/~lukeshu/openni-all/openni/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/openni-all/openni/openni.install b/~lukeshu/openni-all/openni/openni.install old mode 100644 new mode 100755 diff --git a/~lukeshu/pngcrush/LICENSE b/~lukeshu/pngcrush/LICENSE old mode 100644 new mode 100755 diff --git a/~lukeshu/pngcrush/PKGBUILD b/~lukeshu/pngcrush/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/redo/PKGBUILD b/~lukeshu/redo/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/stow/PKGBUILD b/~lukeshu/stow/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/svn-graph-branches/PKGBUILD b/~lukeshu/svn-graph-branches/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/terminal-colors/.gitignore b/~lukeshu/terminal-colors/.gitignore old mode 100644 new mode 100755 diff --git a/~lukeshu/terminal-colors/PKGBUILD b/~lukeshu/terminal-colors/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/wdiff/PKGBUILD b/~lukeshu/wdiff/PKGBUILD old mode 100644 new mode 100755 diff --git a/~lukeshu/xml2rfc/PKGBUILD b/~lukeshu/xml2rfc/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/PKGBUILD b/~mtjm/cups-usblp/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups b/~mtjm/cups-usblp/cups old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-avahi-1-config.patch b/~mtjm/cups-usblp/cups-avahi-1-config.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-avahi-2-backend.patch b/~mtjm/cups-usblp/cups-avahi-2-backend.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-avahi-3-timeouts.patch b/~mtjm/cups-usblp/cups-avahi-3-timeouts.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-avahi-4-poll.patch b/~mtjm/cups-usblp/cups-avahi-4-poll.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-avahi-5-services.patch b/~mtjm/cups-usblp/cups-avahi-5-services.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-no-export-ssllibs.patch b/~mtjm/cups-usblp/cups-no-export-ssllibs.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-no-gcrypt.patch b/~mtjm/cups-usblp/cups-no-gcrypt.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-no-gzip-man.patch b/~mtjm/cups-usblp/cups-no-gzip-man.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups-systemd-socket.patch b/~mtjm/cups-usblp/cups-systemd-socket.patch old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups.install b/~mtjm/cups-usblp/cups.install old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups.logrotate b/~mtjm/cups-usblp/cups.logrotate old mode 100644 new mode 100755 diff --git a/~mtjm/cups-usblp/cups.pam b/~mtjm/cups-usblp/cups.pam old mode 100644 new mode 100755 diff --git a/~mtjm/debootstrap/PKGBUILD b/~mtjm/debootstrap/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python-coverage/LICENSE b/~mtjm/python-coverage/LICENSE old mode 100644 new mode 100755 diff --git a/~mtjm/python-coverage/PKGBUILD b/~mtjm/python-coverage/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python-getmediumurl/PKGBUILD b/~mtjm/python-getmediumurl/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python-urlreader/PKGBUILD b/~mtjm/python-urlreader/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python2-openid/PKGBUILD b/~mtjm/python2-openid/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python2-postfix-policyd-spf/PKGBUILD b/~mtjm/python2-postfix-policyd-spf/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python2-pydns/PKGBUILD b/~mtjm/python2-pydns/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python2-pyflakes/PKGBUILD b/~mtjm/python2-pyflakes/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/python2-pyspf/PKGBUILD b/~mtjm/python2-pyspf/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/thinkfan/PKGBUILD b/~mtjm/thinkfan/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/thinkfan/thinkfan b/~mtjm/thinkfan/thinkfan old mode 100644 new mode 100755 diff --git a/~mtjm/ttf-beteckna/PKGBUILD b/~mtjm/ttf-beteckna/PKGBUILD old mode 100644 new mode 100755 diff --git a/~mtjm/ttf-beteckna/ttf.install b/~mtjm/ttf-beteckna/ttf.install old mode 100644 new mode 100755 diff --git a/~mtjm/zbar/PKGBUILD b/~mtjm/zbar/PKGBUILD old mode 100644 new mode 100755 -- cgit v1.2.3-54-g00ecf From f9e0f79bdd41d822c22688513f68e30ebb4d4003 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 14 Sep 2012 19:23:23 -0300 Subject: AICCU - Automatic IPv6 Connectivity Client Utility --- social/aiccu/PKGBUILD | 33 +++++++++++++++++++++++++++ social/aiccu/aiccu.rc.d | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 social/aiccu/PKGBUILD create mode 100644 social/aiccu/aiccu.rc.d (limited to 'social') diff --git a/social/aiccu/PKGBUILD b/social/aiccu/PKGBUILD new file mode 100644 index 000000000..5fc4cb086 --- /dev/null +++ b/social/aiccu/PKGBUILD @@ -0,0 +1,33 @@ +pkgname=aiccu +pkgver=20070115 +pkgrel=7 +pkgdesc="SixXS Automatic IPv6 Connectivity Client Utility - AICCU" +arch=('i686' 'x86_64') +url="http://www.sixxs.net/tools/aiccu/" +license=('BSD') +depends=('gnutls' 'iproute2') +makedepends=('glibc' 'libgpg-error' 'libtasn1' 'libgcrypt' 'zlib') +backup=(etc/aiccu.conf) +source=(http://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz + aiccu.rc.d) +md5sums=('c9bcc83644ed788e22a7c3f3d4021350' + '9eb63ae132d4835a822ea925c6440b04') + +build() { + cd "$srcdir/$pkgname" + + sed -i 's|Installing Debian-style init.d||' Makefile + + LDFLAGS="" make + make DESTDIR="$pkgdir" install +} + +package() { + cd "$srcdir/$pkgname" + + install -D -m600 doc/aiccu.conf "$pkgdir/etc/aiccu.conf" + install -D -m755 "$srcdir/aiccu.rc.d" "$pkgdir/etc/rc.d/aiccu" + install -D -m444 doc/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + + rm -fr "$pkgdir/etc/init.d" +} diff --git a/social/aiccu/aiccu.rc.d b/social/aiccu/aiccu.rc.d new file mode 100644 index 000000000..b0ca08fce --- /dev/null +++ b/social/aiccu/aiccu.rc.d @@ -0,0 +1,60 @@ +#!/bin/bash + +daemon_name=aiccu + +. /etc/rc.conf +. /etc/rc.d/functions + +get_pid() { + pidof $daemon_name +} + +case "$1" in + start) + stat_busy "Starting $daemon_name daemon" + + PID=`get_pid` + if [ -z "$PID" ]; then + [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid + # RUN + $daemon_name start > /dev/null + # + if [ $? -gt 0 ]; then + stat_fail + exit 1 + else + echo `get_pid` > /var/run/$daemon_name.pid + add_daemon $daemon_name + stat_done + fi + else + stat_fail + exit 1 + fi + ;; + + stop) + stat_busy "Stopping $daemon_name daemon" + PID=`get_pid` + # RUN + $daemon_name stop + # + if [ $? -gt 0 ]; then + stat_fail + exit 1 + else + rm -f /var/run/$daemon_name.pid &> /dev/null + rm_daemon $daemon_name + stat_done + fi + ;; + + restart) + $0 stop + sleep 3 + $0 start + ;; + *) + echo "usage: $0 {start|stop|restart}" +esac +exit 0 -- cgit v1.2.3-54-g00ecf From ffc0a61a2b0b77c06b581c20e1d6241e7e0d04cd Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 20 Sep 2012 14:41:30 -0300 Subject: Added netatalk from AUR --- social/netatalk/PKGBUILD | 56 +++++++++++++++++++++++++ social/netatalk/netatalk.changelog | 83 ++++++++++++++++++++++++++++++++++++++ social/netatalk/netatalk.install | 23 +++++++++++ social/netatalk/netatalk.rc | 44 ++++++++++++++++++++ 4 files changed, 206 insertions(+) create mode 100644 social/netatalk/PKGBUILD create mode 100644 social/netatalk/netatalk.changelog create mode 100644 social/netatalk/netatalk.install create mode 100644 social/netatalk/netatalk.rc (limited to 'social') diff --git a/social/netatalk/PKGBUILD b/social/netatalk/PKGBUILD new file mode 100644 index 000000000..98e64982d --- /dev/null +++ b/social/netatalk/PKGBUILD @@ -0,0 +1,56 @@ +# Maintainer: SJ_UnderWater +# Maintainer (Parabola): fauno@parabola.nu +# Based on netatalk package : +# Maintainer: Dominik Dingel +# Contributor: William Udovich +# Contributor: Farhan Yousaf + +pkgname=netatalk +pkgver=3.0 +pkgrel=4 +pkgdesc='Open Source AFP fileserver' +arch=('i686' 'x86_64') +url='http://netatalk.sourceforge.net' +license=('GPL') +depends=('avahi>=0.6' 'libldap' 'libgcrypt>=1.2.3' 'libevent') +backup=('etc/afp.conf') +options=('!libtool') +install=$pkgname.install +changelog=$pkgname.changelog +source=(netatalk.rc http://iweb.dl.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +md5sums=('5e92015b0d9ac77af4b598cca6cb435c' + '62eb034011bb60b0bfd95072af3693dc') + +build() { + cd $pkgname-$pkgver + +# TODO what does this fix? + msg2 'Fixing...' + sed -i 's/x"linux/x"generic/' macros/netatalk.m4 + + autoreconf + +# disable bundled libevent + echo -e "all:\ninstall:" >libevent/Makefile + + CFLAGS="-Wno-unused-result" \ + LIBS=-levent \ + ./configure --prefix=/usr \ + --disable-static \ + --localstatedir=/etc \ + --sysconfdir=/etc \ + --disable-bundled-libevent \ + --with-cracklib \ + --with-cnid-cdb-backend \ + --enable-pgp-uam \ + --with-init-style=systemd + + make +} +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + msg2 'Copying initscripts...' + install -D -m755 "$srcdir"/netatalk.rc "$pkgdir"/etc/rc.d/netatalk +} diff --git a/social/netatalk/netatalk.changelog b/social/netatalk/netatalk.changelog new file mode 100644 index 000000000..b577562d4 --- /dev/null +++ b/social/netatalk/netatalk.changelog @@ -0,0 +1,83 @@ +2012-07-14 SJ_UnderWater + + * 3.0-3 : + moved localstate dir + to /etc for historical + reasons + +2012-07-12 SJ_UnderWater + + * 3.0-2 : + disable bundled libevent + +2012-07-11 SJ_UnderWater + + * 3.0-1 : + updated to new release + DDP moved to new pkg + +2012-06-12 SJ_UnderWater + + * 2.2.3-4 : + added kill timing + +2012-06-04 SJ_UnderWater + + * 2.2.3-3 : + removed conflicting files + +2012-06-02 SJ_UnderWater + + * 2.2.3-2 : + Missing UAM links + +2012-05-29 SJ_UnderWater + + * 2.2.3-1 : + updated package version + allowing headers and m4 + +2012-05-01 SJ_UnderWater + + * 2.2.2-6 : + moved to .rc files + refactored PKGBUILD + install rc.d files + +2012-04-25 SJ_UnderWater + + * 2.2.2-5 : + init rebuild + fix dep check + fix get_pid + function relocation + +2012-04-21 SJ_UnderWater + + * 2.2.2-4 : + moved to package() + added backup + split backup + moved depends + +2012-04-08 SJ_UnderWater + + * 2.2.2-3 : + fixed extra dependencies + FHS compliance + NAMCAP checking + moved cups to optdepends + +2012-04-07 SJ_UnderWater + + * 2.2.2-2 : + added Install + changed "conflicts" with "replace" + cleaned up PKGBUILD + + * 2.2.2-1 : + added ChangeLog. + moved to split package format + bidirectional dependency-checking + moved to release package format + PKGBUILD compliance diff --git a/social/netatalk/netatalk.install b/social/netatalk/netatalk.install new file mode 100644 index 000000000..a385add10 --- /dev/null +++ b/social/netatalk/netatalk.install @@ -0,0 +1,23 @@ +post_install() { + post_upgrade +} +post_upgrade() { + if [ "`grep -E '(cnid|atalkd|afpd)' /etc/rc.conf`" ];then + echo '>>> Detected old netatalk daemon entries in'; + echo '>>> /etc/rc.conf, please replace these with'; + echo '>>> "netatalk" before restarting!'; + else echo '>>> Add "netatalk" to your DAEMONS list in /etc/rc.conf';fi + echo '>>>'; + if [ -f /etc/avahi/services/adisk.service ] || + [ -f /etc/avahi/services/afpd.service ];then + echo '>>> Detected old netatalk service files in'; + echo '>>> /etc/avahi/services, please delete these'; + echo '>>> before restarting!';fi + if [ -f /opt/netatalk/afp_signature.conf ] || + [ -f /opt/netatalk/afp_voluuid.conf ]; then + echo '>>> Found *.conf in /opt/netatalk, please'; + echo '>>> migrate these to /etc/netatalk before restarting';fi +} +pre_remove() { + rc.d stop netatalk +} diff --git a/social/netatalk/netatalk.rc b/social/netatalk/netatalk.rc new file mode 100644 index 000000000..f14d67ee3 --- /dev/null +++ b/social/netatalk/netatalk.rc @@ -0,0 +1,44 @@ +#!/bin/bash + +. /etc/rc.conf +. /etc/rc.d/functions + +NAME="Appletalk Services Daemon" +ARGS= +DAEMON=netatalk + +[ -r /etc/conf.d/$DAEMON ] && . /etc/conf.d/$DAEMON + +PID=`get_pid $DAEMON` + +case "$1" in + start) + stat_busy "Starting $NAME" + [ -z "$PID" ] && $DAEMON $ARGS &>/dev/null + if [ $? = 0 ]; then + add_daemon $DAEMON + stat_done + else + stat_fail + exit 1 + fi + ;; + stop) + stat_busy "Stopping $NAME" + [ -n "$PID" ] && kill $PID &>/dev/null + if [ $? = 0 ]; then + rm_daemon $DAEMON + stat_done + else + stat_fail + exit 1 + fi + ;; + restart) + $0 stop + sleep 1 + $0 start + ;; + *) + echo "usage: $0 {start|stop|restart}" +esac -- cgit v1.2.3-54-g00ecf From abdb69854da19bb519c3f6da5f0456cd7e45f7cf Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 23 Sep 2012 20:40:52 -0300 Subject: NitroShare --- social/nitroshare/PKGBUILD | 33 +++++++++++++++++++++ social/nitroshare/nitroshare.install | 4 +++ social/qxmlrpc/01_build_targets.patch | 9 ++++++ social/qxmlrpc/02_staticlib_removed.patch | 12 ++++++++ social/qxmlrpc/03_client.h_include_fix.patch | 13 ++++++++ social/qxmlrpc/04_do_not_link_gui.patch | 24 +++++++++++++++ social/qxmlrpc/PKGBUILD | 44 ++++++++++++++++++++++++++++ social/qxmlrpc/SRCBUILD | 30 +++++++++++++++++++ 8 files changed, 169 insertions(+) create mode 100644 social/nitroshare/PKGBUILD create mode 100644 social/nitroshare/nitroshare.install create mode 100644 social/qxmlrpc/01_build_targets.patch create mode 100644 social/qxmlrpc/02_staticlib_removed.patch create mode 100644 social/qxmlrpc/03_client.h_include_fix.patch create mode 100644 social/qxmlrpc/04_do_not_link_gui.patch create mode 100644 social/qxmlrpc/PKGBUILD create mode 100644 social/qxmlrpc/SRCBUILD (limited to 'social') diff --git a/social/nitroshare/PKGBUILD b/social/nitroshare/PKGBUILD new file mode 100644 index 000000000..7896a356e --- /dev/null +++ b/social/nitroshare/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: Sid Karunaratne +# Contributor: Nathan Osman + +pkgname=nitroshare +pkgver=0.2 +pkgrel=2 +pkgdesc="Makes sending a file to another machine on the local network as easy as dragging-and-dropping" +arch=('i686' 'x86_64') +url="https://launchpad.net/nitroshare" +license=('GPL3') +depends=('qt' 'qjson' 'qxmlrpc') +makedepends=() +options=() +source=(https://launchpad.net/${pkgname}/${pkgver}/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz nitroshare.install) +md5sums=('00f670fadf385ee2a920b67a4120295d' + '0e8cd7761d04a45d22d28ac7b98fa234') + +build () { + cd "${srcdir}/${pkgname}" + sed -i "s_target.path = /opt/extras.ubuntu.com/nitroshare_target.path = ${pkgdir}/usr/bin_g" nitroshare.pro + sed -i "s_Exec=/opt/extras.ubuntu.com/nitroshare/nitroshare_Exec=/usr/bin/${pkgname}_g" resource/other/extras-${pkgname}.desktop + qmake + make +} + +package (){ + cd "${srcdir}/${pkgname}" + make install + mkdir -p ${pkgdir}/usr/share/applications + install -Dm644 resource/other/extras-${pkgname}.desktop ${pkgdir}/usr/share/applications/ + install -Dm644 resource/images/logo.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} diff --git a/social/nitroshare/nitroshare.install b/social/nitroshare/nitroshare.install new file mode 100644 index 000000000..d6519a6e8 --- /dev/null +++ b/social/nitroshare/nitroshare.install @@ -0,0 +1,4 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor + update-desktop-database -q +} diff --git a/social/qxmlrpc/01_build_targets.patch b/social/qxmlrpc/01_build_targets.patch new file mode 100644 index 000000000..bee6d5167 --- /dev/null +++ b/social/qxmlrpc/01_build_targets.patch @@ -0,0 +1,9 @@ +Index: qxmlrpc-0.0.svn6/qxmlrpc.pro +=================================================================== +--- qxmlrpc-0.0.svn6.orig/qxmlrpc.pro 2010-06-04 14:39:33.000000000 +0400 ++++ qxmlrpc-0.0.svn6/qxmlrpc.pro 2010-06-04 14:39:44.000000000 +0400 +@@ -1,3 +1,3 @@ + TEMPLATE = subdirs +-SUBDIRS = xmlrpc test/unit examples/client examples/server ++SUBDIRS = xmlrpc + CONFIG += ordered diff --git a/social/qxmlrpc/02_staticlib_removed.patch b/social/qxmlrpc/02_staticlib_removed.patch new file mode 100644 index 000000000..58f1d68d1 --- /dev/null +++ b/social/qxmlrpc/02_staticlib_removed.patch @@ -0,0 +1,12 @@ +Index: qxmlrpc-0.0.svn6/xmlrpc/xmlrpc.pro +=================================================================== +--- qxmlrpc-0.0.svn6.orig/xmlrpc/xmlrpc.pro 2010-06-04 18:18:24.000000000 +0400 ++++ qxmlrpc-0.0.svn6/xmlrpc/xmlrpc.pro 2010-06-04 18:23:23.000000000 +0400 +@@ -4,7 +4,6 @@ + win32:TARGET = ../qxmlrpc + + CONFIG += warn_on +-CONFIG += staticlib + CONFIG += debug_and_release + CONFIG += precompile_header + diff --git a/social/qxmlrpc/03_client.h_include_fix.patch b/social/qxmlrpc/03_client.h_include_fix.patch new file mode 100644 index 000000000..6f174cb95 --- /dev/null +++ b/social/qxmlrpc/03_client.h_include_fix.patch @@ -0,0 +1,13 @@ +Index: qxmlrpc-0.0.svn6/xmlrpc/client.h +=================================================================== +--- qxmlrpc-0.0.svn6.orig/xmlrpc/client.h 2010-06-04 18:18:24.000000000 +0400 ++++ qxmlrpc-0.0.svn6/xmlrpc/client.h 2010-06-04 18:20:21.000000000 +0400 +@@ -7,7 +7,7 @@ + #include + #include + +-#include "xmlrpc/variant.h" ++#include "variant.h" + class QAuthenticator; + + namespace xmlrpc { diff --git a/social/qxmlrpc/04_do_not_link_gui.patch b/social/qxmlrpc/04_do_not_link_gui.patch new file mode 100644 index 000000000..c086d4990 --- /dev/null +++ b/social/qxmlrpc/04_do_not_link_gui.patch @@ -0,0 +1,24 @@ +Index: qxmlrpc-0.0.svn6/xmlrpc/stable.h +=================================================================== +--- qxmlrpc-0.0.svn6.orig/xmlrpc/stable.h 2010-06-04 18:23:58.000000000 +0400 ++++ qxmlrpc-0.0.svn6/xmlrpc/stable.h 2010-06-04 18:24:20.000000000 +0400 +@@ -2,7 +2,6 @@ + #ifndef STABLE_H + #define STABLE_H + #if defined(__cplusplus) and not defined(__OBJC__) +- #include + #include + #include + #include +Index: qxmlrpc-0.0.svn6/xmlrpc/xmlrpc.pro +=================================================================== +--- qxmlrpc-0.0.svn6.orig/xmlrpc/xmlrpc.pro 2010-06-04 18:23:54.000000000 +0400 ++++ qxmlrpc-0.0.svn6/xmlrpc/xmlrpc.pro 2010-06-04 18:24:12.000000000 +0400 +@@ -10,6 +10,7 @@ + DEPENDPATH += . + INCLUDEPATH += . .. + ++QT -= gui + QT += xml + QT += network + diff --git a/social/qxmlrpc/PKGBUILD b/social/qxmlrpc/PKGBUILD new file mode 100644 index 000000000..2e23c0a47 --- /dev/null +++ b/social/qxmlrpc/PKGBUILD @@ -0,0 +1,44 @@ +# Maintainer: Sid Karunaratne +pkgname=qxmlrpc +pkgver=6 +pkgrel=1 +pkgdesc="a full Qt4 based implementation of XML-RPC protocol" +arch=('i686' 'x86_64') +url="https://code.google.com/p/qxmlrpc" +license=('LGPL') +depends=('qt') +makedepends=('subversion') +source=("https://repo.parabolagnulinux.org/other/$pkgname-$pkgver-$pkgrel-any.src.tar.xz"{,.sig} + "01_build_targets.patch" + "02_staticlib_removed.patch" + "03_client.h_include_fix.patch" + "04_do_not_link_gui.patch") +md5sums=("87a89cc118e816265989a87a2b3c9321" + "7f10b0f33b6d0a67136838740b4b7c72" + "7d997d9fc0f8ec08e7b0c640480eb941" + "ee1a3d2a284c93f41d3c76c163ee734d" + "c5cacf7e13b93abb3e8e223118c5abbb" + "8ff188be390bcd1966b354d7159fd0e6") + +build () { + cd "${srcdir}/${pkgname}" + msg "Starting build..." + + patch -p1 < ../01_build_targets.patch + patch -p1 < ../02_staticlib_removed.patch + patch -p1 < ../03_client.h_include_fix.patch + patch -p1 < ../04_do_not_link_gui.patch + + qmake + make +} + +package() { + install -Dm 755 "$srcdir/$pkgname/libqxmlrpc.so" "$pkgdir/usr/lib/libqxmlrpc.so" + install -Dm 755 "$srcdir/$pkgname/xmlrpc/client.h" "$pkgdir/usr/include/qxmlrpc/client.h" + install -Dm 755 "$srcdir/$pkgname/xmlrpc/request.h" "$pkgdir/usr/include/qxmlrpc/request.h" + install -Dm 755 "$srcdir/$pkgname/xmlrpc/response.h" "$pkgdir/usr/include/qxmlrpc/response.h" + install -Dm 755 "$srcdir/$pkgname/xmlrpc/server.h" "$pkgdir/usr/include/qxmlrpc/server.h" + install -Dm 755 "$srcdir/$pkgname/xmlrpc/serverintrospection.h" "$pkgdir/usr/include/qxmlrpc/serverintrospection.h" + install -Dm 755 "$srcdir/$pkgname/xmlrpc/variant.h" "$pkgdir/usr/include/qxmlrpc/variant.h" +} diff --git a/social/qxmlrpc/SRCBUILD b/social/qxmlrpc/SRCBUILD new file mode 100644 index 000000000..b5fe17ebf --- /dev/null +++ b/social/qxmlrpc/SRCBUILD @@ -0,0 +1,30 @@ +pkgname=qxmlrpc +pkgver=6 +pkgrel=1 +pkgdesc="a full Qt4 based implementation of XML-RPC protocol" +arch=('any') +url="https://code.google.com/p/qxmlrpc" +license=('LGPL') +makedepends=('subversion') +_svntrunk="http://qxmlrpc.googlecode.com/svn/trunk/" +_svnmod="qxmlrpc" + +build() { + msg "Connecting to SVN server...." + + if [[ -d "$_svnmod/.svn" ]]; then + (cd "$_svnmod" && svn up -r "$pkgver") + else + svn co "$_svntrunk" --config-dir ./ -r "$pkgver" "$_svnmod" + fi + + msg "SVN checkout done or server timeout" +} + +package() { + export PKGEXT=.src.tar.xz + export PKGDEST=${SRCDEST} + + mv ${srcdir}/${_svnmod} ${pkgdir}/ + +} -- cgit v1.2.3-54-g00ecf From 2b5ff18a1b5444a26a3e2d7c53e39b8bf8981078 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 23 Sep 2012 20:54:47 -0300 Subject: libnatpmp with fixed crash on client http://miniupnp.tuxfamily.org/forum/viewtopic.php?t=1192 --- social/libnatpmp/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 social/libnatpmp/PKGBUILD (limited to 'social') diff --git a/social/libnatpmp/PKGBUILD b/social/libnatpmp/PKGBUILD new file mode 100644 index 000000000..e81d3445f --- /dev/null +++ b/social/libnatpmp/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Pierre Bourdon + +pkgname=libnatpmp +pkgver=20120821 +pkgrel=1 +pkgdesc="A portable and fully compliant implementation of the NAT-PMP protocol" +arch=('i686' 'x86_64') +url="http://miniupnp.free.fr/libnatpmp.html" +license=('BSD') +depends=('glibc') +makedepends=() +source=(libnatpmp-$pkgver.tar.gz::http://miniupnp.free.fr/files/download.php?file=libnatpmp-$pkgver.tar.gz) + +build() { + cd "$srcdir/$pkgname-$pkgver" + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make INSTALLPREFIX="$pkgdir/usr" \ + INSTALLDIRINC="$pkgdir/usr/include/libnatpmp" install + + # Needed by some packages + install -m 644 getgateway.h declspec.h "$pkgdir/usr/include/libnatpmp" + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} +md5sums=('d2b9c2dedba3a00deb0e7589982ceced') -- cgit v1.2.3-54-g00ecf From 408bc5dba4f122b185d6427ad5d4a8aa8deb0a9a Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 23 Sep 2012 21:08:36 -0300 Subject: miniupnp daemon --- social/miniupnpd/PKGBUILD | 41 ++++++++++++++++++++++++++++++ social/miniupnpd/miniupnpd.init | 51 ++++++++++++++++++++++++++++++++++++++ social/miniupnpd/miniupnpd.systemd | 8 ++++++ 3 files changed, 100 insertions(+) create mode 100644 social/miniupnpd/PKGBUILD create mode 100644 social/miniupnpd/miniupnpd.init create mode 100644 social/miniupnpd/miniupnpd.systemd (limited to 'social') diff --git a/social/miniupnpd/PKGBUILD b/social/miniupnpd/PKGBUILD new file mode 100644 index 000000000..b0d67c09e --- /dev/null +++ b/social/miniupnpd/PKGBUILD @@ -0,0 +1,41 @@ +pkgname=miniupnpd +pkgver=1.7.20120824 +pkgrel=2 +pkgdesc="Lightweight UPnP IGD daemon" +arch=('i686' 'x86_64' 'mips64el') +url="http://miniupnp.free.fr" +license=('BSD') +backup=(etc/miniupnpd/miniupnpd.conf) +depends=('libnfnetlink') + +eval $(wget "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/iptables" -O - | awk -F= ' + $1 == "pkgver" { pkgver=$2 } + $1 == "source" { sub(/\${pkgname}/, "iptables"); sub(/\${pkgver}/, pkgver); print $0 "); " } + $1 == "sha1sums" { print $0 ");" } + END { print "_iptables=iptables-" pkgver }') + +source+=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz" miniupnpd.init miniupnpd.systemd) +sha1sums+=('7abca8ecbcd8596392175eb312941083ed5faf21' + 'c84031d7af122c5bede8609bcfa80bc31f2a5e61' + 'bc0ae02a88eceef4f172b07f6f67d5fd54cc6ae0') + +build() { + cd "$srcdir/$_iptables" + ./configure --enable-static + make + + cd "$srcdir/$pkgname-$pkgver" + make -f Makefile.linux config.h + IPTABLESPATH="$srcdir/$_iptables" make -f Makefile.linux +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + mkdir -p "$pkgdir/usr/share/man/man8" + make PREFIX="$pkgdir/" -f Makefile.linux install + rm -r "${pkgdir}/etc/init.d" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm755 "${srcdir}/miniupnpd.init" "${pkgdir}/etc/rc.d/miniupnpd" + install -Dm644 "${srcdir}/miniupnpd.systemd" "${pkgdir}/usr/lib/systemd/system/miniupnpd.service" +} + diff --git a/social/miniupnpd/miniupnpd.init b/social/miniupnpd/miniupnpd.init new file mode 100644 index 000000000..e09ac3ade --- /dev/null +++ b/social/miniupnpd/miniupnpd.init @@ -0,0 +1,51 @@ +#!/bin/sh + +MINIUPNPD=/usr/sbin/miniupnpd +ARGS='-f /etc/miniupnpd/miniupnpd.conf' +PIDFILE='/var/run/miniupnpd.pid' +IPTABLES_CREATE=/etc/miniupnpd/iptables_init.sh +IPTABLES_REMOVE=/etc/miniupnpd/iptables_removeall.sh + +. /etc/rc.d/functions + +case "$1" in + start) + stat_busy "Starting MiniUPNPd" + + if ! pidof -o %PPID $MINIUPNPD &> /dev/null; then + rm -f "$PIDFILE" + fi + + $IPTABLES_CREATE > /dev/null 2>&1 + + PID="$(cat "$PIDFILE" 2> /dev/null)" + + if [ -z "$PID" ] && $MINIUPNPD $ARGS; then + add_daemon miniupnpd + stat_done + else + stat_fail + fi + ;; + stop) + stat_busy "Stopping MiniUPNPd" + PID="$(cat "$PIDFILE" 2> /dev/null)" + if [ -n "$PID" ] && kill "$PID" &> /dev/null; then + rm -f "$PIDFILE" + rm_daemon miniupnpd + stat_done + else + stat_fail + fi + ;; + restart) + "$0" stop + sleep 1 + "$0" start + ;; + *) + echo "Usage: /etc/rc.d/miniupnpd {start|stop|restart}" + exit 2 + ;; +esac +exit 0 diff --git a/social/miniupnpd/miniupnpd.systemd b/social/miniupnpd/miniupnpd.systemd new file mode 100644 index 000000000..0449e8a69 --- /dev/null +++ b/social/miniupnpd/miniupnpd.systemd @@ -0,0 +1,8 @@ +[Unit] +Description=Lightweight UPnP IGD daemon + +[Service] +ExecStart=/usr/sbin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -d + +[Install] +WantedBy=network.target -- cgit v1.2.3-54-g00ecf From 4f750d7e5c50c122b1bfbaaacc82d07067bfc00b Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 23 Sep 2012 21:14:24 -0300 Subject: miniupnp client --- social/miniupnpc/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 social/miniupnpc/PKGBUILD (limited to 'social') diff --git a/social/miniupnpc/PKGBUILD b/social/miniupnpc/PKGBUILD old mode 100755 new mode 100644 index 4d139afdc..a28b9842f --- a/social/miniupnpc/PKGBUILD +++ b/social/miniupnpc/PKGBUILD @@ -1,14 +1,14 @@ # Contributor: Florian Loitsch pkgname=miniupnpc -pkgver=1.6 -pkgrel=2 +pkgver=1.7.20120830 +pkgrel=1 pkgdesc='A small UPnP client library/tool to access Internet Gateway Devices' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://miniupnp.free.fr" license=('BSD') depends=('sh') source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz") -md5sums=('88055f2d4a061cfd4cfe25a9eae22f67') +md5sums=('c74b24b906e11860005fc425b4979fe6') build() { cd $srcdir/$pkgname-$pkgver -- cgit v1.2.3-54-g00ecf From 44479c7a68d5393d10f9a8895852d73a2728010e Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 5 Oct 2012 10:13:36 -0300 Subject: update to 3.0.1 --- social/netatalk/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'social') diff --git a/social/netatalk/PKGBUILD b/social/netatalk/PKGBUILD index 98e64982d..7e2fe14aa 100644 --- a/social/netatalk/PKGBUILD +++ b/social/netatalk/PKGBUILD @@ -6,8 +6,8 @@ # Contributor: Farhan Yousaf pkgname=netatalk -pkgver=3.0 -pkgrel=4 +pkgver=3.0.1 +pkgrel=1 pkgdesc='Open Source AFP fileserver' arch=('i686' 'x86_64') url='http://netatalk.sourceforge.net' @@ -54,3 +54,5 @@ package() { msg2 'Copying initscripts...' install -D -m755 "$srcdir"/netatalk.rc "$pkgdir"/etc/rc.d/netatalk } +md5sums=('5e92015b0d9ac77af4b598cca6cb435c' + 'b4f5c932b2ca99f5292bd6b6d69b3ebc') -- cgit v1.2.3-54-g00ecf From 326159237c0afdf9792edf40019530dee18f6490 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 12 Oct 2012 03:02:47 -0300 Subject: squirm-1.26-1 --- social/squirm/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 social/squirm/PKGBUILD (limited to 'social') diff --git a/social/squirm/PKGBUILD b/social/squirm/PKGBUILD new file mode 100644 index 000000000..da3a6d372 --- /dev/null +++ b/social/squirm/PKGBUILD @@ -0,0 +1,32 @@ +# Maintainer: Spider.007 +# Contributor: Spider.007 +pkgname=squirm +pkgver=1.26 +pkgrel=1 +pkgdesc="Fast & configurable proxy redirector" +url="http://squirm.foote.com.au/" +source=("$url/$pkgname-$pkgver.tgz") +md5sums=('54ac1d208620ec1e4419f97315d38848') +license=('GPL2') +arch=('i686' 'x86_64' 'mips64el') + +build() { + cd $srcdir/$pkgname-$pkgver + + make PREFIX=/usr +} + +package() { + cd $srcdir/$pkgname-$pkgver + +# make install uses a weird prefix + install -d $pkgdir/etc/squirm $pkgdir/var/log/squirm + install -Dm755 squirm $pkgdir/usr/bin/squirm + install -m644 squirm.conf.dist $pkgdir/etc/squirm/squirm.conf + install -m644 squirm.patterns.dist $pkgdir/etc/squirm/squirm.patterns + +# use absolute path files + sed -e "s,logs,/var/log/squirm,g" \ + -e "s,pattern ,& /etc/squirm/,g" \ + -i $pkgdir/etc/squirm/squirm.conf +} -- cgit v1.2.3-54-g00ecf From 008becdf36ce5ab5644ae6b74c494e97b6e6747c Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 12 Oct 2012 12:36:33 -0300 Subject: Prosody modules --- social/lua-cyrussasl/PKGBUILD | 34 +++++++++++++++++++++++++++++ social/lua-cyrussasl/lua-cyrussasl.patch | 37 ++++++++++++++++++++++++++++++++ social/lua-ldap/PKGBUILD | 29 +++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 social/lua-cyrussasl/PKGBUILD create mode 100644 social/lua-cyrussasl/lua-cyrussasl.patch create mode 100644 social/lua-ldap/PKGBUILD (limited to 'social') diff --git a/social/lua-cyrussasl/PKGBUILD b/social/lua-cyrussasl/PKGBUILD new file mode 100644 index 000000000..d37eacc1c --- /dev/null +++ b/social/lua-cyrussasl/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Dwayne Bent + +pkgname=lua-cyrussasl +pkgver=1.0.0 +pkgrel=1 +pkgdesc="Lua bindings for Cyrus SASL library." +arch=('i686' 'x86_64' 'mips64el') +url="http://github.com/JorjBauer/lua-cyrussasl" +license=('BSD') +depends=('lua>=5.1' 'libsasl') +source=( + "lua-cyrussasl-$pkgver.tar.gz::https://github.com/JorjBauer/lua-cyrussasl/tarball/v$pkgver" + "lua-cyrussasl.patch" +) +md5sums=('40c94c06441e1e47640d81b125742969' + '5b5c15e4cba63d05a5bfd1cc3ddcba0f') + +build() { + cd $srcdir/*-lua-cyrussasl-* + + patch -p1 < "$srcdir/lua-cyrussasl.patch" + make +} + +package() { + mkdir -p "$pkgdir/usr/lib/lua/5.1" + mkdir -p "$pkgdir/usr/share/licenses/lua-cyrussasl" + + cd $srcdir/*-lua-cyrussasl-* + + make DESTDIR=${pkgdir} install + install -m644 "LICENSE" "$pkgdir/usr/share/licenses/lua-cyrussasl/LICENSE" +} + diff --git a/social/lua-cyrussasl/lua-cyrussasl.patch b/social/lua-cyrussasl/lua-cyrussasl.patch new file mode 100644 index 000000000..5309e5af1 --- /dev/null +++ b/social/lua-cyrussasl/lua-cyrussasl.patch @@ -0,0 +1,37 @@ +diff --git a/Makefile b/Makefile +index 9c696ab..37057da 100644 +--- a/Makefile ++++ b/Makefile +@@ -4,12 +4,18 @@ + #LUAPATH=/usr/share/lua/5.1 + #CPATH=/usr/lib/lua/5.1 + ++# Linux (Arch Linux) ++CFLAGS=-g -O2 -fpic -I/usr/include ++LDFLAGS=-O -shared -fpic -lsasl2 ++LUAPATH=/usr/share/lua/5.1 ++CPATH=/usr/lib/lua/5.1 ++ + # MacOS +-CFLAGS=-g -Wall -O2 +-LDFLAGS=-bundle -undefined dynamic_lookup -lsasl2 +-MACOSX_VERSION=10.5 +-LUAPATH=/usr/local/share/lua/5.1 +-CPATH=/usr/local/lib/lua/5.1 ++#CFLAGS=-g -Wall -O2 ++#LDFLAGS=-bundle -undefined dynamic_lookup -lsasl2 ++#MACOSX_VERSION=10.5 ++#LUAPATH=/usr/local/share/lua/5.1 ++#CPATH=/usr/local/lib/lua/5.1 + + ######################################################### + # +@@ -26,7 +32,7 @@ OBJS=cyrussasl.o luaabstract.o context.o + all: $(TARGET) + + install: $(TARGET) +- cp $(TARGET) $(CPATH) ++ cp $(TARGET) $(DESTDIR)$(CPATH) + + clean: + rm -f *.o *.so *~ diff --git a/social/lua-ldap/PKGBUILD b/social/lua-ldap/PKGBUILD new file mode 100644 index 000000000..a2ca1c830 --- /dev/null +++ b/social/lua-ldap/PKGBUILD @@ -0,0 +1,29 @@ +pkgname=lua-ldap +_pkgname=lualdap +pkgver=1.1.0 +pkgrel=1 +pkgdesc="Simple interface from Lua to an LDAP client" +arch=('i686' 'x86_64' 'mips64el') +url="http://www.keplerproject.org/lualdap" +license=('BSD') +depends=('lua' 'libldap') +source=(http://files.luaforge.net/releases/$_pkgname/$_pkgname/LuaLDAP$pkgver/$_pkgname-$pkgver.tar.gz) + +build() { + cd $srcdir/$_pkgname-$pkgver + + make CFLAGS="$CFLAGS" \ + LUA_LIBDIR=/usr/lib/lua/5.1 \ + LUA_VERSION_NUM=510 \ + LUA_INC=/usr/include + +} + +package() { + cd $srcdir/$_pkgname-$pkgver + make LUA_LIBDIR=${pkgdir}/usr/lib/lua/5.1 \ + LUA_VERSION_NUM=510 \ + install +} + +md5sums=('5e104520c3f1333f38817a9fa1e76681') -- cgit v1.2.3-54-g00ecf From 91166a0d80dba90fd164fe01b66e9d25f20b5057 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 12 Oct 2012 12:37:01 -0300 Subject: Missing file --- social/opentracker/opentracker.install | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 social/opentracker/opentracker.install (limited to 'social') diff --git a/social/opentracker/opentracker.install b/social/opentracker/opentracker.install new file mode 100644 index 000000000..59f6f6ebe --- /dev/null +++ b/social/opentracker/opentracker.install @@ -0,0 +1,17 @@ +post_install() { + cat < Date: Thu, 25 Oct 2012 20:07:28 -0300 Subject: social/babeld --- social/babeld/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ social/babeld/babeld.install | 18 ++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 social/babeld/PKGBUILD create mode 100644 social/babeld/babeld.install (limited to 'social') diff --git a/social/babeld/PKGBUILD b/social/babeld/PKGBUILD new file mode 100644 index 000000000..5aa25f07f --- /dev/null +++ b/social/babeld/PKGBUILD @@ -0,0 +1,32 @@ +# Maintainer (AUR): Yann Lopez +# Maintainer (Parabola): fauno +pkgname=babeld +pkgver=1.3.4 +pkgrel=1 +pkgdesc="Loop-free distance-vector routing protocol" +arch=(i686 x86_64 mips64el) +url="http://www.pps.jussieu.fr/~jch/software/babel/" +license=('custom') +depends=(glibc) +source=(http://www.pps.jussieu.fr/~jch/software/files/$pkgname-$pkgver.tar.gz{,.asc}) +install=babeld.install +md5sums=('37be1cbcc23cd00ee47efc9157c58795' + 'e2dfae49b497ba70c0c1014feae80f3a') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + sed -e "s,/man/,/share&,g" -i Makefile + + make PREFIX=/usr CFLAGS="$CFLAGS" +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make PREFIX=/usr TARGET=$pkgdir install + + gzip -f $pkgdir/usr/share/man/man8/$pkgname.8 + + install -Dm 644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENCE +} diff --git a/social/babeld/babeld.install b/social/babeld/babeld.install new file mode 100644 index 000000000..686153617 --- /dev/null +++ b/social/babeld/babeld.install @@ -0,0 +1,18 @@ +compatibility_warning() { + echo "PLEASE NOTE:" + echo " " + echo "-------------------------------------------------------------" + echo " This version uses the IANA-allocated UDP port and multicast" + echo " group and is therefore incompatible with older versions." + echo "-------------------------------------------------------------" +} + +post_upgrade() { + major=$(echo $2 | cut -d '.' -f1) + minor=$(echo $2 | cut -d '.' -f2) + if [ $major -lt 1 ]; then + compatibility_warning + elif [ $major -eq 1 -a $minor -lt 1 ]; then + compatibility_warning + fi +} -- cgit v1.2.3-54-g00ecf