summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:14:47 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:14:47 -0500
commit084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33 (patch)
tree6ff23af38ad44ff7557ea9bea02efce4bc4c87c4
parent26af2632a5b31ae948e3d5b453c4a22dd64c6bb6 (diff)
(scripted) fix file permission breakage introduced in commit d62bd1
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
-rw-r--r--[-rwxr-xr-x].gitignore0
-rw-r--r--[-rwxr-xr-x].gitmodules0
-rw-r--r--[-rwxr-xr-x].hgignore0
-rw-r--r--[-rwxr-xr-x]artistic/aqsis/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]artistic/aqsis/aqsis.install0
-rw-r--r--[-rwxr-xr-x]artistic/libspnav/Makefile.in.diff0
-rw-r--r--[-rwxr-xr-x]artistic/libspnav/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]artistic/spacenavd/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]artistic/spacenavd/spacenav.service0
-rw-r--r--[-rwxr-xr-x]artistic/spacenavd/spacenavd0
-rw-r--r--[-rwxr-xr-x]artistic/yafaray-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]artistic/yafaray-git/gcc47.patch0
-rw-r--r--[-rwxr-xr-x]cross/README0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.6.2-cloog-0.17.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-4.7.0-cloog-0.17.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc-hash-style-both.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_mips64el_lib.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_pure64.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-bz4781.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.10-dont-build-timezone.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.12.2-ignore-origin-of-privileged-program.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-libdl-crash.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reexport-rpc-interface.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-reinstall-nis-rpc-headers.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.14-revert-4768ae77.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-arena.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-avx.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-confstr-local-buffer-extent.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files-2.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-do-not-install-timezone-files.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-feraiseexcept-plt.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fix-res_query-assert.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-fmtmsg-locking.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-gb18030.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-ifunc.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-lddebug-scopes.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-math64crash.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-multiarch-x86-strcmp.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-nearbyintf-rounding.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-negative-result-cache.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-non-signalling-comparisons.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-regex.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-c5a0802a.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-revert-netlink-cache.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-rintf-rounding.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-scanf.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-strcasecmp-disable-avx.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vdso.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-2.15-vfprintf-nargs.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-__i686.patch0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install0
-rw-r--r--[-rwxr-xr-x]cross/cross-mips64el-unknown-linux-gnu-glibc-headers/locale.gen.txt0
-rw-r--r--[-rwxr-xr-x]cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc-hash-style-both.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc.install0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-bz4781.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-dont-build-timezone.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.12.2-ignore-origin-of-privileged-program.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-libdl-crash.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reexport-rpc-interface.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-reinstall-nis-rpc-headers.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.14-revert-4768ae77.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-arena.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-avx.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-confstr-local-buffer-extent.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files-2.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-do-not-install-timezone-files.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-feraiseexcept-plt.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fix-res_query-assert.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-fmtmsg-locking.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-gb18030.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-ifunc.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-lddebug-scopes.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-math64crash.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-multiarch-x86-strcmp.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-nearbyintf-rounding.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-negative-result-cache.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-non-signalling-comparisons.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-regex.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-c5a0802a.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-revert-netlink-cache.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-rintf-rounding.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-scanf.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-strcasecmp-disable-avx.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vdso.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vfprintf-nargs.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/glibc.install0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt0
-rw-r--r--[-rwxr-xr-x]cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]elementary/elementary-gtk-theme/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]elementary/elementary-gtk-theme/elementary-gtk-theme.install0
-rw-r--r--[-rwxr-xr-x]elementary/elementary-icons/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]elementary/gtk-engine-equinox/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]elementary/postler/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]elementary/postler/postler.install0
-rw-r--r--[-rwxr-xr-x]elementary/trisquel-themes/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]elementary/vala-010/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gis/grass/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gis/grass/grass.conf0
-rw-r--r--[-rwxr-xr-x]gis/grass/grass.install0
-rw-r--r--[-rwxr-xr-x]gis/grass/grass.sh0
-rw-r--r--[-rwxr-xr-x]gis/libfreexl/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gis/libspatialite/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gis/merkaartor/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gis/merkaartor/install0
-rw-r--r--[-rwxr-xr-x]gis/qgis/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gis/qgis/qgis.desktop0
-rw-r--r--[-rwxr-xr-x]gis/qgis/qgis_1.7.4_gcc4.7.patch0
-rw-r--r--[-rwxr-xr-x]gis/spatialindex/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gnu/README0
-rw-r--r--[-rwxr-xr-x]gnu/gnun/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gnu/recutils/ChangeLog0
-rw-r--r--[-rwxr-xr-x]gnu/recutils/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]gnu/recutils/recutils.install0
-rw-r--r--[-rwxr-xr-x]kernels/aufs2-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/aufs2-libre/aufs2-libre.install0
-rw-r--r--[-rwxr-xr-x]kernels/aufs2-libre/aufs2-module-2.6.36.patch0
-rw-r--r--[-rwxr-xr-x]kernels/aufs2-libre/create-tarball.sh0
-rw-r--r--[-rwxr-xr-x]kernels/aufs3-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/aufs3-libre/aufs3-libre.install0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/Kbuild0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/Kbuild.platforms0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/config.i6860
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/config.x86_640
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/ext4-options.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/i915-fix-ghost-tv-output.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/.directory0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/Kbuild0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/Kbuild.platforms0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/config.i6860
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/config.x86_640
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/ext4-options.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/linux-libre-lts-rt.install0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/config.i6860
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/ext4-options.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/fix-i915.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/i915-fix-ghost-tv-output.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/i915-gpu-finish.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/linux-libre-lts-xen.install0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-rt/Kbuild0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-rt/Kbuild.platforms0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-rt/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-rt/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-rt/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-rt/linux-libre-rt.install0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-rt/linux-libre-rt.preset0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/config.i6860
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/ext4-options.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/linux-libre-xen.install0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-xen/linux-libre-xen.preset0
-rw-r--r--[-rwxr-xr-x]kernels/xe-guest-utilities/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/xe-guest-utilities/ip_address.patch0
-rw-r--r--[-rwxr-xr-x]kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch0
-rw-r--r--[-rwxr-xr-x]kernels/xen/parabolainit.patch0
-rw-r--r--[-rwxr-xr-x]libre-testing/b43-tools-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/icewm-themes-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/openfwwf/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/initcpio-hook-udev0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/initcpio-install-timestamp0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/initcpio-install-udev0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/locale.sh0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/os-release0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/systemd-tools.install0
-rw-r--r--[-rwxr-xr-x]libre-testing/systemd/systemd.install0
-rw-r--r--[-rwxr-xr-x]libre-testing/unace-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/unar/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/unarchiver/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre-testing/xadmaster/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/abiword-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/abiword-libre/abiword-2.8.6-libpng15.patch0
-rw-r--r--[-rwxr-xr-x]libre/abiword-libre/abiword-2.8.6-no-undefined.patch0
-rw-r--r--[-rwxr-xr-x]libre/abiword-libre/abiword-libre.install0
-rw-r--r--[-rwxr-xr-x]libre/abiword-libre/compat_libwpg_0_9.patch0
-rw-r--r--[-rwxr-xr-x]libre/abiword-libre/liberation-fonts.patch0
-rw-r--r--[-rwxr-xr-x]libre/abs-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/abs-libre/abs.install0
-rw-r--r--[-rwxr-xr-x]libre/abuse-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/abuse-libre/abuse.install0
-rw-r--r--[-rwxr-xr-x]libre/abuse-libre/non-claudio.patch0
-rw-r--r--[-rwxr-xr-x]libre/abuse-libre/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/aif-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/atool-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/atool-libre/atool.changelog0
-rw-r--r--[-rwxr-xr-x]libre/atool-libre/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/audacious-plugins-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/audacity-libre/.directory0
-rw-r--r--[-rwxr-xr-x]libre/audacity-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/audacity-libre/audacity-libre.install0
-rw-r--r--[-rwxr-xr-x]libre/audacity-libre/remove-unfree-nyquist.patch0
-rw-r--r--[-rwxr-xr-x]libre/blackbox-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/blackbox-libre/bbdock.patch0
-rw-r--r--[-rwxr-xr-x]libre/blackbox-libre/bsetbg-feh.patch0
-rw-r--r--[-rwxr-xr-x]libre/blackbox-libre/gcc4.3.patch0
-rw-r--r--[-rwxr-xr-x]libre/blackbox-libre/menu0
-rw-r--r--[-rwxr-xr-x]libre/blackbox-libre/textpropertytostring-unconditional.patch0
-rw-r--r--[-rwxr-xr-x]libre/blender-libre/blender.install0
-rw-r--r--[-rwxr-xr-x]libre/blender-libre/boost-1.50.patch0
-rw-r--r--[-rwxr-xr-x]libre/blender-libre/ffmpeg-0.11.patch0
-rw-r--r--[-rwxr-xr-x]libre/bogofilter-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/cdrkit-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/clementine-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/clementine-libre/clementine.install0
-rw-r--r--[-rwxr-xr-x]libre/clementine-libre/remove-and-disable-spotify.patch0
-rw-r--r--[-rwxr-xr-x]libre/crosstool-ng/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/crosstool-ng/libc_ports_short_name.patch0
-rw-r--r--[-rwxr-xr-x]libre/cups-filters-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/debhelper/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/dpkg/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/dpkg/dpkg-arch.patch0
-rw-r--r--[-rwxr-xr-x]libre/dpkg/dpkg-rsyncable.patch0
-rw-r--r--[-rwxr-xr-x]libre/dvdrip-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/dvdrip-libre/dvdrip.desktop0
-rw-r--r--[-rwxr-xr-x]libre/dvdrip-libre/dvdrip.install0
-rw-r--r--[-rwxr-xr-x]libre/dvdrip-libre/libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/epdfview-libre/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch0
-rw-r--r--[-rwxr-xr-x]libre/epdfview-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/epdfview-libre/epdfview.desktop.patch0
-rw-r--r--[-rwxr-xr-x]libre/epdfview-libre/epdfview.install0
-rw-r--r--[-rwxr-xr-x]libre/epdfview-libre/glib2_headers.patch0
-rw-r--r--[-rwxr-xr-x]libre/file-roller-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/file-roller-libre/file-roller.install0
-rw-r--r--[-rwxr-xr-x]libre/file-roller-libre/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/crypttab0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/filesystem.install0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/fstab0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/group0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/gshadow0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/host.conf0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/hosts0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/issue0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/ld.so.conf0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/modprobe.d.usb-load-ehci-first0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/motd0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/nsswitch.conf0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/os-release0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/passwd0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/profile0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/resolv.conf0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/securetty0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/shadow0
-rw-r--r--[-rwxr-xr-x]libre/filesystem/shells0
-rw-r--r--[-rwxr-xr-x]libre/foomatic-filters-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/ghostscript-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/ghostscript-libre/svn_rev11948.diff0
-rw-r--r--[-rwxr-xr-x]libre/gnu-ghostscript/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/grub/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/grub/grub.install0
-rw-r--r--[-rwxr-xr-x]libre/gstreamer0.10-bad-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install0
-rw-r--r--[-rwxr-xr-x]libre/gstreamer0.10-good/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install0
-rw-r--r--[-rwxr-xr-x]libre/h-client/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/hardinfo/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/hardinfo/fixsensors.patch0
-rw-r--r--[-rwxr-xr-x]libre/hardinfo/hardinfo.distro0
-rw-r--r--[-rwxr-xr-x]libre/hplip-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/hplip-libre/hplip.install0
-rw-r--r--[-rwxr-xr-x]libre/iceape-i18n/.gitignore0
-rw-r--r--[-rwxr-xr-x]libre/iceape-i18n/Makefile0
-rw-r--r--[-rwxr-xr-x]libre/iceape-i18n/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/iceape-i18n/PKGBUILD.in0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/clrf.patch0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/gcc47.patch0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/iceape-2.0-lang.patch0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/iceape.desktop0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/iceape.install0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/iceape-libre/mozconfig0
-rw-r--r--[-rwxr-xr-x]libre/icecat-i18n/.gitignore0
-rw-r--r--[-rwxr-xr-x]libre/icecat-i18n/Makefile0
-rw-r--r--[-rwxr-xr-x]libre/icecat-i18n/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/icecat-i18n/PKGBUILD.in0
-rw-r--r--[-rwxr-xr-x]libre/icecat/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/icecat/cairo.patch0
-rw-r--r--[-rwxr-xr-x]libre/icecat/gcc47.patch0
-rw-r--r--[-rwxr-xr-x]libre/icecat/icecat-safe.desktop0
-rw-r--r--[-rwxr-xr-x]libre/icecat/icecat.desktop0
-rw-r--r--[-rwxr-xr-x]libre/icecat/icecat.install0
-rw-r--r--[-rwxr-xr-x]libre/icecat/libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/icecat/mozconfig0
-rw-r--r--[-rwxr-xr-x]libre/icecat/mozconfig.pgo0
-rw-r--r--[-rwxr-xr-x]libre/icecat/vendor.js0
-rw-r--r--[-rwxr-xr-x]libre/icecat/xulrunner-copy-stub.patch0
-rw-r--r--[-rwxr-xr-x]libre/icedove-i18n/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/icedove-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/icedove-libre/icedove.desktop0
-rw-r--r--[-rwxr-xr-x]libre/icedove-libre/icedove.install0
-rw-r--r--[-rwxr-xr-x]libre/icedove-libre/makefile.patch0
-rw-r--r--[-rwxr-xr-x]libre/icedove-libre/mozconfig0
-rw-r--r--[-rwxr-xr-x]libre/icedove-libre/vendor.js0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-i18n/.gitignore0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-i18n/Makefile0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-i18n/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-i18n/PKGBUILD.in0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/iceweasel.install0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/mozconfig0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/mozconfig.pgo0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/shared-libs.patch0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/vendor.js0
-rw-r--r--[-rwxr-xr-x]libre/iceweasel-libre/xulrunner-copy-stub.patch0
-rw-r--r--[-rwxr-xr-x]libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch0
-rw-r--r--[-rwxr-xr-x]libre/initscripts/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/initscripts/initscripts.install0
-rw-r--r--[-rwxr-xr-x]libre/initscripts/wireless.conf.d0
-rw-r--r--[-rwxr-xr-x]libre/kdebase-konqueror-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kdebase-konqueror-libre/kdebase-konqueror.install0
-rw-r--r--[-rwxr-xr-x]libre/kdebase-konqueror-libre/konq-about-fsdg.diff0
-rw-r--r--[-rwxr-xr-x]libre/kdelibs-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kdelibs-libre/fix-kmail-crash.patch0
-rw-r--r--[-rwxr-xr-x]libre/kdelibs-libre/kde-applications-menu.patch0
-rw-r--r--[-rwxr-xr-x]libre/kdelibs-libre/kdelibs.install0
-rw-r--r--[-rwxr-xr-x]libre/kdelibs-libre/khtml-fsdg.diff0
-rw-r--r--[-rwxr-xr-x]libre/kdelibs-libre/use-pythondontwritebytecode.patch0
-rw-r--r--[-rwxr-xr-x]libre/kdenetwork-kopete-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kdenetwork-kopete-libre/kdenetwork-kopete.install0
-rw-r--r--[-rwxr-xr-x]libre/kdenetwork-kopete-libre/kdenetwork.install0
-rw-r--r--[-rwxr-xr-x]libre/kdeutils-ark-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kdeutils-ark-libre/kdeutils-ark.install0
-rw-r--r--[-rwxr-xr-x]libre/kdeutils-ark-libre/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/buildfix-gcc46.diff0
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/config.i6860
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/config.x86_640
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/kernel26-libre-lts.install0
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/kernel26-lts.preset0
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/libata-alignment.patch0
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-lts/packages/.svn/entries0
-rw-r--r--[-rwxr-xr-x]libre/kernel26-libre-manpages/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kile-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/kile-libre/kile.install0
-rw-r--r--[-rwxr-xr-x]libre/kile-libre/no-acroread.patch0
-rw-r--r--[-rwxr-xr-x]libre/lame-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/lesspipe-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/lesspipe-libre/lesspipe.sh0
-rw-r--r--[-rwxr-xr-x]libre/lesspipe-libre/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/libquicktime-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/libui-sh/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/ZopePublicLicense.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/cc-by-3.0.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/cc-by-sa-3.0.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/cc-readme.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/cddl-1.0.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/cpl-1.0.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/eclipse-1.0.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/perlartistic.txt0
-rw-r--r--[-rwxr-xr-x]libre/licenses-libre/python-2.txt0
-rw-r--r--[-rwxr-xr-x]libre/liferea-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/liferea-libre/libnotify-0.7.patch0
-rw-r--r--[-rwxr-xr-x]libre/liferea-libre/liferea.install0
-rw-r--r--[-rwxr-xr-x]libre/liferea-libre/remove-non-free-suggestions.patch0
-rw-r--r--[-rwxr-xr-x]libre/lilo/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/lilo/lilo.conf0
-rw-r--r--[-rwxr-xr-x]libre/lilo/lilo.install0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-api-headers/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/Kbuild0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/Kbuild.platforms0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/config.i6860
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/config.x86_640
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/ext4-options.patch0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/i915-fix-ghost-tv-output.patch0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/linux-libre-lts.install0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-lts/linux-libre-lts.preset0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-manpages/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/cpupower.conf0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/cpupower.rc0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/cpupower.service0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/cpupower.systemd0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/usbipd.conf0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/usbipd.rc0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre-tools/usbipd.service0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/ChangeLog0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/Kbuild0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/Kbuild.platforms0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/config.i6860
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/config.x86_640
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/linux-libre.install0
-rw-r--r--[-rwxr-xr-x]libre/linux-libre/linux-libre.preset0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/irexec.conf0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/irexecd0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/kernel-2.6.39.patch0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lirc.install0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lirc.logrotate0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lirc_atiusb-kfifo.patch0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lirc_wpc8769l.patch0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lircd0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lircd-handle-large-config.patch0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lircd.conf0
-rw-r--r--[-rwxr-xr-x]libre/lirc-libre/lircmd0
-rw-r--r--[-rwxr-xr-x]libre/lsb-release-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/lsb-release-libre/lsb-release.install0
-rw-r--r--[-rwxr-xr-x]libre/mariadb/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/mariadb/mariadb.install0
-rw-r--r--[-rwxr-xr-x]libre/mariadb/my.cnf0
-rw-r--r--[-rwxr-xr-x]libre/mariadb/mysql.install0
-rw-r--r--[-rwxr-xr-x]libre/mariadb/mysqld0
-rw-r--r--[-rwxr-xr-x]libre/mesa-demos-libre/LICENSE0
-rw-r--r--[-rwxr-xr-x]libre/mesa-demos-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/mozilla-devscripts/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/mplayer-libre/.directory0
-rw-r--r--[-rwxr-xr-x]libre/mplayer-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/mplayer-libre/mplayer.desktop0
-rw-r--r--[-rwxr-xr-x]libre/mplayer-libre/mplayer.install0
-rw-r--r--[-rwxr-xr-x]libre/mplayer-libre/mplayer.pngbin1982 -> 1982 bytes
-rw-r--r--[-rwxr-xr-x]libre/mplayer-vaapi-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/mplayer-vaapi-libre/mplayer-vaapi.install0
-rw-r--r--[-rwxr-xr-x]libre/mplayer-vaapi-libre/tweak-desktop-file.patch0
-rw-r--r--[-rwxr-xr-x]libre/p7zip-libre/7zFM.desktop0
-rw-r--r--[-rwxr-xr-x]libre/p7zip-libre/9.04-makefile.patch0
-rw-r--r--[-rwxr-xr-x]libre/p7zip-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/p7zip-libre/install0
-rw-r--r--[-rwxr-xr-x]libre/p7zip-libre/p7zip-libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/pacman-mirrorlist-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/pacman/0001-Add-conflict-for-replacing-owned-empty-directory.patch0
-rw-r--r--[-rwxr-xr-x]libre/pacman/0002-Check-empty-subdirectory-ownership.patch0
-rw-r--r--[-rwxr-xr-x]libre/pacman/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/pacman/makepkg.conf0
-rw-r--r--[-rwxr-xr-x]libre/pacman/pacman.conf0
-rw-r--r--[-rwxr-xr-x]libre/pacman/pacman.conf.mips64el0
-rw-r--r--[-rwxr-xr-x]libre/pacman/pacman.conf.x86_640
-rw-r--r--[-rwxr-xr-x]libre/pacman/pacman.install0
-rw-r--r--[-rwxr-xr-x]libre/pacman/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/parabola-archiso-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/parabola-keyring/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/parabola-keyring/parabola-keyring.install0
-rw-r--r--[-rwxr-xr-x]libre/parabola-themes-slim/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/psutils-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/psutils-libre/psutils-1.17.diff0
-rw-r--r--[-rwxr-xr-x]libre/python2-ply/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/rp-pppoe-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/rp-pppoe-libre/adsl0
-rw-r--r--[-rwxr-xr-x]libre/rp-pppoe-libre/rp-pppoe.install0
-rw-r--r--[-rwxr-xr-x]libre/sdl-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/sdl-libre/sdl-1.2.14-disable-mmx.patch0
-rw-r--r--[-rwxr-xr-x]libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/clrf.patch0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/gcc47.patch0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/gnuzilla-addons.patch0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/libvpx.patch0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/mozconfig0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/python27.patch0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/seamonkey-2.0-lang.patch0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/seamonkey.desktop0
-rw-r--r--[-rwxr-xr-x]libre/seamonkey-libre/seamonkey.install0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/avoid-using-ext2_fs.patch0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/fix-undefined-type-umode_t.patch0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/handle-ctors-dtors-via-init_array-and-fini_array.patch0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/splash.pngbin9932 -> 9932 bytes
-rw-r--r--[-rwxr-xr-x]libre/syslinux/syslinux-dont-build-dos-windows-targets.patch0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/syslinux-install_update0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/syslinux.cfg0
-rw-r--r--[-rwxr-xr-x]libre/syslinux/syslinux.install0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/09-texlive-fonts.conf0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/fix-fontforge-encoding.patch0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/luatex-poppler-0.20.patch0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/poppler-0.20.patch0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/texlive.install0
-rw-r--r--[-rwxr-xr-x]libre/texlive-bin-libre/texmf.cnf0
-rw-r--r--[-rwxr-xr-x]libre/texlive-core-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/texlive-core-libre/texlive-core.maps0
-rw-r--r--[-rwxr-xr-x]libre/texlive-core-libre/texlive.install0
-rw-r--r--[-rwxr-xr-x]libre/texlive-fontsextra-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/texlive-fontsextra-libre/texlive-fontsextra.maps0
-rw-r--r--[-rwxr-xr-x]libre/texlive-fontsextra-libre/texlive.install0
-rw-r--r--[-rwxr-xr-x]libre/texlive-latexextra-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/texlive-latexextra-libre/texlive-latexextra.maps0
-rw-r--r--[-rwxr-xr-x]libre/texlive-latexextra-libre/texlive.install0
-rw-r--r--[-rwxr-xr-x]libre/ttf-thai-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/ttf-thai-libre/ttf.install0
-rw-r--r--[-rwxr-xr-x]libre/ununrar/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/unzip-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/unzip-libre/SRCBUILD0
-rw-r--r--[-rwxr-xr-x]libre/unzip-libre/match.patch0
-rw-r--r--[-rwxr-xr-x]libre/vhba-module-libre/60-vhba.rules0
-rw-r--r--[-rwxr-xr-x]libre/vhba-module-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/vhba-module-libre/vhba-module.install0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre-modules/.directory0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre-modules/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/10-vboxdrv.rules0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/LocalConfig.kmk0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_blag.pngbin1411 -> 1411 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_blag_64.pngbin1549 -> 1549 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_dragora.pngbin2375 -> 2375 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_dragora_64.pngbin2430 -> 2430 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_dynebolic.pngbin1621 -> 1621 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_gnewsense.pngbin2315 -> 2315 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_gnewsense_64.pngbin2470 -> 2470 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_gnu.pngbin2728 -> 2728 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_gnu_64.pngbin2705 -> 2705 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_gnuhurd.pngbin2728 -> 2728 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_gnulinux.pngbin2728 -> 2728 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_gnulinux_64.pngbin2705 -> 2705 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_musix.pngbin2451 -> 2451 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_musix_64.pngbin2581 -> 2581 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_os64base.pngbin1300 -> 1300 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_os64base.xcfbin2844 -> 2844 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_osbase.pngbin1042 -> 1042 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_osbase.xcfbin2748 -> 2748 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_parabola.pngbin1931 -> 1931 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_parabola_64.pngbin2096 -> 2096 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_trisquel.pngbin2451 -> 2451 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_trisquel_64.pngbin2592 -> 2592 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_ututo.pngbin2615 -> 2615 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_ututo_64.pngbin2751 -> 2751 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/os_venenux.pngbin1653 -> 1653 bytes
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/vboxservice.conf0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/vboxservice.rc0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/vboxservice.service0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/vboxweb.conf0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/vboxweb.rc0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/vboxweb.service0
-rw-r--r--[-rwxr-xr-x]libre/virtualbox-libre/virtualbox-libre.install0
-rw-r--r--[-rwxr-xr-x]libre/xarchiver-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xarchiver-libre/rePKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch0
-rw-r--r--[-rwxr-xr-x]libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch0
-rw-r--r--[-rwxr-xr-x]libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch0
-rw-r--r--[-rwxr-xr-x]libre/xarchiver-libre/xarchiver.install0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/ChangeLog0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/no-firefox.patch0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/remove-non-free-suggestion.patch0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/xchat-2.8.8-glib-2.31.patch0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/xchat-2.8.8-libnotify07.patch0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/xchat-2.8.8-link-against-libnotify.patch0
-rw-r--r--[-rwxr-xr-x]libre/xchat-libre/xchat.install0
-rw-r--r--[-rwxr-xr-x]libre/xmlstarlet/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xorg-fonts-100dpi-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xorg-fonts-100dpi-libre/xfonts.install0
-rw-r--r--[-rwxr-xr-x]libre/xorg-fonts-75dpi-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xorg-fonts-75dpi-libre/xfonts.install0
-rw-r--r--[-rwxr-xr-x]libre/xorg-fonts-type1-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xorg-fonts-type1-libre/xfonts.install0
-rw-r--r--[-rwxr-xr-x]libre/xscreensaver-libre/LICENSE0
-rw-r--r--[-rwxr-xr-x]libre/xscreensaver-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xscreensaver-libre/add-electricsheep.diff0
-rw-r--r--[-rwxr-xr-x]libre/xscreensaver-libre/libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/xscreensaver-libre/xscreensaver.pam0
-rw-r--r--[-rwxr-xr-x]libre/xulrunner-libre/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/xulrunner-libre/mozconfig0
-rw-r--r--[-rwxr-xr-x]libre/xulrunner-libre/mozilla-pkgconfig.patch0
-rw-r--r--[-rwxr-xr-x]libre/your-freedom/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/your-freedom/your-freedom.install0
-rw-r--r--[-rwxr-xr-x]pcr/bsnes/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/bsnes/bsnes.changelog0
-rw-r--r--[-rwxr-xr-x]pcr/bsnes/bsnes.install0
-rw-r--r--[-rwxr-xr-x]pcr/d0_blind_id-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/kervalasquish-hg/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/minetest/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/python-sfml2/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/python2-sfml2/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/ryzom-client/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/ryzom-data/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/ryzom-nel/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/sfml-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]pcr/xonotic-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/ahcpd/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/asterisk/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/asterisk/asterisk0
-rw-r--r--[-rwxr-xr-x]social/asterisk/asterisk.install0
-rw-r--r--[-rwxr-xr-x]social/asterisk/asterisk.logrotated0
-rw-r--r--[-rwxr-xr-x]social/batctl/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/bip/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/bitcoin-daemon/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/bitcoin-daemon/bitcoin-daemon.install0
-rw-r--r--[-rwxr-xr-x]social/bitcoin-daemon/makefile.parabola0
-rw-r--r--[-rwxr-xr-x]social/bitcoin-daemon/rc.bitcoind0
-rw-r--r--[-rwxr-xr-x]social/bitcoin/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/bitcoin/bitcoin.desktop0
-rw-r--r--[-rwxr-xr-x]social/diaspora-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/diaspora-git/diaspora.bashrc0
-rw-r--r--[-rwxr-xr-x]social/diaspora-git/diaspora.bin0
-rw-r--r--[-rwxr-xr-x]social/diaspora-git/diaspora.install0
-rw-r--r--[-rwxr-xr-x]social/diaspora-git/diaspora.logrotate0
-rw-r--r--[-rwxr-xr-x]social/diaspora-git/diaspora.pam0
-rw-r--r--[-rwxr-xr-x]social/diaspora-git/diaspora.rc0
-rw-r--r--[-rwxr-xr-x]social/dropbear/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/dropbear/dropbear-conf.d0
-rw-r--r--[-rwxr-xr-x]social/dropbear/dropbear-rc.d0
-rw-r--r--[-rwxr-xr-x]social/facter/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/ffingerd/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/ffingerd/finger.xinetd0
-rw-r--r--[-rwxr-xr-x]social/gnuhealth/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/haveged/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/haveged/haveged0
-rw-r--r--[-rwxr-xr-x]social/hunspell-pt-br/.directory0
-rw-r--r--[-rwxr-xr-x]social/hunspell-pt-br/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/inadyn-opendns/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/inadyn-opendns/inadyn-opendns.install0
-rw-r--r--[-rwxr-xr-x]social/inadyn-opendns/inadyn.rc-script0
-rw-r--r--[-rwxr-xr-x]social/liblockfile/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/libowfat/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/libowfat/libowfat.install0
-rw-r--r--[-rwxr-xr-x]social/libpurple-minimal/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/lockfile-progs/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/monkeysphere/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/monkeysphere/monkeysphere.install0
-rw-r--r--[-rwxr-xr-x]social/olsrd/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/openswan/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/openswan/compile.patch0
-rw-r--r--[-rwxr-xr-x]social/opentracker/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/opentracker/license.txt0
-rw-r--r--[-rwxr-xr-x]social/poco/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/puppet/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/puppet/puppet.conf0
-rw-r--r--[-rwxr-xr-x]social/puppet/puppet.install0
-rw-r--r--[-rwxr-xr-x]social/python-relatorio/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/python2-cheetah/Changelog0
-rw-r--r--[-rwxr-xr-x]social/python2-cheetah/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/python2-polib/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/ruby-headers/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/ruby-shadow/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/seeks/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/seeks/conf.patch0
-rw-r--r--[-rwxr-xr-x]social/seeks/docbook2man.patch0
-rw-r--r--[-rwxr-xr-x]social/seeks/img_websearch.patch0
-rw-r--r--[-rwxr-xr-x]social/seeks/install0
-rw-r--r--[-rwxr-xr-x]social/seeks/logfile.patch0
-rw-r--r--[-rwxr-xr-x]social/seeks/seeks.conf.d0
-rw-r--r--[-rwxr-xr-x]social/seeks/seeks.install0
-rw-r--r--[-rwxr-xr-x]social/seeks/seeks.logrotate0
-rw-r--r--[-rwxr-xr-x]social/seeks/seeks.rc.d0
-rw-r--r--[-rwxr-xr-x]social/seeks/seeksdaemon0
-rw-r--r--[-rwxr-xr-x]social/sipwitch/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/sobby/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/spectrum/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/spectrum/logrotate.spectrum0
-rw-r--r--[-rwxr-xr-x]social/spectrum/spectrum.install0
-rw-r--r--[-rwxr-xr-x]social/statusnet/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/statusnet/statusnet.install0
-rw-r--r--[-rwxr-xr-x]social/strongswan/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/tinc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/tinc/tincd.conf0
-rw-r--r--[-rwxr-xr-x]social/tinc/tincd.rcd0
-rw-r--r--[-rwxr-xr-x]social/tomb/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/tomb/tomb.install0
-rw-r--r--[-rwxr-xr-x]social/tomoyo-tools/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/tomoyo-tools/tomoyo-tools.install0
-rw-r--r--[-rwxr-xr-x]social/trytond/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/trytond/trytond.install0
-rw-r--r--[-rwxr-xr-x]social/trytond/trytond.rc0
-rw-r--r--[-rwxr-xr-x]social/uci/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]social/ucommon/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~aurelien/README0
-rw-r--r--[-rwxr-xr-x]~brendan/guile/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~brendan/guile/guile.install0
-rw-r--r--[-rwxr-xr-x]~emulatorman/hunspell-gl/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/hunspell-pt-br/.directory0
-rw-r--r--[-rwxr-xr-x]~emulatorman/hunspell-pt-br/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/jitsi/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/jitsi/jitsi.desktop0
-rw-r--r--[-rwxr-xr-x]~emulatorman/jitsi/jitsi.sh0
-rw-r--r--[-rwxr-xr-x]~emulatorman/raider/ChangeLog0
-rw-r--r--[-rwxr-xr-x]~emulatorman/raider/INSTALL0
-rw-r--r--[-rwxr-xr-x]~emulatorman/raider/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch0
-rw-r--r--[-rwxr-xr-x]~emulatorman/timekpr/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/timekpr/timekpr.install0
-rw-r--r--[-rwxr-xr-x]~emulatorman/xchat-xsys-noaudacious/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/xchat-xsys-noaudacious/no-audacious.patch0
-rw-r--r--[-rwxr-xr-x]~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch0
-rw-r--r--[-rwxr-xr-x]~emulatorman/xonotic-data/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/xonotic/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~emulatorman/xonotic/xonotic-glx.desktop0
-rw-r--r--[-rwxr-xr-x]~emulatorman/xonotic/xonotic-sdl.desktop0
-rw-r--r--[-rwxr-xr-x]~fauno/afew/LICENSE0
-rw-r--r--[-rwxr-xr-x]~fauno/afew/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/afew/SRCBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/bibutils-dynamic/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/dbacl/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/distccd-zeroconf/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/distccd-zeroconf/distccd.conf.d0
-rw-r--r--[-rwxr-xr-x]~fauno/emerillon/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/emerillon/emerillon.install0
-rw-r--r--[-rwxr-xr-x]~fauno/ethos/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/geoclue/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-base64-bytestring/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-citeproc-hs/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-digest/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-digest/haskell-digest.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-dlist/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-dlist/haskell-dlist.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-hs-bibutils/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-json/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-json/haskell-json.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-pandoc-types/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-pandoc-types/haskell-pandoc-types.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-tagsoup/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-tagsoup/haskell-tagsoup.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-texmath/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-texmath/haskell-texmath.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-xml/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-xml/haskell-xml.install0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-zip-archive/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/haskell-zip-archive/haskell-zip-archive.install0
-rw-r--r--[-rwxr-xr-x]~fauno/ldapscripts/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/librest/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/localepurge/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/pandoc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/pandoc/SRCBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/ruby-mustache/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/transmission-remote-cli/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/transmission-remote-cli/python2.patch0
-rw-r--r--[-rwxr-xr-x]~fauno/vala-notmuch/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/vala-notmuch/SRCBUILD0
-rw-r--r--[-rwxr-xr-x]~fauno/vala-notmuch/vala-notmuch.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/.gitignore0
-rw-r--r--[-rwxr-xr-x]~lukeshu/android-udev/.gitignore0
-rw-r--r--[-rwxr-xr-x]~lukeshu/android-udev/51-android.rules0
-rw-r--r--[-rwxr-xr-x]~lukeshu/android-udev/Makefile0
-rw-r--r--[-rwxr-xr-x]~lukeshu/android-udev/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/android-udev/android-udev.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/cinclude2dot/.gitignore0
-rw-r--r--[-rwxr-xr-x]~lukeshu/cinclude2dot/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/cntlm/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/conkeror-git/ChangeLog0
-rw-r--r--[-rwxr-xr-x]~lukeshu/conkeror-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/conkeror-git/SRCBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/conkeror-git/conkeror-git.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/conkeror-git/conkeror.sh0
-rw-r--r--[-rwxr-xr-x]~lukeshu/conkeror-git/conkeror_gimpfile.xpm0
-rw-r--r--[-rwxr-xr-x]~lukeshu/dasm/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/emacs-lucid/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/emacs-lucid/emacs.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/freeglut26/2.6.0-GFX_radeon.patch0
-rw-r--r--[-rwxr-xr-x]~lukeshu/freeglut26/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/git-svn-abandon-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/kdeutils-ark-unarchiver/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch0
-rw-r--r--[-rwxr-xr-x]~lukeshu/kdeutils-ark-unarchiver/kdeutils.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/libdwarf/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/libfreenect-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/maildirproc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/make-graph/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/make-graph/bug30612.patch0
-rw-r--r--[-rwxr-xr-x]~lukeshu/make-graph/bug30723.patch0
-rw-r--r--[-rwxr-xr-x]~lukeshu/make-graph/make-3.82-makeflags.patch0
-rw-r--r--[-rwxr-xr-x]~lukeshu/make-graph/make-3.82-sort-blank.patch0
-rw-r--r--[-rwxr-xr-x]~lukeshu/make-graph/make-graph.patch0
-rw-r--r--[-rwxr-xr-x]~lukeshu/make-graph/make.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-git/openni.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-unstable-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-unstable-git/openni.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-unstable/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-unstable/openni-core.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni-unstable/openni-mono.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/openni-all/openni/openni.install0
-rw-r--r--[-rwxr-xr-x]~lukeshu/pngcrush/LICENSE0
-rw-r--r--[-rwxr-xr-x]~lukeshu/pngcrush/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/redo/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/stow/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/svn-graph-branches/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/terminal-colors/.gitignore0
-rw-r--r--[-rwxr-xr-x]~lukeshu/terminal-colors/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/thingutils-git/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/wdiff/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~lukeshu/xml2rfc/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~mtjm/python-coverage/LICENSE0
-rw-r--r--[-rwxr-xr-x]~mtjm/python-coverage/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~mtjm/python2-postfix-policyd-spf/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~mtjm/python2-pydns/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~mtjm/python2-pyflakes/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~mtjm/python2-pyspf/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~mtjm/ttf-beteckna/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]~mtjm/ttf-beteckna/ttf.install0
835 files changed, 0 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6dc4e19af..6dc4e19af 100755..100644
--- a/.gitignore
+++ b/.gitignore
diff --git a/.gitmodules b/.gitmodules
index 052c8bd23..052c8bd23 100755..100644
--- a/.gitmodules
+++ b/.gitmodules
diff --git a/.hgignore b/.hgignore
index d882633e0..d882633e0 100755..100644
--- a/.hgignore
+++ b/.hgignore
diff --git a/artistic/aqsis/PKGBUILD b/artistic/aqsis/PKGBUILD
index 5a772503f..5a772503f 100755..100644
--- a/artistic/aqsis/PKGBUILD
+++ b/artistic/aqsis/PKGBUILD
diff --git a/artistic/aqsis/aqsis.install b/artistic/aqsis/aqsis.install
index b2086e07b..b2086e07b 100755..100644
--- a/artistic/aqsis/aqsis.install
+++ b/artistic/aqsis/aqsis.install
diff --git a/artistic/libspnav/Makefile.in.diff b/artistic/libspnav/Makefile.in.diff
index 4c93b9cb6..4c93b9cb6 100755..100644
--- a/artistic/libspnav/Makefile.in.diff
+++ b/artistic/libspnav/Makefile.in.diff
diff --git a/artistic/libspnav/PKGBUILD b/artistic/libspnav/PKGBUILD
index da0272ed7..da0272ed7 100755..100644
--- a/artistic/libspnav/PKGBUILD
+++ b/artistic/libspnav/PKGBUILD
diff --git a/artistic/spacenavd/PKGBUILD b/artistic/spacenavd/PKGBUILD
index cf8a43c32..cf8a43c32 100755..100644
--- a/artistic/spacenavd/PKGBUILD
+++ b/artistic/spacenavd/PKGBUILD
diff --git a/artistic/spacenavd/spacenav.service b/artistic/spacenavd/spacenav.service
index 30e8019e9..30e8019e9 100755..100644
--- a/artistic/spacenavd/spacenav.service
+++ b/artistic/spacenavd/spacenav.service
diff --git a/artistic/spacenavd/spacenavd b/artistic/spacenavd/spacenavd
index 61946197c..61946197c 100755..100644
--- a/artistic/spacenavd/spacenavd
+++ b/artistic/spacenavd/spacenavd
diff --git a/artistic/yafaray-git/PKGBUILD b/artistic/yafaray-git/PKGBUILD
index 0c5d4f6e4..0c5d4f6e4 100755..100644
--- a/artistic/yafaray-git/PKGBUILD
+++ b/artistic/yafaray-git/PKGBUILD
diff --git a/artistic/yafaray-git/gcc47.patch b/artistic/yafaray-git/gcc47.patch
index 75775498b..75775498b 100755..100644
--- a/artistic/yafaray-git/gcc47.patch
+++ b/artistic/yafaray-git/gcc47.patch
diff --git a/cross/README b/cross/README
index a77b1eb5c..a77b1eb5c 100755..100644
--- a/cross/README
+++ b/cross/README
diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD
index 2eb018125..2eb018125 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD
+++ b/cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD
diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD
index b94027442..b94027442 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD
+++ b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD
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
index 0503a05ed..0503a05ed 100755..100644
--- 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
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
index c7146fa04..c7146fa04 100755..100644
--- 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
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
index 8b59f4535..8b59f4535 100755..100644
--- 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
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
index c938d9b30..c938d9b30 100755..100644
--- 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
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
index a9b09bbcf..a9b09bbcf 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_pure64.patch
+++ b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/gcc_pure64.patch
diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD
index e4b91c652..e4b91c652 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD
+++ b/cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD
diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD
index 33839012a..33839012a 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD
+++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD
diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch
index 5393ae5cd..5393ae5cd 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch
+++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch
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
index cf1a97a18..cf1a97a18 100755..100644
--- 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
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
index d3abeff17..d3abeff17 100755..100644
--- 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
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
index 533fc1b4b..533fc1b4b 100755..100644
--- 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
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
index 6c9d2718e..6c9d2718e 100755..100644
--- 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
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
index e2beea881..e2beea881 100755..100644
--- 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
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
index eb0fd822d..eb0fd822d 100755..100644
--- 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
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
index 11f087cb7..11f087cb7 100755..100644
--- 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
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
index 6f0a0398f..6f0a0398f 100755..100644
--- 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
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
index 46f52e98d..46f52e98d 100755..100644
--- 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
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
index 5439da8d0..5439da8d0 100755..100644
--- 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
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
index 483b28532..483b28532 100755..100644
--- 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
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
index d28237f85..d28237f85 100755..100644
--- 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
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
index e4f29bc1a..e4f29bc1a 100755..100644
--- 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
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
index c41acc169..c41acc169 100755..100644
--- 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
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
index a894da9c7..a894da9c7 100755..100644
--- 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
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
index f5976abd9..f5976abd9 100755..100644
--- 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
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
index eaae12a9b..eaae12a9b 100755..100644
--- 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
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
index 115afa02a..115afa02a 100755..100644
--- 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
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
index 808cf8d7c..808cf8d7c 100755..100644
--- 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
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
index d315bf266..d315bf266 100755..100644
--- 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
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
index 38c9e617f..38c9e617f 100755..100644
--- 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
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
index b2bb9caac..b2bb9caac 100755..100644
--- 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
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
index c09e79a17..c09e79a17 100755..100644
--- 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
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
index 874f8b4cb..874f8b4cb 100755..100644
--- 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
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
index 6385f2c08..6385f2c08 100755..100644
--- 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
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
index f532b95e8..f532b95e8 100755..100644
--- 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
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
index 87d04c794..87d04c794 100755..100644
--- 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
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
index e0240ac6c..e0240ac6c 100755..100644
--- 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
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
index a2561b232..a2561b232 100755..100644
--- 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
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
index 4c104fa55..4c104fa55 100755..100644
--- 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
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
index 7fd394f90..7fd394f90 100755..100644
--- 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
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
index f8dde53f5..f8dde53f5 100755..100644
--- 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
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
index 731131527..731131527 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-__i686.patch
+++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc-__i686.patch
diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install
index 7f85ade96..7f85ade96 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install
+++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/glibc.install
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
index ccdd81734..ccdd81734 100755..100644
--- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/locale.gen.txt
+++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/locale.gen.txt
diff --git a/cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD b/cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD
index 24125950f..24125950f 100755..100644
--- a/cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD
+++ b/cross/cross-mipsel-unknown-linux-gnu-binutils/PKGBUILD
diff --git a/cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD b/cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD
index f2d9b2e8b..f2d9b2e8b 100755..100644
--- a/cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD
+++ b/cross/cross-mipsel-unknown-linux-gnu-gcc/PKGBUILD
diff --git a/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD b/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD
index 463c53e74..463c53e74 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD
+++ b/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD b/cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD
index 975db9f9d..975db9f9d 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD
+++ b/cross/mips64el-unknown-linux-gnu-gcc/PKGBUILD
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install
index df0553a4f..df0553a4f 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc-ada.install
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install
index b15d89a97..b15d89a97 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc-fortran.install
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install
index 7dc50dee5..7dc50dee5 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install
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
index 8b59f4535..8b59f4535 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc-hash-style-both.patch
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc-hash-style-both.patch
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install
index 23553b8f0..23553b8f0 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc-libs.install
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc.install
index 3407a5e1f..3407a5e1f 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc.install
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc.install
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch b/cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch
index 425758e88..425758e88 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc_mips64el_lib.patch
diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch b/cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch
index 8c0baf8e2..8c0baf8e2 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch
+++ b/cross/mips64el-unknown-linux-gnu-gcc/gcc_pure64.patch
diff --git a/cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD b/cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD
index da4bb4a25..da4bb4a25 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD
+++ b/cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD
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
index cf1a97a18..cf1a97a18 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-bz4781.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.10-bz4781.patch
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
index d3abeff17..d3abeff17 100755..100644
--- 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
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
index deee38ed8..deee38ed8 100755..100644
--- 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
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
index 6c9d2718e..6c9d2718e 100755..100644
--- 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
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
index e2beea881..e2beea881 100755..100644
--- 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
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
index eb0fd822d..eb0fd822d 100755..100644
--- 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
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
index 11f087cb7..11f087cb7 100755..100644
--- 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
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
index 6f0a0398f..6f0a0398f 100755..100644
--- 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
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
index 46f52e98d..46f52e98d 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-arena.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-arena.patch
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
index 5439da8d0..5439da8d0 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-avx.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-avx.patch
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
index 483b28532..483b28532 100755..100644
--- 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
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
index d28237f85..d28237f85 100755..100644
--- 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
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
index e4f29bc1a..e4f29bc1a 100755..100644
--- 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
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
index c41acc169..c41acc169 100755..100644
--- 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
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
index a894da9c7..a894da9c7 100755..100644
--- 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
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
index f5976abd9..f5976abd9 100755..100644
--- 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
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
index eaae12a9b..eaae12a9b 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-gb18030.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-gb18030.patch
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
index 115afa02a..115afa02a 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-ifunc.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-ifunc.patch
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
index 808cf8d7c..808cf8d7c 100755..100644
--- 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
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
index d315bf266..d315bf266 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-math64crash.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-math64crash.patch
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
index 38c9e617f..38c9e617f 100755..100644
--- 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
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
index b2bb9caac..b2bb9caac 100755..100644
--- 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
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
index c09e79a17..c09e79a17 100755..100644
--- 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
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
index 874f8b4cb..874f8b4cb 100755..100644
--- 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
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
index 6385f2c08..6385f2c08 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-regex.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-regex.patch
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
index f532b95e8..f532b95e8 100755..100644
--- 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
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
index 87d04c794..87d04c794 100755..100644
--- 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
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
index e0240ac6c..e0240ac6c 100755..100644
--- 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
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
index a2561b232..a2561b232 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-scanf.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-scanf.patch
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
index 4c104fa55..4c104fa55 100755..100644
--- 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
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
index 7fd394f90..7fd394f90 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vdso.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-2.15-vdso.patch
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
index f8dde53f5..f8dde53f5 100755..100644
--- 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
diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch b/cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch
index 731131527..731131527 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc-__i686.patch
diff --git a/cross/mips64el-unknown-linux-gnu-glibc/glibc.install b/cross/mips64el-unknown-linux-gnu-glibc/glibc.install
index 7f85ade96..7f85ade96 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/glibc.install
+++ b/cross/mips64el-unknown-linux-gnu-glibc/glibc.install
diff --git a/cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt b/cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt
index ccdd81734..ccdd81734 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt
+++ b/cross/mips64el-unknown-linux-gnu-glibc/locale.gen.txt
diff --git a/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD b/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD
index 6f4b12fef..6f4b12fef 100755..100644
--- a/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD
+++ b/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD
diff --git a/elementary/elementary-gtk-theme/PKGBUILD b/elementary/elementary-gtk-theme/PKGBUILD
index 64f4a4511..64f4a4511 100755..100644
--- a/elementary/elementary-gtk-theme/PKGBUILD
+++ b/elementary/elementary-gtk-theme/PKGBUILD
diff --git a/elementary/elementary-gtk-theme/elementary-gtk-theme.install b/elementary/elementary-gtk-theme/elementary-gtk-theme.install
index 66264ead4..66264ead4 100755..100644
--- a/elementary/elementary-gtk-theme/elementary-gtk-theme.install
+++ b/elementary/elementary-gtk-theme/elementary-gtk-theme.install
diff --git a/elementary/elementary-icons/PKGBUILD b/elementary/elementary-icons/PKGBUILD
index b56c16d8b..b56c16d8b 100755..100644
--- a/elementary/elementary-icons/PKGBUILD
+++ b/elementary/elementary-icons/PKGBUILD
diff --git a/elementary/gtk-engine-equinox/PKGBUILD b/elementary/gtk-engine-equinox/PKGBUILD
index 11d0a717a..11d0a717a 100755..100644
--- a/elementary/gtk-engine-equinox/PKGBUILD
+++ b/elementary/gtk-engine-equinox/PKGBUILD
diff --git a/elementary/postler/PKGBUILD b/elementary/postler/PKGBUILD
index 55b523f82..55b523f82 100755..100644
--- a/elementary/postler/PKGBUILD
+++ b/elementary/postler/PKGBUILD
diff --git a/elementary/postler/postler.install b/elementary/postler/postler.install
index 709ad81f2..709ad81f2 100755..100644
--- a/elementary/postler/postler.install
+++ b/elementary/postler/postler.install
diff --git a/elementary/trisquel-themes/PKGBUILD b/elementary/trisquel-themes/PKGBUILD
index 7cbc7f29d..7cbc7f29d 100755..100644
--- a/elementary/trisquel-themes/PKGBUILD
+++ b/elementary/trisquel-themes/PKGBUILD
diff --git a/elementary/vala-010/PKGBUILD b/elementary/vala-010/PKGBUILD
index 7712f99c4..7712f99c4 100755..100644
--- a/elementary/vala-010/PKGBUILD
+++ b/elementary/vala-010/PKGBUILD
diff --git a/gis/grass/PKGBUILD b/gis/grass/PKGBUILD
index eaf1dfc5c..eaf1dfc5c 100755..100644
--- a/gis/grass/PKGBUILD
+++ b/gis/grass/PKGBUILD
diff --git a/gis/grass/grass.conf b/gis/grass/grass.conf
index bb4964d93..bb4964d93 100755..100644
--- a/gis/grass/grass.conf
+++ b/gis/grass/grass.conf
diff --git a/gis/grass/grass.install b/gis/grass/grass.install
index 878ea0186..878ea0186 100755..100644
--- a/gis/grass/grass.install
+++ b/gis/grass/grass.install
diff --git a/gis/grass/grass.sh b/gis/grass/grass.sh
index ccc2fcd7e..ccc2fcd7e 100755..100644
--- a/gis/grass/grass.sh
+++ b/gis/grass/grass.sh
diff --git a/gis/libfreexl/PKGBUILD b/gis/libfreexl/PKGBUILD
index 533071120..533071120 100755..100644
--- a/gis/libfreexl/PKGBUILD
+++ b/gis/libfreexl/PKGBUILD
diff --git a/gis/libspatialite/PKGBUILD b/gis/libspatialite/PKGBUILD
index 13e2b8335..13e2b8335 100755..100644
--- a/gis/libspatialite/PKGBUILD
+++ b/gis/libspatialite/PKGBUILD
diff --git a/gis/merkaartor/PKGBUILD b/gis/merkaartor/PKGBUILD
index 333bc15fb..333bc15fb 100755..100644
--- a/gis/merkaartor/PKGBUILD
+++ b/gis/merkaartor/PKGBUILD
diff --git a/gis/merkaartor/install b/gis/merkaartor/install
index af0c8724a..af0c8724a 100755..100644
--- a/gis/merkaartor/install
+++ b/gis/merkaartor/install
diff --git a/gis/qgis/PKGBUILD b/gis/qgis/PKGBUILD
index cb06ed0a6..cb06ed0a6 100755..100644
--- a/gis/qgis/PKGBUILD
+++ b/gis/qgis/PKGBUILD
diff --git a/gis/qgis/qgis.desktop b/gis/qgis/qgis.desktop
index c3db5ad08..c3db5ad08 100755..100644
--- a/gis/qgis/qgis.desktop
+++ b/gis/qgis/qgis.desktop
diff --git a/gis/qgis/qgis_1.7.4_gcc4.7.patch b/gis/qgis/qgis_1.7.4_gcc4.7.patch
index 858a42c94..858a42c94 100755..100644
--- a/gis/qgis/qgis_1.7.4_gcc4.7.patch
+++ b/gis/qgis/qgis_1.7.4_gcc4.7.patch
diff --git a/gis/spatialindex/PKGBUILD b/gis/spatialindex/PKGBUILD
index e0787808e..e0787808e 100755..100644
--- a/gis/spatialindex/PKGBUILD
+++ b/gis/spatialindex/PKGBUILD
diff --git a/gnu/README b/gnu/README
index 1b506dae2..1b506dae2 100755..100644
--- a/gnu/README
+++ b/gnu/README
diff --git a/gnu/gnun/PKGBUILD b/gnu/gnun/PKGBUILD
index 00b5b8116..00b5b8116 100755..100644
--- a/gnu/gnun/PKGBUILD
+++ b/gnu/gnun/PKGBUILD
diff --git a/gnu/recutils/ChangeLog b/gnu/recutils/ChangeLog
index 02a3a418d..02a3a418d 100755..100644
--- a/gnu/recutils/ChangeLog
+++ b/gnu/recutils/ChangeLog
diff --git a/gnu/recutils/PKGBUILD b/gnu/recutils/PKGBUILD
index 519c0fa6f..519c0fa6f 100755..100644
--- a/gnu/recutils/PKGBUILD
+++ b/gnu/recutils/PKGBUILD
diff --git a/gnu/recutils/recutils.install b/gnu/recutils/recutils.install
index 245c7ae01..245c7ae01 100755..100644
--- a/gnu/recutils/recutils.install
+++ b/gnu/recutils/recutils.install
diff --git a/kernels/aufs2-libre/PKGBUILD b/kernels/aufs2-libre/PKGBUILD
index bd177ef9c..bd177ef9c 100755..100644
--- a/kernels/aufs2-libre/PKGBUILD
+++ b/kernels/aufs2-libre/PKGBUILD
diff --git a/kernels/aufs2-libre/aufs2-libre.install b/kernels/aufs2-libre/aufs2-libre.install
index 883882a54..883882a54 100755..100644
--- a/kernels/aufs2-libre/aufs2-libre.install
+++ b/kernels/aufs2-libre/aufs2-libre.install
diff --git a/kernels/aufs2-libre/aufs2-module-2.6.36.patch b/kernels/aufs2-libre/aufs2-module-2.6.36.patch
index 3b43f7aed..3b43f7aed 100755..100644
--- a/kernels/aufs2-libre/aufs2-module-2.6.36.patch
+++ b/kernels/aufs2-libre/aufs2-module-2.6.36.patch
diff --git a/kernels/aufs2-libre/create-tarball.sh b/kernels/aufs2-libre/create-tarball.sh
index 6801f00bd..6801f00bd 100755..100644
--- a/kernels/aufs2-libre/create-tarball.sh
+++ b/kernels/aufs2-libre/create-tarball.sh
diff --git a/kernels/aufs3-libre/PKGBUILD b/kernels/aufs3-libre/PKGBUILD
index 456b84e51..456b84e51 100755..100644
--- a/kernels/aufs3-libre/PKGBUILD
+++ b/kernels/aufs3-libre/PKGBUILD
diff --git a/kernels/aufs3-libre/aufs3-libre.install b/kernels/aufs3-libre/aufs3-libre.install
index 6468252fd..6468252fd 100755..100644
--- a/kernels/aufs3-libre/aufs3-libre.install
+++ b/kernels/aufs3-libre/aufs3-libre.install
diff --git a/kernels/linux-libre-aufs_friendly/Kbuild b/kernels/linux-libre-aufs_friendly/Kbuild
index 8a9d7dceb..8a9d7dceb 100755..100644
--- a/kernels/linux-libre-aufs_friendly/Kbuild
+++ b/kernels/linux-libre-aufs_friendly/Kbuild
diff --git a/kernels/linux-libre-aufs_friendly/Kbuild.platforms b/kernels/linux-libre-aufs_friendly/Kbuild.platforms
index 90a226888..90a226888 100755..100644
--- a/kernels/linux-libre-aufs_friendly/Kbuild.platforms
+++ b/kernels/linux-libre-aufs_friendly/Kbuild.platforms
diff --git a/kernels/linux-libre-aufs_friendly/PKGBUILD b/kernels/linux-libre-aufs_friendly/PKGBUILD
index 9dc2cbbce..9dc2cbbce 100755..100644
--- a/kernels/linux-libre-aufs_friendly/PKGBUILD
+++ b/kernels/linux-libre-aufs_friendly/PKGBUILD
diff --git a/kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch b/kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch
index 99a63d024..99a63d024 100755..100644
--- a/kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch
+++ b/kernels/linux-libre-aufs_friendly/aufs3-libre-base.patch
diff --git a/kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch b/kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch
index 584d592ef..584d592ef 100755..100644
--- a/kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch
+++ b/kernels/linux-libre-aufs_friendly/aufs3-libre-standalone.patch
diff --git a/kernels/linux-libre-aufs_friendly/boot-logo.patch b/kernels/linux-libre-aufs_friendly/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/kernels/linux-libre-aufs_friendly/boot-logo.patch
+++ b/kernels/linux-libre-aufs_friendly/boot-logo.patch
diff --git a/kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch b/kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch
+++ b/kernels/linux-libre-aufs_friendly/change-default-console-loglevel.patch
diff --git a/kernels/linux-libre-aufs_friendly/config.i686 b/kernels/linux-libre-aufs_friendly/config.i686
index 7ef304fb7..7ef304fb7 100755..100644
--- a/kernels/linux-libre-aufs_friendly/config.i686
+++ b/kernels/linux-libre-aufs_friendly/config.i686
diff --git a/kernels/linux-libre-aufs_friendly/config.x86_64 b/kernels/linux-libre-aufs_friendly/config.x86_64
index 1a687faf0..1a687faf0 100755..100644
--- a/kernels/linux-libre-aufs_friendly/config.x86_64
+++ b/kernels/linux-libre-aufs_friendly/config.x86_64
diff --git a/kernels/linux-libre-aufs_friendly/ext4-options.patch b/kernels/linux-libre-aufs_friendly/ext4-options.patch
index ea48c384b..ea48c384b 100755..100644
--- a/kernels/linux-libre-aufs_friendly/ext4-options.patch
+++ b/kernels/linux-libre-aufs_friendly/ext4-options.patch
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
index 3b631361a..3b631361a 100755..100644
--- a/kernels/linux-libre-aufs_friendly/i915-fix-ghost-tv-output.patch
+++ b/kernels/linux-libre-aufs_friendly/i915-fix-ghost-tv-output.patch
diff --git a/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install b/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install
index 019c659ed..019c659ed 100755..100644
--- a/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install
+++ b/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.install
diff --git a/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset b/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset
index c802eda83..c802eda83 100755..100644
--- a/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset
+++ b/kernels/linux-libre-aufs_friendly/linux-libre-aufs_friendly.preset
diff --git a/kernels/linux-libre-lts-rt/.directory b/kernels/linux-libre-lts-rt/.directory
index 7a883fed9..7a883fed9 100755..100644
--- a/kernels/linux-libre-lts-rt/.directory
+++ b/kernels/linux-libre-lts-rt/.directory
diff --git a/kernels/linux-libre-lts-rt/Kbuild b/kernels/linux-libre-lts-rt/Kbuild
index 8a9d7dceb..8a9d7dceb 100755..100644
--- a/kernels/linux-libre-lts-rt/Kbuild
+++ b/kernels/linux-libre-lts-rt/Kbuild
diff --git a/kernels/linux-libre-lts-rt/Kbuild.platforms b/kernels/linux-libre-lts-rt/Kbuild.platforms
index 90a226888..90a226888 100755..100644
--- a/kernels/linux-libre-lts-rt/Kbuild.platforms
+++ b/kernels/linux-libre-lts-rt/Kbuild.platforms
diff --git a/kernels/linux-libre-lts-rt/PKGBUILD b/kernels/linux-libre-lts-rt/PKGBUILD
index 77103aa6a..77103aa6a 100755..100644
--- a/kernels/linux-libre-lts-rt/PKGBUILD
+++ b/kernels/linux-libre-lts-rt/PKGBUILD
diff --git a/kernels/linux-libre-lts-rt/boot-logo.patch b/kernels/linux-libre-lts-rt/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/kernels/linux-libre-lts-rt/boot-logo.patch
+++ b/kernels/linux-libre-lts-rt/boot-logo.patch
diff --git a/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch b/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch
+++ b/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch
diff --git a/kernels/linux-libre-lts-rt/config.i686 b/kernels/linux-libre-lts-rt/config.i686
index 39bc1c678..39bc1c678 100755..100644
--- a/kernels/linux-libre-lts-rt/config.i686
+++ b/kernels/linux-libre-lts-rt/config.i686
diff --git a/kernels/linux-libre-lts-rt/config.x86_64 b/kernels/linux-libre-lts-rt/config.x86_64
index 826a006b2..826a006b2 100755..100644
--- a/kernels/linux-libre-lts-rt/config.x86_64
+++ b/kernels/linux-libre-lts-rt/config.x86_64
diff --git a/kernels/linux-libre-lts-rt/ext4-options.patch b/kernels/linux-libre-lts-rt/ext4-options.patch
index ef1b2417d..ef1b2417d 100755..100644
--- a/kernels/linux-libre-lts-rt/ext4-options.patch
+++ b/kernels/linux-libre-lts-rt/ext4-options.patch
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
index 3b631361a..3b631361a 100755..100644
--- a/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch
+++ b/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch
diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
index 5d71acad7..5d71acad7 100755..100644
--- a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
+++ b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset
index 5b84d8b9f..5b84d8b9f 100755..100644
--- a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset
+++ b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset
diff --git a/kernels/linux-libre-lts-xen/PKGBUILD b/kernels/linux-libre-lts-xen/PKGBUILD
index b4915b8d2..b4915b8d2 100755..100644
--- a/kernels/linux-libre-lts-xen/PKGBUILD
+++ b/kernels/linux-libre-lts-xen/PKGBUILD
diff --git a/kernels/linux-libre-lts-xen/boot-logo.patch b/kernels/linux-libre-lts-xen/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/kernels/linux-libre-lts-xen/boot-logo.patch
+++ b/kernels/linux-libre-lts-xen/boot-logo.patch
diff --git a/kernels/linux-libre-lts-xen/change-default-console-loglevel.patch b/kernels/linux-libre-lts-xen/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/kernels/linux-libre-lts-xen/change-default-console-loglevel.patch
+++ b/kernels/linux-libre-lts-xen/change-default-console-loglevel.patch
diff --git a/kernels/linux-libre-lts-xen/config.i686 b/kernels/linux-libre-lts-xen/config.i686
index 03d91513e..03d91513e 100755..100644
--- a/kernels/linux-libre-lts-xen/config.i686
+++ b/kernels/linux-libre-lts-xen/config.i686
diff --git a/kernels/linux-libre-lts-xen/ext4-options.patch b/kernels/linux-libre-lts-xen/ext4-options.patch
index ea48c384b..ea48c384b 100755..100644
--- a/kernels/linux-libre-lts-xen/ext4-options.patch
+++ b/kernels/linux-libre-lts-xen/ext4-options.patch
diff --git a/kernels/linux-libre-lts-xen/fix-i915.patch b/kernels/linux-libre-lts-xen/fix-i915.patch
index 25d4bca87..25d4bca87 100755..100644
--- a/kernels/linux-libre-lts-xen/fix-i915.patch
+++ b/kernels/linux-libre-lts-xen/fix-i915.patch
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
index 3b631361a..3b631361a 100755..100644
--- a/kernels/linux-libre-lts-xen/i915-fix-ghost-tv-output.patch
+++ b/kernels/linux-libre-lts-xen/i915-fix-ghost-tv-output.patch
diff --git a/kernels/linux-libre-lts-xen/i915-gpu-finish.patch b/kernels/linux-libre-lts-xen/i915-gpu-finish.patch
index 5840c9181..5840c9181 100755..100644
--- a/kernels/linux-libre-lts-xen/i915-gpu-finish.patch
+++ b/kernels/linux-libre-lts-xen/i915-gpu-finish.patch
diff --git a/kernels/linux-libre-lts-xen/linux-libre-lts-xen.install b/kernels/linux-libre-lts-xen/linux-libre-lts-xen.install
index a369c337c..a369c337c 100755..100644
--- a/kernels/linux-libre-lts-xen/linux-libre-lts-xen.install
+++ b/kernels/linux-libre-lts-xen/linux-libre-lts-xen.install
diff --git a/kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset b/kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset
index 84c7c4be6..84c7c4be6 100755..100644
--- a/kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset
+++ b/kernels/linux-libre-lts-xen/linux-libre-lts-xen.preset
diff --git a/kernels/linux-libre-rt/Kbuild b/kernels/linux-libre-rt/Kbuild
index 8a9d7dceb..8a9d7dceb 100755..100644
--- a/kernels/linux-libre-rt/Kbuild
+++ b/kernels/linux-libre-rt/Kbuild
diff --git a/kernels/linux-libre-rt/Kbuild.platforms b/kernels/linux-libre-rt/Kbuild.platforms
index 90a226888..90a226888 100755..100644
--- a/kernels/linux-libre-rt/Kbuild.platforms
+++ b/kernels/linux-libre-rt/Kbuild.platforms
diff --git a/kernels/linux-libre-rt/PKGBUILD b/kernels/linux-libre-rt/PKGBUILD
index ed61b0c86..ed61b0c86 100755..100644
--- a/kernels/linux-libre-rt/PKGBUILD
+++ b/kernels/linux-libre-rt/PKGBUILD
diff --git a/kernels/linux-libre-rt/boot-logo.patch b/kernels/linux-libre-rt/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/kernels/linux-libre-rt/boot-logo.patch
+++ b/kernels/linux-libre-rt/boot-logo.patch
diff --git a/kernels/linux-libre-rt/change-default-console-loglevel.patch b/kernels/linux-libre-rt/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/kernels/linux-libre-rt/change-default-console-loglevel.patch
+++ b/kernels/linux-libre-rt/change-default-console-loglevel.patch
diff --git a/kernels/linux-libre-rt/linux-libre-rt.install b/kernels/linux-libre-rt/linux-libre-rt.install
index 17dc45afa..17dc45afa 100755..100644
--- a/kernels/linux-libre-rt/linux-libre-rt.install
+++ b/kernels/linux-libre-rt/linux-libre-rt.install
diff --git a/kernels/linux-libre-rt/linux-libre-rt.preset b/kernels/linux-libre-rt/linux-libre-rt.preset
index cd522e792..cd522e792 100755..100644
--- a/kernels/linux-libre-rt/linux-libre-rt.preset
+++ b/kernels/linux-libre-rt/linux-libre-rt.preset
diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD
index 11b614694..11b614694 100755..100644
--- a/kernels/linux-libre-xen/PKGBUILD
+++ b/kernels/linux-libre-xen/PKGBUILD
diff --git a/kernels/linux-libre-xen/boot-logo.patch b/kernels/linux-libre-xen/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/kernels/linux-libre-xen/boot-logo.patch
+++ b/kernels/linux-libre-xen/boot-logo.patch
diff --git a/kernels/linux-libre-xen/change-default-console-loglevel.patch b/kernels/linux-libre-xen/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/kernels/linux-libre-xen/change-default-console-loglevel.patch
+++ b/kernels/linux-libre-xen/change-default-console-loglevel.patch
diff --git a/kernels/linux-libre-xen/config.i686 b/kernels/linux-libre-xen/config.i686
index 7de310e0b..7de310e0b 100755..100644
--- a/kernels/linux-libre-xen/config.i686
+++ b/kernels/linux-libre-xen/config.i686
diff --git a/kernels/linux-libre-xen/ext4-options.patch b/kernels/linux-libre-xen/ext4-options.patch
index ea48c384b..ea48c384b 100755..100644
--- a/kernels/linux-libre-xen/ext4-options.patch
+++ b/kernels/linux-libre-xen/ext4-options.patch
diff --git a/kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch b/kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch
index 3b631361a..3b631361a 100755..100644
--- a/kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch
+++ b/kernels/linux-libre-xen/i915-fix-ghost-tv-output.patch
diff --git a/kernels/linux-libre-xen/linux-libre-xen.install b/kernels/linux-libre-xen/linux-libre-xen.install
index b670328cd..b670328cd 100755..100644
--- a/kernels/linux-libre-xen/linux-libre-xen.install
+++ b/kernels/linux-libre-xen/linux-libre-xen.install
diff --git a/kernels/linux-libre-xen/linux-libre-xen.preset b/kernels/linux-libre-xen/linux-libre-xen.preset
index 6d5019d92..6d5019d92 100755..100644
--- a/kernels/linux-libre-xen/linux-libre-xen.preset
+++ b/kernels/linux-libre-xen/linux-libre-xen.preset
diff --git a/kernels/xe-guest-utilities/PKGBUILD b/kernels/xe-guest-utilities/PKGBUILD
index a982f40d2..a982f40d2 100755..100644
--- a/kernels/xe-guest-utilities/PKGBUILD
+++ b/kernels/xe-guest-utilities/PKGBUILD
diff --git a/kernels/xe-guest-utilities/ip_address.patch b/kernels/xe-guest-utilities/ip_address.patch
index 1e589ef37..1e589ef37 100755..100644
--- a/kernels/xe-guest-utilities/ip_address.patch
+++ b/kernels/xe-guest-utilities/ip_address.patch
diff --git a/kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch b/kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch
index a433f6887..a433f6887 100755..100644
--- a/kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch
+++ b/kernels/xe-guest-utilities/xe-guest-utilities-parabola.patch
diff --git a/kernels/xen/parabolainit.patch b/kernels/xen/parabolainit.patch
index 645a66edd..645a66edd 100755..100644
--- a/kernels/xen/parabolainit.patch
+++ b/kernels/xen/parabolainit.patch
diff --git a/libre-testing/b43-tools-git/PKGBUILD b/libre-testing/b43-tools-git/PKGBUILD
index 42e331f7b..42e331f7b 100755..100644
--- a/libre-testing/b43-tools-git/PKGBUILD
+++ b/libre-testing/b43-tools-git/PKGBUILD
diff --git a/libre-testing/icewm-themes-libre/PKGBUILD b/libre-testing/icewm-themes-libre/PKGBUILD
index a6cb0a6ba..a6cb0a6ba 100755..100644
--- a/libre-testing/icewm-themes-libre/PKGBUILD
+++ b/libre-testing/icewm-themes-libre/PKGBUILD
diff --git a/libre-testing/openfwwf/PKGBUILD b/libre-testing/openfwwf/PKGBUILD
index 30168b159..30168b159 100755..100644
--- a/libre-testing/openfwwf/PKGBUILD
+++ b/libre-testing/openfwwf/PKGBUILD
diff --git a/libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch b/libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch
index 2092fef90..2092fef90 100755..100644
--- a/libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch
+++ b/libre-testing/systemd/0001-Reinstate-TIMEOUT-handling.patch
diff --git a/libre-testing/systemd/PKGBUILD b/libre-testing/systemd/PKGBUILD
index 3d7649c01..3d7649c01 100755..100644
--- a/libre-testing/systemd/PKGBUILD
+++ b/libre-testing/systemd/PKGBUILD
diff --git a/libre-testing/systemd/initcpio-hook-udev b/libre-testing/systemd/initcpio-hook-udev
index 75da7e4a8..75da7e4a8 100755..100644
--- a/libre-testing/systemd/initcpio-hook-udev
+++ b/libre-testing/systemd/initcpio-hook-udev
diff --git a/libre-testing/systemd/initcpio-install-timestamp b/libre-testing/systemd/initcpio-install-timestamp
index 259cc705b..259cc705b 100755..100644
--- a/libre-testing/systemd/initcpio-install-timestamp
+++ b/libre-testing/systemd/initcpio-install-timestamp
diff --git a/libre-testing/systemd/initcpio-install-udev b/libre-testing/systemd/initcpio-install-udev
index 762429983..762429983 100755..100644
--- a/libre-testing/systemd/initcpio-install-udev
+++ b/libre-testing/systemd/initcpio-install-udev
diff --git a/libre-testing/systemd/locale.sh b/libre-testing/systemd/locale.sh
index 11f1bbbee..11f1bbbee 100755..100644
--- a/libre-testing/systemd/locale.sh
+++ b/libre-testing/systemd/locale.sh
diff --git a/libre-testing/systemd/os-release b/libre-testing/systemd/os-release
index 65253e9c3..65253e9c3 100755..100644
--- a/libre-testing/systemd/os-release
+++ b/libre-testing/systemd/os-release
diff --git a/libre-testing/systemd/rePKGBUILD b/libre-testing/systemd/rePKGBUILD
index 0487320e7..0487320e7 100755..100644
--- a/libre-testing/systemd/rePKGBUILD
+++ b/libre-testing/systemd/rePKGBUILD
diff --git a/libre-testing/systemd/systemd-tools.install b/libre-testing/systemd/systemd-tools.install
index c1c19d15d..c1c19d15d 100755..100644
--- a/libre-testing/systemd/systemd-tools.install
+++ b/libre-testing/systemd/systemd-tools.install
diff --git a/libre-testing/systemd/systemd.install b/libre-testing/systemd/systemd.install
index 0b10f9537..0b10f9537 100755..100644
--- a/libre-testing/systemd/systemd.install
+++ b/libre-testing/systemd/systemd.install
diff --git a/libre-testing/unace-libre/PKGBUILD b/libre-testing/unace-libre/PKGBUILD
index 8708694c6..8708694c6 100755..100644
--- a/libre-testing/unace-libre/PKGBUILD
+++ b/libre-testing/unace-libre/PKGBUILD
diff --git a/libre-testing/unar/PKGBUILD b/libre-testing/unar/PKGBUILD
index 4bb523a89..4bb523a89 100755..100644
--- a/libre-testing/unar/PKGBUILD
+++ b/libre-testing/unar/PKGBUILD
diff --git a/libre-testing/unarchiver/PKGBUILD b/libre-testing/unarchiver/PKGBUILD
index 0df133a6c..0df133a6c 100755..100644
--- a/libre-testing/unarchiver/PKGBUILD
+++ b/libre-testing/unarchiver/PKGBUILD
diff --git a/libre-testing/xadmaster/PKGBUILD b/libre-testing/xadmaster/PKGBUILD
index 8f358aae6..8f358aae6 100755..100644
--- a/libre-testing/xadmaster/PKGBUILD
+++ b/libre-testing/xadmaster/PKGBUILD
diff --git a/libre/abiword-libre/PKGBUILD b/libre/abiword-libre/PKGBUILD
index 4286d258a..4286d258a 100755..100644
--- a/libre/abiword-libre/PKGBUILD
+++ b/libre/abiword-libre/PKGBUILD
diff --git a/libre/abiword-libre/abiword-2.8.6-libpng15.patch b/libre/abiword-libre/abiword-2.8.6-libpng15.patch
index 7eded4c83..7eded4c83 100755..100644
--- a/libre/abiword-libre/abiword-2.8.6-libpng15.patch
+++ b/libre/abiword-libre/abiword-2.8.6-libpng15.patch
diff --git a/libre/abiword-libre/abiword-2.8.6-no-undefined.patch b/libre/abiword-libre/abiword-2.8.6-no-undefined.patch
index c07000edb..c07000edb 100755..100644
--- a/libre/abiword-libre/abiword-2.8.6-no-undefined.patch
+++ b/libre/abiword-libre/abiword-2.8.6-no-undefined.patch
diff --git a/libre/abiword-libre/abiword-libre.install b/libre/abiword-libre/abiword-libre.install
index 2eaa60550..2eaa60550 100755..100644
--- a/libre/abiword-libre/abiword-libre.install
+++ b/libre/abiword-libre/abiword-libre.install
diff --git a/libre/abiword-libre/compat_libwpg_0_9.patch b/libre/abiword-libre/compat_libwpg_0_9.patch
index cf36e188e..cf36e188e 100755..100644
--- a/libre/abiword-libre/compat_libwpg_0_9.patch
+++ b/libre/abiword-libre/compat_libwpg_0_9.patch
diff --git a/libre/abiword-libre/liberation-fonts.patch b/libre/abiword-libre/liberation-fonts.patch
index a009b18f5..a009b18f5 100755..100644
--- a/libre/abiword-libre/liberation-fonts.patch
+++ b/libre/abiword-libre/liberation-fonts.patch
diff --git a/libre/abs-libre/PKGBUILD b/libre/abs-libre/PKGBUILD
index 1abcd02dc..1abcd02dc 100755..100644
--- a/libre/abs-libre/PKGBUILD
+++ b/libre/abs-libre/PKGBUILD
diff --git a/libre/abs-libre/abs.install b/libre/abs-libre/abs.install
index ac814c2fc..ac814c2fc 100755..100644
--- a/libre/abs-libre/abs.install
+++ b/libre/abs-libre/abs.install
diff --git a/libre/abuse-libre/PKGBUILD b/libre/abuse-libre/PKGBUILD
index 196fb2c85..196fb2c85 100755..100644
--- a/libre/abuse-libre/PKGBUILD
+++ b/libre/abuse-libre/PKGBUILD
diff --git a/libre/abuse-libre/abuse.install b/libre/abuse-libre/abuse.install
index 4d28ebacd..4d28ebacd 100755..100644
--- a/libre/abuse-libre/abuse.install
+++ b/libre/abuse-libre/abuse.install
diff --git a/libre/abuse-libre/non-claudio.patch b/libre/abuse-libre/non-claudio.patch
index 2a29e53f0..2a29e53f0 100755..100644
--- a/libre/abuse-libre/non-claudio.patch
+++ b/libre/abuse-libre/non-claudio.patch
diff --git a/libre/abuse-libre/rePKGBUILD b/libre/abuse-libre/rePKGBUILD
index 3c9a0082d..3c9a0082d 100755..100644
--- a/libre/abuse-libre/rePKGBUILD
+++ b/libre/abuse-libre/rePKGBUILD
diff --git a/libre/aif-libre/PKGBUILD b/libre/aif-libre/PKGBUILD
index 7decd9531..7decd9531 100755..100644
--- a/libre/aif-libre/PKGBUILD
+++ b/libre/aif-libre/PKGBUILD
diff --git a/libre/atool-libre/PKGBUILD b/libre/atool-libre/PKGBUILD
index ea1dfec52..ea1dfec52 100755..100644
--- a/libre/atool-libre/PKGBUILD
+++ b/libre/atool-libre/PKGBUILD
diff --git a/libre/atool-libre/atool.changelog b/libre/atool-libre/atool.changelog
index ce0b12c2b..ce0b12c2b 100755..100644
--- a/libre/atool-libre/atool.changelog
+++ b/libre/atool-libre/atool.changelog
diff --git a/libre/atool-libre/rePKGBUILD b/libre/atool-libre/rePKGBUILD
index e684320d0..e684320d0 100755..100644
--- a/libre/atool-libre/rePKGBUILD
+++ b/libre/atool-libre/rePKGBUILD
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD
index c59052f0d..c59052f0d 100755..100644
--- a/libre/audacious-plugins-libre/PKGBUILD
+++ b/libre/audacious-plugins-libre/PKGBUILD
diff --git a/libre/audacity-libre/.directory b/libre/audacity-libre/.directory
index a65007814..a65007814 100755..100644
--- a/libre/audacity-libre/.directory
+++ b/libre/audacity-libre/.directory
diff --git a/libre/audacity-libre/PKGBUILD b/libre/audacity-libre/PKGBUILD
index 6d6f287b3..6d6f287b3 100755..100644
--- a/libre/audacity-libre/PKGBUILD
+++ b/libre/audacity-libre/PKGBUILD
diff --git a/libre/audacity-libre/audacity-libre.install b/libre/audacity-libre/audacity-libre.install
index 028c9f62a..028c9f62a 100755..100644
--- a/libre/audacity-libre/audacity-libre.install
+++ b/libre/audacity-libre/audacity-libre.install
diff --git a/libre/audacity-libre/remove-unfree-nyquist.patch b/libre/audacity-libre/remove-unfree-nyquist.patch
index b2f9f31e3..b2f9f31e3 100755..100644
--- a/libre/audacity-libre/remove-unfree-nyquist.patch
+++ b/libre/audacity-libre/remove-unfree-nyquist.patch
diff --git a/libre/blackbox-libre/PKGBUILD b/libre/blackbox-libre/PKGBUILD
index c76d7cba5..c76d7cba5 100755..100644
--- a/libre/blackbox-libre/PKGBUILD
+++ b/libre/blackbox-libre/PKGBUILD
diff --git a/libre/blackbox-libre/bbdock.patch b/libre/blackbox-libre/bbdock.patch
index 709b6cfe1..709b6cfe1 100755..100644
--- a/libre/blackbox-libre/bbdock.patch
+++ b/libre/blackbox-libre/bbdock.patch
diff --git a/libre/blackbox-libre/bsetbg-feh.patch b/libre/blackbox-libre/bsetbg-feh.patch
index 17a612ff0..17a612ff0 100755..100644
--- a/libre/blackbox-libre/bsetbg-feh.patch
+++ b/libre/blackbox-libre/bsetbg-feh.patch
diff --git a/libre/blackbox-libre/gcc4.3.patch b/libre/blackbox-libre/gcc4.3.patch
index 40a9dcdef..40a9dcdef 100755..100644
--- a/libre/blackbox-libre/gcc4.3.patch
+++ b/libre/blackbox-libre/gcc4.3.patch
diff --git a/libre/blackbox-libre/menu b/libre/blackbox-libre/menu
index 9cba27d16..9cba27d16 100755..100644
--- a/libre/blackbox-libre/menu
+++ b/libre/blackbox-libre/menu
diff --git a/libre/blackbox-libre/textpropertytostring-unconditional.patch b/libre/blackbox-libre/textpropertytostring-unconditional.patch
index ed320388a..ed320388a 100755..100644
--- a/libre/blackbox-libre/textpropertytostring-unconditional.patch
+++ b/libre/blackbox-libre/textpropertytostring-unconditional.patch
diff --git a/libre/blender-libre/blender.install b/libre/blender-libre/blender.install
index 724bfce00..724bfce00 100755..100644
--- a/libre/blender-libre/blender.install
+++ b/libre/blender-libre/blender.install
diff --git a/libre/blender-libre/boost-1.50.patch b/libre/blender-libre/boost-1.50.patch
index fa698a3a6..fa698a3a6 100755..100644
--- a/libre/blender-libre/boost-1.50.patch
+++ b/libre/blender-libre/boost-1.50.patch
diff --git a/libre/blender-libre/ffmpeg-0.11.patch b/libre/blender-libre/ffmpeg-0.11.patch
index 45144140c..45144140c 100755..100644
--- a/libre/blender-libre/ffmpeg-0.11.patch
+++ b/libre/blender-libre/ffmpeg-0.11.patch
diff --git a/libre/bogofilter-libre/PKGBUILD b/libre/bogofilter-libre/PKGBUILD
index c5718a9fd..c5718a9fd 100755..100644
--- a/libre/bogofilter-libre/PKGBUILD
+++ b/libre/bogofilter-libre/PKGBUILD
diff --git a/libre/cdrkit-libre/PKGBUILD b/libre/cdrkit-libre/PKGBUILD
index 5e71171f9..5e71171f9 100755..100644
--- a/libre/cdrkit-libre/PKGBUILD
+++ b/libre/cdrkit-libre/PKGBUILD
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD
index fb7beb4f6..fb7beb4f6 100755..100644
--- a/libre/clementine-libre/PKGBUILD
+++ b/libre/clementine-libre/PKGBUILD
diff --git a/libre/clementine-libre/clementine.install b/libre/clementine-libre/clementine.install
index 2f0338d8a..2f0338d8a 100755..100644
--- a/libre/clementine-libre/clementine.install
+++ b/libre/clementine-libre/clementine.install
diff --git a/libre/clementine-libre/remove-and-disable-spotify.patch b/libre/clementine-libre/remove-and-disable-spotify.patch
index a9352b275..a9352b275 100755..100644
--- a/libre/clementine-libre/remove-and-disable-spotify.patch
+++ b/libre/clementine-libre/remove-and-disable-spotify.patch
diff --git a/libre/crosstool-ng/PKGBUILD b/libre/crosstool-ng/PKGBUILD
index 6cfb023cb..6cfb023cb 100755..100644
--- a/libre/crosstool-ng/PKGBUILD
+++ b/libre/crosstool-ng/PKGBUILD
diff --git a/libre/crosstool-ng/libc_ports_short_name.patch b/libre/crosstool-ng/libc_ports_short_name.patch
index b511fa183..b511fa183 100755..100644
--- a/libre/crosstool-ng/libc_ports_short_name.patch
+++ b/libre/crosstool-ng/libc_ports_short_name.patch
diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD
index 84b4d0cd1..84b4d0cd1 100755..100644
--- a/libre/cups-filters-libre/PKGBUILD
+++ b/libre/cups-filters-libre/PKGBUILD
diff --git a/libre/debhelper/PKGBUILD b/libre/debhelper/PKGBUILD
index 60ff8f267..60ff8f267 100755..100644
--- a/libre/debhelper/PKGBUILD
+++ b/libre/debhelper/PKGBUILD
diff --git a/libre/dpkg/PKGBUILD b/libre/dpkg/PKGBUILD
index 175b80610..175b80610 100755..100644
--- a/libre/dpkg/PKGBUILD
+++ b/libre/dpkg/PKGBUILD
diff --git a/libre/dpkg/dpkg-arch.patch b/libre/dpkg/dpkg-arch.patch
index 66e7a2ef2..66e7a2ef2 100755..100644
--- a/libre/dpkg/dpkg-arch.patch
+++ b/libre/dpkg/dpkg-arch.patch
diff --git a/libre/dpkg/dpkg-rsyncable.patch b/libre/dpkg/dpkg-rsyncable.patch
index e7e58dfdf..e7e58dfdf 100755..100644
--- a/libre/dpkg/dpkg-rsyncable.patch
+++ b/libre/dpkg/dpkg-rsyncable.patch
diff --git a/libre/dvdrip-libre/PKGBUILD b/libre/dvdrip-libre/PKGBUILD
index 2069f1c8a..2069f1c8a 100755..100644
--- a/libre/dvdrip-libre/PKGBUILD
+++ b/libre/dvdrip-libre/PKGBUILD
diff --git a/libre/dvdrip-libre/dvdrip.desktop b/libre/dvdrip-libre/dvdrip.desktop
index dd19b4aae..dd19b4aae 100755..100644
--- a/libre/dvdrip-libre/dvdrip.desktop
+++ b/libre/dvdrip-libre/dvdrip.desktop
diff --git a/libre/dvdrip-libre/dvdrip.install b/libre/dvdrip-libre/dvdrip.install
index e111ef946..e111ef946 100755..100644
--- a/libre/dvdrip-libre/dvdrip.install
+++ b/libre/dvdrip-libre/dvdrip.install
diff --git a/libre/dvdrip-libre/libre.patch b/libre/dvdrip-libre/libre.patch
index cc24ef467..cc24ef467 100755..100644
--- a/libre/dvdrip-libre/libre.patch
+++ b/libre/dvdrip-libre/libre.patch
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
index e077a15cf..e077a15cf 100755..100644
--- 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
diff --git a/libre/epdfview-libre/PKGBUILD b/libre/epdfview-libre/PKGBUILD
index 28c77eed8..28c77eed8 100755..100644
--- a/libre/epdfview-libre/PKGBUILD
+++ b/libre/epdfview-libre/PKGBUILD
diff --git a/libre/epdfview-libre/epdfview.desktop.patch b/libre/epdfview-libre/epdfview.desktop.patch
index d86fc3088..d86fc3088 100755..100644
--- a/libre/epdfview-libre/epdfview.desktop.patch
+++ b/libre/epdfview-libre/epdfview.desktop.patch
diff --git a/libre/epdfview-libre/epdfview.install b/libre/epdfview-libre/epdfview.install
index c317fbaca..c317fbaca 100755..100644
--- a/libre/epdfview-libre/epdfview.install
+++ b/libre/epdfview-libre/epdfview.install
diff --git a/libre/epdfview-libre/glib2_headers.patch b/libre/epdfview-libre/glib2_headers.patch
index b5bc5c211..b5bc5c211 100755..100644
--- a/libre/epdfview-libre/glib2_headers.patch
+++ b/libre/epdfview-libre/glib2_headers.patch
diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD
index eae98446f..eae98446f 100755..100644
--- a/libre/file-roller-libre/PKGBUILD
+++ b/libre/file-roller-libre/PKGBUILD
diff --git a/libre/file-roller-libre/file-roller.install b/libre/file-roller-libre/file-roller.install
index 8b17fa3d4..8b17fa3d4 100755..100644
--- a/libre/file-roller-libre/file-roller.install
+++ b/libre/file-roller-libre/file-roller.install
diff --git a/libre/file-roller-libre/rePKGBUILD b/libre/file-roller-libre/rePKGBUILD
index a83d218f1..a83d218f1 100755..100644
--- a/libre/file-roller-libre/rePKGBUILD
+++ b/libre/file-roller-libre/rePKGBUILD
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index fb422594c..fb422594c 100755..100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
diff --git a/libre/filesystem/crypttab b/libre/filesystem/crypttab
index 195945a74..195945a74 100755..100644
--- a/libre/filesystem/crypttab
+++ b/libre/filesystem/crypttab
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install
index 12e59b01b..12e59b01b 100755..100644
--- a/libre/filesystem/filesystem.install
+++ b/libre/filesystem/filesystem.install
diff --git a/libre/filesystem/fstab b/libre/filesystem/fstab
index b6716c14a..b6716c14a 100755..100644
--- a/libre/filesystem/fstab
+++ b/libre/filesystem/fstab
diff --git a/libre/filesystem/group b/libre/filesystem/group
index 3e6645c83..3e6645c83 100755..100644
--- a/libre/filesystem/group
+++ b/libre/filesystem/group
diff --git a/libre/filesystem/gshadow b/libre/filesystem/gshadow
index 253f35838..253f35838 100755..100644
--- a/libre/filesystem/gshadow
+++ b/libre/filesystem/gshadow
diff --git a/libre/filesystem/host.conf b/libre/filesystem/host.conf
index cf52fe561..cf52fe561 100755..100644
--- a/libre/filesystem/host.conf
+++ b/libre/filesystem/host.conf
diff --git a/libre/filesystem/hosts b/libre/filesystem/hosts
index 1747f9196..1747f9196 100755..100644
--- a/libre/filesystem/hosts
+++ b/libre/filesystem/hosts
diff --git a/libre/filesystem/issue b/libre/filesystem/issue
index b001c55dd..b001c55dd 100755..100644
--- a/libre/filesystem/issue
+++ b/libre/filesystem/issue
diff --git a/libre/filesystem/ld.so.conf b/libre/filesystem/ld.so.conf
index dfac45683..dfac45683 100755..100644
--- a/libre/filesystem/ld.so.conf
+++ b/libre/filesystem/ld.so.conf
diff --git a/libre/filesystem/modprobe.d.usb-load-ehci-first b/libre/filesystem/modprobe.d.usb-load-ehci-first
index 947379411..947379411 100755..100644
--- a/libre/filesystem/modprobe.d.usb-load-ehci-first
+++ b/libre/filesystem/modprobe.d.usb-load-ehci-first
diff --git a/libre/filesystem/motd b/libre/filesystem/motd
index e69de29bb..e69de29bb 100755..100644
--- a/libre/filesystem/motd
+++ b/libre/filesystem/motd
diff --git a/libre/filesystem/nsswitch.conf b/libre/filesystem/nsswitch.conf
index 4a4f5770d..4a4f5770d 100755..100644
--- a/libre/filesystem/nsswitch.conf
+++ b/libre/filesystem/nsswitch.conf
diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release
index fe5f20b4f..fe5f20b4f 100755..100644
--- a/libre/filesystem/os-release
+++ b/libre/filesystem/os-release
diff --git a/libre/filesystem/passwd b/libre/filesystem/passwd
index 671fc486e..671fc486e 100755..100644
--- a/libre/filesystem/passwd
+++ b/libre/filesystem/passwd
diff --git a/libre/filesystem/profile b/libre/filesystem/profile
index 3bc22db9f..3bc22db9f 100755..100644
--- a/libre/filesystem/profile
+++ b/libre/filesystem/profile
diff --git a/libre/filesystem/resolv.conf b/libre/filesystem/resolv.conf
index cecafba03..cecafba03 100755..100644
--- a/libre/filesystem/resolv.conf
+++ b/libre/filesystem/resolv.conf
diff --git a/libre/filesystem/securetty b/libre/filesystem/securetty
index 5a2235ce7..5a2235ce7 100755..100644
--- a/libre/filesystem/securetty
+++ b/libre/filesystem/securetty
diff --git a/libre/filesystem/shadow b/libre/filesystem/shadow
index 39ebb13c7..39ebb13c7 100755..100644
--- a/libre/filesystem/shadow
+++ b/libre/filesystem/shadow
diff --git a/libre/filesystem/shells b/libre/filesystem/shells
index 18c1aeffa..18c1aeffa 100755..100644
--- a/libre/filesystem/shells
+++ b/libre/filesystem/shells
diff --git a/libre/foomatic-filters-libre/PKGBUILD b/libre/foomatic-filters-libre/PKGBUILD
index 73a7af6c4..73a7af6c4 100755..100644
--- a/libre/foomatic-filters-libre/PKGBUILD
+++ b/libre/foomatic-filters-libre/PKGBUILD
diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD
index 656f49fb5..656f49fb5 100755..100644
--- a/libre/ghostscript-libre/PKGBUILD
+++ b/libre/ghostscript-libre/PKGBUILD
diff --git a/libre/ghostscript-libre/svn_rev11948.diff b/libre/ghostscript-libre/svn_rev11948.diff
index 92abb0d98..92abb0d98 100755..100644
--- a/libre/ghostscript-libre/svn_rev11948.diff
+++ b/libre/ghostscript-libre/svn_rev11948.diff
diff --git a/libre/gnu-ghostscript/PKGBUILD b/libre/gnu-ghostscript/PKGBUILD
index eb3a148e2..eb3a148e2 100755..100644
--- a/libre/gnu-ghostscript/PKGBUILD
+++ b/libre/gnu-ghostscript/PKGBUILD
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 8a1c01434..8a1c01434 100755..100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
diff --git a/libre/grub/grub.install b/libre/grub/grub.install
index 9188b357a..9188b357a 100755..100644
--- a/libre/grub/grub.install
+++ b/libre/grub/grub.install
diff --git a/libre/gstreamer0.10-bad-libre/PKGBUILD b/libre/gstreamer0.10-bad-libre/PKGBUILD
index 46e608da9..46e608da9 100755..100644
--- a/libre/gstreamer0.10-bad-libre/PKGBUILD
+++ b/libre/gstreamer0.10-bad-libre/PKGBUILD
diff --git a/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install
index 3a36b0ccb..3a36b0ccb 100755..100644
--- a/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install
+++ b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install
diff --git a/libre/gstreamer0.10-good/PKGBUILD b/libre/gstreamer0.10-good/PKGBUILD
index abe7dc0ef..abe7dc0ef 100755..100644
--- a/libre/gstreamer0.10-good/PKGBUILD
+++ b/libre/gstreamer0.10-good/PKGBUILD
diff --git a/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install b/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
index e343beea5..e343beea5 100755..100644
--- a/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
+++ b/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
diff --git a/libre/h-client/PKGBUILD b/libre/h-client/PKGBUILD
index 821517397..821517397 100755..100644
--- a/libre/h-client/PKGBUILD
+++ b/libre/h-client/PKGBUILD
diff --git a/libre/hardinfo/PKGBUILD b/libre/hardinfo/PKGBUILD
index 1987e191e..1987e191e 100755..100644
--- a/libre/hardinfo/PKGBUILD
+++ b/libre/hardinfo/PKGBUILD
diff --git a/libre/hardinfo/fixsensors.patch b/libre/hardinfo/fixsensors.patch
index 812c29458..812c29458 100755..100644
--- a/libre/hardinfo/fixsensors.patch
+++ b/libre/hardinfo/fixsensors.patch
diff --git a/libre/hardinfo/hardinfo.distro b/libre/hardinfo/hardinfo.distro
index cf378523a..cf378523a 100755..100644
--- a/libre/hardinfo/hardinfo.distro
+++ b/libre/hardinfo/hardinfo.distro
diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD
index 069fa612d..069fa612d 100755..100644
--- a/libre/hplip-libre/PKGBUILD
+++ b/libre/hplip-libre/PKGBUILD
diff --git a/libre/hplip-libre/hplip.install b/libre/hplip-libre/hplip.install
index 74532cde3..74532cde3 100755..100644
--- a/libre/hplip-libre/hplip.install
+++ b/libre/hplip-libre/hplip.install
diff --git a/libre/iceape-i18n/.gitignore b/libre/iceape-i18n/.gitignore
index 3e1eb57b5..3e1eb57b5 100755..100644
--- a/libre/iceape-i18n/.gitignore
+++ b/libre/iceape-i18n/.gitignore
diff --git a/libre/iceape-i18n/Makefile b/libre/iceape-i18n/Makefile
index 89aaccfdc..89aaccfdc 100755..100644
--- a/libre/iceape-i18n/Makefile
+++ b/libre/iceape-i18n/Makefile
diff --git a/libre/iceape-i18n/PKGBUILD b/libre/iceape-i18n/PKGBUILD
index ef9906627..ef9906627 100755..100644
--- a/libre/iceape-i18n/PKGBUILD
+++ b/libre/iceape-i18n/PKGBUILD
diff --git a/libre/iceape-i18n/PKGBUILD.in b/libre/iceape-i18n/PKGBUILD.in
index 6891b2672..6891b2672 100755..100644
--- a/libre/iceape-i18n/PKGBUILD.in
+++ b/libre/iceape-i18n/PKGBUILD.in
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD
index 2595a36f9..2595a36f9 100755..100644
--- a/libre/iceape-libre/PKGBUILD
+++ b/libre/iceape-libre/PKGBUILD
diff --git a/libre/iceape-libre/clrf.patch b/libre/iceape-libre/clrf.patch
index 375708ac4..375708ac4 100755..100644
--- a/libre/iceape-libre/clrf.patch
+++ b/libre/iceape-libre/clrf.patch
diff --git a/libre/iceape-libre/gcc47.patch b/libre/iceape-libre/gcc47.patch
index 115d65131..115d65131 100755..100644
--- a/libre/iceape-libre/gcc47.patch
+++ b/libre/iceape-libre/gcc47.patch
diff --git a/libre/iceape-libre/iceape-2.0-lang.patch b/libre/iceape-libre/iceape-2.0-lang.patch
index b9f4a5cde..b9f4a5cde 100755..100644
--- a/libre/iceape-libre/iceape-2.0-lang.patch
+++ b/libre/iceape-libre/iceape-2.0-lang.patch
diff --git a/libre/iceape-libre/iceape.desktop b/libre/iceape-libre/iceape.desktop
index 0868e5058..0868e5058 100755..100644
--- a/libre/iceape-libre/iceape.desktop
+++ b/libre/iceape-libre/iceape.desktop
diff --git a/libre/iceape-libre/iceape.install b/libre/iceape-libre/iceape.install
index 709ad81f2..709ad81f2 100755..100644
--- a/libre/iceape-libre/iceape.install
+++ b/libre/iceape-libre/iceape.install
diff --git a/libre/iceape-libre/libre.patch b/libre/iceape-libre/libre.patch
index 6273a05a9..6273a05a9 100755..100644
--- a/libre/iceape-libre/libre.patch
+++ b/libre/iceape-libre/libre.patch
diff --git a/libre/iceape-libre/mozconfig b/libre/iceape-libre/mozconfig
index 5227d77a5..5227d77a5 100755..100644
--- a/libre/iceape-libre/mozconfig
+++ b/libre/iceape-libre/mozconfig
diff --git a/libre/icecat-i18n/.gitignore b/libre/icecat-i18n/.gitignore
index 3987fdafb..3987fdafb 100755..100644
--- a/libre/icecat-i18n/.gitignore
+++ b/libre/icecat-i18n/.gitignore
diff --git a/libre/icecat-i18n/Makefile b/libre/icecat-i18n/Makefile
index d1aaf7bff..d1aaf7bff 100755..100644
--- a/libre/icecat-i18n/Makefile
+++ b/libre/icecat-i18n/Makefile
diff --git a/libre/icecat-i18n/PKGBUILD b/libre/icecat-i18n/PKGBUILD
index aebc6cef0..aebc6cef0 100755..100644
--- a/libre/icecat-i18n/PKGBUILD
+++ b/libre/icecat-i18n/PKGBUILD
diff --git a/libre/icecat-i18n/PKGBUILD.in b/libre/icecat-i18n/PKGBUILD.in
index 90c901e31..90c901e31 100755..100644
--- a/libre/icecat-i18n/PKGBUILD.in
+++ b/libre/icecat-i18n/PKGBUILD.in
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index cc5889c7a..cc5889c7a 100755..100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
diff --git a/libre/icecat/cairo.patch b/libre/icecat/cairo.patch
index a1fabee90..a1fabee90 100755..100644
--- a/libre/icecat/cairo.patch
+++ b/libre/icecat/cairo.patch
diff --git a/libre/icecat/gcc47.patch b/libre/icecat/gcc47.patch
index 829d59510..829d59510 100755..100644
--- a/libre/icecat/gcc47.patch
+++ b/libre/icecat/gcc47.patch
diff --git a/libre/icecat/icecat-safe.desktop b/libre/icecat/icecat-safe.desktop
index 87acc970c..87acc970c 100755..100644
--- a/libre/icecat/icecat-safe.desktop
+++ b/libre/icecat/icecat-safe.desktop
diff --git a/libre/icecat/icecat.desktop b/libre/icecat/icecat.desktop
index 8a7cad93d..8a7cad93d 100755..100644
--- a/libre/icecat/icecat.desktop
+++ b/libre/icecat/icecat.desktop
diff --git a/libre/icecat/icecat.install b/libre/icecat/icecat.install
index c1fe8284a..c1fe8284a 100755..100644
--- a/libre/icecat/icecat.install
+++ b/libre/icecat/icecat.install
diff --git a/libre/icecat/libre.patch b/libre/icecat/libre.patch
index bf2dff437..bf2dff437 100755..100644
--- a/libre/icecat/libre.patch
+++ b/libre/icecat/libre.patch
diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig
index 5df8547f7..5df8547f7 100755..100644
--- a/libre/icecat/mozconfig
+++ b/libre/icecat/mozconfig
diff --git a/libre/icecat/mozconfig.pgo b/libre/icecat/mozconfig.pgo
index b0c249ebf..b0c249ebf 100755..100644
--- a/libre/icecat/mozconfig.pgo
+++ b/libre/icecat/mozconfig.pgo
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
index d8d606bc1..d8d606bc1 100755..100644
--- a/libre/icecat/vendor.js
+++ b/libre/icecat/vendor.js
diff --git a/libre/icecat/xulrunner-copy-stub.patch b/libre/icecat/xulrunner-copy-stub.patch
index 8ccf127df..8ccf127df 100755..100644
--- a/libre/icecat/xulrunner-copy-stub.patch
+++ b/libre/icecat/xulrunner-copy-stub.patch
diff --git a/libre/icedove-i18n/PKGBUILD b/libre/icedove-i18n/PKGBUILD
index d7dbbb211..d7dbbb211 100755..100644
--- a/libre/icedove-i18n/PKGBUILD
+++ b/libre/icedove-i18n/PKGBUILD
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD
index d61b756f5..d61b756f5 100755..100644
--- a/libre/icedove-libre/PKGBUILD
+++ b/libre/icedove-libre/PKGBUILD
diff --git a/libre/icedove-libre/icedove.desktop b/libre/icedove-libre/icedove.desktop
index ef2cd76e9..ef2cd76e9 100755..100644
--- a/libre/icedove-libre/icedove.desktop
+++ b/libre/icedove-libre/icedove.desktop
diff --git a/libre/icedove-libre/icedove.install b/libre/icedove-libre/icedove.install
index 4d4a283db..4d4a283db 100755..100644
--- a/libre/icedove-libre/icedove.install
+++ b/libre/icedove-libre/icedove.install
diff --git a/libre/icedove-libre/makefile.patch b/libre/icedove-libre/makefile.patch
index 8f8137bec..8f8137bec 100755..100644
--- a/libre/icedove-libre/makefile.patch
+++ b/libre/icedove-libre/makefile.patch
diff --git a/libre/icedove-libre/mozconfig b/libre/icedove-libre/mozconfig
index 58f8ce24f..58f8ce24f 100755..100644
--- a/libre/icedove-libre/mozconfig
+++ b/libre/icedove-libre/mozconfig
diff --git a/libre/icedove-libre/vendor.js b/libre/icedove-libre/vendor.js
index 279bdc158..279bdc158 100755..100644
--- a/libre/icedove-libre/vendor.js
+++ b/libre/icedove-libre/vendor.js
diff --git a/libre/iceweasel-i18n/.gitignore b/libre/iceweasel-i18n/.gitignore
index 3e1eb57b5..3e1eb57b5 100755..100644
--- a/libre/iceweasel-i18n/.gitignore
+++ b/libre/iceweasel-i18n/.gitignore
diff --git a/libre/iceweasel-i18n/Makefile b/libre/iceweasel-i18n/Makefile
index d596111f3..d596111f3 100755..100644
--- a/libre/iceweasel-i18n/Makefile
+++ b/libre/iceweasel-i18n/Makefile
diff --git a/libre/iceweasel-i18n/PKGBUILD b/libre/iceweasel-i18n/PKGBUILD
index 3476c68f5..3476c68f5 100755..100644
--- a/libre/iceweasel-i18n/PKGBUILD
+++ b/libre/iceweasel-i18n/PKGBUILD
diff --git a/libre/iceweasel-i18n/PKGBUILD.in b/libre/iceweasel-i18n/PKGBUILD.in
index 05477caef..05477caef 100755..100644
--- a/libre/iceweasel-i18n/PKGBUILD.in
+++ b/libre/iceweasel-i18n/PKGBUILD.in
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD
index 56f1e4dfa..56f1e4dfa 100755..100644
--- a/libre/iceweasel-libre/PKGBUILD
+++ b/libre/iceweasel-libre/PKGBUILD
diff --git a/libre/iceweasel-libre/iceweasel.install b/libre/iceweasel-libre/iceweasel.install
index c1fe8284a..c1fe8284a 100755..100644
--- a/libre/iceweasel-libre/iceweasel.install
+++ b/libre/iceweasel-libre/iceweasel.install
diff --git a/libre/iceweasel-libre/libre.patch b/libre/iceweasel-libre/libre.patch
index cd3d49f2f..cd3d49f2f 100755..100644
--- a/libre/iceweasel-libre/libre.patch
+++ b/libre/iceweasel-libre/libre.patch
diff --git a/libre/iceweasel-libre/mozconfig b/libre/iceweasel-libre/mozconfig
index e79896323..e79896323 100755..100644
--- a/libre/iceweasel-libre/mozconfig
+++ b/libre/iceweasel-libre/mozconfig
diff --git a/libre/iceweasel-libre/mozconfig.pgo b/libre/iceweasel-libre/mozconfig.pgo
index b0c249ebf..b0c249ebf 100755..100644
--- a/libre/iceweasel-libre/mozconfig.pgo
+++ b/libre/iceweasel-libre/mozconfig.pgo
diff --git a/libre/iceweasel-libre/shared-libs.patch b/libre/iceweasel-libre/shared-libs.patch
index 1f22b2b0d..1f22b2b0d 100755..100644
--- a/libre/iceweasel-libre/shared-libs.patch
+++ b/libre/iceweasel-libre/shared-libs.patch
diff --git a/libre/iceweasel-libre/vendor.js b/libre/iceweasel-libre/vendor.js
index d8d606bc1..d8d606bc1 100755..100644
--- a/libre/iceweasel-libre/vendor.js
+++ b/libre/iceweasel-libre/vendor.js
diff --git a/libre/iceweasel-libre/xulrunner-copy-stub.patch b/libre/iceweasel-libre/xulrunner-copy-stub.patch
index e3b8e9376..e3b8e9376 100755..100644
--- a/libre/iceweasel-libre/xulrunner-copy-stub.patch
+++ b/libre/iceweasel-libre/xulrunner-copy-stub.patch
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
index a9b7a2423..a9b7a2423 100755..100644
--- a/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch
+++ b/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch
diff --git a/libre/initscripts/PKGBUILD b/libre/initscripts/PKGBUILD
index 1f68a6356..1f68a6356 100755..100644
--- a/libre/initscripts/PKGBUILD
+++ b/libre/initscripts/PKGBUILD
diff --git a/libre/initscripts/initscripts.install b/libre/initscripts/initscripts.install
index 557faafe4..557faafe4 100755..100644
--- a/libre/initscripts/initscripts.install
+++ b/libre/initscripts/initscripts.install
diff --git a/libre/initscripts/wireless.conf.d b/libre/initscripts/wireless.conf.d
index 47540ef40..47540ef40 100755..100644
--- a/libre/initscripts/wireless.conf.d
+++ b/libre/initscripts/wireless.conf.d
diff --git a/libre/kdebase-konqueror-libre/PKGBUILD b/libre/kdebase-konqueror-libre/PKGBUILD
index 26b14ff86..26b14ff86 100755..100644
--- a/libre/kdebase-konqueror-libre/PKGBUILD
+++ b/libre/kdebase-konqueror-libre/PKGBUILD
diff --git a/libre/kdebase-konqueror-libre/kdebase-konqueror.install b/libre/kdebase-konqueror-libre/kdebase-konqueror.install
index 5495fb1b5..5495fb1b5 100755..100644
--- a/libre/kdebase-konqueror-libre/kdebase-konqueror.install
+++ b/libre/kdebase-konqueror-libre/kdebase-konqueror.install
diff --git a/libre/kdebase-konqueror-libre/konq-about-fsdg.diff b/libre/kdebase-konqueror-libre/konq-about-fsdg.diff
index 93ef4016a..93ef4016a 100755..100644
--- a/libre/kdebase-konqueror-libre/konq-about-fsdg.diff
+++ b/libre/kdebase-konqueror-libre/konq-about-fsdg.diff
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD
index bc71be0c1..bc71be0c1 100755..100644
--- a/libre/kdelibs-libre/PKGBUILD
+++ b/libre/kdelibs-libre/PKGBUILD
diff --git a/libre/kdelibs-libre/fix-kmail-crash.patch b/libre/kdelibs-libre/fix-kmail-crash.patch
index 27caa25f0..27caa25f0 100755..100644
--- a/libre/kdelibs-libre/fix-kmail-crash.patch
+++ b/libre/kdelibs-libre/fix-kmail-crash.patch
diff --git a/libre/kdelibs-libre/kde-applications-menu.patch b/libre/kdelibs-libre/kde-applications-menu.patch
index 4b513298a..4b513298a 100755..100644
--- a/libre/kdelibs-libre/kde-applications-menu.patch
+++ b/libre/kdelibs-libre/kde-applications-menu.patch
diff --git a/libre/kdelibs-libre/kdelibs.install b/libre/kdelibs-libre/kdelibs.install
index c77e68041..c77e68041 100755..100644
--- a/libre/kdelibs-libre/kdelibs.install
+++ b/libre/kdelibs-libre/kdelibs.install
diff --git a/libre/kdelibs-libre/khtml-fsdg.diff b/libre/kdelibs-libre/khtml-fsdg.diff
index 1a531b3c8..1a531b3c8 100755..100644
--- a/libre/kdelibs-libre/khtml-fsdg.diff
+++ b/libre/kdelibs-libre/khtml-fsdg.diff
diff --git a/libre/kdelibs-libre/use-pythondontwritebytecode.patch b/libre/kdelibs-libre/use-pythondontwritebytecode.patch
index 9b5d92042..9b5d92042 100755..100644
--- a/libre/kdelibs-libre/use-pythondontwritebytecode.patch
+++ b/libre/kdelibs-libre/use-pythondontwritebytecode.patch
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD
index 3ff2a4205..3ff2a4205 100755..100644
--- a/libre/kdenetwork-kopete-libre/PKGBUILD
+++ b/libre/kdenetwork-kopete-libre/PKGBUILD
diff --git a/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install b/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install
index 5495fb1b5..5495fb1b5 100755..100644
--- a/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install
+++ b/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install
diff --git a/libre/kdenetwork-kopete-libre/kdenetwork.install b/libre/kdenetwork-kopete-libre/kdenetwork.install
index e70c054ec..e70c054ec 100755..100644
--- a/libre/kdenetwork-kopete-libre/kdenetwork.install
+++ b/libre/kdenetwork-kopete-libre/kdenetwork.install
diff --git a/libre/kdeutils-ark-libre/PKGBUILD b/libre/kdeutils-ark-libre/PKGBUILD
index 20ac66607..20ac66607 100755..100644
--- a/libre/kdeutils-ark-libre/PKGBUILD
+++ b/libre/kdeutils-ark-libre/PKGBUILD
diff --git a/libre/kdeutils-ark-libre/kdeutils-ark.install b/libre/kdeutils-ark-libre/kdeutils-ark.install
index 78681144b..78681144b 100755..100644
--- a/libre/kdeutils-ark-libre/kdeutils-ark.install
+++ b/libre/kdeutils-ark-libre/kdeutils-ark.install
diff --git a/libre/kdeutils-ark-libre/rePKGBUILD b/libre/kdeutils-ark-libre/rePKGBUILD
index f40b19d3f..f40b19d3f 100755..100644
--- a/libre/kdeutils-ark-libre/rePKGBUILD
+++ b/libre/kdeutils-ark-libre/rePKGBUILD
diff --git a/libre/kernel26-libre-lts/PKGBUILD b/libre/kernel26-libre-lts/PKGBUILD
index 7c444e8ff..7c444e8ff 100755..100644
--- a/libre/kernel26-libre-lts/PKGBUILD
+++ b/libre/kernel26-libre-lts/PKGBUILD
diff --git a/libre/kernel26-libre-lts/buildfix-gcc46.diff b/libre/kernel26-libre-lts/buildfix-gcc46.diff
index 595f97d66..595f97d66 100755..100644
--- a/libre/kernel26-libre-lts/buildfix-gcc46.diff
+++ b/libre/kernel26-libre-lts/buildfix-gcc46.diff
diff --git a/libre/kernel26-libre-lts/config.i686 b/libre/kernel26-libre-lts/config.i686
index b9fc967af..b9fc967af 100755..100644
--- a/libre/kernel26-libre-lts/config.i686
+++ b/libre/kernel26-libre-lts/config.i686
diff --git a/libre/kernel26-libre-lts/config.x86_64 b/libre/kernel26-libre-lts/config.x86_64
index 751f759e6..751f759e6 100755..100644
--- a/libre/kernel26-libre-lts/config.x86_64
+++ b/libre/kernel26-libre-lts/config.x86_64
diff --git a/libre/kernel26-libre-lts/kernel26-libre-lts.install b/libre/kernel26-libre-lts/kernel26-libre-lts.install
index 0e4b44fa3..0e4b44fa3 100755..100644
--- a/libre/kernel26-libre-lts/kernel26-libre-lts.install
+++ b/libre/kernel26-libre-lts/kernel26-libre-lts.install
diff --git a/libre/kernel26-libre-lts/kernel26-lts.preset b/libre/kernel26-libre-lts/kernel26-lts.preset
index b65e064b4..b65e064b4 100755..100644
--- a/libre/kernel26-libre-lts/kernel26-lts.preset
+++ b/libre/kernel26-libre-lts/kernel26-lts.preset
diff --git a/libre/kernel26-libre-lts/libata-alignment.patch b/libre/kernel26-libre-lts/libata-alignment.patch
index edd96f3b1..edd96f3b1 100755..100644
--- a/libre/kernel26-libre-lts/libata-alignment.patch
+++ b/libre/kernel26-libre-lts/libata-alignment.patch
diff --git a/libre/kernel26-libre-lts/packages/.svn/entries b/libre/kernel26-libre-lts/packages/.svn/entries
index 809dc9428..809dc9428 100755..100644
--- a/libre/kernel26-libre-lts/packages/.svn/entries
+++ b/libre/kernel26-libre-lts/packages/.svn/entries
diff --git a/libre/kernel26-libre-manpages/PKGBUILD b/libre/kernel26-libre-manpages/PKGBUILD
index 284d09de9..284d09de9 100755..100644
--- a/libre/kernel26-libre-manpages/PKGBUILD
+++ b/libre/kernel26-libre-manpages/PKGBUILD
diff --git a/libre/kile-libre/PKGBUILD b/libre/kile-libre/PKGBUILD
index 525624001..525624001 100755..100644
--- a/libre/kile-libre/PKGBUILD
+++ b/libre/kile-libre/PKGBUILD
diff --git a/libre/kile-libre/kile.install b/libre/kile-libre/kile.install
index 9fe93eeac..9fe93eeac 100755..100644
--- a/libre/kile-libre/kile.install
+++ b/libre/kile-libre/kile.install
diff --git a/libre/kile-libre/no-acroread.patch b/libre/kile-libre/no-acroread.patch
index 7d305a2d0..7d305a2d0 100755..100644
--- a/libre/kile-libre/no-acroread.patch
+++ b/libre/kile-libre/no-acroread.patch
diff --git a/libre/lame-libre/PKGBUILD b/libre/lame-libre/PKGBUILD
index 2dac12636..2dac12636 100755..100644
--- a/libre/lame-libre/PKGBUILD
+++ b/libre/lame-libre/PKGBUILD
diff --git a/libre/lesspipe-libre/PKGBUILD b/libre/lesspipe-libre/PKGBUILD
index 48d5ebe0f..48d5ebe0f 100755..100644
--- a/libre/lesspipe-libre/PKGBUILD
+++ b/libre/lesspipe-libre/PKGBUILD
diff --git a/libre/lesspipe-libre/lesspipe.sh b/libre/lesspipe-libre/lesspipe.sh
index 05526e46c..05526e46c 100755..100644
--- a/libre/lesspipe-libre/lesspipe.sh
+++ b/libre/lesspipe-libre/lesspipe.sh
diff --git a/libre/lesspipe-libre/rePKGBUILD b/libre/lesspipe-libre/rePKGBUILD
index cb388a715..cb388a715 100755..100644
--- a/libre/lesspipe-libre/rePKGBUILD
+++ b/libre/lesspipe-libre/rePKGBUILD
diff --git a/libre/libquicktime-libre/PKGBUILD b/libre/libquicktime-libre/PKGBUILD
index b800c1444..b800c1444 100755..100644
--- a/libre/libquicktime-libre/PKGBUILD
+++ b/libre/libquicktime-libre/PKGBUILD
diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD
index 075d8c0a6..075d8c0a6 100755..100644
--- a/libre/libui-sh/PKGBUILD
+++ b/libre/libui-sh/PKGBUILD
diff --git a/libre/licenses-libre/PKGBUILD b/libre/licenses-libre/PKGBUILD
index 8a3d62929..8a3d62929 100755..100644
--- a/libre/licenses-libre/PKGBUILD
+++ b/libre/licenses-libre/PKGBUILD
diff --git a/libre/licenses-libre/ZopePublicLicense.txt b/libre/licenses-libre/ZopePublicLicense.txt
index 0f06d960d..0f06d960d 100755..100644
--- a/libre/licenses-libre/ZopePublicLicense.txt
+++ b/libre/licenses-libre/ZopePublicLicense.txt
diff --git a/libre/licenses-libre/cc-by-3.0.txt b/libre/licenses-libre/cc-by-3.0.txt
index 4c79aa8ae..4c79aa8ae 100755..100644
--- a/libre/licenses-libre/cc-by-3.0.txt
+++ b/libre/licenses-libre/cc-by-3.0.txt
diff --git a/libre/licenses-libre/cc-by-sa-3.0.txt b/libre/licenses-libre/cc-by-sa-3.0.txt
index 7252d9ca5..7252d9ca5 100755..100644
--- a/libre/licenses-libre/cc-by-sa-3.0.txt
+++ b/libre/licenses-libre/cc-by-sa-3.0.txt
diff --git a/libre/licenses-libre/cc-readme.txt b/libre/licenses-libre/cc-readme.txt
index d71e2254f..d71e2254f 100755..100644
--- a/libre/licenses-libre/cc-readme.txt
+++ b/libre/licenses-libre/cc-readme.txt
diff --git a/libre/licenses-libre/cddl-1.0.txt b/libre/licenses-libre/cddl-1.0.txt
index d83893249..d83893249 100755..100644
--- a/libre/licenses-libre/cddl-1.0.txt
+++ b/libre/licenses-libre/cddl-1.0.txt
diff --git a/libre/licenses-libre/cpl-1.0.txt b/libre/licenses-libre/cpl-1.0.txt
index c48081b33..c48081b33 100755..100644
--- a/libre/licenses-libre/cpl-1.0.txt
+++ b/libre/licenses-libre/cpl-1.0.txt
diff --git a/libre/licenses-libre/eclipse-1.0.txt b/libre/licenses-libre/eclipse-1.0.txt
index f61d34dfe..f61d34dfe 100755..100644
--- a/libre/licenses-libre/eclipse-1.0.txt
+++ b/libre/licenses-libre/eclipse-1.0.txt
diff --git a/libre/licenses-libre/perlartistic.txt b/libre/licenses-libre/perlartistic.txt
index aaf7c8801..aaf7c8801 100755..100644
--- a/libre/licenses-libre/perlartistic.txt
+++ b/libre/licenses-libre/perlartistic.txt
diff --git a/libre/licenses-libre/python-2.txt b/libre/licenses-libre/python-2.txt
index 454f4ea69..454f4ea69 100755..100644
--- a/libre/licenses-libre/python-2.txt
+++ b/libre/licenses-libre/python-2.txt
diff --git a/libre/liferea-libre/PKGBUILD b/libre/liferea-libre/PKGBUILD
index 01ea9167c..01ea9167c 100755..100644
--- a/libre/liferea-libre/PKGBUILD
+++ b/libre/liferea-libre/PKGBUILD
diff --git a/libre/liferea-libre/libnotify-0.7.patch b/libre/liferea-libre/libnotify-0.7.patch
index 6dbbffb87..6dbbffb87 100755..100644
--- a/libre/liferea-libre/libnotify-0.7.patch
+++ b/libre/liferea-libre/libnotify-0.7.patch
diff --git a/libre/liferea-libre/liferea.install b/libre/liferea-libre/liferea.install
index 7d812ccdb..7d812ccdb 100755..100644
--- a/libre/liferea-libre/liferea.install
+++ b/libre/liferea-libre/liferea.install
diff --git a/libre/liferea-libre/remove-non-free-suggestions.patch b/libre/liferea-libre/remove-non-free-suggestions.patch
index 325017567..325017567 100755..100644
--- a/libre/liferea-libre/remove-non-free-suggestions.patch
+++ b/libre/liferea-libre/remove-non-free-suggestions.patch
diff --git a/libre/lilo/PKGBUILD b/libre/lilo/PKGBUILD
index 8103a1ac1..8103a1ac1 100755..100644
--- a/libre/lilo/PKGBUILD
+++ b/libre/lilo/PKGBUILD
diff --git a/libre/lilo/lilo.conf b/libre/lilo/lilo.conf
index dea0dbe58..dea0dbe58 100755..100644
--- a/libre/lilo/lilo.conf
+++ b/libre/lilo/lilo.conf
diff --git a/libre/lilo/lilo.install b/libre/lilo/lilo.install
index 7375fddf8..7375fddf8 100755..100644
--- a/libre/lilo/lilo.install
+++ b/libre/lilo/lilo.install
diff --git a/libre/linux-libre-api-headers/PKGBUILD b/libre/linux-libre-api-headers/PKGBUILD
index 569568cb1..569568cb1 100755..100644
--- a/libre/linux-libre-api-headers/PKGBUILD
+++ b/libre/linux-libre-api-headers/PKGBUILD
diff --git a/libre/linux-libre-lts/Kbuild b/libre/linux-libre-lts/Kbuild
index 8a9d7dceb..8a9d7dceb 100755..100644
--- a/libre/linux-libre-lts/Kbuild
+++ b/libre/linux-libre-lts/Kbuild
diff --git a/libre/linux-libre-lts/Kbuild.platforms b/libre/linux-libre-lts/Kbuild.platforms
index 90a226888..90a226888 100755..100644
--- a/libre/linux-libre-lts/Kbuild.platforms
+++ b/libre/linux-libre-lts/Kbuild.platforms
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD
index 47666d7b4..47666d7b4 100755..100644
--- a/libre/linux-libre-lts/PKGBUILD
+++ b/libre/linux-libre-lts/PKGBUILD
diff --git a/libre/linux-libre-lts/boot-logo.patch b/libre/linux-libre-lts/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/libre/linux-libre-lts/boot-logo.patch
+++ b/libre/linux-libre-lts/boot-logo.patch
diff --git a/libre/linux-libre-lts/change-default-console-loglevel.patch b/libre/linux-libre-lts/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/libre/linux-libre-lts/change-default-console-loglevel.patch
+++ b/libre/linux-libre-lts/change-default-console-loglevel.patch
diff --git a/libre/linux-libre-lts/config.i686 b/libre/linux-libre-lts/config.i686
index a4198fa07..a4198fa07 100755..100644
--- a/libre/linux-libre-lts/config.i686
+++ b/libre/linux-libre-lts/config.i686
diff --git a/libre/linux-libre-lts/config.x86_64 b/libre/linux-libre-lts/config.x86_64
index ed86b4b62..ed86b4b62 100755..100644
--- a/libre/linux-libre-lts/config.x86_64
+++ b/libre/linux-libre-lts/config.x86_64
diff --git a/libre/linux-libre-lts/ext4-options.patch b/libre/linux-libre-lts/ext4-options.patch
index ef1b2417d..ef1b2417d 100755..100644
--- a/libre/linux-libre-lts/ext4-options.patch
+++ b/libre/linux-libre-lts/ext4-options.patch
diff --git a/libre/linux-libre-lts/i915-fix-ghost-tv-output.patch b/libre/linux-libre-lts/i915-fix-ghost-tv-output.patch
index 3b631361a..3b631361a 100755..100644
--- a/libre/linux-libre-lts/i915-fix-ghost-tv-output.patch
+++ b/libre/linux-libre-lts/i915-fix-ghost-tv-output.patch
diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install
index bb727e900..bb727e900 100755..100644
--- a/libre/linux-libre-lts/linux-libre-lts.install
+++ b/libre/linux-libre-lts/linux-libre-lts.install
diff --git a/libre/linux-libre-lts/linux-libre-lts.preset b/libre/linux-libre-lts/linux-libre-lts.preset
index 37cf35ed0..37cf35ed0 100755..100644
--- a/libre/linux-libre-lts/linux-libre-lts.preset
+++ b/libre/linux-libre-lts/linux-libre-lts.preset
diff --git a/libre/linux-libre-manpages/PKGBUILD b/libre/linux-libre-manpages/PKGBUILD
index 92f3778ca..92f3778ca 100755..100644
--- a/libre/linux-libre-manpages/PKGBUILD
+++ b/libre/linux-libre-manpages/PKGBUILD
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index 7e988e5dc..7e988e5dc 100755..100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
diff --git a/libre/linux-libre-tools/cpupower.conf b/libre/linux-libre-tools/cpupower.conf
index b5c522ea1..b5c522ea1 100755..100644
--- a/libre/linux-libre-tools/cpupower.conf
+++ b/libre/linux-libre-tools/cpupower.conf
diff --git a/libre/linux-libre-tools/cpupower.rc b/libre/linux-libre-tools/cpupower.rc
index 88edaf791..88edaf791 100755..100644
--- a/libre/linux-libre-tools/cpupower.rc
+++ b/libre/linux-libre-tools/cpupower.rc
diff --git a/libre/linux-libre-tools/cpupower.service b/libre/linux-libre-tools/cpupower.service
index aaeba2b08..aaeba2b08 100755..100644
--- a/libre/linux-libre-tools/cpupower.service
+++ b/libre/linux-libre-tools/cpupower.service
diff --git a/libre/linux-libre-tools/cpupower.systemd b/libre/linux-libre-tools/cpupower.systemd
index f45b02bc8..f45b02bc8 100755..100644
--- a/libre/linux-libre-tools/cpupower.systemd
+++ b/libre/linux-libre-tools/cpupower.systemd
diff --git a/libre/linux-libre-tools/usbipd.conf b/libre/linux-libre-tools/usbipd.conf
index 5990b857a..5990b857a 100755..100644
--- a/libre/linux-libre-tools/usbipd.conf
+++ b/libre/linux-libre-tools/usbipd.conf
diff --git a/libre/linux-libre-tools/usbipd.rc b/libre/linux-libre-tools/usbipd.rc
index 15a1bcf00..15a1bcf00 100755..100644
--- a/libre/linux-libre-tools/usbipd.rc
+++ b/libre/linux-libre-tools/usbipd.rc
diff --git a/libre/linux-libre-tools/usbipd.service b/libre/linux-libre-tools/usbipd.service
index ac2f5f7c1..ac2f5f7c1 100755..100644
--- a/libre/linux-libre-tools/usbipd.service
+++ b/libre/linux-libre-tools/usbipd.service
diff --git a/libre/linux-libre/ChangeLog b/libre/linux-libre/ChangeLog
index a4a67ef14..a4a67ef14 100755..100644
--- a/libre/linux-libre/ChangeLog
+++ b/libre/linux-libre/ChangeLog
diff --git a/libre/linux-libre/Kbuild b/libre/linux-libre/Kbuild
index 8a9d7dceb..8a9d7dceb 100755..100644
--- a/libre/linux-libre/Kbuild
+++ b/libre/linux-libre/Kbuild
diff --git a/libre/linux-libre/Kbuild.platforms b/libre/linux-libre/Kbuild.platforms
index 90a226888..90a226888 100755..100644
--- a/libre/linux-libre/Kbuild.platforms
+++ b/libre/linux-libre/Kbuild.platforms
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 8ca135fc2..8ca135fc2 100755..100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
diff --git a/libre/linux-libre/boot-logo.patch b/libre/linux-libre/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/libre/linux-libre/boot-logo.patch
+++ b/libre/linux-libre/boot-logo.patch
diff --git a/libre/linux-libre/change-default-console-loglevel.patch b/libre/linux-libre/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/libre/linux-libre/change-default-console-loglevel.patch
+++ b/libre/linux-libre/change-default-console-loglevel.patch
diff --git a/libre/linux-libre/config.i686 b/libre/linux-libre/config.i686
index 5413daf03..5413daf03 100755..100644
--- a/libre/linux-libre/config.i686
+++ b/libre/linux-libre/config.i686
diff --git a/libre/linux-libre/config.x86_64 b/libre/linux-libre/config.x86_64
index 19eb22d1f..19eb22d1f 100755..100644
--- a/libre/linux-libre/config.x86_64
+++ b/libre/linux-libre/config.x86_64
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install
index 61aa977c0..61aa977c0 100755..100644
--- a/libre/linux-libre/linux-libre.install
+++ b/libre/linux-libre/linux-libre.install
diff --git a/libre/linux-libre/linux-libre.preset b/libre/linux-libre/linux-libre.preset
index 0ac59eb14..0ac59eb14 100755..100644
--- a/libre/linux-libre/linux-libre.preset
+++ b/libre/linux-libre/linux-libre.preset
diff --git a/libre/lirc-libre/PKGBUILD b/libre/lirc-libre/PKGBUILD
index 7da492643..7da492643 100755..100644
--- a/libre/lirc-libre/PKGBUILD
+++ b/libre/lirc-libre/PKGBUILD
diff --git a/libre/lirc-libre/irexec.conf b/libre/lirc-libre/irexec.conf
index f911c7515..f911c7515 100755..100644
--- a/libre/lirc-libre/irexec.conf
+++ b/libre/lirc-libre/irexec.conf
diff --git a/libre/lirc-libre/irexecd b/libre/lirc-libre/irexecd
index a64b033a5..a64b033a5 100755..100644
--- a/libre/lirc-libre/irexecd
+++ b/libre/lirc-libre/irexecd
diff --git a/libre/lirc-libre/kernel-2.6.39.patch b/libre/lirc-libre/kernel-2.6.39.patch
index 7353d61ca..7353d61ca 100755..100644
--- a/libre/lirc-libre/kernel-2.6.39.patch
+++ b/libre/lirc-libre/kernel-2.6.39.patch
diff --git a/libre/lirc-libre/lirc.install b/libre/lirc-libre/lirc.install
index a6694836f..a6694836f 100755..100644
--- a/libre/lirc-libre/lirc.install
+++ b/libre/lirc-libre/lirc.install
diff --git a/libre/lirc-libre/lirc.logrotate b/libre/lirc-libre/lirc.logrotate
index 623c4f328..623c4f328 100755..100644
--- a/libre/lirc-libre/lirc.logrotate
+++ b/libre/lirc-libre/lirc.logrotate
diff --git a/libre/lirc-libre/lirc_atiusb-kfifo.patch b/libre/lirc-libre/lirc_atiusb-kfifo.patch
index a64984dce..a64984dce 100755..100644
--- a/libre/lirc-libre/lirc_atiusb-kfifo.patch
+++ b/libre/lirc-libre/lirc_atiusb-kfifo.patch
diff --git a/libre/lirc-libre/lirc_wpc8769l.patch b/libre/lirc-libre/lirc_wpc8769l.patch
index e4e2a049b..e4e2a049b 100755..100644
--- a/libre/lirc-libre/lirc_wpc8769l.patch
+++ b/libre/lirc-libre/lirc_wpc8769l.patch
diff --git a/libre/lirc-libre/lircd b/libre/lirc-libre/lircd
index e9739b36e..e9739b36e 100755..100644
--- a/libre/lirc-libre/lircd
+++ b/libre/lirc-libre/lircd
diff --git a/libre/lirc-libre/lircd-handle-large-config.patch b/libre/lirc-libre/lircd-handle-large-config.patch
index 85bc20518..85bc20518 100755..100644
--- a/libre/lirc-libre/lircd-handle-large-config.patch
+++ b/libre/lirc-libre/lircd-handle-large-config.patch
diff --git a/libre/lirc-libre/lircd.conf b/libre/lirc-libre/lircd.conf
index 760dab065..760dab065 100755..100644
--- a/libre/lirc-libre/lircd.conf
+++ b/libre/lirc-libre/lircd.conf
diff --git a/libre/lirc-libre/lircmd b/libre/lirc-libre/lircmd
index 220c47c9c..220c47c9c 100755..100644
--- a/libre/lirc-libre/lircmd
+++ b/libre/lirc-libre/lircmd
diff --git a/libre/lsb-release-libre/PKGBUILD b/libre/lsb-release-libre/PKGBUILD
index 51ec79bea..51ec79bea 100755..100644
--- a/libre/lsb-release-libre/PKGBUILD
+++ b/libre/lsb-release-libre/PKGBUILD
diff --git a/libre/lsb-release-libre/lsb-release.install b/libre/lsb-release-libre/lsb-release.install
index 62d404892..62d404892 100755..100644
--- a/libre/lsb-release-libre/lsb-release.install
+++ b/libre/lsb-release-libre/lsb-release.install
diff --git a/libre/mariadb/PKGBUILD b/libre/mariadb/PKGBUILD
index a5b733e9f..a5b733e9f 100755..100644
--- a/libre/mariadb/PKGBUILD
+++ b/libre/mariadb/PKGBUILD
diff --git a/libre/mariadb/mariadb.install b/libre/mariadb/mariadb.install
index f56a0dcaa..f56a0dcaa 100755..100644
--- a/libre/mariadb/mariadb.install
+++ b/libre/mariadb/mariadb.install
diff --git a/libre/mariadb/my.cnf b/libre/mariadb/my.cnf
index 9a41b4fc3..9a41b4fc3 100755..100644
--- a/libre/mariadb/my.cnf
+++ b/libre/mariadb/my.cnf
diff --git a/libre/mariadb/mysql.install b/libre/mariadb/mysql.install
index 9a4479215..9a4479215 100755..100644
--- a/libre/mariadb/mysql.install
+++ b/libre/mariadb/mysql.install
diff --git a/libre/mariadb/mysqld b/libre/mariadb/mysqld
index 1ac88a7cc..1ac88a7cc 100755..100644
--- a/libre/mariadb/mysqld
+++ b/libre/mariadb/mysqld
diff --git a/libre/mesa-demos-libre/LICENSE b/libre/mesa-demos-libre/LICENSE
index ae33d2709..ae33d2709 100755..100644
--- a/libre/mesa-demos-libre/LICENSE
+++ b/libre/mesa-demos-libre/LICENSE
diff --git a/libre/mesa-demos-libre/PKGBUILD b/libre/mesa-demos-libre/PKGBUILD
index 31170b19f..31170b19f 100755..100644
--- a/libre/mesa-demos-libre/PKGBUILD
+++ b/libre/mesa-demos-libre/PKGBUILD
diff --git a/libre/mozilla-devscripts/PKGBUILD b/libre/mozilla-devscripts/PKGBUILD
index ef7ea7641..ef7ea7641 100755..100644
--- a/libre/mozilla-devscripts/PKGBUILD
+++ b/libre/mozilla-devscripts/PKGBUILD
diff --git a/libre/mplayer-libre/.directory b/libre/mplayer-libre/.directory
index b3a1c5dc3..b3a1c5dc3 100755..100644
--- a/libre/mplayer-libre/.directory
+++ b/libre/mplayer-libre/.directory
diff --git a/libre/mplayer-libre/PKGBUILD b/libre/mplayer-libre/PKGBUILD
index 583b679ca..583b679ca 100755..100644
--- a/libre/mplayer-libre/PKGBUILD
+++ b/libre/mplayer-libre/PKGBUILD
diff --git a/libre/mplayer-libre/mplayer.desktop b/libre/mplayer-libre/mplayer.desktop
index 07acea13f..07acea13f 100755..100644
--- a/libre/mplayer-libre/mplayer.desktop
+++ b/libre/mplayer-libre/mplayer.desktop
diff --git a/libre/mplayer-libre/mplayer.install b/libre/mplayer-libre/mplayer.install
index 660593cf5..660593cf5 100755..100644
--- a/libre/mplayer-libre/mplayer.install
+++ b/libre/mplayer-libre/mplayer.install
diff --git a/libre/mplayer-libre/mplayer.png b/libre/mplayer-libre/mplayer.png
index 799769335..799769335 100755..100644
--- a/libre/mplayer-libre/mplayer.png
+++ b/libre/mplayer-libre/mplayer.png
Binary files differ
diff --git a/libre/mplayer-vaapi-libre/PKGBUILD b/libre/mplayer-vaapi-libre/PKGBUILD
index c5b33cf75..c5b33cf75 100755..100644
--- a/libre/mplayer-vaapi-libre/PKGBUILD
+++ b/libre/mplayer-vaapi-libre/PKGBUILD
diff --git a/libre/mplayer-vaapi-libre/mplayer-vaapi.install b/libre/mplayer-vaapi-libre/mplayer-vaapi.install
index a44f19aef..a44f19aef 100755..100644
--- a/libre/mplayer-vaapi-libre/mplayer-vaapi.install
+++ b/libre/mplayer-vaapi-libre/mplayer-vaapi.install
diff --git a/libre/mplayer-vaapi-libre/tweak-desktop-file.patch b/libre/mplayer-vaapi-libre/tweak-desktop-file.patch
index 606e356b0..606e356b0 100755..100644
--- a/libre/mplayer-vaapi-libre/tweak-desktop-file.patch
+++ b/libre/mplayer-vaapi-libre/tweak-desktop-file.patch
diff --git a/libre/p7zip-libre/7zFM.desktop b/libre/p7zip-libre/7zFM.desktop
index 62b8e8562..62b8e8562 100755..100644
--- a/libre/p7zip-libre/7zFM.desktop
+++ b/libre/p7zip-libre/7zFM.desktop
diff --git a/libre/p7zip-libre/9.04-makefile.patch b/libre/p7zip-libre/9.04-makefile.patch
index 93a99cc90..93a99cc90 100755..100644
--- a/libre/p7zip-libre/9.04-makefile.patch
+++ b/libre/p7zip-libre/9.04-makefile.patch
diff --git a/libre/p7zip-libre/PKGBUILD b/libre/p7zip-libre/PKGBUILD
index 2e6ab6e01..2e6ab6e01 100755..100644
--- a/libre/p7zip-libre/PKGBUILD
+++ b/libre/p7zip-libre/PKGBUILD
diff --git a/libre/p7zip-libre/install b/libre/p7zip-libre/install
index 7f3cc4358..7f3cc4358 100755..100644
--- a/libre/p7zip-libre/install
+++ b/libre/p7zip-libre/install
diff --git a/libre/p7zip-libre/p7zip-libre.patch b/libre/p7zip-libre/p7zip-libre.patch
index 742faf52d..742faf52d 100755..100644
--- a/libre/p7zip-libre/p7zip-libre.patch
+++ b/libre/p7zip-libre/p7zip-libre.patch
diff --git a/libre/pacman-mirrorlist-libre/PKGBUILD b/libre/pacman-mirrorlist-libre/PKGBUILD
index 9117277a7..9117277a7 100755..100644
--- a/libre/pacman-mirrorlist-libre/PKGBUILD
+++ b/libre/pacman-mirrorlist-libre/PKGBUILD
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
index 85622aaac..85622aaac 100755..100644
--- a/libre/pacman/0001-Add-conflict-for-replacing-owned-empty-directory.patch
+++ b/libre/pacman/0001-Add-conflict-for-replacing-owned-empty-directory.patch
diff --git a/libre/pacman/0002-Check-empty-subdirectory-ownership.patch b/libre/pacman/0002-Check-empty-subdirectory-ownership.patch
index 6cf496d16..6cf496d16 100755..100644
--- a/libre/pacman/0002-Check-empty-subdirectory-ownership.patch
+++ b/libre/pacman/0002-Check-empty-subdirectory-ownership.patch
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD
index 85ae5cc5f..85ae5cc5f 100755..100644
--- a/libre/pacman/PKGBUILD
+++ b/libre/pacman/PKGBUILD
diff --git a/libre/pacman/makepkg.conf b/libre/pacman/makepkg.conf
index 08a44167b..08a44167b 100755..100644
--- a/libre/pacman/makepkg.conf
+++ b/libre/pacman/makepkg.conf
diff --git a/libre/pacman/pacman.conf b/libre/pacman/pacman.conf
index 115217b59..115217b59 100755..100644
--- a/libre/pacman/pacman.conf
+++ b/libre/pacman/pacman.conf
diff --git a/libre/pacman/pacman.conf.mips64el b/libre/pacman/pacman.conf.mips64el
index f286c3290..f286c3290 100755..100644
--- a/libre/pacman/pacman.conf.mips64el
+++ b/libre/pacman/pacman.conf.mips64el
diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64
index 4c67b089f..4c67b089f 100755..100644
--- a/libre/pacman/pacman.conf.x86_64
+++ b/libre/pacman/pacman.conf.x86_64
diff --git a/libre/pacman/pacman.install b/libre/pacman/pacman.install
index 5dc55c0c2..5dc55c0c2 100755..100644
--- a/libre/pacman/pacman.install
+++ b/libre/pacman/pacman.install
diff --git a/libre/pacman/rePKGBUILD b/libre/pacman/rePKGBUILD
index 810eff5b9..810eff5b9 100755..100644
--- a/libre/pacman/rePKGBUILD
+++ b/libre/pacman/rePKGBUILD
diff --git a/libre/parabola-archiso-git/PKGBUILD b/libre/parabola-archiso-git/PKGBUILD
index 0b07ddf8d..0b07ddf8d 100755..100644
--- a/libre/parabola-archiso-git/PKGBUILD
+++ b/libre/parabola-archiso-git/PKGBUILD
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD
index 8292119d8..8292119d8 100755..100644
--- a/libre/parabola-keyring/PKGBUILD
+++ b/libre/parabola-keyring/PKGBUILD
diff --git a/libre/parabola-keyring/parabola-keyring.install b/libre/parabola-keyring/parabola-keyring.install
index 1c70f1a8d..1c70f1a8d 100755..100644
--- a/libre/parabola-keyring/parabola-keyring.install
+++ b/libre/parabola-keyring/parabola-keyring.install
diff --git a/libre/parabola-themes-slim/PKGBUILD b/libre/parabola-themes-slim/PKGBUILD
index a921253da..a921253da 100755..100644
--- a/libre/parabola-themes-slim/PKGBUILD
+++ b/libre/parabola-themes-slim/PKGBUILD
diff --git a/libre/psutils-libre/PKGBUILD b/libre/psutils-libre/PKGBUILD
index 3679222b1..3679222b1 100755..100644
--- a/libre/psutils-libre/PKGBUILD
+++ b/libre/psutils-libre/PKGBUILD
diff --git a/libre/psutils-libre/psutils-1.17.diff b/libre/psutils-libre/psutils-1.17.diff
index 4af32bd7f..4af32bd7f 100755..100644
--- a/libre/psutils-libre/psutils-1.17.diff
+++ b/libre/psutils-libre/psutils-1.17.diff
diff --git a/libre/python2-ply/PKGBUILD b/libre/python2-ply/PKGBUILD
index fec80926a..fec80926a 100755..100644
--- a/libre/python2-ply/PKGBUILD
+++ b/libre/python2-ply/PKGBUILD
diff --git a/libre/rp-pppoe-libre/PKGBUILD b/libre/rp-pppoe-libre/PKGBUILD
index f418684b5..f418684b5 100755..100644
--- a/libre/rp-pppoe-libre/PKGBUILD
+++ b/libre/rp-pppoe-libre/PKGBUILD
diff --git a/libre/rp-pppoe-libre/adsl b/libre/rp-pppoe-libre/adsl
index 33bd91839..33bd91839 100755..100644
--- a/libre/rp-pppoe-libre/adsl
+++ b/libre/rp-pppoe-libre/adsl
diff --git a/libre/rp-pppoe-libre/rp-pppoe.install b/libre/rp-pppoe-libre/rp-pppoe.install
index 1d4bccce2..1d4bccce2 100755..100644
--- a/libre/rp-pppoe-libre/rp-pppoe.install
+++ b/libre/rp-pppoe-libre/rp-pppoe.install
diff --git a/libre/sdl-libre/PKGBUILD b/libre/sdl-libre/PKGBUILD
index 9822d5df7..9822d5df7 100755..100644
--- a/libre/sdl-libre/PKGBUILD
+++ b/libre/sdl-libre/PKGBUILD
diff --git a/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch b/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch
index 1bb6e0e47..1bb6e0e47 100755..100644
--- a/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch
+++ b/libre/sdl-libre/sdl-1.2.14-disable-mmx.patch
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
index 7d3e5acfc..7d3e5acfc 100755..100644
--- a/libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch
+++ b/libre/sdl-libre/sdl-1.2.14-fix-mouse-clicking.patch
diff --git a/libre/seamonkey-libre/PKGBUILD b/libre/seamonkey-libre/PKGBUILD
index dd4bcd0a9..dd4bcd0a9 100755..100644
--- a/libre/seamonkey-libre/PKGBUILD
+++ b/libre/seamonkey-libre/PKGBUILD
diff --git a/libre/seamonkey-libre/clrf.patch b/libre/seamonkey-libre/clrf.patch
index 5a77f2b01..5a77f2b01 100755..100644
--- a/libre/seamonkey-libre/clrf.patch
+++ b/libre/seamonkey-libre/clrf.patch
diff --git a/libre/seamonkey-libre/gcc47.patch b/libre/seamonkey-libre/gcc47.patch
index 080502c23..080502c23 100755..100644
--- a/libre/seamonkey-libre/gcc47.patch
+++ b/libre/seamonkey-libre/gcc47.patch
diff --git a/libre/seamonkey-libre/gnuzilla-addons.patch b/libre/seamonkey-libre/gnuzilla-addons.patch
index 32a28b3e4..32a28b3e4 100755..100644
--- a/libre/seamonkey-libre/gnuzilla-addons.patch
+++ b/libre/seamonkey-libre/gnuzilla-addons.patch
diff --git a/libre/seamonkey-libre/libvpx.patch b/libre/seamonkey-libre/libvpx.patch
index d0f9a0f4c..d0f9a0f4c 100755..100644
--- a/libre/seamonkey-libre/libvpx.patch
+++ b/libre/seamonkey-libre/libvpx.patch
diff --git a/libre/seamonkey-libre/mozconfig b/libre/seamonkey-libre/mozconfig
index 4d04c96d5..4d04c96d5 100755..100644
--- a/libre/seamonkey-libre/mozconfig
+++ b/libre/seamonkey-libre/mozconfig
diff --git a/libre/seamonkey-libre/python27.patch b/libre/seamonkey-libre/python27.patch
index f00681fd2..f00681fd2 100755..100644
--- a/libre/seamonkey-libre/python27.patch
+++ b/libre/seamonkey-libre/python27.patch
diff --git a/libre/seamonkey-libre/seamonkey-2.0-lang.patch b/libre/seamonkey-libre/seamonkey-2.0-lang.patch
index b9f4a5cde..b9f4a5cde 100755..100644
--- a/libre/seamonkey-libre/seamonkey-2.0-lang.patch
+++ b/libre/seamonkey-libre/seamonkey-2.0-lang.patch
diff --git a/libre/seamonkey-libre/seamonkey.desktop b/libre/seamonkey-libre/seamonkey.desktop
index dd92a2432..dd92a2432 100755..100644
--- a/libre/seamonkey-libre/seamonkey.desktop
+++ b/libre/seamonkey-libre/seamonkey.desktop
diff --git a/libre/seamonkey-libre/seamonkey.install b/libre/seamonkey-libre/seamonkey.install
index 709ad81f2..709ad81f2 100755..100644
--- a/libre/seamonkey-libre/seamonkey.install
+++ b/libre/seamonkey-libre/seamonkey.install
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD
index b4e9fa35a..b4e9fa35a 100755..100644
--- a/libre/syslinux/PKGBUILD
+++ b/libre/syslinux/PKGBUILD
diff --git a/libre/syslinux/avoid-using-ext2_fs.patch b/libre/syslinux/avoid-using-ext2_fs.patch
index 9a166eefc..9a166eefc 100755..100644
--- a/libre/syslinux/avoid-using-ext2_fs.patch
+++ b/libre/syslinux/avoid-using-ext2_fs.patch
diff --git a/libre/syslinux/fix-undefined-type-umode_t.patch b/libre/syslinux/fix-undefined-type-umode_t.patch
index 33ac6d323..33ac6d323 100755..100644
--- a/libre/syslinux/fix-undefined-type-umode_t.patch
+++ b/libre/syslinux/fix-undefined-type-umode_t.patch
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
index aa513312b..aa513312b 100755..100644
--- 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
diff --git a/libre/syslinux/rePKGBUILD b/libre/syslinux/rePKGBUILD
index 33a96d1a1..33a96d1a1 100755..100644
--- a/libre/syslinux/rePKGBUILD
+++ b/libre/syslinux/rePKGBUILD
diff --git a/libre/syslinux/splash.png b/libre/syslinux/splash.png
index 43d4692ab..43d4692ab 100755..100644
--- a/libre/syslinux/splash.png
+++ b/libre/syslinux/splash.png
Binary files differ
diff --git a/libre/syslinux/syslinux-dont-build-dos-windows-targets.patch b/libre/syslinux/syslinux-dont-build-dos-windows-targets.patch
index 2b86ab828..2b86ab828 100755..100644
--- a/libre/syslinux/syslinux-dont-build-dos-windows-targets.patch
+++ b/libre/syslinux/syslinux-dont-build-dos-windows-targets.patch
diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update
index cd1baa572..cd1baa572 100755..100644
--- a/libre/syslinux/syslinux-install_update
+++ b/libre/syslinux/syslinux-install_update
diff --git a/libre/syslinux/syslinux.cfg b/libre/syslinux/syslinux.cfg
index 5debfef9c..5debfef9c 100755..100644
--- a/libre/syslinux/syslinux.cfg
+++ b/libre/syslinux/syslinux.cfg
diff --git a/libre/syslinux/syslinux.install b/libre/syslinux/syslinux.install
index 0dc0ece36..0dc0ece36 100755..100644
--- a/libre/syslinux/syslinux.install
+++ b/libre/syslinux/syslinux.install
diff --git a/libre/texlive-bin-libre/09-texlive-fonts.conf b/libre/texlive-bin-libre/09-texlive-fonts.conf
index f870fbd7a..f870fbd7a 100755..100644
--- a/libre/texlive-bin-libre/09-texlive-fonts.conf
+++ b/libre/texlive-bin-libre/09-texlive-fonts.conf
diff --git a/libre/texlive-bin-libre/PKGBUILD b/libre/texlive-bin-libre/PKGBUILD
index 14ed8bdb1..14ed8bdb1 100755..100644
--- a/libre/texlive-bin-libre/PKGBUILD
+++ b/libre/texlive-bin-libre/PKGBUILD
diff --git a/libre/texlive-bin-libre/fix-fontforge-encoding.patch b/libre/texlive-bin-libre/fix-fontforge-encoding.patch
index 8104b3289..8104b3289 100755..100644
--- a/libre/texlive-bin-libre/fix-fontforge-encoding.patch
+++ b/libre/texlive-bin-libre/fix-fontforge-encoding.patch
diff --git a/libre/texlive-bin-libre/luatex-poppler-0.20.patch b/libre/texlive-bin-libre/luatex-poppler-0.20.patch
index 175824f3e..175824f3e 100755..100644
--- a/libre/texlive-bin-libre/luatex-poppler-0.20.patch
+++ b/libre/texlive-bin-libre/luatex-poppler-0.20.patch
diff --git a/libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch b/libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch
index f925a1a93..f925a1a93 100755..100644
--- a/libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch
+++ b/libre/texlive-bin-libre/luatex-r4449-radical-rule-thickness.patch
diff --git a/libre/texlive-bin-libre/poppler-0.20.patch b/libre/texlive-bin-libre/poppler-0.20.patch
index 3bd8183ab..3bd8183ab 100755..100644
--- a/libre/texlive-bin-libre/poppler-0.20.patch
+++ b/libre/texlive-bin-libre/poppler-0.20.patch
diff --git a/libre/texlive-bin-libre/texlive.install b/libre/texlive-bin-libre/texlive.install
index 06a40a3b3..06a40a3b3 100755..100644
--- a/libre/texlive-bin-libre/texlive.install
+++ b/libre/texlive-bin-libre/texlive.install
diff --git a/libre/texlive-bin-libre/texmf.cnf b/libre/texlive-bin-libre/texmf.cnf
index 76975ee5c..76975ee5c 100755..100644
--- a/libre/texlive-bin-libre/texmf.cnf
+++ b/libre/texlive-bin-libre/texmf.cnf
diff --git a/libre/texlive-core-libre/PKGBUILD b/libre/texlive-core-libre/PKGBUILD
index 1e3d5534b..1e3d5534b 100755..100644
--- a/libre/texlive-core-libre/PKGBUILD
+++ b/libre/texlive-core-libre/PKGBUILD
diff --git a/libre/texlive-core-libre/texlive-core.maps b/libre/texlive-core-libre/texlive-core.maps
index 013f15e94..013f15e94 100755..100644
--- a/libre/texlive-core-libre/texlive-core.maps
+++ b/libre/texlive-core-libre/texlive-core.maps
diff --git a/libre/texlive-core-libre/texlive.install b/libre/texlive-core-libre/texlive.install
index 14ca7c531..14ca7c531 100755..100644
--- a/libre/texlive-core-libre/texlive.install
+++ b/libre/texlive-core-libre/texlive.install
diff --git a/libre/texlive-fontsextra-libre/PKGBUILD b/libre/texlive-fontsextra-libre/PKGBUILD
index a445de005..a445de005 100755..100644
--- a/libre/texlive-fontsextra-libre/PKGBUILD
+++ b/libre/texlive-fontsextra-libre/PKGBUILD
diff --git a/libre/texlive-fontsextra-libre/texlive-fontsextra.maps b/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
index 771bf3607..771bf3607 100755..100644
--- a/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
+++ b/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
diff --git a/libre/texlive-fontsextra-libre/texlive.install b/libre/texlive-fontsextra-libre/texlive.install
index 6f81bd4ba..6f81bd4ba 100755..100644
--- a/libre/texlive-fontsextra-libre/texlive.install
+++ b/libre/texlive-fontsextra-libre/texlive.install
diff --git a/libre/texlive-latexextra-libre/PKGBUILD b/libre/texlive-latexextra-libre/PKGBUILD
index 533a0aa6e..533a0aa6e 100755..100644
--- a/libre/texlive-latexextra-libre/PKGBUILD
+++ b/libre/texlive-latexextra-libre/PKGBUILD
diff --git a/libre/texlive-latexextra-libre/texlive-latexextra.maps b/libre/texlive-latexextra-libre/texlive-latexextra.maps
index b97f37fdd..b97f37fdd 100755..100644
--- a/libre/texlive-latexextra-libre/texlive-latexextra.maps
+++ b/libre/texlive-latexextra-libre/texlive-latexextra.maps
diff --git a/libre/texlive-latexextra-libre/texlive.install b/libre/texlive-latexextra-libre/texlive.install
index 3416a2732..3416a2732 100755..100644
--- a/libre/texlive-latexextra-libre/texlive.install
+++ b/libre/texlive-latexextra-libre/texlive.install
diff --git a/libre/ttf-thai-libre/PKGBUILD b/libre/ttf-thai-libre/PKGBUILD
index 3d1d4ec3d..3d1d4ec3d 100755..100644
--- a/libre/ttf-thai-libre/PKGBUILD
+++ b/libre/ttf-thai-libre/PKGBUILD
diff --git a/libre/ttf-thai-libre/ttf.install b/libre/ttf-thai-libre/ttf.install
index 203190187..203190187 100755..100644
--- a/libre/ttf-thai-libre/ttf.install
+++ b/libre/ttf-thai-libre/ttf.install
diff --git a/libre/ununrar/PKGBUILD b/libre/ununrar/PKGBUILD
index 2e5aa615c..2e5aa615c 100755..100644
--- a/libre/ununrar/PKGBUILD
+++ b/libre/ununrar/PKGBUILD
diff --git a/libre/unzip-libre/PKGBUILD b/libre/unzip-libre/PKGBUILD
index 20c3885f9..20c3885f9 100755..100644
--- a/libre/unzip-libre/PKGBUILD
+++ b/libre/unzip-libre/PKGBUILD
diff --git a/libre/unzip-libre/SRCBUILD b/libre/unzip-libre/SRCBUILD
index a9ada936b..a9ada936b 100755..100644
--- a/libre/unzip-libre/SRCBUILD
+++ b/libre/unzip-libre/SRCBUILD
diff --git a/libre/unzip-libre/match.patch b/libre/unzip-libre/match.patch
index 6ba65fee0..6ba65fee0 100755..100644
--- a/libre/unzip-libre/match.patch
+++ b/libre/unzip-libre/match.patch
diff --git a/libre/vhba-module-libre/60-vhba.rules b/libre/vhba-module-libre/60-vhba.rules
index e4de1dca7..e4de1dca7 100755..100644
--- a/libre/vhba-module-libre/60-vhba.rules
+++ b/libre/vhba-module-libre/60-vhba.rules
diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD
index 394379a3c..394379a3c 100755..100644
--- a/libre/vhba-module-libre/PKGBUILD
+++ b/libre/vhba-module-libre/PKGBUILD
diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install
index 9f376f541..9f376f541 100755..100644
--- a/libre/vhba-module-libre/vhba-module.install
+++ b/libre/vhba-module-libre/vhba-module.install
diff --git a/libre/virtualbox-libre-modules/.directory b/libre/virtualbox-libre-modules/.directory
index 9f6471595..9f6471595 100755..100644
--- a/libre/virtualbox-libre-modules/.directory
+++ b/libre/virtualbox-libre-modules/.directory
diff --git a/libre/virtualbox-libre-modules/PKGBUILD b/libre/virtualbox-libre-modules/PKGBUILD
index 948465a99..948465a99 100755..100644
--- a/libre/virtualbox-libre-modules/PKGBUILD
+++ b/libre/virtualbox-libre-modules/PKGBUILD
diff --git a/libre/virtualbox-libre/10-vboxdrv.rules b/libre/virtualbox-libre/10-vboxdrv.rules
index 37403ae2f..37403ae2f 100755..100644
--- a/libre/virtualbox-libre/10-vboxdrv.rules
+++ b/libre/virtualbox-libre/10-vboxdrv.rules
diff --git a/libre/virtualbox-libre/LocalConfig.kmk b/libre/virtualbox-libre/LocalConfig.kmk
index 6eca06d9b..6eca06d9b 100755..100644
--- a/libre/virtualbox-libre/LocalConfig.kmk
+++ b/libre/virtualbox-libre/LocalConfig.kmk
diff --git a/libre/virtualbox-libre/PKGBUILD b/libre/virtualbox-libre/PKGBUILD
index 710177923..710177923 100755..100644
--- a/libre/virtualbox-libre/PKGBUILD
+++ b/libre/virtualbox-libre/PKGBUILD
diff --git a/libre/virtualbox-libre/libre.patch b/libre/virtualbox-libre/libre.patch
index 138bbd612..138bbd612 100755..100644
--- a/libre/virtualbox-libre/libre.patch
+++ b/libre/virtualbox-libre/libre.patch
diff --git a/libre/virtualbox-libre/os_blag.png b/libre/virtualbox-libre/os_blag.png
index 61995ca10..61995ca10 100755..100644
--- a/libre/virtualbox-libre/os_blag.png
+++ b/libre/virtualbox-libre/os_blag.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_blag_64.png b/libre/virtualbox-libre/os_blag_64.png
index aa4463a97..aa4463a97 100755..100644
--- a/libre/virtualbox-libre/os_blag_64.png
+++ b/libre/virtualbox-libre/os_blag_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_dragora.png b/libre/virtualbox-libre/os_dragora.png
index d1df45880..d1df45880 100755..100644
--- a/libre/virtualbox-libre/os_dragora.png
+++ b/libre/virtualbox-libre/os_dragora.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_dragora_64.png b/libre/virtualbox-libre/os_dragora_64.png
index 64bcecf20..64bcecf20 100755..100644
--- a/libre/virtualbox-libre/os_dragora_64.png
+++ b/libre/virtualbox-libre/os_dragora_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_dynebolic.png b/libre/virtualbox-libre/os_dynebolic.png
index 67b07d4c0..67b07d4c0 100755..100644
--- a/libre/virtualbox-libre/os_dynebolic.png
+++ b/libre/virtualbox-libre/os_dynebolic.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_gnewsense.png b/libre/virtualbox-libre/os_gnewsense.png
index 76d9e38b3..76d9e38b3 100755..100644
--- a/libre/virtualbox-libre/os_gnewsense.png
+++ b/libre/virtualbox-libre/os_gnewsense.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_gnewsense_64.png b/libre/virtualbox-libre/os_gnewsense_64.png
index 8859c34e8..8859c34e8 100755..100644
--- a/libre/virtualbox-libre/os_gnewsense_64.png
+++ b/libre/virtualbox-libre/os_gnewsense_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_gnu.png b/libre/virtualbox-libre/os_gnu.png
index 26c4550f9..26c4550f9 100755..100644
--- a/libre/virtualbox-libre/os_gnu.png
+++ b/libre/virtualbox-libre/os_gnu.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_gnu_64.png b/libre/virtualbox-libre/os_gnu_64.png
index 4161634e9..4161634e9 100755..100644
--- a/libre/virtualbox-libre/os_gnu_64.png
+++ b/libre/virtualbox-libre/os_gnu_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_gnuhurd.png b/libre/virtualbox-libre/os_gnuhurd.png
index 26c4550f9..26c4550f9 100755..100644
--- a/libre/virtualbox-libre/os_gnuhurd.png
+++ b/libre/virtualbox-libre/os_gnuhurd.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_gnulinux.png b/libre/virtualbox-libre/os_gnulinux.png
index 26c4550f9..26c4550f9 100755..100644
--- a/libre/virtualbox-libre/os_gnulinux.png
+++ b/libre/virtualbox-libre/os_gnulinux.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_gnulinux_64.png b/libre/virtualbox-libre/os_gnulinux_64.png
index 4161634e9..4161634e9 100755..100644
--- a/libre/virtualbox-libre/os_gnulinux_64.png
+++ b/libre/virtualbox-libre/os_gnulinux_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_musix.png b/libre/virtualbox-libre/os_musix.png
index fb7b94577..fb7b94577 100755..100644
--- a/libre/virtualbox-libre/os_musix.png
+++ b/libre/virtualbox-libre/os_musix.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_musix_64.png b/libre/virtualbox-libre/os_musix_64.png
index a1bbbbf3a..a1bbbbf3a 100755..100644
--- a/libre/virtualbox-libre/os_musix_64.png
+++ b/libre/virtualbox-libre/os_musix_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_os64base.png b/libre/virtualbox-libre/os_os64base.png
index 7aec20314..7aec20314 100755..100644
--- a/libre/virtualbox-libre/os_os64base.png
+++ b/libre/virtualbox-libre/os_os64base.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_os64base.xcf b/libre/virtualbox-libre/os_os64base.xcf
index d8e28e35e..d8e28e35e 100755..100644
--- a/libre/virtualbox-libre/os_os64base.xcf
+++ b/libre/virtualbox-libre/os_os64base.xcf
Binary files differ
diff --git a/libre/virtualbox-libre/os_osbase.png b/libre/virtualbox-libre/os_osbase.png
index 00f197fca..00f197fca 100755..100644
--- a/libre/virtualbox-libre/os_osbase.png
+++ b/libre/virtualbox-libre/os_osbase.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_osbase.xcf b/libre/virtualbox-libre/os_osbase.xcf
index c4463c857..c4463c857 100755..100644
--- a/libre/virtualbox-libre/os_osbase.xcf
+++ b/libre/virtualbox-libre/os_osbase.xcf
Binary files differ
diff --git a/libre/virtualbox-libre/os_parabola.png b/libre/virtualbox-libre/os_parabola.png
index 757abc484..757abc484 100755..100644
--- a/libre/virtualbox-libre/os_parabola.png
+++ b/libre/virtualbox-libre/os_parabola.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_parabola_64.png b/libre/virtualbox-libre/os_parabola_64.png
index 5ac7c2767..5ac7c2767 100755..100644
--- a/libre/virtualbox-libre/os_parabola_64.png
+++ b/libre/virtualbox-libre/os_parabola_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_trisquel.png b/libre/virtualbox-libre/os_trisquel.png
index c6f0d3d7a..c6f0d3d7a 100755..100644
--- a/libre/virtualbox-libre/os_trisquel.png
+++ b/libre/virtualbox-libre/os_trisquel.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_trisquel_64.png b/libre/virtualbox-libre/os_trisquel_64.png
index ebca3dd43..ebca3dd43 100755..100644
--- a/libre/virtualbox-libre/os_trisquel_64.png
+++ b/libre/virtualbox-libre/os_trisquel_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_ututo.png b/libre/virtualbox-libre/os_ututo.png
index e1dffb575..e1dffb575 100755..100644
--- a/libre/virtualbox-libre/os_ututo.png
+++ b/libre/virtualbox-libre/os_ututo.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_ututo_64.png b/libre/virtualbox-libre/os_ututo_64.png
index 158468e0a..158468e0a 100755..100644
--- a/libre/virtualbox-libre/os_ututo_64.png
+++ b/libre/virtualbox-libre/os_ututo_64.png
Binary files differ
diff --git a/libre/virtualbox-libre/os_venenux.png b/libre/virtualbox-libre/os_venenux.png
index 5e0c1585d..5e0c1585d 100755..100644
--- a/libre/virtualbox-libre/os_venenux.png
+++ b/libre/virtualbox-libre/os_venenux.png
Binary files differ
diff --git a/libre/virtualbox-libre/vboxservice.conf b/libre/virtualbox-libre/vboxservice.conf
index 9d4ec629f..9d4ec629f 100755..100644
--- a/libre/virtualbox-libre/vboxservice.conf
+++ b/libre/virtualbox-libre/vboxservice.conf
diff --git a/libre/virtualbox-libre/vboxservice.rc b/libre/virtualbox-libre/vboxservice.rc
index 5a62d69a3..5a62d69a3 100755..100644
--- a/libre/virtualbox-libre/vboxservice.rc
+++ b/libre/virtualbox-libre/vboxservice.rc
diff --git a/libre/virtualbox-libre/vboxservice.service b/libre/virtualbox-libre/vboxservice.service
index bbd61617d..bbd61617d 100755..100644
--- a/libre/virtualbox-libre/vboxservice.service
+++ b/libre/virtualbox-libre/vboxservice.service
diff --git a/libre/virtualbox-libre/vboxweb.conf b/libre/virtualbox-libre/vboxweb.conf
index c36f6a143..c36f6a143 100755..100644
--- a/libre/virtualbox-libre/vboxweb.conf
+++ b/libre/virtualbox-libre/vboxweb.conf
diff --git a/libre/virtualbox-libre/vboxweb.rc b/libre/virtualbox-libre/vboxweb.rc
index 97273e3c7..97273e3c7 100755..100644
--- a/libre/virtualbox-libre/vboxweb.rc
+++ b/libre/virtualbox-libre/vboxweb.rc
diff --git a/libre/virtualbox-libre/vboxweb.service b/libre/virtualbox-libre/vboxweb.service
index 303381597..303381597 100755..100644
--- a/libre/virtualbox-libre/vboxweb.service
+++ b/libre/virtualbox-libre/vboxweb.service
diff --git a/libre/virtualbox-libre/virtualbox-libre.install b/libre/virtualbox-libre/virtualbox-libre.install
index 3d93b47a3..3d93b47a3 100755..100644
--- a/libre/virtualbox-libre/virtualbox-libre.install
+++ b/libre/virtualbox-libre/virtualbox-libre.install
diff --git a/libre/xarchiver-libre/PKGBUILD b/libre/xarchiver-libre/PKGBUILD
index 87d775d4e..87d775d4e 100755..100644
--- a/libre/xarchiver-libre/PKGBUILD
+++ b/libre/xarchiver-libre/PKGBUILD
diff --git a/libre/xarchiver-libre/rePKGBUILD b/libre/xarchiver-libre/rePKGBUILD
index 7f435d23f..7f435d23f 100755..100644
--- a/libre/xarchiver-libre/rePKGBUILD
+++ b/libre/xarchiver-libre/rePKGBUILD
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
index f7ff098c0..f7ff098c0 100755..100644
--- a/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch
+++ b/libre/xarchiver-libre/xarchiver-0.5.2-fix_7z_support.patch
diff --git a/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch b/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch
index d962a44af..d962a44af 100755..100644
--- a/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch
+++ b/libre/xarchiver-libre/xarchiver-0.5.2-rpm2cpio.patch
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
index e29d40c41..e29d40c41 100755..100644
--- a/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch
+++ b/libre/xarchiver-libre/xarchiver-0.5.2-segfault-open-with.patch
diff --git a/libre/xarchiver-libre/xarchiver.install b/libre/xarchiver-libre/xarchiver.install
index c317fbaca..c317fbaca 100755..100644
--- a/libre/xarchiver-libre/xarchiver.install
+++ b/libre/xarchiver-libre/xarchiver.install
diff --git a/libre/xchat-libre/ChangeLog b/libre/xchat-libre/ChangeLog
index faa8383c8..faa8383c8 100755..100644
--- a/libre/xchat-libre/ChangeLog
+++ b/libre/xchat-libre/ChangeLog
diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD
index 223eaff72..223eaff72 100755..100644
--- a/libre/xchat-libre/PKGBUILD
+++ b/libre/xchat-libre/PKGBUILD
diff --git a/libre/xchat-libre/no-firefox.patch b/libre/xchat-libre/no-firefox.patch
index f1ecd6631..f1ecd6631 100755..100644
--- a/libre/xchat-libre/no-firefox.patch
+++ b/libre/xchat-libre/no-firefox.patch
diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch
index 9383db521..9383db521 100755..100644
--- a/libre/xchat-libre/remove-non-free-suggestion.patch
+++ b/libre/xchat-libre/remove-non-free-suggestion.patch
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
index 63f562ff8..63f562ff8 100755..100644
--- a/libre/xchat-libre/xchat-2.8.8-glib-2.31.patch
+++ b/libre/xchat-libre/xchat-2.8.8-glib-2.31.patch
diff --git a/libre/xchat-libre/xchat-2.8.8-libnotify07.patch b/libre/xchat-libre/xchat-2.8.8-libnotify07.patch
index 2a6dce9a2..2a6dce9a2 100755..100644
--- a/libre/xchat-libre/xchat-2.8.8-libnotify07.patch
+++ b/libre/xchat-libre/xchat-2.8.8-libnotify07.patch
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
index 31e6c0854..31e6c0854 100755..100644
--- a/libre/xchat-libre/xchat-2.8.8-link-against-libnotify.patch
+++ b/libre/xchat-libre/xchat-2.8.8-link-against-libnotify.patch
diff --git a/libre/xchat-libre/xchat.install b/libre/xchat-libre/xchat.install
index eab82d16f..eab82d16f 100755..100644
--- a/libre/xchat-libre/xchat.install
+++ b/libre/xchat-libre/xchat.install
diff --git a/libre/xmlstarlet/PKGBUILD b/libre/xmlstarlet/PKGBUILD
index a06daf063..a06daf063 100755..100644
--- a/libre/xmlstarlet/PKGBUILD
+++ b/libre/xmlstarlet/PKGBUILD
diff --git a/libre/xorg-fonts-100dpi-libre/PKGBUILD b/libre/xorg-fonts-100dpi-libre/PKGBUILD
index 3f88f1cee..3f88f1cee 100755..100644
--- a/libre/xorg-fonts-100dpi-libre/PKGBUILD
+++ b/libre/xorg-fonts-100dpi-libre/PKGBUILD
diff --git a/libre/xorg-fonts-100dpi-libre/xfonts.install b/libre/xorg-fonts-100dpi-libre/xfonts.install
index 5c5e8a2b4..5c5e8a2b4 100755..100644
--- a/libre/xorg-fonts-100dpi-libre/xfonts.install
+++ b/libre/xorg-fonts-100dpi-libre/xfonts.install
diff --git a/libre/xorg-fonts-75dpi-libre/PKGBUILD b/libre/xorg-fonts-75dpi-libre/PKGBUILD
index c262229fc..c262229fc 100755..100644
--- a/libre/xorg-fonts-75dpi-libre/PKGBUILD
+++ b/libre/xorg-fonts-75dpi-libre/PKGBUILD
diff --git a/libre/xorg-fonts-75dpi-libre/xfonts.install b/libre/xorg-fonts-75dpi-libre/xfonts.install
index e52603946..e52603946 100755..100644
--- a/libre/xorg-fonts-75dpi-libre/xfonts.install
+++ b/libre/xorg-fonts-75dpi-libre/xfonts.install
diff --git a/libre/xorg-fonts-type1-libre/PKGBUILD b/libre/xorg-fonts-type1-libre/PKGBUILD
index 3e52ef85a..3e52ef85a 100755..100644
--- a/libre/xorg-fonts-type1-libre/PKGBUILD
+++ b/libre/xorg-fonts-type1-libre/PKGBUILD
diff --git a/libre/xorg-fonts-type1-libre/xfonts.install b/libre/xorg-fonts-type1-libre/xfonts.install
index 51688a1d1..51688a1d1 100755..100644
--- a/libre/xorg-fonts-type1-libre/xfonts.install
+++ b/libre/xorg-fonts-type1-libre/xfonts.install
diff --git a/libre/xscreensaver-libre/LICENSE b/libre/xscreensaver-libre/LICENSE
index 4f587b5a3..4f587b5a3 100755..100644
--- a/libre/xscreensaver-libre/LICENSE
+++ b/libre/xscreensaver-libre/LICENSE
diff --git a/libre/xscreensaver-libre/PKGBUILD b/libre/xscreensaver-libre/PKGBUILD
index 2404ba154..2404ba154 100755..100644
--- a/libre/xscreensaver-libre/PKGBUILD
+++ b/libre/xscreensaver-libre/PKGBUILD
diff --git a/libre/xscreensaver-libre/add-electricsheep.diff b/libre/xscreensaver-libre/add-electricsheep.diff
index 18b4dea97..18b4dea97 100755..100644
--- a/libre/xscreensaver-libre/add-electricsheep.diff
+++ b/libre/xscreensaver-libre/add-electricsheep.diff
diff --git a/libre/xscreensaver-libre/libre.patch b/libre/xscreensaver-libre/libre.patch
index 569f8435c..569f8435c 100755..100644
--- a/libre/xscreensaver-libre/libre.patch
+++ b/libre/xscreensaver-libre/libre.patch
diff --git a/libre/xscreensaver-libre/xscreensaver.pam b/libre/xscreensaver-libre/xscreensaver.pam
index b4d80c21f..b4d80c21f 100755..100644
--- a/libre/xscreensaver-libre/xscreensaver.pam
+++ b/libre/xscreensaver-libre/xscreensaver.pam
diff --git a/libre/xulrunner-libre/PKGBUILD b/libre/xulrunner-libre/PKGBUILD
index 1d485e6d5..1d485e6d5 100755..100644
--- a/libre/xulrunner-libre/PKGBUILD
+++ b/libre/xulrunner-libre/PKGBUILD
diff --git a/libre/xulrunner-libre/mozconfig b/libre/xulrunner-libre/mozconfig
index 34c5a6137..34c5a6137 100755..100644
--- a/libre/xulrunner-libre/mozconfig
+++ b/libre/xulrunner-libre/mozconfig
diff --git a/libre/xulrunner-libre/mozilla-pkgconfig.patch b/libre/xulrunner-libre/mozilla-pkgconfig.patch
index 037d4aee0..037d4aee0 100755..100644
--- a/libre/xulrunner-libre/mozilla-pkgconfig.patch
+++ b/libre/xulrunner-libre/mozilla-pkgconfig.patch
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD
index 8aad59fe4..8aad59fe4 100755..100644
--- a/libre/your-freedom/PKGBUILD
+++ b/libre/your-freedom/PKGBUILD
diff --git a/libre/your-freedom/your-freedom.install b/libre/your-freedom/your-freedom.install
index 0786adabf..0786adabf 100755..100644
--- a/libre/your-freedom/your-freedom.install
+++ b/libre/your-freedom/your-freedom.install
diff --git a/pcr/bsnes/PKGBUILD b/pcr/bsnes/PKGBUILD
index 04c61bc30..04c61bc30 100755..100644
--- a/pcr/bsnes/PKGBUILD
+++ b/pcr/bsnes/PKGBUILD
diff --git a/pcr/bsnes/bsnes.changelog b/pcr/bsnes/bsnes.changelog
index 9328c9aee..9328c9aee 100755..100644
--- a/pcr/bsnes/bsnes.changelog
+++ b/pcr/bsnes/bsnes.changelog
diff --git a/pcr/bsnes/bsnes.install b/pcr/bsnes/bsnes.install
index 2e40f6bba..2e40f6bba 100755..100644
--- a/pcr/bsnes/bsnes.install
+++ b/pcr/bsnes/bsnes.install
diff --git a/pcr/d0_blind_id-git/PKGBUILD b/pcr/d0_blind_id-git/PKGBUILD
index bfda13205..bfda13205 100755..100644
--- a/pcr/d0_blind_id-git/PKGBUILD
+++ b/pcr/d0_blind_id-git/PKGBUILD
diff --git a/pcr/kervalasquish-hg/PKGBUILD b/pcr/kervalasquish-hg/PKGBUILD
index e5e489950..e5e489950 100755..100644
--- a/pcr/kervalasquish-hg/PKGBUILD
+++ b/pcr/kervalasquish-hg/PKGBUILD
diff --git a/pcr/minetest/PKGBUILD b/pcr/minetest/PKGBUILD
index 18546b470..18546b470 100755..100644
--- a/pcr/minetest/PKGBUILD
+++ b/pcr/minetest/PKGBUILD
diff --git a/pcr/python-sfml2/PKGBUILD b/pcr/python-sfml2/PKGBUILD
index 48a8e4d30..48a8e4d30 100755..100644
--- a/pcr/python-sfml2/PKGBUILD
+++ b/pcr/python-sfml2/PKGBUILD
diff --git a/pcr/python2-sfml2/PKGBUILD b/pcr/python2-sfml2/PKGBUILD
index 263097e50..263097e50 100755..100644
--- a/pcr/python2-sfml2/PKGBUILD
+++ b/pcr/python2-sfml2/PKGBUILD
diff --git a/pcr/ryzom-client/PKGBUILD b/pcr/ryzom-client/PKGBUILD
index fce700054..fce700054 100755..100644
--- a/pcr/ryzom-client/PKGBUILD
+++ b/pcr/ryzom-client/PKGBUILD
diff --git a/pcr/ryzom-data/PKGBUILD b/pcr/ryzom-data/PKGBUILD
index dfb8a116c..dfb8a116c 100755..100644
--- a/pcr/ryzom-data/PKGBUILD
+++ b/pcr/ryzom-data/PKGBUILD
diff --git a/pcr/ryzom-nel/PKGBUILD b/pcr/ryzom-nel/PKGBUILD
index bc9fa3199..bc9fa3199 100755..100644
--- a/pcr/ryzom-nel/PKGBUILD
+++ b/pcr/ryzom-nel/PKGBUILD
diff --git a/pcr/sfml-git/PKGBUILD b/pcr/sfml-git/PKGBUILD
index 94f89f7e7..94f89f7e7 100755..100644
--- a/pcr/sfml-git/PKGBUILD
+++ b/pcr/sfml-git/PKGBUILD
diff --git a/pcr/xonotic-git/PKGBUILD b/pcr/xonotic-git/PKGBUILD
index 2a032cd4a..2a032cd4a 100755..100644
--- a/pcr/xonotic-git/PKGBUILD
+++ b/pcr/xonotic-git/PKGBUILD
diff --git a/social/ahcpd/PKGBUILD b/social/ahcpd/PKGBUILD
index a2f1e336f..a2f1e336f 100755..100644
--- a/social/ahcpd/PKGBUILD
+++ b/social/ahcpd/PKGBUILD
diff --git a/social/asterisk/PKGBUILD b/social/asterisk/PKGBUILD
index 896d5bacf..896d5bacf 100755..100644
--- a/social/asterisk/PKGBUILD
+++ b/social/asterisk/PKGBUILD
diff --git a/social/asterisk/asterisk b/social/asterisk/asterisk
index f823caefc..f823caefc 100755..100644
--- a/social/asterisk/asterisk
+++ b/social/asterisk/asterisk
diff --git a/social/asterisk/asterisk.install b/social/asterisk/asterisk.install
index 1a3b998b7..1a3b998b7 100755..100644
--- a/social/asterisk/asterisk.install
+++ b/social/asterisk/asterisk.install
diff --git a/social/asterisk/asterisk.logrotated b/social/asterisk/asterisk.logrotated
index f03d0acd3..f03d0acd3 100755..100644
--- a/social/asterisk/asterisk.logrotated
+++ b/social/asterisk/asterisk.logrotated
diff --git a/social/batctl/PKGBUILD b/social/batctl/PKGBUILD
index b64c46ef0..b64c46ef0 100755..100644
--- a/social/batctl/PKGBUILD
+++ b/social/batctl/PKGBUILD
diff --git a/social/bip/PKGBUILD b/social/bip/PKGBUILD
index fcb0ddcfe..fcb0ddcfe 100755..100644
--- a/social/bip/PKGBUILD
+++ b/social/bip/PKGBUILD
diff --git a/social/bitcoin-daemon/PKGBUILD b/social/bitcoin-daemon/PKGBUILD
index ddc5ac0ab..ddc5ac0ab 100755..100644
--- a/social/bitcoin-daemon/PKGBUILD
+++ b/social/bitcoin-daemon/PKGBUILD
diff --git a/social/bitcoin-daemon/bitcoin-daemon.install b/social/bitcoin-daemon/bitcoin-daemon.install
index 5b2ffec92..5b2ffec92 100755..100644
--- a/social/bitcoin-daemon/bitcoin-daemon.install
+++ b/social/bitcoin-daemon/bitcoin-daemon.install
diff --git a/social/bitcoin-daemon/makefile.parabola b/social/bitcoin-daemon/makefile.parabola
index 984750982..984750982 100755..100644
--- a/social/bitcoin-daemon/makefile.parabola
+++ b/social/bitcoin-daemon/makefile.parabola
diff --git a/social/bitcoin-daemon/rc.bitcoind b/social/bitcoin-daemon/rc.bitcoind
index be09251d1..be09251d1 100755..100644
--- a/social/bitcoin-daemon/rc.bitcoind
+++ b/social/bitcoin-daemon/rc.bitcoind
diff --git a/social/bitcoin/PKGBUILD b/social/bitcoin/PKGBUILD
index 64810db4b..64810db4b 100755..100644
--- a/social/bitcoin/PKGBUILD
+++ b/social/bitcoin/PKGBUILD
diff --git a/social/bitcoin/bitcoin.desktop b/social/bitcoin/bitcoin.desktop
index f27429060..f27429060 100755..100644
--- a/social/bitcoin/bitcoin.desktop
+++ b/social/bitcoin/bitcoin.desktop
diff --git a/social/diaspora-git/PKGBUILD b/social/diaspora-git/PKGBUILD
index 3c241473b..3c241473b 100755..100644
--- a/social/diaspora-git/PKGBUILD
+++ b/social/diaspora-git/PKGBUILD
diff --git a/social/diaspora-git/diaspora.bashrc b/social/diaspora-git/diaspora.bashrc
index b694ca0b0..b694ca0b0 100755..100644
--- a/social/diaspora-git/diaspora.bashrc
+++ b/social/diaspora-git/diaspora.bashrc
diff --git a/social/diaspora-git/diaspora.bin b/social/diaspora-git/diaspora.bin
index dfd0d026f..dfd0d026f 100755..100644
--- a/social/diaspora-git/diaspora.bin
+++ b/social/diaspora-git/diaspora.bin
diff --git a/social/diaspora-git/diaspora.install b/social/diaspora-git/diaspora.install
index 7833be058..7833be058 100755..100644
--- a/social/diaspora-git/diaspora.install
+++ b/social/diaspora-git/diaspora.install
diff --git a/social/diaspora-git/diaspora.logrotate b/social/diaspora-git/diaspora.logrotate
index bb5564a79..bb5564a79 100755..100644
--- a/social/diaspora-git/diaspora.logrotate
+++ b/social/diaspora-git/diaspora.logrotate
diff --git a/social/diaspora-git/diaspora.pam b/social/diaspora-git/diaspora.pam
index 53724d1f8..53724d1f8 100755..100644
--- a/social/diaspora-git/diaspora.pam
+++ b/social/diaspora-git/diaspora.pam
diff --git a/social/diaspora-git/diaspora.rc b/social/diaspora-git/diaspora.rc
index 8464f3947..8464f3947 100755..100644
--- a/social/diaspora-git/diaspora.rc
+++ b/social/diaspora-git/diaspora.rc
diff --git a/social/dropbear/PKGBUILD b/social/dropbear/PKGBUILD
index 2df24cb15..2df24cb15 100755..100644
--- a/social/dropbear/PKGBUILD
+++ b/social/dropbear/PKGBUILD
diff --git a/social/dropbear/dropbear-conf.d b/social/dropbear/dropbear-conf.d
index 6f3b8f0c5..6f3b8f0c5 100755..100644
--- a/social/dropbear/dropbear-conf.d
+++ b/social/dropbear/dropbear-conf.d
diff --git a/social/dropbear/dropbear-rc.d b/social/dropbear/dropbear-rc.d
index 011880b3b..011880b3b 100755..100644
--- a/social/dropbear/dropbear-rc.d
+++ b/social/dropbear/dropbear-rc.d
diff --git a/social/facter/PKGBUILD b/social/facter/PKGBUILD
index 877572abb..877572abb 100755..100644
--- a/social/facter/PKGBUILD
+++ b/social/facter/PKGBUILD
diff --git a/social/ffingerd/PKGBUILD b/social/ffingerd/PKGBUILD
index 4e312232b..4e312232b 100755..100644
--- a/social/ffingerd/PKGBUILD
+++ b/social/ffingerd/PKGBUILD
diff --git a/social/ffingerd/finger.xinetd b/social/ffingerd/finger.xinetd
index 36cd303b4..36cd303b4 100755..100644
--- a/social/ffingerd/finger.xinetd
+++ b/social/ffingerd/finger.xinetd
diff --git a/social/gnuhealth/PKGBUILD b/social/gnuhealth/PKGBUILD
index 10d059d4a..10d059d4a 100755..100644
--- a/social/gnuhealth/PKGBUILD
+++ b/social/gnuhealth/PKGBUILD
diff --git a/social/haveged/PKGBUILD b/social/haveged/PKGBUILD
index b5f2e680a..b5f2e680a 100755..100644
--- a/social/haveged/PKGBUILD
+++ b/social/haveged/PKGBUILD
diff --git a/social/haveged/haveged b/social/haveged/haveged
index c0e13b40d..c0e13b40d 100755..100644
--- a/social/haveged/haveged
+++ b/social/haveged/haveged
diff --git a/social/hunspell-pt-br/.directory b/social/hunspell-pt-br/.directory
index dcad2ff51..dcad2ff51 100755..100644
--- a/social/hunspell-pt-br/.directory
+++ b/social/hunspell-pt-br/.directory
diff --git a/social/hunspell-pt-br/PKGBUILD b/social/hunspell-pt-br/PKGBUILD
index 35e1dc887..35e1dc887 100755..100644
--- a/social/hunspell-pt-br/PKGBUILD
+++ b/social/hunspell-pt-br/PKGBUILD
diff --git a/social/inadyn-opendns/PKGBUILD b/social/inadyn-opendns/PKGBUILD
index 75e8dc1ae..75e8dc1ae 100755..100644
--- a/social/inadyn-opendns/PKGBUILD
+++ b/social/inadyn-opendns/PKGBUILD
diff --git a/social/inadyn-opendns/inadyn-opendns.install b/social/inadyn-opendns/inadyn-opendns.install
index e1a842430..e1a842430 100755..100644
--- a/social/inadyn-opendns/inadyn-opendns.install
+++ b/social/inadyn-opendns/inadyn-opendns.install
diff --git a/social/inadyn-opendns/inadyn.rc-script b/social/inadyn-opendns/inadyn.rc-script
index 2ee29d59e..2ee29d59e 100755..100644
--- a/social/inadyn-opendns/inadyn.rc-script
+++ b/social/inadyn-opendns/inadyn.rc-script
diff --git a/social/liblockfile/PKGBUILD b/social/liblockfile/PKGBUILD
index e3428763c..e3428763c 100755..100644
--- a/social/liblockfile/PKGBUILD
+++ b/social/liblockfile/PKGBUILD
diff --git a/social/libowfat/PKGBUILD b/social/libowfat/PKGBUILD
index ea43adfab..ea43adfab 100755..100644
--- a/social/libowfat/PKGBUILD
+++ b/social/libowfat/PKGBUILD
diff --git a/social/libowfat/libowfat.install b/social/libowfat/libowfat.install
index a08aef10c..a08aef10c 100755..100644
--- a/social/libowfat/libowfat.install
+++ b/social/libowfat/libowfat.install
diff --git a/social/libpurple-minimal/PKGBUILD b/social/libpurple-minimal/PKGBUILD
index b0adfd46d..b0adfd46d 100755..100644
--- a/social/libpurple-minimal/PKGBUILD
+++ b/social/libpurple-minimal/PKGBUILD
diff --git a/social/lockfile-progs/PKGBUILD b/social/lockfile-progs/PKGBUILD
index 57d833952..57d833952 100755..100644
--- a/social/lockfile-progs/PKGBUILD
+++ b/social/lockfile-progs/PKGBUILD
diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD
index 3c5c590b8..3c5c590b8 100755..100644
--- a/social/monkeysphere/PKGBUILD
+++ b/social/monkeysphere/PKGBUILD
diff --git a/social/monkeysphere/monkeysphere.install b/social/monkeysphere/monkeysphere.install
index 2013f9f41..2013f9f41 100755..100644
--- a/social/monkeysphere/monkeysphere.install
+++ b/social/monkeysphere/monkeysphere.install
diff --git a/social/olsrd/PKGBUILD b/social/olsrd/PKGBUILD
index dea029844..dea029844 100755..100644
--- a/social/olsrd/PKGBUILD
+++ b/social/olsrd/PKGBUILD
diff --git a/social/openswan/PKGBUILD b/social/openswan/PKGBUILD
index b60ca8401..b60ca8401 100755..100644
--- a/social/openswan/PKGBUILD
+++ b/social/openswan/PKGBUILD
diff --git a/social/openswan/compile.patch b/social/openswan/compile.patch
index 8ddff67f2..8ddff67f2 100755..100644
--- a/social/openswan/compile.patch
+++ b/social/openswan/compile.patch
diff --git a/social/opentracker/PKGBUILD b/social/opentracker/PKGBUILD
index f328607e7..f328607e7 100755..100644
--- a/social/opentracker/PKGBUILD
+++ b/social/opentracker/PKGBUILD
diff --git a/social/opentracker/license.txt b/social/opentracker/license.txt
index ff1bb40f5..ff1bb40f5 100755..100644
--- a/social/opentracker/license.txt
+++ b/social/opentracker/license.txt
diff --git a/social/poco/PKGBUILD b/social/poco/PKGBUILD
index be15eea8a..be15eea8a 100755..100644
--- a/social/poco/PKGBUILD
+++ b/social/poco/PKGBUILD
diff --git a/social/puppet/PKGBUILD b/social/puppet/PKGBUILD
index 10338bea0..10338bea0 100755..100644
--- a/social/puppet/PKGBUILD
+++ b/social/puppet/PKGBUILD
diff --git a/social/puppet/puppet.conf b/social/puppet/puppet.conf
index 169f28b3b..169f28b3b 100755..100644
--- a/social/puppet/puppet.conf
+++ b/social/puppet/puppet.conf
diff --git a/social/puppet/puppet.install b/social/puppet/puppet.install
index 928df566b..928df566b 100755..100644
--- a/social/puppet/puppet.install
+++ b/social/puppet/puppet.install
diff --git a/social/python-relatorio/PKGBUILD b/social/python-relatorio/PKGBUILD
index 6255eeee5..6255eeee5 100755..100644
--- a/social/python-relatorio/PKGBUILD
+++ b/social/python-relatorio/PKGBUILD
diff --git a/social/python2-cheetah/Changelog b/social/python2-cheetah/Changelog
index 9acc7834a..9acc7834a 100755..100644
--- a/social/python2-cheetah/Changelog
+++ b/social/python2-cheetah/Changelog
diff --git a/social/python2-cheetah/PKGBUILD b/social/python2-cheetah/PKGBUILD
index 34ce863a8..34ce863a8 100755..100644
--- a/social/python2-cheetah/PKGBUILD
+++ b/social/python2-cheetah/PKGBUILD
diff --git a/social/python2-polib/PKGBUILD b/social/python2-polib/PKGBUILD
index fc346ec97..fc346ec97 100755..100644
--- a/social/python2-polib/PKGBUILD
+++ b/social/python2-polib/PKGBUILD
diff --git a/social/ruby-headers/PKGBUILD b/social/ruby-headers/PKGBUILD
index f621772e9..f621772e9 100755..100644
--- a/social/ruby-headers/PKGBUILD
+++ b/social/ruby-headers/PKGBUILD
diff --git a/social/ruby-shadow/PKGBUILD b/social/ruby-shadow/PKGBUILD
index ec243aaea..ec243aaea 100755..100644
--- a/social/ruby-shadow/PKGBUILD
+++ b/social/ruby-shadow/PKGBUILD
diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD
index f686a2fc9..f686a2fc9 100755..100644
--- a/social/seeks/PKGBUILD
+++ b/social/seeks/PKGBUILD
diff --git a/social/seeks/conf.patch b/social/seeks/conf.patch
index 93e12c311..93e12c311 100755..100644
--- a/social/seeks/conf.patch
+++ b/social/seeks/conf.patch
diff --git a/social/seeks/docbook2man.patch b/social/seeks/docbook2man.patch
index c5de2e063..c5de2e063 100755..100644
--- a/social/seeks/docbook2man.patch
+++ b/social/seeks/docbook2man.patch
diff --git a/social/seeks/img_websearch.patch b/social/seeks/img_websearch.patch
index 94362e2fc..94362e2fc 100755..100644
--- a/social/seeks/img_websearch.patch
+++ b/social/seeks/img_websearch.patch
diff --git a/social/seeks/install b/social/seeks/install
index 35f383a3c..35f383a3c 100755..100644
--- a/social/seeks/install
+++ b/social/seeks/install
diff --git a/social/seeks/logfile.patch b/social/seeks/logfile.patch
index 9f4ab9b02..9f4ab9b02 100755..100644
--- a/social/seeks/logfile.patch
+++ b/social/seeks/logfile.patch
diff --git a/social/seeks/seeks.conf.d b/social/seeks/seeks.conf.d
index c28382aca..c28382aca 100755..100644
--- a/social/seeks/seeks.conf.d
+++ b/social/seeks/seeks.conf.d
diff --git a/social/seeks/seeks.install b/social/seeks/seeks.install
index bf9849e78..bf9849e78 100755..100644
--- a/social/seeks/seeks.install
+++ b/social/seeks/seeks.install
diff --git a/social/seeks/seeks.logrotate b/social/seeks/seeks.logrotate
index 98b411884..98b411884 100755..100644
--- a/social/seeks/seeks.logrotate
+++ b/social/seeks/seeks.logrotate
diff --git a/social/seeks/seeks.rc.d b/social/seeks/seeks.rc.d
index 67de9251a..67de9251a 100755..100644
--- a/social/seeks/seeks.rc.d
+++ b/social/seeks/seeks.rc.d
diff --git a/social/seeks/seeksdaemon b/social/seeks/seeksdaemon
index 551197d28..551197d28 100755..100644
--- a/social/seeks/seeksdaemon
+++ b/social/seeks/seeksdaemon
diff --git a/social/sipwitch/PKGBUILD b/social/sipwitch/PKGBUILD
index 8cb84fad5..8cb84fad5 100755..100644
--- a/social/sipwitch/PKGBUILD
+++ b/social/sipwitch/PKGBUILD
diff --git a/social/sobby/PKGBUILD b/social/sobby/PKGBUILD
index 50f847db9..50f847db9 100755..100644
--- a/social/sobby/PKGBUILD
+++ b/social/sobby/PKGBUILD
diff --git a/social/spectrum/PKGBUILD b/social/spectrum/PKGBUILD
index 95040efb6..95040efb6 100755..100644
--- a/social/spectrum/PKGBUILD
+++ b/social/spectrum/PKGBUILD
diff --git a/social/spectrum/logrotate.spectrum b/social/spectrum/logrotate.spectrum
index ae52ff156..ae52ff156 100755..100644
--- a/social/spectrum/logrotate.spectrum
+++ b/social/spectrum/logrotate.spectrum
diff --git a/social/spectrum/spectrum.install b/social/spectrum/spectrum.install
index 738fc5bbe..738fc5bbe 100755..100644
--- a/social/spectrum/spectrum.install
+++ b/social/spectrum/spectrum.install
diff --git a/social/statusnet/PKGBUILD b/social/statusnet/PKGBUILD
index 998751df5..998751df5 100755..100644
--- a/social/statusnet/PKGBUILD
+++ b/social/statusnet/PKGBUILD
diff --git a/social/statusnet/statusnet.install b/social/statusnet/statusnet.install
index 5ec72e7c2..5ec72e7c2 100755..100644
--- a/social/statusnet/statusnet.install
+++ b/social/statusnet/statusnet.install
diff --git a/social/strongswan/PKGBUILD b/social/strongswan/PKGBUILD
index 8c5e42885..8c5e42885 100755..100644
--- a/social/strongswan/PKGBUILD
+++ b/social/strongswan/PKGBUILD
diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD
index 87d3415e9..87d3415e9 100755..100644
--- a/social/tinc/PKGBUILD
+++ b/social/tinc/PKGBUILD
diff --git a/social/tinc/tincd.conf b/social/tinc/tincd.conf
index e86139b44..e86139b44 100755..100644
--- a/social/tinc/tincd.conf
+++ b/social/tinc/tincd.conf
diff --git a/social/tinc/tincd.rcd b/social/tinc/tincd.rcd
index 16f39f8ca..16f39f8ca 100755..100644
--- a/social/tinc/tincd.rcd
+++ b/social/tinc/tincd.rcd
diff --git a/social/tomb/PKGBUILD b/social/tomb/PKGBUILD
index a0ac0334f..a0ac0334f 100755..100644
--- a/social/tomb/PKGBUILD
+++ b/social/tomb/PKGBUILD
diff --git a/social/tomb/tomb.install b/social/tomb/tomb.install
index c1ee8b339..c1ee8b339 100755..100644
--- a/social/tomb/tomb.install
+++ b/social/tomb/tomb.install
diff --git a/social/tomoyo-tools/PKGBUILD b/social/tomoyo-tools/PKGBUILD
index aacd1dbe4..aacd1dbe4 100755..100644
--- a/social/tomoyo-tools/PKGBUILD
+++ b/social/tomoyo-tools/PKGBUILD
diff --git a/social/tomoyo-tools/tomoyo-tools.install b/social/tomoyo-tools/tomoyo-tools.install
index 6fb5e16d2..6fb5e16d2 100755..100644
--- a/social/tomoyo-tools/tomoyo-tools.install
+++ b/social/tomoyo-tools/tomoyo-tools.install
diff --git a/social/trytond/PKGBUILD b/social/trytond/PKGBUILD
index 237c599f9..237c599f9 100755..100644
--- a/social/trytond/PKGBUILD
+++ b/social/trytond/PKGBUILD
diff --git a/social/trytond/trytond.install b/social/trytond/trytond.install
index 46d6daaba..46d6daaba 100755..100644
--- a/social/trytond/trytond.install
+++ b/social/trytond/trytond.install
diff --git a/social/trytond/trytond.rc b/social/trytond/trytond.rc
index a93172a58..a93172a58 100755..100644
--- a/social/trytond/trytond.rc
+++ b/social/trytond/trytond.rc
diff --git a/social/uci/PKGBUILD b/social/uci/PKGBUILD
index d306b77bd..d306b77bd 100755..100644
--- a/social/uci/PKGBUILD
+++ b/social/uci/PKGBUILD
diff --git a/social/ucommon/PKGBUILD b/social/ucommon/PKGBUILD
index 240fcc3db..240fcc3db 100755..100644
--- a/social/ucommon/PKGBUILD
+++ b/social/ucommon/PKGBUILD
diff --git a/~aurelien/README b/~aurelien/README
index 7fe764c4c..7fe764c4c 100755..100644
--- a/~aurelien/README
+++ b/~aurelien/README
diff --git a/~brendan/guile/PKGBUILD b/~brendan/guile/PKGBUILD
index af8827563..af8827563 100755..100644
--- a/~brendan/guile/PKGBUILD
+++ b/~brendan/guile/PKGBUILD
diff --git a/~brendan/guile/guile.install b/~brendan/guile/guile.install
index ed113ab8f..ed113ab8f 100755..100644
--- a/~brendan/guile/guile.install
+++ b/~brendan/guile/guile.install
diff --git a/~emulatorman/hunspell-gl/PKGBUILD b/~emulatorman/hunspell-gl/PKGBUILD
index 210fda175..210fda175 100755..100644
--- a/~emulatorman/hunspell-gl/PKGBUILD
+++ b/~emulatorman/hunspell-gl/PKGBUILD
diff --git a/~emulatorman/hunspell-pt-br/.directory b/~emulatorman/hunspell-pt-br/.directory
index e59814917..e59814917 100755..100644
--- a/~emulatorman/hunspell-pt-br/.directory
+++ b/~emulatorman/hunspell-pt-br/.directory
diff --git a/~emulatorman/hunspell-pt-br/PKGBUILD b/~emulatorman/hunspell-pt-br/PKGBUILD
index 35e1dc887..35e1dc887 100755..100644
--- a/~emulatorman/hunspell-pt-br/PKGBUILD
+++ b/~emulatorman/hunspell-pt-br/PKGBUILD
diff --git a/~emulatorman/jitsi/PKGBUILD b/~emulatorman/jitsi/PKGBUILD
index 61460bd5c..61460bd5c 100755..100644
--- a/~emulatorman/jitsi/PKGBUILD
+++ b/~emulatorman/jitsi/PKGBUILD
diff --git a/~emulatorman/jitsi/jitsi.desktop b/~emulatorman/jitsi/jitsi.desktop
index dd4de82a6..dd4de82a6 100755..100644
--- a/~emulatorman/jitsi/jitsi.desktop
+++ b/~emulatorman/jitsi/jitsi.desktop
diff --git a/~emulatorman/jitsi/jitsi.sh b/~emulatorman/jitsi/jitsi.sh
index 71dba6a36..71dba6a36 100755..100644
--- a/~emulatorman/jitsi/jitsi.sh
+++ b/~emulatorman/jitsi/jitsi.sh
diff --git a/~emulatorman/raider/ChangeLog b/~emulatorman/raider/ChangeLog
index bd006cc90..bd006cc90 100755..100644
--- a/~emulatorman/raider/ChangeLog
+++ b/~emulatorman/raider/ChangeLog
diff --git a/~emulatorman/raider/INSTALL b/~emulatorman/raider/INSTALL
index 8671c6917..8671c6917 100755..100644
--- a/~emulatorman/raider/INSTALL
+++ b/~emulatorman/raider/INSTALL
diff --git a/~emulatorman/raider/PKGBUILD b/~emulatorman/raider/PKGBUILD
index 960164820..960164820 100755..100644
--- a/~emulatorman/raider/PKGBUILD
+++ b/~emulatorman/raider/PKGBUILD
diff --git a/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch b/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch
index 870a2670a..870a2670a 100755..100644
--- a/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch
+++ b/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch
diff --git a/~emulatorman/timekpr/PKGBUILD b/~emulatorman/timekpr/PKGBUILD
index 2196dd275..2196dd275 100755..100644
--- a/~emulatorman/timekpr/PKGBUILD
+++ b/~emulatorman/timekpr/PKGBUILD
diff --git a/~emulatorman/timekpr/timekpr.install b/~emulatorman/timekpr/timekpr.install
index b01769c48..b01769c48 100755..100644
--- a/~emulatorman/timekpr/timekpr.install
+++ b/~emulatorman/timekpr/timekpr.install
diff --git a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD
index 977999a38..977999a38 100755..100644
--- a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD
+++ b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD
diff --git a/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch b/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch
index 749234e7a..749234e7a 100755..100644
--- a/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch
+++ b/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch
diff --git a/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch b/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch
index a3b905be9..a3b905be9 100755..100644
--- a/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch
+++ b/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch
diff --git a/~emulatorman/xonotic-data/PKGBUILD b/~emulatorman/xonotic-data/PKGBUILD
index 114954fc3..114954fc3 100755..100644
--- a/~emulatorman/xonotic-data/PKGBUILD
+++ b/~emulatorman/xonotic-data/PKGBUILD
diff --git a/~emulatorman/xonotic/PKGBUILD b/~emulatorman/xonotic/PKGBUILD
index 236474d3d..236474d3d 100755..100644
--- a/~emulatorman/xonotic/PKGBUILD
+++ b/~emulatorman/xonotic/PKGBUILD
diff --git a/~emulatorman/xonotic/xonotic-glx.desktop b/~emulatorman/xonotic/xonotic-glx.desktop
index 9f9e78cc1..9f9e78cc1 100755..100644
--- a/~emulatorman/xonotic/xonotic-glx.desktop
+++ b/~emulatorman/xonotic/xonotic-glx.desktop
diff --git a/~emulatorman/xonotic/xonotic-sdl.desktop b/~emulatorman/xonotic/xonotic-sdl.desktop
index 32b37f2c5..32b37f2c5 100755..100644
--- a/~emulatorman/xonotic/xonotic-sdl.desktop
+++ b/~emulatorman/xonotic/xonotic-sdl.desktop
diff --git a/~fauno/afew/LICENSE b/~fauno/afew/LICENSE
index aab8c3624..aab8c3624 100755..100644
--- a/~fauno/afew/LICENSE
+++ b/~fauno/afew/LICENSE
diff --git a/~fauno/afew/PKGBUILD b/~fauno/afew/PKGBUILD
index 1256ad4d3..1256ad4d3 100755..100644
--- a/~fauno/afew/PKGBUILD
+++ b/~fauno/afew/PKGBUILD
diff --git a/~fauno/afew/SRCBUILD b/~fauno/afew/SRCBUILD
index 0ac3b5d75..0ac3b5d75 100755..100644
--- a/~fauno/afew/SRCBUILD
+++ b/~fauno/afew/SRCBUILD
diff --git a/~fauno/bibutils-dynamic/PKGBUILD b/~fauno/bibutils-dynamic/PKGBUILD
index cc8f371a6..cc8f371a6 100755..100644
--- a/~fauno/bibutils-dynamic/PKGBUILD
+++ b/~fauno/bibutils-dynamic/PKGBUILD
diff --git a/~fauno/dbacl/PKGBUILD b/~fauno/dbacl/PKGBUILD
index a92679444..a92679444 100755..100644
--- a/~fauno/dbacl/PKGBUILD
+++ b/~fauno/dbacl/PKGBUILD
diff --git a/~fauno/distccd-zeroconf/PKGBUILD b/~fauno/distccd-zeroconf/PKGBUILD
index 2faf6acb3..2faf6acb3 100755..100644
--- a/~fauno/distccd-zeroconf/PKGBUILD
+++ b/~fauno/distccd-zeroconf/PKGBUILD
diff --git a/~fauno/distccd-zeroconf/distccd.conf.d b/~fauno/distccd-zeroconf/distccd.conf.d
index 8f90cb503..8f90cb503 100755..100644
--- a/~fauno/distccd-zeroconf/distccd.conf.d
+++ b/~fauno/distccd-zeroconf/distccd.conf.d
diff --git a/~fauno/emerillon/PKGBUILD b/~fauno/emerillon/PKGBUILD
index 621ed04bb..621ed04bb 100755..100644
--- a/~fauno/emerillon/PKGBUILD
+++ b/~fauno/emerillon/PKGBUILD
diff --git a/~fauno/emerillon/emerillon.install b/~fauno/emerillon/emerillon.install
index 77c7018ea..77c7018ea 100755..100644
--- a/~fauno/emerillon/emerillon.install
+++ b/~fauno/emerillon/emerillon.install
diff --git a/~fauno/ethos/PKGBUILD b/~fauno/ethos/PKGBUILD
index f05c8fa8b..f05c8fa8b 100755..100644
--- a/~fauno/ethos/PKGBUILD
+++ b/~fauno/ethos/PKGBUILD
diff --git a/~fauno/geoclue/PKGBUILD b/~fauno/geoclue/PKGBUILD
index e370197c7..e370197c7 100755..100644
--- a/~fauno/geoclue/PKGBUILD
+++ b/~fauno/geoclue/PKGBUILD
diff --git a/~fauno/haskell-base64-bytestring/PKGBUILD b/~fauno/haskell-base64-bytestring/PKGBUILD
index 9943e7e15..9943e7e15 100755..100644
--- a/~fauno/haskell-base64-bytestring/PKGBUILD
+++ b/~fauno/haskell-base64-bytestring/PKGBUILD
diff --git a/~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install b/~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install
index 55a35b6d2..55a35b6d2 100755..100644
--- a/~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install
+++ b/~fauno/haskell-base64-bytestring/haskell-base64-bytestring.install
diff --git a/~fauno/haskell-citeproc-hs/PKGBUILD b/~fauno/haskell-citeproc-hs/PKGBUILD
index 32f06094b..32f06094b 100755..100644
--- a/~fauno/haskell-citeproc-hs/PKGBUILD
+++ b/~fauno/haskell-citeproc-hs/PKGBUILD
diff --git a/~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install b/~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install
index 6bf4872f1..6bf4872f1 100755..100644
--- a/~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install
+++ b/~fauno/haskell-citeproc-hs/haskell-citeproc-hs.install
diff --git a/~fauno/haskell-digest/PKGBUILD b/~fauno/haskell-digest/PKGBUILD
index 724a600af..724a600af 100755..100644
--- a/~fauno/haskell-digest/PKGBUILD
+++ b/~fauno/haskell-digest/PKGBUILD
diff --git a/~fauno/haskell-digest/haskell-digest.install b/~fauno/haskell-digest/haskell-digest.install
index 7aa8e0003..7aa8e0003 100755..100644
--- a/~fauno/haskell-digest/haskell-digest.install
+++ b/~fauno/haskell-digest/haskell-digest.install
diff --git a/~fauno/haskell-dlist/PKGBUILD b/~fauno/haskell-dlist/PKGBUILD
index 6b68c97c3..6b68c97c3 100755..100644
--- a/~fauno/haskell-dlist/PKGBUILD
+++ b/~fauno/haskell-dlist/PKGBUILD
diff --git a/~fauno/haskell-dlist/haskell-dlist.install b/~fauno/haskell-dlist/haskell-dlist.install
index f20fb2952..f20fb2952 100755..100644
--- a/~fauno/haskell-dlist/haskell-dlist.install
+++ b/~fauno/haskell-dlist/haskell-dlist.install
diff --git a/~fauno/haskell-hs-bibutils/PKGBUILD b/~fauno/haskell-hs-bibutils/PKGBUILD
index 46816e9c2..46816e9c2 100755..100644
--- a/~fauno/haskell-hs-bibutils/PKGBUILD
+++ b/~fauno/haskell-hs-bibutils/PKGBUILD
diff --git a/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install b/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install
index 454c6ff37..454c6ff37 100755..100644
--- a/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install
+++ b/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install
diff --git a/~fauno/haskell-json/PKGBUILD b/~fauno/haskell-json/PKGBUILD
index 2a1da8a47..2a1da8a47 100755..100644
--- a/~fauno/haskell-json/PKGBUILD
+++ b/~fauno/haskell-json/PKGBUILD
diff --git a/~fauno/haskell-json/haskell-json.install b/~fauno/haskell-json/haskell-json.install
index 10d6b7279..10d6b7279 100755..100644
--- a/~fauno/haskell-json/haskell-json.install
+++ b/~fauno/haskell-json/haskell-json.install
diff --git a/~fauno/haskell-pandoc-types/PKGBUILD b/~fauno/haskell-pandoc-types/PKGBUILD
index 954514ebe..954514ebe 100755..100644
--- a/~fauno/haskell-pandoc-types/PKGBUILD
+++ b/~fauno/haskell-pandoc-types/PKGBUILD
diff --git a/~fauno/haskell-pandoc-types/haskell-pandoc-types.install b/~fauno/haskell-pandoc-types/haskell-pandoc-types.install
index 34622807c..34622807c 100755..100644
--- a/~fauno/haskell-pandoc-types/haskell-pandoc-types.install
+++ b/~fauno/haskell-pandoc-types/haskell-pandoc-types.install
diff --git a/~fauno/haskell-tagsoup/PKGBUILD b/~fauno/haskell-tagsoup/PKGBUILD
index 0de1f165b..0de1f165b 100755..100644
--- a/~fauno/haskell-tagsoup/PKGBUILD
+++ b/~fauno/haskell-tagsoup/PKGBUILD
diff --git a/~fauno/haskell-tagsoup/haskell-tagsoup.install b/~fauno/haskell-tagsoup/haskell-tagsoup.install
index dc61b4049..dc61b4049 100755..100644
--- a/~fauno/haskell-tagsoup/haskell-tagsoup.install
+++ b/~fauno/haskell-tagsoup/haskell-tagsoup.install
diff --git a/~fauno/haskell-texmath/PKGBUILD b/~fauno/haskell-texmath/PKGBUILD
index 95e88912a..95e88912a 100755..100644
--- a/~fauno/haskell-texmath/PKGBUILD
+++ b/~fauno/haskell-texmath/PKGBUILD
diff --git a/~fauno/haskell-texmath/haskell-texmath.install b/~fauno/haskell-texmath/haskell-texmath.install
index b95fd0d9f..b95fd0d9f 100755..100644
--- a/~fauno/haskell-texmath/haskell-texmath.install
+++ b/~fauno/haskell-texmath/haskell-texmath.install
diff --git a/~fauno/haskell-xml/PKGBUILD b/~fauno/haskell-xml/PKGBUILD
index fc42941b3..fc42941b3 100755..100644
--- a/~fauno/haskell-xml/PKGBUILD
+++ b/~fauno/haskell-xml/PKGBUILD
diff --git a/~fauno/haskell-xml/haskell-xml.install b/~fauno/haskell-xml/haskell-xml.install
index 741ef9ee0..741ef9ee0 100755..100644
--- a/~fauno/haskell-xml/haskell-xml.install
+++ b/~fauno/haskell-xml/haskell-xml.install
diff --git a/~fauno/haskell-zip-archive/PKGBUILD b/~fauno/haskell-zip-archive/PKGBUILD
index 0d0d91a11..0d0d91a11 100755..100644
--- a/~fauno/haskell-zip-archive/PKGBUILD
+++ b/~fauno/haskell-zip-archive/PKGBUILD
diff --git a/~fauno/haskell-zip-archive/haskell-zip-archive.install b/~fauno/haskell-zip-archive/haskell-zip-archive.install
index c19836db7..c19836db7 100755..100644
--- a/~fauno/haskell-zip-archive/haskell-zip-archive.install
+++ b/~fauno/haskell-zip-archive/haskell-zip-archive.install
diff --git a/~fauno/ldapscripts/PKGBUILD b/~fauno/ldapscripts/PKGBUILD
index 59080b1cf..59080b1cf 100755..100644
--- a/~fauno/ldapscripts/PKGBUILD
+++ b/~fauno/ldapscripts/PKGBUILD
diff --git a/~fauno/librest/PKGBUILD b/~fauno/librest/PKGBUILD
index a66c4559e..a66c4559e 100755..100644
--- a/~fauno/librest/PKGBUILD
+++ b/~fauno/librest/PKGBUILD
diff --git a/~fauno/localepurge/PKGBUILD b/~fauno/localepurge/PKGBUILD
index 263776a01..263776a01 100755..100644
--- a/~fauno/localepurge/PKGBUILD
+++ b/~fauno/localepurge/PKGBUILD
diff --git a/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD b/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD
index 6fc5b1f16..6fc5b1f16 100755..100644
--- a/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD
+++ b/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD
diff --git a/~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD b/~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD
index becc02cfe..becc02cfe 100755..100644
--- a/~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD
+++ b/~fauno/mips64el-unknown-linux-gnu-gcc-base/PKGBUILD
diff --git a/~fauno/pandoc/PKGBUILD b/~fauno/pandoc/PKGBUILD
index 18e249a47..18e249a47 100755..100644
--- a/~fauno/pandoc/PKGBUILD
+++ b/~fauno/pandoc/PKGBUILD
diff --git a/~fauno/pandoc/SRCBUILD b/~fauno/pandoc/SRCBUILD
index ebe1a0552..ebe1a0552 100755..100644
--- a/~fauno/pandoc/SRCBUILD
+++ b/~fauno/pandoc/SRCBUILD
diff --git a/~fauno/ruby-mustache/PKGBUILD b/~fauno/ruby-mustache/PKGBUILD
index 8c8d924c1..8c8d924c1 100755..100644
--- a/~fauno/ruby-mustache/PKGBUILD
+++ b/~fauno/ruby-mustache/PKGBUILD
diff --git a/~fauno/transmission-remote-cli/PKGBUILD b/~fauno/transmission-remote-cli/PKGBUILD
index 5e3699bce..5e3699bce 100755..100644
--- a/~fauno/transmission-remote-cli/PKGBUILD
+++ b/~fauno/transmission-remote-cli/PKGBUILD
diff --git a/~fauno/transmission-remote-cli/python2.patch b/~fauno/transmission-remote-cli/python2.patch
index 256b676f0..256b676f0 100755..100644
--- a/~fauno/transmission-remote-cli/python2.patch
+++ b/~fauno/transmission-remote-cli/python2.patch
diff --git a/~fauno/vala-notmuch/PKGBUILD b/~fauno/vala-notmuch/PKGBUILD
index 0e97683a4..0e97683a4 100755..100644
--- a/~fauno/vala-notmuch/PKGBUILD
+++ b/~fauno/vala-notmuch/PKGBUILD
diff --git a/~fauno/vala-notmuch/SRCBUILD b/~fauno/vala-notmuch/SRCBUILD
index 89b6c67ba..89b6c67ba 100755..100644
--- a/~fauno/vala-notmuch/SRCBUILD
+++ b/~fauno/vala-notmuch/SRCBUILD
diff --git a/~fauno/vala-notmuch/vala-notmuch.install b/~fauno/vala-notmuch/vala-notmuch.install
index d1ce89da6..d1ce89da6 100755..100644
--- a/~fauno/vala-notmuch/vala-notmuch.install
+++ b/~fauno/vala-notmuch/vala-notmuch.install
diff --git a/~lukeshu/.gitignore b/~lukeshu/.gitignore
index db32297d9..db32297d9 100755..100644
--- a/~lukeshu/.gitignore
+++ b/~lukeshu/.gitignore
diff --git a/~lukeshu/android-udev/.gitignore b/~lukeshu/android-udev/.gitignore
index 290a3baa3..290a3baa3 100755..100644
--- a/~lukeshu/android-udev/.gitignore
+++ b/~lukeshu/android-udev/.gitignore
diff --git a/~lukeshu/android-udev/51-android.rules b/~lukeshu/android-udev/51-android.rules
index 51f80cf54..51f80cf54 100755..100644
--- a/~lukeshu/android-udev/51-android.rules
+++ b/~lukeshu/android-udev/51-android.rules
diff --git a/~lukeshu/android-udev/Makefile b/~lukeshu/android-udev/Makefile
index f20930c66..f20930c66 100755..100644
--- a/~lukeshu/android-udev/Makefile
+++ b/~lukeshu/android-udev/Makefile
diff --git a/~lukeshu/android-udev/PKGBUILD b/~lukeshu/android-udev/PKGBUILD
index 6900b46da..6900b46da 100755..100644
--- a/~lukeshu/android-udev/PKGBUILD
+++ b/~lukeshu/android-udev/PKGBUILD
diff --git a/~lukeshu/android-udev/android-udev.install b/~lukeshu/android-udev/android-udev.install
index c861f2b70..c861f2b70 100755..100644
--- a/~lukeshu/android-udev/android-udev.install
+++ b/~lukeshu/android-udev/android-udev.install
diff --git a/~lukeshu/cinclude2dot/.gitignore b/~lukeshu/cinclude2dot/.gitignore
index f326e85cb..f326e85cb 100755..100644
--- a/~lukeshu/cinclude2dot/.gitignore
+++ b/~lukeshu/cinclude2dot/.gitignore
diff --git a/~lukeshu/cinclude2dot/PKGBUILD b/~lukeshu/cinclude2dot/PKGBUILD
index 2eb43bac2..2eb43bac2 100755..100644
--- a/~lukeshu/cinclude2dot/PKGBUILD
+++ b/~lukeshu/cinclude2dot/PKGBUILD
diff --git a/~lukeshu/cntlm/PKGBUILD b/~lukeshu/cntlm/PKGBUILD
index 2381a924e..2381a924e 100755..100644
--- a/~lukeshu/cntlm/PKGBUILD
+++ b/~lukeshu/cntlm/PKGBUILD
diff --git a/~lukeshu/conkeror-git/ChangeLog b/~lukeshu/conkeror-git/ChangeLog
index e8249a832..e8249a832 100755..100644
--- a/~lukeshu/conkeror-git/ChangeLog
+++ b/~lukeshu/conkeror-git/ChangeLog
diff --git a/~lukeshu/conkeror-git/PKGBUILD b/~lukeshu/conkeror-git/PKGBUILD
index 5d68e26c9..5d68e26c9 100755..100644
--- a/~lukeshu/conkeror-git/PKGBUILD
+++ b/~lukeshu/conkeror-git/PKGBUILD
diff --git a/~lukeshu/conkeror-git/SRCBUILD b/~lukeshu/conkeror-git/SRCBUILD
index d02b9eaf1..d02b9eaf1 100755..100644
--- a/~lukeshu/conkeror-git/SRCBUILD
+++ b/~lukeshu/conkeror-git/SRCBUILD
diff --git a/~lukeshu/conkeror-git/conkeror-git.install b/~lukeshu/conkeror-git/conkeror-git.install
index 5e5cfef4d..5e5cfef4d 100755..100644
--- a/~lukeshu/conkeror-git/conkeror-git.install
+++ b/~lukeshu/conkeror-git/conkeror-git.install
diff --git a/~lukeshu/conkeror-git/conkeror.sh b/~lukeshu/conkeror-git/conkeror.sh
index 963720513..963720513 100755..100644
--- a/~lukeshu/conkeror-git/conkeror.sh
+++ b/~lukeshu/conkeror-git/conkeror.sh
diff --git a/~lukeshu/conkeror-git/conkeror_gimpfile.xpm b/~lukeshu/conkeror-git/conkeror_gimpfile.xpm
index ee2dc0773..ee2dc0773 100755..100644
--- a/~lukeshu/conkeror-git/conkeror_gimpfile.xpm
+++ b/~lukeshu/conkeror-git/conkeror_gimpfile.xpm
diff --git a/~lukeshu/dasm/PKGBUILD b/~lukeshu/dasm/PKGBUILD
index 79a7264b4..79a7264b4 100755..100644
--- a/~lukeshu/dasm/PKGBUILD
+++ b/~lukeshu/dasm/PKGBUILD
diff --git a/~lukeshu/emacs-lucid/PKGBUILD b/~lukeshu/emacs-lucid/PKGBUILD
index ebc49645d..ebc49645d 100755..100644
--- a/~lukeshu/emacs-lucid/PKGBUILD
+++ b/~lukeshu/emacs-lucid/PKGBUILD
diff --git a/~lukeshu/emacs-lucid/emacs.install b/~lukeshu/emacs-lucid/emacs.install
index d84f1de14..d84f1de14 100755..100644
--- a/~lukeshu/emacs-lucid/emacs.install
+++ b/~lukeshu/emacs-lucid/emacs.install
diff --git a/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch b/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch
index 8806fe849..8806fe849 100755..100644
--- a/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch
+++ b/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch
diff --git a/~lukeshu/freeglut26/PKGBUILD b/~lukeshu/freeglut26/PKGBUILD
index 25569e60d..25569e60d 100755..100644
--- a/~lukeshu/freeglut26/PKGBUILD
+++ b/~lukeshu/freeglut26/PKGBUILD
diff --git a/~lukeshu/git-svn-abandon-git/PKGBUILD b/~lukeshu/git-svn-abandon-git/PKGBUILD
index fe9f9990c..fe9f9990c 100755..100644
--- a/~lukeshu/git-svn-abandon-git/PKGBUILD
+++ b/~lukeshu/git-svn-abandon-git/PKGBUILD
diff --git a/~lukeshu/kdeutils-ark-unarchiver/PKGBUILD b/~lukeshu/kdeutils-ark-unarchiver/PKGBUILD
index b016b15bf..b016b15bf 100755..100644
--- a/~lukeshu/kdeutils-ark-unarchiver/PKGBUILD
+++ b/~lukeshu/kdeutils-ark-unarchiver/PKGBUILD
diff --git a/~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch b/~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch
index 039d725b4..039d725b4 100755..100644
--- a/~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch
+++ b/~lukeshu/kdeutils-ark-unarchiver/add-ark-cliunarchiverplugin.patch
diff --git a/~lukeshu/kdeutils-ark-unarchiver/kdeutils.install b/~lukeshu/kdeutils-ark-unarchiver/kdeutils.install
index e70c054ec..e70c054ec 100755..100644
--- a/~lukeshu/kdeutils-ark-unarchiver/kdeutils.install
+++ b/~lukeshu/kdeutils-ark-unarchiver/kdeutils.install
diff --git a/~lukeshu/libdwarf/PKGBUILD b/~lukeshu/libdwarf/PKGBUILD
index 591b92633..591b92633 100755..100644
--- a/~lukeshu/libdwarf/PKGBUILD
+++ b/~lukeshu/libdwarf/PKGBUILD
diff --git a/~lukeshu/libfreenect-git/PKGBUILD b/~lukeshu/libfreenect-git/PKGBUILD
index edc9e7483..edc9e7483 100755..100644
--- a/~lukeshu/libfreenect-git/PKGBUILD
+++ b/~lukeshu/libfreenect-git/PKGBUILD
diff --git a/~lukeshu/maildirproc/PKGBUILD b/~lukeshu/maildirproc/PKGBUILD
index 9197fc6e3..9197fc6e3 100755..100644
--- a/~lukeshu/maildirproc/PKGBUILD
+++ b/~lukeshu/maildirproc/PKGBUILD
diff --git a/~lukeshu/make-graph/PKGBUILD b/~lukeshu/make-graph/PKGBUILD
index 0d9320f69..0d9320f69 100755..100644
--- a/~lukeshu/make-graph/PKGBUILD
+++ b/~lukeshu/make-graph/PKGBUILD
diff --git a/~lukeshu/make-graph/bug30612.patch b/~lukeshu/make-graph/bug30612.patch
index fb843bcd9..fb843bcd9 100755..100644
--- a/~lukeshu/make-graph/bug30612.patch
+++ b/~lukeshu/make-graph/bug30612.patch
diff --git a/~lukeshu/make-graph/bug30723.patch b/~lukeshu/make-graph/bug30723.patch
index 84e7ebe7a..84e7ebe7a 100755..100644
--- a/~lukeshu/make-graph/bug30723.patch
+++ b/~lukeshu/make-graph/bug30723.patch
diff --git a/~lukeshu/make-graph/make-3.82-makeflags.patch b/~lukeshu/make-graph/make-3.82-makeflags.patch
index 3cba3c402..3cba3c402 100755..100644
--- a/~lukeshu/make-graph/make-3.82-makeflags.patch
+++ b/~lukeshu/make-graph/make-3.82-makeflags.patch
diff --git a/~lukeshu/make-graph/make-3.82-sort-blank.patch b/~lukeshu/make-graph/make-3.82-sort-blank.patch
index 2e73f5b7c..2e73f5b7c 100755..100644
--- a/~lukeshu/make-graph/make-3.82-sort-blank.patch
+++ b/~lukeshu/make-graph/make-3.82-sort-blank.patch
diff --git a/~lukeshu/make-graph/make-graph.patch b/~lukeshu/make-graph/make-graph.patch
index 083db55e4..083db55e4 100755..100644
--- a/~lukeshu/make-graph/make-graph.patch
+++ b/~lukeshu/make-graph/make-graph.patch
diff --git a/~lukeshu/make-graph/make.install b/~lukeshu/make-graph/make.install
index 6cf8b0dc4..6cf8b0dc4 100755..100644
--- a/~lukeshu/make-graph/make.install
+++ b/~lukeshu/make-graph/make.install
diff --git a/~lukeshu/openni-all/openni-git/PKGBUILD b/~lukeshu/openni-all/openni-git/PKGBUILD
index 7ac6abb87..7ac6abb87 100755..100644
--- a/~lukeshu/openni-all/openni-git/PKGBUILD
+++ b/~lukeshu/openni-all/openni-git/PKGBUILD
diff --git a/~lukeshu/openni-all/openni-git/openni.install b/~lukeshu/openni-all/openni-git/openni.install
index 8470f4512..8470f4512 100755..100644
--- a/~lukeshu/openni-all/openni-git/openni.install
+++ b/~lukeshu/openni-all/openni-git/openni.install
diff --git a/~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD b/~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD
index 0ebfac2e5..0ebfac2e5 100755..100644
--- a/~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD
+++ b/~lukeshu/openni-all/openni-module-primesensor-git/PKGBUILD
diff --git a/~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD b/~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD
index 2a2abbdc5..2a2abbdc5 100755..100644
--- a/~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD
+++ b/~lukeshu/openni-all/openni-module-sensorkinect-git/PKGBUILD
diff --git a/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install b/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install
index d62d263d1..d62d263d1 100755..100644
--- a/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install
+++ b/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install
diff --git a/~lukeshu/openni-all/openni-unstable-git/PKGBUILD b/~lukeshu/openni-all/openni-unstable-git/PKGBUILD
index 07f276b02..07f276b02 100755..100644
--- a/~lukeshu/openni-all/openni-unstable-git/PKGBUILD
+++ b/~lukeshu/openni-all/openni-unstable-git/PKGBUILD
diff --git a/~lukeshu/openni-all/openni-unstable-git/openni.install b/~lukeshu/openni-all/openni-unstable-git/openni.install
index 8470f4512..8470f4512 100755..100644
--- a/~lukeshu/openni-all/openni-unstable-git/openni.install
+++ b/~lukeshu/openni-all/openni-unstable-git/openni.install
diff --git a/~lukeshu/openni-all/openni-unstable/PKGBUILD b/~lukeshu/openni-all/openni-unstable/PKGBUILD
index 19d1575a1..19d1575a1 100755..100644
--- a/~lukeshu/openni-all/openni-unstable/PKGBUILD
+++ b/~lukeshu/openni-all/openni-unstable/PKGBUILD
diff --git a/~lukeshu/openni-all/openni-unstable/openni-core.install b/~lukeshu/openni-all/openni-unstable/openni-core.install
index 8470f4512..8470f4512 100755..100644
--- a/~lukeshu/openni-all/openni-unstable/openni-core.install
+++ b/~lukeshu/openni-all/openni-unstable/openni-core.install
diff --git a/~lukeshu/openni-all/openni-unstable/openni-mono.install b/~lukeshu/openni-all/openni-unstable/openni-mono.install
index 72a6fb23d..72a6fb23d 100755..100644
--- a/~lukeshu/openni-all/openni-unstable/openni-mono.install
+++ b/~lukeshu/openni-all/openni-unstable/openni-mono.install
diff --git a/~lukeshu/openni-all/openni/PKGBUILD b/~lukeshu/openni-all/openni/PKGBUILD
index 2cdc2fd7d..2cdc2fd7d 100755..100644
--- a/~lukeshu/openni-all/openni/PKGBUILD
+++ b/~lukeshu/openni-all/openni/PKGBUILD
diff --git a/~lukeshu/openni-all/openni/openni.install b/~lukeshu/openni-all/openni/openni.install
index 8470f4512..8470f4512 100755..100644
--- a/~lukeshu/openni-all/openni/openni.install
+++ b/~lukeshu/openni-all/openni/openni.install
diff --git a/~lukeshu/pngcrush/LICENSE b/~lukeshu/pngcrush/LICENSE
index 3412dd04e..3412dd04e 100755..100644
--- a/~lukeshu/pngcrush/LICENSE
+++ b/~lukeshu/pngcrush/LICENSE
diff --git a/~lukeshu/pngcrush/PKGBUILD b/~lukeshu/pngcrush/PKGBUILD
index e3b477086..e3b477086 100755..100644
--- a/~lukeshu/pngcrush/PKGBUILD
+++ b/~lukeshu/pngcrush/PKGBUILD
diff --git a/~lukeshu/redo/PKGBUILD b/~lukeshu/redo/PKGBUILD
index fa9bdefc2..fa9bdefc2 100755..100644
--- a/~lukeshu/redo/PKGBUILD
+++ b/~lukeshu/redo/PKGBUILD
diff --git a/~lukeshu/stow/PKGBUILD b/~lukeshu/stow/PKGBUILD
index 24a2dcb1c..24a2dcb1c 100755..100644
--- a/~lukeshu/stow/PKGBUILD
+++ b/~lukeshu/stow/PKGBUILD
diff --git a/~lukeshu/svn-graph-branches/PKGBUILD b/~lukeshu/svn-graph-branches/PKGBUILD
index 63568e50c..63568e50c 100755..100644
--- a/~lukeshu/svn-graph-branches/PKGBUILD
+++ b/~lukeshu/svn-graph-branches/PKGBUILD
diff --git a/~lukeshu/terminal-colors/.gitignore b/~lukeshu/terminal-colors/.gitignore
index 8ba0d861a..8ba0d861a 100755..100644
--- a/~lukeshu/terminal-colors/.gitignore
+++ b/~lukeshu/terminal-colors/.gitignore
diff --git a/~lukeshu/terminal-colors/PKGBUILD b/~lukeshu/terminal-colors/PKGBUILD
index 662e5b5ef..662e5b5ef 100755..100644
--- a/~lukeshu/terminal-colors/PKGBUILD
+++ b/~lukeshu/terminal-colors/PKGBUILD
diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD
index d3d13925a..d3d13925a 100755..100644
--- a/~lukeshu/thingutils-git/PKGBUILD
+++ b/~lukeshu/thingutils-git/PKGBUILD
diff --git a/~lukeshu/wdiff/PKGBUILD b/~lukeshu/wdiff/PKGBUILD
index e321065a9..e321065a9 100755..100644
--- a/~lukeshu/wdiff/PKGBUILD
+++ b/~lukeshu/wdiff/PKGBUILD
diff --git a/~lukeshu/xml2rfc/PKGBUILD b/~lukeshu/xml2rfc/PKGBUILD
index b52ab21a8..b52ab21a8 100755..100644
--- a/~lukeshu/xml2rfc/PKGBUILD
+++ b/~lukeshu/xml2rfc/PKGBUILD
diff --git a/~mtjm/python-coverage/LICENSE b/~mtjm/python-coverage/LICENSE
index 304031cb6..304031cb6 100755..100644
--- a/~mtjm/python-coverage/LICENSE
+++ b/~mtjm/python-coverage/LICENSE
diff --git a/~mtjm/python-coverage/PKGBUILD b/~mtjm/python-coverage/PKGBUILD
index f9acc0d94..f9acc0d94 100755..100644
--- a/~mtjm/python-coverage/PKGBUILD
+++ b/~mtjm/python-coverage/PKGBUILD
diff --git a/~mtjm/python2-postfix-policyd-spf/PKGBUILD b/~mtjm/python2-postfix-policyd-spf/PKGBUILD
index 237b6c9bd..237b6c9bd 100755..100644
--- a/~mtjm/python2-postfix-policyd-spf/PKGBUILD
+++ b/~mtjm/python2-postfix-policyd-spf/PKGBUILD
diff --git a/~mtjm/python2-pydns/PKGBUILD b/~mtjm/python2-pydns/PKGBUILD
index cf5f4b388..cf5f4b388 100755..100644
--- a/~mtjm/python2-pydns/PKGBUILD
+++ b/~mtjm/python2-pydns/PKGBUILD
diff --git a/~mtjm/python2-pyflakes/PKGBUILD b/~mtjm/python2-pyflakes/PKGBUILD
index 397c487b7..397c487b7 100755..100644
--- a/~mtjm/python2-pyflakes/PKGBUILD
+++ b/~mtjm/python2-pyflakes/PKGBUILD
diff --git a/~mtjm/python2-pyspf/PKGBUILD b/~mtjm/python2-pyspf/PKGBUILD
index abb3bfa5f..abb3bfa5f 100755..100644
--- a/~mtjm/python2-pyspf/PKGBUILD
+++ b/~mtjm/python2-pyspf/PKGBUILD
diff --git a/~mtjm/ttf-beteckna/PKGBUILD b/~mtjm/ttf-beteckna/PKGBUILD
index ff338e0d4..ff338e0d4 100755..100644
--- a/~mtjm/ttf-beteckna/PKGBUILD
+++ b/~mtjm/ttf-beteckna/PKGBUILD
diff --git a/~mtjm/ttf-beteckna/ttf.install b/~mtjm/ttf-beteckna/ttf.install
index 33b7d6549..33b7d6549 100755..100644
--- a/~mtjm/ttf-beteckna/ttf.install
+++ b/~mtjm/ttf-beteckna/ttf.install