[arch-commits] Commit in mutt/repos (4 files)
Date: Thursday, August 18, 2016 @ 03:54:26 Author: bisson Revision: 273909 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mutt/repos/extra-i686/PKGBUILD (from rev 273908, mutt/trunk/PKGBUILD) mutt/repos/extra-x86_64/PKGBUILD (from rev 273908, mutt/trunk/PKGBUILD) Deleted: mutt/repos/extra-i686/PKGBUILD mutt/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 94 extra-i686/PKGBUILD | 47 extra-x86_64/PKGBUILD | 47 3 files changed, 94 insertions(+), 94 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-08-18 03:48:50 UTC (rev 273908) +++ extra-i686/PKGBUILD 2016-08-18 03:54:26 UTC (rev 273909) @@ -1,47 +0,0 @@ -# $Id$ -# Contributor: tobias [tobias [at] archlinux.org] -# Maintainer: Gaetan Bisson - -pkgname=mutt -pkgver=1.6.2 -pkgrel=1 -pkgdesc='Small but very powerful text-based mail client' -url='http://www.mutt.org/' -license=('GPL') -backup=('etc/Muttrc') -arch=('i686' 'x86_64') -optdepends=('smtp-forwarder: to send mail') -depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') -source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha1sums=('67910ea4025a7f5ac8808e34bd55519200e08bcf' 'SKIP') -validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --enable-gpgme \ - --enable-pop \ - --enable-imap \ - --enable-smtp \ - --enable-hcache \ - --with-curses=/usr \ - --with-regex \ - --with-gss=/usr \ - --with-ssl=/usr \ - --with-sasl \ - --with-idn \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - rm "${pkgdir}"/etc/mime.types{,.dist} - rm "${pkgdir}"/usr/bin/{flea,muttbug} - rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1 - install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist -} Copied: mutt/repos/extra-i686/PKGBUILD (from rev 273908, mutt/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-18 03:54:26 UTC (rev 273909) @@ -0,0 +1,47 @@ +# $Id$ +# Contributor: tobias [tobias [at] archlinux.org] +# Maintainer: Gaetan Bisson + +pkgname=mutt +pkgver=1.7.0 +pkgrel=1 +pkgdesc='Small but very powerful text-based mail client' +url='http://www.mutt.org/' +license=('GPL') +backup=('etc/Muttrc') +arch=('i686' 'x86_64') +optdepends=('smtp-forwarder: to send mail') +depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') +source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) +sha1sums=('0d9c0ae7d4725e2216ea0c1271ae19ab8bcf653b' 'SKIP') +validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-gpgme \ + --enable-pop \ + --enable-imap \ + --enable-smtp \ + --enable-hcache \ + --with-curses=/usr \ + --with-regex \ + --with-gss=/usr \ + --with-ssl=/usr \ + --with-sasl \ + --with-idn \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + rm "${pkgdir}"/etc/mime.types{,.dist} + rm "${pkgdir}"/usr/bin/{flea,muttbug} + rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1 + install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-08-18 03:48:50 UTC (rev 273908) +++ extra-x86_64/PKGBUILD 2016-08-18 03:54:26 UTC (rev 273909) @@ -1,47 +0,0 @@ -# $Id$ -# Contributor: tobias [tobias [at] archlinux.org] -# Maintainer: Gaetan Bisson - -pkgname=mutt -pkgver=1.6.2 -pkgrel=1 -pkgdesc='Small but very powerful text-based mail client' -url='http://www.mutt.org/' -license=('GPL') -backup=('etc/Muttrc') -arch=('i686' 'x86_64') -optdepends=('smtp-forwarder: to send mail') -depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') -source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha1sums=('67910ea4025a7f5ac8808e34bd55519200e08bcf' 'SKIP') -validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./co
[arch-commits] Commit in mutt/trunk (PKGBUILD)
Date: Thursday, August 18, 2016 @ 03:48:50 Author: bisson Revision: 273908 upstream update Modified: mutt/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-18 00:15:29 UTC (rev 273907) +++ PKGBUILD2016-08-18 03:48:50 UTC (rev 273908) @@ -3,7 +3,7 @@ # Maintainer: Gaetan Bisson pkgname=mutt -pkgver=1.6.2 +pkgver=1.7.0 pkgrel=1 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' @@ -13,7 +13,7 @@ optdepends=('smtp-forwarder: to send mail') depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha1sums=('67910ea4025a7f5ac8808e34bd55519200e08bcf' 'SKIP') +sha1sums=('0d9c0ae7d4725e2216ea0c1271ae19ab8bcf653b' 'SKIP') validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') build() {
[arch-commits] Commit in linux-tools/repos (34 files)
Date: Thursday, August 18, 2016 @ 00:32:05 Author: seblu Revision: 186930 archrelease: copy trunk to community-i686, community-x86_64 Added: linux-tools/repos/community-i686/01-cpupower-governor-fix.patch (from rev 186929, linux-tools/trunk/01-cpupower-governor-fix.patch) linux-tools/repos/community-i686/02-archlinux-paths.patch (from rev 186929, linux-tools/trunk/02-archlinux-paths.patch) linux-tools/repos/community-i686/04-fix-usip-h-path.patch (from rev 186929, linux-tools/trunk/04-fix-usip-h-path.patch) linux-tools/repos/community-i686/PKGBUILD (from rev 186929, linux-tools/trunk/PKGBUILD) linux-tools/repos/community-i686/cpupower.default (from rev 186929, linux-tools/trunk/cpupower.default) linux-tools/repos/community-i686/cpupower.install (from rev 186929, linux-tools/trunk/cpupower.install) linux-tools/repos/community-i686/cpupower.service (from rev 186929, linux-tools/trunk/cpupower.service) linux-tools/repos/community-i686/cpupower.systemd (from rev 186929, linux-tools/trunk/cpupower.systemd) linux-tools/repos/community-i686/usbipd.service (from rev 186929, linux-tools/trunk/usbipd.service) linux-tools/repos/community-x86_64/01-cpupower-governor-fix.patch (from rev 186929, linux-tools/trunk/01-cpupower-governor-fix.patch) linux-tools/repos/community-x86_64/02-archlinux-paths.patch (from rev 186929, linux-tools/trunk/02-archlinux-paths.patch) linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch (from rev 186929, linux-tools/trunk/04-fix-usip-h-path.patch) linux-tools/repos/community-x86_64/PKGBUILD (from rev 186929, linux-tools/trunk/PKGBUILD) linux-tools/repos/community-x86_64/cpupower.default (from rev 186929, linux-tools/trunk/cpupower.default) linux-tools/repos/community-x86_64/cpupower.install (from rev 186929, linux-tools/trunk/cpupower.install) linux-tools/repos/community-x86_64/cpupower.service (from rev 186929, linux-tools/trunk/cpupower.service) linux-tools/repos/community-x86_64/cpupower.systemd (from rev 186929, linux-tools/trunk/cpupower.systemd) linux-tools/repos/community-x86_64/usbipd.service (from rev 186929, linux-tools/trunk/usbipd.service) Deleted: linux-tools/repos/community-i686/02-archlinux-paths.patch linux-tools/repos/community-i686/04-fix-usip-h-path.patch linux-tools/repos/community-i686/PKGBUILD linux-tools/repos/community-i686/cpupower.default linux-tools/repos/community-i686/cpupower.install linux-tools/repos/community-i686/cpupower.service linux-tools/repos/community-i686/cpupower.systemd linux-tools/repos/community-i686/usbipd.service linux-tools/repos/community-x86_64/02-archlinux-paths.patch linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch linux-tools/repos/community-x86_64/PKGBUILD linux-tools/repos/community-x86_64/cpupower.default linux-tools/repos/community-x86_64/cpupower.install linux-tools/repos/community-x86_64/cpupower.service linux-tools/repos/community-x86_64/cpupower.systemd linux-tools/repos/community-x86_64/usbipd.service -+ /02-archlinux-paths.patch | 42 + /04-fix-usip-h-path.patch | 26 + /PKGBUILD | 478 ++ /cpupower.default | 58 ++ /cpupower.install | 26 + /cpupower.service | 22 + /cpupower.systemd | 60 ++ /usbipd.service | 18 community-i686/01-cpupower-governor-fix.patch | 31 + community-i686/02-archlinux-paths.patch | 21 community-i686/04-fix-usip-h-path.patch | 13 community-i686/PKGBUILD | 235 -- community-i686/cpupower.default | 29 - community-i686/cpupower.install | 13 community-i686/cpupower.service | 11 community-i686/cpupower.systemd | 30 - community-i686/usbipd.service |9 community-x86_64/01-cpupower-governor-fix.patch | 31 + community-x86_64/02-archlinux-paths.patch | 21 community-x86_64/04-fix-usip-h-path.patch | 13 community-x86_64/PKGBUILD | 235 -- community-x86_64/cpupower.default | 29 - community-x86_64/cpupower.install | 13 community-x86_64/cpupower.service | 11 community-x86_64/cpupower.systemd | 30 - community-x86_64/usbipd.service |9 26 files changed, 792 insertions(+), 722 deletions(-) Copied: linux-tools/repos/community-i686/01-cpupower-governor-fix.patch (from rev 186929, linux-tools/trunk/01-cpupower-governor-fix.patch) === --- community-i686/01-cpupower-governor-fix.patc
[arch-commits] Commit in linux-tools/trunk (01-cpupower-governor-fix.patch PKGBUILD)
Date: Thursday, August 18, 2016 @ 00:28:51 Author: seblu Revision: 186929 upgpkg: linux-tools 4.7-2 - FS#50202 Added: linux-tools/trunk/01-cpupower-governor-fix.patch Modified: linux-tools/trunk/PKGBUILD + 01-cpupower-governor-fix.patch | 31 +++ PKGBUILD |6 +- 2 files changed, 36 insertions(+), 1 deletion(-) Added: 01-cpupower-governor-fix.patch === --- 01-cpupower-governor-fix.patch (rev 0) +++ 01-cpupower-governor-fix.patch 2016-08-18 00:28:51 UTC (rev 186929) @@ -0,0 +1,31 @@ +diff --git a/tools/power/cpupower/utils/cpufreq-set.c b/tools/power/cpupower/utils/cpufreq-set.c +index b4bf769..f2d1bbd 100644 +--- a/tools/power/cpupower/utils/cpufreq-set.c b/tools/power/cpupower/utils/cpufreq-set.c +@@ -296,9 +296,10 @@ int cmd_freq_set(int argc, char **argv) + struct cpufreq_affected_cpus *cpus; + + if (!bitmask_isbitset(cpus_chosen, cpu) || +- cpupower_is_cpu_online(cpu)) ++ cpupower_is_cpu_online(cpu) != 1) + continue; + ++ + cpus = cpufreq_get_related_cpus(cpu); + if (!cpus) + break; +@@ -316,11 +317,10 @@ int cmd_freq_set(int argc, char **argv) +cpu <= bitmask_last(cpus_chosen); cpu++) { + + if (!bitmask_isbitset(cpus_chosen, cpu) || +- cpupower_is_cpu_online(cpu)) +- continue; +- +- if (cpupower_is_cpu_online(cpu) != 1) ++ cpupower_is_cpu_online(cpu) != 1) { ++ printf(_("Ignoring cpu: %d\n"), cpu); + continue; ++} + + printf(_("Setting cpu: %d\n"), cpu); + ret = do_one_cpu(cpu, &new_pol, freq, policychange); Modified: PKGBUILD === --- PKGBUILD2016-08-17 23:07:24 UTC (rev 186928) +++ PKGBUILD2016-08-18 00:28:51 UTC (rev 186929) @@ -14,7 +14,7 @@ 'x86_energy_perf_policy' ) pkgver=4.7 -pkgrel=1 +pkgrel=2 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -37,6 +37,7 @@ 'cpupower.systemd' 'cpupower.service' 'usbipd.service' +'01-cpupower-governor-fix.patch' '02-archlinux-paths.patch' '04-fix-usip-h-path.patch') md5sums=('SKIP' @@ -44,11 +45,14 @@ '34f5ecc19770a1abbcd0fd65bfd1f065' '86c4e419e4ba80835c330d49ba3f56ad' 'bb35634f480325a78b943f7e10165e86' + '33c871519adfd4e5575643c4579d019b' '1bc4f8c7a21a30e1a873d07e69fb698b' 'a73ea3ea6d9c9ecb1cc910871eead3ff') prepare() { cd linux + # apply stable kernel patch + #xz -kcd "$srcdir"/patch-4.7.1.xz | patch -p1 -N # apply patch from the source array (should be a pacman feature) local filename for filename in "${source[@]}"; do
[arch-commits] Commit in glib2/repos (10 files)
Date: Thursday, August 18, 2016 @ 00:15:29 Author: heftig Revision: 273907 archrelease: copy trunk to testing-i686, testing-x86_64 Added: glib2/repos/testing-i686/ glib2/repos/testing-i686/PKGBUILD (from rev 273906, glib2/trunk/PKGBUILD) glib2/repos/testing-i686/gio-querymodules.hook (from rev 273906, glib2/trunk/gio-querymodules.hook) glib2/repos/testing-i686/glib-compile-schemas.hook (from rev 273906, glib2/trunk/glib-compile-schemas.hook) glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from rev 273906, glib2/trunk/revert-warn-glib-compile-schemas.patch) glib2/repos/testing-x86_64/ glib2/repos/testing-x86_64/PKGBUILD (from rev 273906, glib2/trunk/PKGBUILD) glib2/repos/testing-x86_64/gio-querymodules.hook (from rev 273906, glib2/trunk/gio-querymodules.hook) glib2/repos/testing-x86_64/glib-compile-schemas.hook (from rev 273906, glib2/trunk/glib-compile-schemas.hook) glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch (from rev 273906, glib2/trunk/revert-warn-glib-compile-schemas.patch) ---+ testing-i686/PKGBUILD | 72 testing-i686/gio-querymodules.hook| 11 ++ testing-i686/glib-compile-schemas.hook| 12 ++ testing-i686/revert-warn-glib-compile-schemas.patch | 33 +++ testing-x86_64/PKGBUILD | 72 testing-x86_64/gio-querymodules.hook | 11 ++ testing-x86_64/glib-compile-schemas.hook | 12 ++ testing-x86_64/revert-warn-glib-compile-schemas.patch | 33 +++ 8 files changed, 256 insertions(+) Copied: glib2/repos/testing-i686/PKGBUILD (from rev 273906, glib2/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-08-18 00:15:29 UTC (rev 273907) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=glib2 +pkgname=(glib2 glib2-docs) +pkgver=2.48.2 +pkgrel=1 +pkgdesc="Low level core library" +url="http://www.gtk.org/"; +arch=(i686 x86_64) +makedepends=('pkg-config' 'python' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'libelf') +source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz +glib-compile-schemas.hook +gio-querymodules.hook +revert-warn-glib-compile-schemas.patch) +sha256sums=('f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4' +'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3' +'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6' +'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') + +prepare() { + cd glib-$pkgver + patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch +} + +build() { + cd glib-$pkgver + ./configure --prefix=/usr --libdir=/usr/lib \ + --sysconfdir=/etc \ + --with-pcre=system \ + --disable-fam + make +} + +check() { + cd glib-$pkgver + # Takes an effing long time + #make -k check || : +} + +package_glib2() { + depends=('pcre' 'libffi') + optdepends=('python: for gdbus-codegen and gtester-report' + 'libelf: gresource inspection tool') + options=('!docs' '!emptydirs') + license=('LGPL') + + cd glib-$pkgver + make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install + + chmod -x "$pkgdir"/usr/share/bash-completion/completions/* + + # Our gdb does not ship the required python modules, so remove it + rm -r "$pkgdir/usr/share/gdb/" + + # install hooks + install -dm755 "$pkgdir"/usr/share/libalpm/hooks/ + install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook "$pkgdir"/usr/share/libalpm/hooks/ +} + +package_glib2-docs() { + pkgdesc="Documentation for glib2" + conflicts=('gobject2-docs') + replaces=('gobject2-docs') + license=('custom') + options=('docs' '!emptydirs') + + cd glib-$pkgver/docs + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs" + install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/" +} Copied: glib2/repos/testing-i686/gio-querymodules.hook (from rev 273906, glib2/trunk/gio-querymodules.hook) === --- testing-i686/gio-querymodules.hook (rev 0) +++ testing-i686/gio-querymodules.hook 2016-08-18 00:15:29 UTC (rev 273907) @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/lib/gio/modules/*.so + +[Action] +Description = Updating GIO module cache... +When = PostTransaction +Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules Copied: glib2/repos/testing-i686/glib-compile-schemas.hook (from rev 273906, glib2/trunk/glib-compile-schemas.hook)
[arch-commits] Commit in glib2/trunk (2 files)
Date: Thursday, August 18, 2016 @ 00:08:12 Author: heftig Revision: 273906 2.48.2-1 Modified: glib2/trunk/PKGBUILD Deleted: glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch + 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch | 49 -- PKGBUILD | 15 +-- 2 files changed, 6 insertions(+), 58 deletions(-) Deleted: 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch === --- 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch 2016-08-17 22:52:41 UTC (rev 273905) +++ 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch 2016-08-18 00:08:12 UTC (rev 273906) @@ -1,49 +0,0 @@ -From 4850cb55d3415b7d95c80c80ceb60f221f5dddf5 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" -Date: Wed, 24 Feb 2016 18:58:25 +0100 -Subject: [PATCH] gsettings: Don't crash when no schemas are installed - -Still doesn't behave well ("gsettings help" causes an error), -but at least there's no segfault anymore. - gio/gsettings-tool.c | 10 -- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c -index 6a302ce..0026f55 100644 a/gio/gsettings-tool.c -+++ b/gio/gsettings-tool.c -@@ -697,7 +697,7 @@ main (int argc, char **argv) - if (argc < 2) - return gsettings_help (FALSE, NULL); - -- global_schema_source = g_settings_schema_source_ref (g_settings_schema_source_get_default ()); -+ global_schema_source = g_settings_schema_source_get_default (); - - if (argc > 3 && g_str_equal (argv[1], "--schemadir")) - { -@@ -705,7 +705,6 @@ main (int argc, char **argv) - GError *error = NULL; - - global_schema_source = g_settings_schema_source_new_from_directory (argv[2], parent, FALSE, &error); -- g_settings_schema_source_unref (parent); - - if (global_schema_source == NULL) - { -@@ -719,6 +718,13 @@ main (int argc, char **argv) - argv = argv + 2; - argc -= 2; - } -+ else if (global_schema_source == NULL) -+{ -+ g_printerr (_("No schemas installed\n")); -+ return 1; -+} -+ else -+g_settings_schema_source_ref (global_schema_source); - - need_settings = TRUE; - --- -2.7.1 - Modified: PKGBUILD === --- PKGBUILD2016-08-17 22:52:41 UTC (rev 273905) +++ PKGBUILD2016-08-18 00:08:12 UTC (rev 273906) @@ -3,9 +3,9 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.48.1 +pkgver=2.48.2 pkgrel=1 -pkgdesc="Common C routines used by GTK+ and other libs" +pkgdesc="Low level core library" url="http://www.gtk.org/"; arch=(i686 x86_64) makedepends=('pkg-config' 'python' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'libelf') @@ -13,7 +13,7 @@ glib-compile-schemas.hook gio-querymodules.hook revert-warn-glib-compile-schemas.patch) -sha256sums=('74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612' +sha256sums=('f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4' 'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3' '5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6' '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') @@ -34,6 +34,7 @@ check() { cd glib-$pkgver + # Takes an effing long time #make -k check || : } @@ -47,12 +48,10 @@ cd glib-$pkgver make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install - for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do - chmod -x "$_i" - done + chmod -x "$pkgdir"/usr/share/bash-completion/completions/* # Our gdb does not ship the required python modules, so remove it - rm -rf "$pkgdir/usr/share/gdb/" + rm -r "$pkgdir/usr/share/gdb/" # install hooks install -dm755 "$pkgdir"/usr/share/libalpm/hooks/ @@ -70,6 +69,4 @@ make DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs" install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/" - - rm -rf "${pkgdir}/usr/share/man" }
[arch-commits] Commit in iptstate/repos (4 files)
Date: Wednesday, August 17, 2016 @ 23:07:24 Author: seblu Revision: 186928 archrelease: copy trunk to community-i686, community-x86_64 Added: iptstate/repos/community-i686/PKGBUILD (from rev 186927, iptstate/trunk/PKGBUILD) iptstate/repos/community-x86_64/PKGBUILD (from rev 186927, iptstate/trunk/PKGBUILD) Deleted: iptstate/repos/community-i686/PKGBUILD iptstate/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 58 community-i686/PKGBUILD | 29 -- community-x86_64/PKGBUILD | 29 -- 3 files changed, 58 insertions(+), 58 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-08-17 23:03:58 UTC (rev 186927) +++ community-i686/PKGBUILD 2016-08-17 23:07:24 UTC (rev 186928) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli - -pkgname=iptstate -pkgver=2.2.6 -pkgrel=1 -pkgdesc='top-like interface to netfilter connection-tracking table' -arch=('i686' 'x86_64') -url='http://www.phildev.net/iptstate/' -license=('custom') -depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') -validpgpkeys=('121BDA2D4ACB63616B367A0E58E11BB1E414D9AD') # Phil Dibowitz -source=("https://github.com/jaymzh/iptstate/releases/download/v$pkgver/iptstate-$pkgver.tar.bz2"{,.asc}) -md5sums=('ec96c93b43976960d2e2ba3306cd09e6' - 'SKIP') - -build() { - cd $pkgname-$pkgver - make -} - -package() { - cd $pkgname-$pkgver - install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname" - install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8" - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} -# vim:set ts=2 sw=2 et: Copied: iptstate/repos/community-i686/PKGBUILD (from rev 186927, iptstate/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 23:07:24 UTC (rev 186928) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Andrea Zucchelli + +pkgname=iptstate +pkgver=2.2.6 +pkgrel=1 +pkgdesc='top-like interface to netfilter connection-tracking table' +arch=('i686' 'x86_64') +url='http://www.phildev.net/iptstate/' +license=('custom') +depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') +validpgpkeys=('121BDA2D4ACB63616B367A0E58E11BB1E414D9AD') # Phil Dibowitz +source=("https://github.com/jaymzh/iptstate/releases/download/v$pkgver/iptstate-$pkgver.tar.bz2"{,.asc}) +md5sums=('ec96c93b43976960d2e2ba3306cd09e6' + 'SKIP') + +build() { + cd $pkgname-$pkgver + make +} + +package() { + cd $pkgname-$pkgver + install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname" + install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8" + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-08-17 23:03:58 UTC (rev 186927) +++ community-x86_64/PKGBUILD 2016-08-17 23:07:24 UTC (rev 186928) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli - -pkgname=iptstate -pkgver=2.2.6 -pkgrel=1 -pkgdesc='top-like interface to netfilter connection-tracking table' -arch=('i686' 'x86_64') -url='http://www.phildev.net/iptstate/' -license=('custom') -depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') -validpgpkeys=('121BDA2D4ACB63616B367A0E58E11BB1E414D9AD') # Phil Dibowitz -source=("https://github.com/jaymzh/iptstate/releases/download/v$pkgver/iptstate-$pkgver.tar.bz2"{,.asc}) -md5sums=('ec96c93b43976960d2e2ba3306cd09e6' - 'SKIP') - -build() { - cd $pkgname-$pkgver - make -} - -package() { - cd $pkgname-$pkgver - install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname" - install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8" - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} -# vim:set ts=2 sw=2 et: Copied: iptstate/repos/community-x86_64/PKGBUILD (from rev 186927, iptstate/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 23:07:24 UTC (rev 186928) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Andrea Zucchelli + +pkgname=iptstate +pkgver=2.2.6 +pkgrel=1 +pkgdesc='top-like interface to netfilter connection-tracking table' +arch=('i686' 'x86_64') +url='http://www.phildev.net/iptstate/' +license=('custom') +depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') +validpgpkeys=('121BDA2D4ACB63616B367A0E58E11BB1E414D9AD') # Phil Dibowitz +source=("https://github.com/jaymzh/iptstate/releases/download/v$pkgver/iptstate-$pkgver
[arch-commits] Commit in iptstate/repos (4 files)
Date: Wednesday, August 17, 2016 @ 23:03:58 Author: seblu Revision: 186927 archrelease: copy trunk to community-i686, community-x86_64 Added: iptstate/repos/community-i686/PKGBUILD (from rev 186926, iptstate/trunk/PKGBUILD) iptstate/repos/community-x86_64/PKGBUILD (from rev 186926, iptstate/trunk/PKGBUILD) Deleted: iptstate/repos/community-i686/PKGBUILD iptstate/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 58 community-i686/PKGBUILD | 27 community-x86_64/PKGBUILD | 27 3 files changed, 58 insertions(+), 54 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-08-17 23:01:29 UTC (rev 186926) +++ community-i686/PKGBUILD 2016-08-17 23:03:58 UTC (rev 186927) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli - -pkgname=iptstate -pkgver=2.2.5 -pkgrel=4 -pkgdesc='top-like interface to netfilter connection-tracking table' -arch=('i686' 'x86_64') -url='http://www.phildev.net/iptstate/' -license=('custom') -depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') -source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";) -md5sums=('5abe47e473bee256adaf8a48b1141a90') - -build() { - cd $pkgname-$pkgver - make -} - -package() { - cd $pkgname-$pkgver - install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname" - install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8" - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} -# vim:set ts=2 sw=2 et: Copied: iptstate/repos/community-i686/PKGBUILD (from rev 186926, iptstate/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 23:03:58 UTC (rev 186927) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Andrea Zucchelli + +pkgname=iptstate +pkgver=2.2.6 +pkgrel=1 +pkgdesc='top-like interface to netfilter connection-tracking table' +arch=('i686' 'x86_64') +url='http://www.phildev.net/iptstate/' +license=('custom') +depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') +validpgpkeys=('121BDA2D4ACB63616B367A0E58E11BB1E414D9AD') # Phil Dibowitz +source=("https://github.com/jaymzh/iptstate/releases/download/v$pkgver/iptstate-$pkgver.tar.bz2"{,.asc}) +md5sums=('ec96c93b43976960d2e2ba3306cd09e6' + 'SKIP') + +build() { + cd $pkgname-$pkgver + make +} + +package() { + cd $pkgname-$pkgver + install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname" + install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8" + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-08-17 23:01:29 UTC (rev 186926) +++ community-x86_64/PKGBUILD 2016-08-17 23:03:58 UTC (rev 186927) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli - -pkgname=iptstate -pkgver=2.2.5 -pkgrel=4 -pkgdesc='top-like interface to netfilter connection-tracking table' -arch=('i686' 'x86_64') -url='http://www.phildev.net/iptstate/' -license=('custom') -depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') -source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";) -md5sums=('5abe47e473bee256adaf8a48b1141a90') - -build() { - cd $pkgname-$pkgver - make -} - -package() { - cd $pkgname-$pkgver - install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname" - install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8" - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} -# vim:set ts=2 sw=2 et: Copied: iptstate/repos/community-x86_64/PKGBUILD (from rev 186926, iptstate/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 23:03:58 UTC (rev 186927) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Andrea Zucchelli + +pkgname=iptstate +pkgver=2.2.6 +pkgrel=1 +pkgdesc='top-like interface to netfilter connection-tracking table' +arch=('i686' 'x86_64') +url='http://www.phildev.net/iptstate/' +license=('custom') +depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') +validpgpkeys=('121BDA2D4ACB63616B367A0E58E11BB1E414D9AD') # Phil Dibowitz +source=("https://github.com/jaymzh/iptstate/releases/download/v$pkgver/iptstate-$pkgver.tar.bz2"{,.asc}) +md5sums=('ec96c93b43976960d2e2ba3306cd09e6' + 'SKIP') + +build() { + cd $pkgname-$pkgver + make +} + +package() { + cd $pkgname-$pkgver + install -D -m755 $pkg
[arch-commits] Commit in iptstate/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 23:01:29 Author: seblu Revision: 186926 upgpkg: iptstate 2.2.6-1 Modified: iptstate/trunk/PKGBUILD --+ PKGBUILD | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 22:54:58 UTC (rev 186925) +++ PKGBUILD2016-08-17 23:01:29 UTC (rev 186926) @@ -3,15 +3,17 @@ # Contributor: Andrea Zucchelli pkgname=iptstate -pkgver=2.2.5 -pkgrel=4 +pkgver=2.2.6 +pkgrel=1 pkgdesc='top-like interface to netfilter connection-tracking table' arch=('i686' 'x86_64') url='http://www.phildev.net/iptstate/' license=('custom') depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') -source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";) -md5sums=('5abe47e473bee256adaf8a48b1141a90') +validpgpkeys=('121BDA2D4ACB63616B367A0E58E11BB1E414D9AD') # Phil Dibowitz +source=("https://github.com/jaymzh/iptstate/releases/download/v$pkgver/iptstate-$pkgver.tar.bz2"{,.asc}) +md5sums=('ec96c93b43976960d2e2ba3306cd09e6' + 'SKIP') build() { cd $pkgname-$pkgver
[arch-commits] Commit in peda/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:54:58 Author: anthraxx Revision: 186925 updpkg: peda (minor whitespace fix) Modified: peda/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 22:45:03 UTC (rev 186924) +++ PKGBUILD2016-08-17 22:54:58 UTC (rev 186925) @@ -8,7 +8,7 @@ url='https://github.com/longld/peda' arch=('any') license=('custom:Creative Commons') -depends=( 'gdb' 'binutils' 'nasm' 'python-six') +depends=('gdb' 'binutils' 'nasm' 'python-six') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/longld/peda/archive/v${pkgver}.tar.gz) sha512sums=('fab97c2edf36605632639b38ec995a1fd06a7c309b2a50d4bd30dae257cc359eee3751e0792f39b408dc5b62a206e339ee4a4688bfcf60c5daeb8c032a16')
[arch-commits] Commit in diffutils/repos (6 files)
Date: Wednesday, August 17, 2016 @ 22:52:41 Author: seblu Revision: 273905 db-move: moved diffutils from [testing] to [core] (i686, x86_64) Added: diffutils/repos/core-i686/PKGBUILD (from rev 273904, diffutils/repos/testing-i686/PKGBUILD) diffutils/repos/core-x86_64/PKGBUILD (from rev 273904, diffutils/repos/testing-x86_64/PKGBUILD) Deleted: diffutils/repos/core-i686/PKGBUILD diffutils/repos/core-x86_64/PKGBUILD diffutils/repos/testing-i686/ diffutils/repos/testing-x86_64/ --+ /PKGBUILD| 72 + core-i686/PKGBUILD | 36 core-x86_64/PKGBUILD | 36 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2016-08-17 22:38:38 UTC (rev 273904) +++ core-i686/PKGBUILD 2016-08-17 22:52:41 UTC (rev 273905) @@ -1,36 +0,0 @@ -# $Id$ -# Mainainer: Sébastien Luttringer -# Contributor: Allan McRae -# Contributor: Andreas Radke - -pkgname=diffutils -pkgver=3.3 -pkgrel=3 -pkgdesc='Utility programs used for creating patch files' -arch=('i686' 'x86_64') -url='http://www.gnu.org/software/diffutils' -license=('GPL3') -groups=('base') -depends=('glibc' 'bash') -validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering -source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('99180208ec2a82ce71f55b0d7389f1b3' - '203a2f2101dfcc09cdac655be353fd78') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: diffutils/repos/core-i686/PKGBUILD (from rev 273904, diffutils/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2016-08-17 22:52:41 UTC (rev 273905) @@ -0,0 +1,36 @@ +# $Id$ +# Mainainer: Sébastien Luttringer +# Contributor: Allan McRae +# Contributor: Andreas Radke + +pkgname=diffutils +pkgver=3.4 +pkgrel=1 +pkgdesc='Utility programs used for creating patch files' +arch=('i686' 'x86_64') +url='http://www.gnu.org/software/diffutils' +license=('GPL3') +groups=('base') +depends=('glibc' 'bash') +validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering +source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('df9ca465f30307cffd03da176a43a5d4' + 'SKIP') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2016-08-17 22:38:38 UTC (rev 273904) +++ core-x86_64/PKGBUILD2016-08-17 22:52:41 UTC (rev 273905) @@ -1,36 +0,0 @@ -# $Id$ -# Mainainer: Sébastien Luttringer -# Contributor: Allan McRae -# Contributor: Andreas Radke - -pkgname=diffutils -pkgver=3.3 -pkgrel=3 -pkgdesc='Utility programs used for creating patch files' -arch=('i686' 'x86_64') -url='http://www.gnu.org/software/diffutils' -license=('GPL3') -groups=('base') -depends=('glibc' 'bash') -validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering -source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('99180208ec2a82ce71f55b0d7389f1b3' - '203a2f2101dfcc09cdac655be353fd78') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: diffutils/repos/core-x86_64/PKGBUILD (from rev 273904, diffutils/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2016-08-17 22:52:41 UTC (rev 273905) @@ -0,0 +1,36 @@ +# $Id$ +# Mainainer: Sébastien Luttringer +# Contributor: Allan McRae +# Contributor: Andreas Radke + +pkgname=diffutils +pkgver=3.4 +pkgrel=1 +pkgdesc='Utility programs used for creating patch files' +arch=('i686' 'x86_64') +url='http://www.gnu.org/software/diffutils' +license=('GPL3') +groups=('base') +depends=('glibc' 'bash') +validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering +source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('df9ca465f30307cffd03da176a43a5d4' + 'SKIP') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DES
[arch-commits] Commit in hydra/repos (4 files)
Date: Wednesday, August 17, 2016 @ 22:45:03 Author: anthraxx Revision: 186924 archrelease: copy trunk to community-i686, community-x86_64 Added: hydra/repos/community-i686/PKGBUILD (from rev 186923, hydra/trunk/PKGBUILD) hydra/repos/community-x86_64/PKGBUILD (from rev 186923, hydra/trunk/PKGBUILD) Deleted: hydra/repos/community-i686/PKGBUILD hydra/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 39 community-x86_64/PKGBUILD | 39 3 files changed, 70 insertions(+), 78 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-08-17 22:44:47 UTC (rev 186923) +++ community-i686/PKGBUILD 2016-08-17 22:45:03 UTC (rev 186924) @@ -1,39 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Rudy Matela -# Contributor: Bartek Piotrowski -# Contributor: Thomas S Hatch -# Contributor: pootzko -# Contributor: Jinx -# Contributor: Timothée Ravier - -pkgname=hydra -pkgver=8.2 -pkgrel=1 -pkgdesc='A very fast network logon cracker which support many different services' -url='https://www.thc.org/thc-hydra/' -arch=('i686' 'x86_64') -license=('GPL3') -depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre') -optdepends=('gtk2: graphical front-end (xhydra)') -makedepends=('gtk2' 'pkg-config') -source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz) -sha512sums=('0e2e6f4800060171681bffbb97e4fb4f4230d621573f2faf567515aabdd3546962815db9abdf0bd46ff2948418145c1485dd109ee356eb9c1e814c32ee50c618') -DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k') - -prepare() { - cd ${pkgname}-${pkgver} -} - -build() { - cd ${pkgname}-${pkgver} - ./configure --fhs - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README" -} - -# vim:set ts=2 sw=2 et: Copied: hydra/repos/community-i686/PKGBUILD (from rev 186923, hydra/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 22:45:03 UTC (rev 186924) @@ -0,0 +1,35 @@ +# Maintainer: Levente Polyak +# Contributor: Rudy Matela +# Contributor: Bartek Piotrowski +# Contributor: Thomas S Hatch +# Contributor: pootzko +# Contributor: Jinx +# Contributor: Timothée Ravier + +pkgname=hydra +pkgver=8.3 +pkgrel=1 +pkgdesc='Very fast network logon cracker which support many different services' +url='https://www.thc.org/thc-hydra/' +arch=('i686' 'x86_64') +license=('GPL3') +depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre') +optdepends=('gtk2: graphical front-end (xhydra)') +makedepends=('gtk2' 'pkg-config') +source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz) +sha512sums=('40479d6ebf98add8e7805ed9447d98a739cb6ac02d4933bed7846a9d5e027f33073fcb03b8f18e68f771007ef56041e6b64f4d01dd68ac1d0f8b2e36325bb499') +DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k') + +build() { + cd ${pkgname}-${pkgver} + ./configure --fhs + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README" +} + +# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-08-17 22:44:47 UTC (rev 186923) +++ community-x86_64/PKGBUILD 2016-08-17 22:45:03 UTC (rev 186924) @@ -1,39 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Rudy Matela -# Contributor: Bartek Piotrowski -# Contributor: Thomas S Hatch -# Contributor: pootzko -# Contributor: Jinx -# Contributor: Timothée Ravier - -pkgname=hydra -pkgver=8.2 -pkgrel=1 -pkgdesc='A very fast network logon cracker which support many different services' -url='https://www.thc.org/thc-hydra/' -arch=('i686' 'x86_64') -license=('GPL3') -depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre') -optdepends=('gtk2: graphical front-end (xhydra)') -makedepends=('gtk2' 'pkg-config') -source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz) -sha512sums=('0e2e6f4800060171681bffbb97e4fb4f4230d621573f2faf567515aabdd3546962815db9abdf0bd46ff2948418145c1485dd109ee356eb9c1e814c32ee50c618') -DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k') - -prepare() { - cd ${pkgname}-${pkgver} -} - -build() { - cd ${pkgname}-${pkgver} -
[arch-commits] Commit in hydra/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:44:47 Author: anthraxx Revision: 186923 upgpkg: hydra 8.3-1 Modified: hydra/trunk/PKGBUILD --+ PKGBUILD | 12 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 22:30:07 UTC (rev 186922) +++ PKGBUILD2016-08-17 22:44:47 UTC (rev 186923) @@ -7,9 +7,9 @@ # Contributor: Timothée Ravier pkgname=hydra -pkgver=8.2 +pkgver=8.3 pkgrel=1 -pkgdesc='A very fast network logon cracker which support many different services' +pkgdesc='Very fast network logon cracker which support many different services' url='https://www.thc.org/thc-hydra/' arch=('i686' 'x86_64') license=('GPL3') @@ -17,13 +17,9 @@ optdepends=('gtk2: graphical front-end (xhydra)') makedepends=('gtk2' 'pkg-config') source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz) -sha512sums=('0e2e6f4800060171681bffbb97e4fb4f4230d621573f2faf567515aabdd3546962815db9abdf0bd46ff2948418145c1485dd109ee356eb9c1e814c32ee50c618') +sha512sums=('40479d6ebf98add8e7805ed9447d98a739cb6ac02d4933bed7846a9d5e027f33073fcb03b8f18e68f771007ef56041e6b64f4d01dd68ac1d0f8b2e36325bb499') DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k') -prepare() { - cd ${pkgname}-${pkgver} -} - build() { cd ${pkgname}-${pkgver} ./configure --fhs @@ -36,4 +32,4 @@ install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README" } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
[arch-commits] Commit in wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:38:38 Author: seblu Revision: 273904 archrelease: copy trunk to extra-any Added: wayland-protocols/repos/extra-any/PKGBUILD (from rev 273903, wayland-protocols/trunk/PKGBUILD) Deleted: wayland-protocols/repos/extra-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 22:36:47 UTC (rev 273903) +++ PKGBUILD2016-08-17 22:38:38 UTC (rev 273904) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer - -pkgname=wayland-protocols -pkgver=1.5 -pkgrel=1 -pkgdesc='Specifications of extended Wayland protocols' -arch=('any') -url='http://wayland.freedesktop.org' -license=('MIT') -makedepends=('wayland') -source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";) -sha1sums=('fb1df343635407b4082ff73cca7005f2b780b518') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - - make DESTDIR="$pkgdir" install - install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} - -# vim:set ts=2 sw=2 et: Copied: wayland-protocols/repos/extra-any/PKGBUILD (from rev 273903, wayland-protocols/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 22:38:38 UTC (rev 273904) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sébastien Luttringer + +pkgname=wayland-protocols +pkgver=1.7 +pkgrel=1 +pkgdesc='Specifications of extended Wayland protocols' +arch=('any') +url='http://wayland.freedesktop.org' +license=('MIT') +makedepends=('wayland') +source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";) +sha1sums=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + + make DESTDIR="$pkgdir" install + install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in wayland-protocols/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:36:47 Author: seblu Revision: 273903 upgpkg: wayland-protocols 1.7-1 Modified: wayland-protocols/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 21:37:27 UTC (rev 273902) +++ PKGBUILD2016-08-17 22:36:47 UTC (rev 273903) @@ -2,7 +2,7 @@ # Maintainer: Sébastien Luttringer pkgname=wayland-protocols -pkgver=1.5 +pkgver=1.7 pkgrel=1 pkgdesc='Specifications of extended Wayland protocols' arch=('any') @@ -10,7 +10,7 @@ license=('MIT') makedepends=('wayland') source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";) -sha1sums=('fb1df343635407b4082ff73cca7005f2b780b518') +sha1sums=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118') build() { cd $pkgname-$pkgver
[arch-commits] Commit in containerd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:30:07 Author: seblu Revision: 186922 archrelease: copy trunk to community-x86_64 Added: containerd/repos/community-x86_64/PKGBUILD (from rev 186921, containerd/trunk/PKGBUILD) Deleted: containerd/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 22:28:36 UTC (rev 186921) +++ PKGBUILD2016-08-17 22:30:07 UTC (rev 186922) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sébastien "Seblu" Luttringer -# Contributor: Iwan Timmer - -pkgname=containerd -pkgver=0.2.2 -pkgrel=1 -pkgdesc='A daemon to control runC, built for performance and density' -url='https://containerd.tools/' -depends=('glibc' 'runc') -makedepends=('go' 'git') -arch=('x86_64') -source=("git+https://github.com/docker/containerd.git#tag=v$pkgver";) -license=("APACHE") -md5sums=('SKIP') - -build() { - export GOPATH="$srcdir" - mkdir -p src/github.com/docker - ln -rsf containerd src/github.com/docker - cd src/github.com/docker/containerd - LDFLAGS= make -} - -package() { - cd src/github.com/docker/containerd/bin - for file in $(find . -type f -print); do -install -Dm755 $file $pkgdir/usr/bin/$file - done -} - -# vim:set ts=2 sw=2 et: Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 186921, containerd/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 22:30:07 UTC (rev 186922) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Iwan Timmer + +pkgname=containerd +pkgver=0.2.3 +pkgrel=1 +pkgdesc='A daemon to control runC, built for performance and density' +url='https://containerd.tools/' +depends=('glibc' 'runc') +makedepends=('go' 'git') +arch=('x86_64') +source=("git+https://github.com/docker/containerd.git#tag=v$pkgver";) +license=("APACHE") +md5sums=('SKIP') + +build() { + export GOPATH="$srcdir" + mkdir -p src/github.com/docker + ln -rsf containerd src/github.com/docker + cd src/github.com/docker/containerd + LDFLAGS= make +} + +package() { + cd src/github.com/docker/containerd/bin + for file in $(find . -type f -print); do +install -Dm755 $file $pkgdir/usr/bin/$file + done +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in containerd/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:28:36 Author: seblu Revision: 186921 upgpkg: containerd 0.2.3-1 Modified: containerd/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 22:27:16 UTC (rev 186920) +++ PKGBUILD2016-08-17 22:28:36 UTC (rev 186921) @@ -3,7 +3,7 @@ # Contributor: Iwan Timmer pkgname=containerd -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=1 pkgdesc='A daemon to control runC, built for performance and density' url='https://containerd.tools/'
[arch-commits] Commit in strip-nondeterminism/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:27:16 Author: anthraxx Revision: 186920 archrelease: copy trunk to community-any Added: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 186919, strip-nondeterminism/trunk/PKGBUILD) Deleted: strip-nondeterminism/repos/community-any/PKGBUILD --+ PKGBUILD | 80 - 1 file changed, 42 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 22:27:08 UTC (rev 186919) +++ PKGBUILD2016-08-17 22:27:16 UTC (rev 186920) @@ -1,38 +0,0 @@ -# Maintainer: Levente Polyak - -pkgname=strip-nondeterminism -pkgver=0.022 -pkgrel=1 -pkgdesc='Tool for stripping bits of non-deterministic information from files' -url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git' -arch=('any') -license=('GPL3') -depends=("perl" 'perl-archive-zip') -makedepends=('git') -options=('!emptydirs') -source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver}";) -sha512sums=('SKIP') -validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58' # Chris Lamb - 'EF5D84C1838F2EB6D8968C0410378EFC2080080C' # Andrew Ayer - '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F' # Reiner Herrmann - '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo - -prepare() { - cd ${pkgname} - git tag --verify ${pkgver} - sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL -} - -build() { - cd ${pkgname} - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd ${pkgname} - make DESTDIR="${pkgdir}" install - install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README" -} - -# vim: ts=2 sw=2 et: Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 186919, strip-nondeterminism/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 22:27:16 UTC (rev 186920) @@ -0,0 +1,42 @@ +# Maintainer: Levente Polyak + +pkgname=strip-nondeterminism +pkgver=0.022 +pkgrel=1 +pkgdesc='Tool for stripping bits of non-deterministic information from files' +url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git' +arch=('any') +license=('GPL3') +depends=("perl" 'perl-archive-zip') +makedepends=('git') +options=('!emptydirs') +source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver}";) +sha512sums=('SKIP') +validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58' # Chris Lamb + 'EF5D84C1838F2EB6D8968C0410378EFC2080080C' # Andrew Ayer + '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F' # Reiner Herrmann + '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo + +prepare() { + cd ${pkgname} + git tag --verify ${pkgver} + sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL +} + +build() { + cd ${pkgname} + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + make -C ${pkgname} test +} + +package() { + cd ${pkgname} + make DESTDIR="${pkgdir}" install + install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in strip-nondeterminism/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:27:08 Author: anthraxx Revision: 186919 upgpkg: strip-nondeterminism 0.022-1 Modified: strip-nondeterminism/trunk/PKGBUILD --+ PKGBUILD |4 1 file changed, 4 insertions(+) Modified: PKGBUILD === --- PKGBUILD2016-08-17 22:26:09 UTC (rev 186918) +++ PKGBUILD2016-08-17 22:27:08 UTC (rev 186919) @@ -29,6 +29,10 @@ make } +check() { + make -C ${pkgname} test +} + package() { cd ${pkgname} make DESTDIR="${pkgdir}" install
[arch-commits] Commit in diffoscope/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:26:09 Author: anthraxx Revision: 186918 archrelease: copy trunk to community-x86_64 Added: diffoscope/repos/community-x86_64/PKGBUILD (from rev 186917, diffoscope/trunk/PKGBUILD) Deleted: diffoscope/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 141 +++-- 1 file changed, 72 insertions(+), 69 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 22:25:58 UTC (rev 186917) +++ PKGBUILD2016-08-17 22:26:09 UTC (rev 186918) @@ -1,69 +0,0 @@ -# Maintainer: Levente Polyak - -pkgname=diffoscope -pkgver=56 -pkgrel=1 -pkgdesc='Tool for in-depth comparison of files, archives, and directories' -url='https://diffoscope.org/' -arch=('x86_64') -license=('GPL3') -depends=('python-magic' 'python-libarchive-c' 'python-setuptools') -# TODO: python-argcomplete -optdepends=( - 'acl: access control list utilities support' - 'binutils: binary utilities support' - 'bzip2: bzip2 utilities support' - 'cdrkit: ISO utilities support' - 'colord: ICC profiles support' - 'cpio: cpio archive support' - 'diffutils: diff utilities support' - 'e2fsprogs: Ext2/3/4 filesystem utilities support' - 'enjarify: Android dex file support' - 'fpc: Free Pascal utilities support' - 'java-environment: java utilities support' - #'libcaca: image compare support' - 'fontforge: bitmap font utilities support' - 'gettext: GNU internationalization utilities support' - 'ghc: haskell utilities support' - 'gnupg: GNU privacy guard support' - 'mono-tools: mono utilities support' - 'poppler: PDF utilities support' - 'sqlite: SQLite support' - 'squashfs-tools: squashfs filesystem support' - #'python-guestfs: guestfs filesystem support' - 'tlsh: fuzzy matching supprt' - 'unzip: zip utilities support' - 'gzip: gzip utilities support' - 'tar: tar utilities support' - 'vim: Vi IMproved (xxd) utilities support' - 'xz: XZ and LZMA utilities support' -) -# TODO: readd fpc -checkdepends=( - 'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'colord' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' - 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz') -source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz) -sha512sums=('37de87a9a0ab0460ca1d21eabcdf4fb901f4f1c1151a4ca006043caf99a75b945224e4fbbdb073349e6a4938a653e72e3092342f772571e8e8eed06feaf3a9e8') - -prepare() { - cd ${pkgname}-${pkgver} - sed '/python-magic/d' -i setup.py -} - -build() { - cd ${pkgname}-${pkgver} - python setup.py build -} - -check() { - cd ${pkgname}-${pkgver} - PYTHONPATH=".:${PYTHONPATH}" py.test -} - -package() { - cd ${pkgname}-${pkgver} - python setup.py install --skip-build -O1 --root="${pkgdir}" - install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README" -} - -# vim: ts=2 sw=2 et: Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 186917, diffoscope/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 22:26:09 UTC (rev 186918) @@ -0,0 +1,72 @@ +# Maintainer: Levente Polyak + +pkgname=diffoscope +pkgver=59 +pkgrel=1 +pkgdesc='Tool for in-depth comparison of files, archives, and directories' +url='https://diffoscope.org/' +arch=('x86_64') +license=('GPL3') +depends=('python-magic' 'python-libarchive-c' 'python-setuptools') +# TODO: python-argcomplete +optdepends=( + 'acl: access control list utilities support' + 'binutils: binary utilities support' + 'bzip2: bzip2 utilities support' + 'cdrkit: ISO utilities support' + 'colord: ICC profiles support' + 'cpio: cpio archive support' + 'diffutils: diff utilities support' + 'e2fsprogs: Ext2/3/4 filesystem utilities support' + 'enjarify: Android dex file support' + 'fpc: Free Pascal utilities support' + 'java-environment: java utilities support' + #'libcaca: image compare support' + 'llvm: LLVM bitcode files support' + 'fontforge: bitmap font utilities support' + 'gettext: GNU internationalization utilities support' + 'ghc: haskell utilities support' + 'gnupg: GNU privacy guard support' + 'mono: mono support' + 'mono-tools: mono utilities support' + 'poppler: PDF utilities support' + 'sqlite: SQLite support' + 'squashfs-tools: squashfs filesystem support' + #'python-guestfs: guestfs filesystem support' + 'tlsh: fuzzy matching supprt' + 'unzip: zip utilities support' + 'gzip: gzip utilities support' + 'tar: tar utilities support' + 'vim: Vi IMproved (xxd) utilities support' + 'xz: XZ and LZMA utilities support' +) +checkdepends=( + 'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' + 'mono' 'mono-too
[arch-commits] Commit in diffoscope/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 22:25:58 Author: anthraxx Revision: 186917 upgpkg: diffoscope 59-1 Modified: diffoscope/trunk/PKGBUILD --+ PKGBUILD | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 21:36:43 UTC (rev 186916) +++ PKGBUILD2016-08-17 22:25:58 UTC (rev 186917) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak pkgname=diffoscope -pkgver=56 +pkgver=59 pkgrel=1 pkgdesc='Tool for in-depth comparison of files, archives, and directories' url='https://diffoscope.org/' @@ -22,10 +22,12 @@ 'fpc: Free Pascal utilities support' 'java-environment: java utilities support' #'libcaca: image compare support' + 'llvm: LLVM bitcode files support' 'fontforge: bitmap font utilities support' 'gettext: GNU internationalization utilities support' 'ghc: haskell utilities support' 'gnupg: GNU privacy guard support' + 'mono: mono support' 'mono-tools: mono utilities support' 'poppler: PDF utilities support' 'sqlite: SQLite support' @@ -38,12 +40,11 @@ 'vim: Vi IMproved (xxd) utilities support' 'xz: XZ and LZMA utilities support' ) -# TODO: readd fpc checkdepends=( - 'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'colord' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' - 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz') + 'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' + 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc') source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz) -sha512sums=('37de87a9a0ab0460ca1d21eabcdf4fb901f4f1c1151a4ca006043caf99a75b945224e4fbbdb073349e6a4938a653e72e3092342f772571e8e8eed06feaf3a9e8') +sha512sums=('38c051dc1811cde7c5c6ef0cad6a5f63f23ce3dbc56c3568151e1379bb3a8aeef09c6702dad8f31a32f913f294af0103857ae4e4aa989ae613710c8a141f44ad') prepare() { cd ${pkgname}-${pkgver} @@ -57,7 +58,9 @@ check() { cd ${pkgname}-${pkgver} - PYTHONPATH=".:${PYTHONPATH}" py.test + # TODO: readd fpc + # TODO: colord test fails with lcms2 >= 2.8 + PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu' } package() {
[arch-commits] Commit in hugin/repos (4 files)
Date: Wednesday, August 17, 2016 @ 21:37:27 Author: bisson Revision: 273902 archrelease: copy trunk to staging-i686, staging-x86_64 Added: hugin/repos/staging-i686/ hugin/repos/staging-i686/PKGBUILD (from rev 273901, hugin/trunk/PKGBUILD) hugin/repos/staging-x86_64/ hugin/repos/staging-x86_64/PKGBUILD (from rev 273901, hugin/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 37 + staging-x86_64/PKGBUILD | 37 + 2 files changed, 74 insertions(+) Copied: hugin/repos/staging-i686/PKGBUILD (from rev 273901, hugin/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-08-17 21:37:27 UTC (rev 273902) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Tobias Kieslich +# Contributor: Giovanni Scafora +# Contributor: Dominik Ryba + +pkgname=hugin +pkgver=2016.0.0 +pkgrel=5 +pkgdesc='Panorama photo stitcher' +url='http://hugin.sourceforge.net/' +license=('GPL') +arch=('i686' 'x86_64') +makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig') +depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' + 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool' + 'glew' 'desktop-file-utils') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";) +sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9') + +build() { + cd "${srcdir}/${pkgname}-${pkgver/rc?}" + install -d build + cd build + cmake .. \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_LAPACK=yes \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver/rc?}" + cd build + make DESTDIR="${pkgdir}" install +} Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 273901, hugin/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-08-17 21:37:27 UTC (rev 273902) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Tobias Kieslich +# Contributor: Giovanni Scafora +# Contributor: Dominik Ryba + +pkgname=hugin +pkgver=2016.0.0 +pkgrel=5 +pkgdesc='Panorama photo stitcher' +url='http://hugin.sourceforge.net/' +license=('GPL') +arch=('i686' 'x86_64') +makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig') +depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' + 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool' + 'glew' 'desktop-file-utils') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";) +sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9') + +build() { + cd "${srcdir}/${pkgname}-${pkgver/rc?}" + install -d build + cd build + cmake .. \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_LAPACK=yes \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver/rc?}" + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in pamixer/repos (4 files)
Date: Wednesday, August 17, 2016 @ 21:36:43 Author: anatolik Revision: 186916 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: pamixer/repos/community-staging-i686/ pamixer/repos/community-staging-i686/PKGBUILD (from rev 186915, pamixer/trunk/PKGBUILD) pamixer/repos/community-staging-x86_64/ pamixer/repos/community-staging-x86_64/PKGBUILD (from rev 186915, pamixer/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 25 + community-staging-x86_64/PKGBUILD | 25 + 2 files changed, 50 insertions(+) Copied: pamixer/repos/community-staging-i686/PKGBUILD (from rev 186915, pamixer/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-08-17 21:36:43 UTC (rev 186916) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Clément Démoulins + +pkgname=pamixer +pkgver=1.3.1 +pkgrel=3 +pkgdesc='Pulseaudio command-line mixer like amixer' +arch=(i686 x86_64) +url='https://github.com/cdemoulins/pamixer' +license=(GPL3) +depends=(libpulse boost-libs) +makedepends=(boost) +source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz) +sha1sums=('e3b94eef406afc80aaf5d9188d802e37dcb17bd3') + +build() { + cd pamixer-$pkgver + make +} + +package() { + cd pamixer-$pkgver + install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer +} Copied: pamixer/repos/community-staging-x86_64/PKGBUILD (from rev 186915, pamixer/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-08-17 21:36:43 UTC (rev 186916) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Clément Démoulins + +pkgname=pamixer +pkgver=1.3.1 +pkgrel=3 +pkgdesc='Pulseaudio command-line mixer like amixer' +arch=(i686 x86_64) +url='https://github.com/cdemoulins/pamixer' +license=(GPL3) +depends=(libpulse boost-libs) +makedepends=(boost) +source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz) +sha1sums=('e3b94eef406afc80aaf5d9188d802e37dcb17bd3') + +build() { + cd pamixer-$pkgver + make +} + +package() { + cd pamixer-$pkgver + install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer +}
[arch-commits] Commit in hugin/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 21:36:09 Author: bisson Revision: 273901 rebuild for boost 1.61.0 Modified: hugin/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 21:31:18 UTC (rev 273900) +++ PKGBUILD2016-08-17 21:36:09 UTC (rev 273901) @@ -6,7 +6,7 @@ pkgname=hugin pkgver=2016.0.0 -pkgrel=4 +pkgrel=5 pkgdesc='Panorama photo stitcher' url='http://hugin.sourceforge.net/' license=('GPL')
[arch-commits] Commit in pamixer/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 21:36:04 Author: anatolik Revision: 186915 boost 1.61 rebuild Modified: pamixer/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 21:21:17 UTC (rev 186914) +++ PKGBUILD2016-08-17 21:36:04 UTC (rev 186915) @@ -4,7 +4,7 @@ pkgname=pamixer pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc='Pulseaudio command-line mixer like amixer' arch=(i686 x86_64) url='https://github.com/cdemoulins/pamixer'
[arch-commits] Commit in lsof/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 21:31:18 Author: anatolik Revision: 273900 Replace broken mirror with alive one Modified: lsof/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 21:20:53 UTC (rev 273899) +++ PKGBUILD2016-08-17 21:31:18 UTC (rev 273900) @@ -13,10 +13,11 @@ url="http://people.freebsd.org/~abe/"; license=('custom') depends=('glibc') -source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_$pkgver.tar.bz2 +source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$pkgver.tar.bz2 license.txt) sha1sums=('ea8fb2588c9732f1b22d73ffab17dd055590df2c' 'db6b6d90ce895e4053f91ad25c7761fbf9a37dd6') +#validpgpkeys=(9AFD62A840BD3D55) It is PGP-2 key prepare() { cd lsof_$pkgver
[arch-commits] Commit in boost/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 21:10:21 Author: bpiotrowski Revision: 273897 upgpkg: boost 1.61.0-2 remove boost-build from optdepends (has been moved to AUR) and explicitly specify cxxflags used to build boost Modified: boost/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 20:58:48 UTC (rev 273896) +++ PKGBUILD2016-08-17 21:10:21 UTC (rev 273897) @@ -11,7 +11,7 @@ pkgname=('boost-libs' 'boost') pkgver=1.61.0 _boostver=${pkgver//./_} -pkgrel=1 +pkgrel=2 url='http://www.boost.org/' arch=('i686' 'x86_64') license=('custom') @@ -57,7 +57,9 @@ link=shared,static \ toolset=gcc \ python=2.7 \ - cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" linkflags="${LDFLAGS}" \ + cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \ + cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \ + linkflags="${LDFLAGS}" \ --layout=system \ --prefix="${_stagedir}" \ ${JOBS} \ @@ -68,8 +70,7 @@ pkgdesc='Free peer-reviewed portable C++ source libraries - development headers' depends=("boost-libs=${pkgver}") optdepends=('python: for python bindings' - 'python2: for python2 bindings' - 'boost-build: to use boost jam for building your project.') + 'python2: for python2 bindings') options=('staticlibs') install -dm755 "${pkgdir}"/usr
[arch-commits] Commit in boost/repos (4 files)
Date: Wednesday, August 17, 2016 @ 21:10:31 Author: bpiotrowski Revision: 273898 archrelease: copy trunk to staging-i686, staging-x86_64 Added: boost/repos/staging-i686/PKGBUILD (from rev 273897, boost/trunk/PKGBUILD) boost/repos/staging-x86_64/PKGBUILD (from rev 273897, boost/trunk/PKGBUILD) Deleted: boost/repos/staging-i686/PKGBUILD boost/repos/staging-x86_64/PKGBUILD -+ /PKGBUILD | 198 ++ staging-i686/PKGBUILD | 98 -- staging-x86_64/PKGBUILD | 98 -- 3 files changed, 198 insertions(+), 196 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2016-08-17 21:10:21 UTC (rev 273897) +++ staging-i686/PKGBUILD 2016-08-17 21:10:31 UTC (rev 273898) @@ -1,98 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: Ionut Biru -# Contributor: Stéphane Gaudreault -# Contributor: kevin -# Contributor: Giovanni Scafora -# Contributor: Kritoke -# Contributor: Luca Roccia - -pkgbase=boost -pkgname=('boost-libs' 'boost') -pkgver=1.61.0 -_boostver=${pkgver//./_} -pkgrel=1 -url='http://www.boost.org/' -arch=('i686' 'x86_64') -license=('custom') -makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 'openmpi') -source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2) -sha1sums=('f84b1a1ce764108ec3c2b7bd7704cf8dfd3c9d01') - -build() { - export _stagedir="${srcdir}/stagedir" - local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})" - - cd ${pkgbase}_${_boostver} - - ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2 - - _bindir="bin.linuxx86" - [[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64" - install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2 - - # Add an extra python version. This does not replace anything and python 2.x - # need to be the default. - echo "using python : 3.5 : /usr/bin/python3 : /usr/include/python3.5m : /usr/lib ;" \ - >> project-config.jam - - # Support for OpenMPI - echo "using mpi ;" >> project-config.jam - - # boostbook is needed by quickbook - install -dm755 "${_stagedir}"/share/boostbook - cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/ - - # default "minimal" install: "release link=shared,static - # runtime-link=shared threading=single,multi" - # --layout=tagged will add the "-mt" suffix for multithreaded libraries - # and installs includes in /usr/include/boost. - # --layout=system no longer adds the -mt suffix for multi-threaded libs. - # install to ${_stagedir} in preparation for split packaging - "${_stagedir}"/bin/b2 \ - variant=release \ - debug-symbols=off \ - threading=multi \ - runtime-link=shared \ - link=shared,static \ - toolset=gcc \ - python=2.7 \ - cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" linkflags="${LDFLAGS}" \ - --layout=system \ - --prefix="${_stagedir}" \ - ${JOBS} \ - install -} - -package_boost() { - pkgdesc='Free peer-reviewed portable C++ source libraries - development headers' - depends=("boost-libs=${pkgver}") - optdepends=('python: for python bindings' - 'python2: for python2 bindings' - 'boost-build: to use boost jam for building your project.') - options=('staticlibs') - - install -dm755 "${pkgdir}"/usr - cp -a "${_stagedir}"/{bin,include,share} "${pkgdir}"/usr - - install -d "${pkgdir}"/usr/lib - cp -a "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/ - - install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \ - "${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt - - ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam -} - -package_boost-libs() { - pkgdesc='Free peer-reviewed portable C++ source libraries - runtime libraries' - depends=('bzip2' 'zlib' 'icu') - optdepends=('openmpi: for mpi support') - - install -dm755 "${pkgdir}"/usr - cp -a "${_stagedir}"/lib "${pkgdir}"/usr - rm "${pkgdir}"/usr/lib/*.a - - install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \ - "${pkgdir}"/usr/share/licenses/boost-libs/LICENSE_1_0.txt -} Copied: boost/repos/staging-i686/PKGBUILD (from rev 273897, boost/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-08-17 21:10:31 UTC (rev 273898) @@ -0,0 +1,99 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Ionut Biru +# Contributor: Stéphane Gaudreault +# Contributor: kevin +# Contributor: Giovanni Scafora +# Contributor: Kritoke +# Contributor: Luca Roccia + +pkgbase=boost +pkgname=('boost-libs' 'boost') +pkgver=1.61.0 +_boostver=${pkgver//./_} +pkgrel=2 +url='http
[arch-commits] Commit in gtk3/repos (24 files)
Date: Wednesday, August 17, 2016 @ 20:58:48 Author: heftig Revision: 273896 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gtk3/repos/extra-i686/PKGBUILD (from rev 273895, gtk3/trunk/PKGBUILD) gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook (from rev 273895, gtk3/trunk/gtk-query-immodules-3.0.hook) gtk3/repos/extra-i686/gtk-update-icon-cache.hook (from rev 273895, gtk3/trunk/gtk-update-icon-cache.hook) gtk3/repos/extra-i686/gtk-update-icon-cache.script (from rev 273895, gtk3/trunk/gtk-update-icon-cache.script) gtk3/repos/extra-i686/gtk3.install (from rev 273895, gtk3/trunk/gtk3.install) gtk3/repos/extra-i686/settings.ini (from rev 273895, gtk3/trunk/settings.ini) gtk3/repos/extra-x86_64/PKGBUILD (from rev 273895, gtk3/trunk/PKGBUILD) gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook (from rev 273895, gtk3/trunk/gtk-query-immodules-3.0.hook) gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook (from rev 273895, gtk3/trunk/gtk-update-icon-cache.hook) gtk3/repos/extra-x86_64/gtk-update-icon-cache.script (from rev 273895, gtk3/trunk/gtk-update-icon-cache.script) gtk3/repos/extra-x86_64/gtk3.install (from rev 273895, gtk3/trunk/gtk3.install) gtk3/repos/extra-x86_64/settings.ini (from rev 273895, gtk3/trunk/settings.ini) Deleted: gtk3/repos/extra-i686/PKGBUILD gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook gtk3/repos/extra-i686/gtk-update-icon-cache.hook gtk3/repos/extra-i686/gtk-update-icon-cache.script gtk3/repos/extra-i686/gtk3.install gtk3/repos/extra-i686/settings.ini gtk3/repos/extra-x86_64/PKGBUILD gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook gtk3/repos/extra-x86_64/gtk-update-icon-cache.script gtk3/repos/extra-x86_64/gtk3.install gtk3/repos/extra-x86_64/settings.ini ---+ /PKGBUILD | 150 /gtk-query-immodules-3.0.hook | 22 /gtk-update-icon-cache.hook | 26 /gtk-update-icon-cache.script | 20 +++ /gtk3.install |6 + /settings.ini |8 + extra-i686/PKGBUILD | 75 -- extra-i686/gtk-query-immodules-3.0.hook | 11 -- extra-i686/gtk-update-icon-cache.hook | 13 -- extra-i686/gtk-update-icon-cache.script | 10 - extra-i686/gtk3.install |3 extra-i686/settings.ini |4 extra-x86_64/PKGBUILD | 75 -- extra-x86_64/gtk-query-immodules-3.0.hook | 11 -- extra-x86_64/gtk-update-icon-cache.hook | 13 -- extra-x86_64/gtk-update-icon-cache.script | 10 - extra-x86_64/gtk3.install |3 extra-x86_64/settings.ini |4 18 files changed, 232 insertions(+), 232 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-08-17 20:58:10 UTC (rev 273895) +++ extra-i686/PKGBUILD 2016-08-17 20:58:48 UTC (rev 273896) @@ -1,75 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Maintainer: Jan Alexander Steffens (heftig) - -pkgbase=gtk3 -pkgname=(gtk3 gtk-update-icon-cache) -pkgver=3.20.8 -pkgrel=1 -pkgdesc="GObject-based multi-platform GUI toolkit" -arch=(i686 x86_64) -url="http://www.gtk.org/"; -depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 - libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon - adwaita-icon-theme json-glib rest librsvg wayland-protocols desktop-file-utils mesa) -makedepends=(gobject-introspection libcanberra gtk-doc) -license=(LGPL) -source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz -settings.ini -gtk-query-immodules-3.0.hook -gtk-update-icon-cache.hook -gtk-update-icon-cache.script) -sha256sums=('9841bd9b4d23c045c474b10fdde9da958af904b63783701e796391d55d4396f3' -'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202' -'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845' -'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308' -'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541') - -prepare() { -cd gtk+-$pkgver -NOCONFIGURE=1 ./autogen.sh -} - -build() { -cd "gtk+-$pkgver" - -CXX=/bin/false ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---disable-schemas-compile \ ---enable-x11-backend \ ---enable-broadway-backend \ ---enable-wayland-backend - -#https://bugzilla.gnome.org/show_bug.cgi?id=655517 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package_gtk3() { -depends+=(gtk-update-icon-ca
[arch-commits] Commit in file-roller/repos (4 files)
Date: Wednesday, August 17, 2016 @ 20:58:10 Author: heftig Revision: 273895 archrelease: copy trunk to extra-i686, extra-x86_64 Added: file-roller/repos/extra-i686/PKGBUILD (from rev 273894, file-roller/trunk/PKGBUILD) file-roller/repos/extra-x86_64/PKGBUILD (from rev 273894, file-roller/trunk/PKGBUILD) Deleted: file-roller/repos/extra-i686/PKGBUILD file-roller/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 74 extra-i686/PKGBUILD | 37 extra-x86_64/PKGBUILD | 37 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-08-17 20:54:34 UTC (rev 273894) +++ extra-i686/PKGBUILD 2016-08-17 20:58:10 UTC (rev 273895) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=file-roller -pkgver=3.20.2 -pkgrel=1 -pkgdesc="Create and modify archives" -url="https://wiki.gnome.org/Apps/FileRoller"; -arch=(i686 x86_64) -license=(GPL) -depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) -makedepends=(intltool libnautilus-extension itstool docbook-xsl) -optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' -'unrar: better RAR archive support' -'unace: ACE archive support' -'lrzip: lrzip archive support') -groups=(gnome-extra) -options=(!emptydirs) -source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('93188a7ac9285cb85551c327082aeaeb51ac39a9722cb96b0e29d5ec2ae353c6') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: file-roller/repos/extra-i686/PKGBUILD (from rev 273894, file-roller/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-17 20:58:10 UTC (rev 273895) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=file-roller +pkgver=3.20.3 +pkgrel=1 +pkgdesc="Create and modify archives" +url="https://wiki.gnome.org/Apps/FileRoller"; +arch=(i686 x86_64) +license=(GPL) +depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) +makedepends=(intltool libnautilus-extension itstool docbook-xsl) +optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' +'unrar: better RAR archive support' +'unace: ACE archive support' +'lrzip: lrzip archive support') +groups=(gnome-extra) +options=(!emptydirs) +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('6b5c2de4c6bd52318cacd2a398cdfa45a5f1df8a77c6652a38a6a1d3e53644e9') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-08-17 20:54:34 UTC (rev 273894) +++ extra-x86_64/PKGBUILD 2016-08-17 20:58:10 UTC (rev 273895) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=file-roller -pkgver=3.20.2 -pkgrel=1 -pkgdesc="Create and modify archives" -url="https://wiki.gnome.org/Apps/FileRoller"; -arch=(i686 x86_64) -license=(GPL) -depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) -makedepends=(intltool libnautilus-extension itstool docbook-xsl) -optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' -'unrar: better RAR archive support' -'unace: ACE archive support' -'lrzip: lrzip archive support') -groups=(gnome-extra) -options=(!emptydirs) -source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('93188a7ac9285cb85551c327082aeaeb51ac39a9722cb96b0e29d5ec2ae353c6') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 273894, file-roller/trunk/PKGBUIL
[arch-commits] Commit in gtk3/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 20:54:34 Author: heftig Revision: 273894 3.20.9-1 Modified: gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 20:45:41 UTC (rev 273893) +++ PKGBUILD2016-08-17 20:54:34 UTC (rev 273894) @@ -4,7 +4,7 @@ pkgbase=gtk3 pkgname=(gtk3 gtk-update-icon-cache) -pkgver=3.20.8 +pkgver=3.20.9 pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit" arch=(i686 x86_64) @@ -19,7 +19,7 @@ gtk-query-immodules-3.0.hook gtk-update-icon-cache.hook gtk-update-icon-cache.script) -sha256sums=('9841bd9b4d23c045c474b10fdde9da958af904b63783701e796391d55d4396f3' +sha256sums=('83a609ba2f3424b5509e73967c49c67833af466d6f91081b24ee5c64fce6ac17' '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202' 'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845' '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
[arch-commits] Commit in five-or-more/repos (4 files)
Date: Wednesday, August 17, 2016 @ 20:45:41 Author: heftig Revision: 273893 archrelease: copy trunk to extra-i686, extra-x86_64 Added: five-or-more/repos/extra-i686/PKGBUILD (from rev 273891, five-or-more/trunk/PKGBUILD) five-or-more/repos/extra-x86_64/PKGBUILD (from rev 273891, five-or-more/trunk/PKGBUILD) Deleted: five-or-more/repos/extra-i686/PKGBUILD five-or-more/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 62 extra-i686/PKGBUILD | 31 extra-x86_64/PKGBUILD | 31 3 files changed, 62 insertions(+), 62 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-08-17 20:45:37 UTC (rev 273892) +++ extra-i686/PKGBUILD 2016-08-17 20:45:41 UTC (rev 273893) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=five-or-more -pkgver=3.20.1 -pkgrel=1 -pkgdesc="Remove colored balls from the board by forming lines" -arch=('i686' 'x86_64') -license=('GPL') -depends=('gtk3' 'librsvg') -makedepends=('intltool' 'itstool' 'gobject-introspection') -conflicts=('gnome-games') -replaces=('gnome-games') -options=('!emptydirs') -url="https://wiki.gnome.org/Apps/Five%20or%20more"; -groups=('gnome-extra') -source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9f6dff43b6511b12ef062f4dc4d9ab8de2579676747f0ead4802e0f166a5e85f') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-schemas-compile - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: five-or-more/repos/extra-i686/PKGBUILD (from rev 273891, five-or-more/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-17 20:45:41 UTC (rev 273893) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=five-or-more +pkgver=3.20.2 +pkgrel=1 +pkgdesc="Remove colored balls from the board by forming lines" +arch=('i686' 'x86_64') +license=('GPL') +depends=('gtk3' 'librsvg') +makedepends=('intltool' 'itstool' 'gobject-introspection') +conflicts=('gnome-games') +replaces=('gnome-games') +options=('!emptydirs') +url="https://wiki.gnome.org/Apps/Five%20or%20more"; +groups=('gnome-extra') +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('1e129c705eb09638d1515c2d8fe1925db7d9bcb8db4a01df591a9b98de2a73d1') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-08-17 20:45:37 UTC (rev 273892) +++ extra-x86_64/PKGBUILD 2016-08-17 20:45:41 UTC (rev 273893) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=five-or-more -pkgver=3.20.1 -pkgrel=1 -pkgdesc="Remove colored balls from the board by forming lines" -arch=('i686' 'x86_64') -license=('GPL') -depends=('gtk3' 'librsvg') -makedepends=('intltool' 'itstool' 'gobject-introspection') -conflicts=('gnome-games') -replaces=('gnome-games') -options=('!emptydirs') -url="https://wiki.gnome.org/Apps/Five%20or%20more"; -groups=('gnome-extra') -source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9f6dff43b6511b12ef062f4dc4d9ab8de2579676747f0ead4802e0f166a5e85f') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-schemas-compile - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: five-or-more/repos/extra-x86_64/PKGBUILD (from rev 273891, five-or-more/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-08-17 20:45:41 UTC (rev 273893) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=five-or-more +pkgver=3.20.2 +pkgrel=1 +pkgdesc="Remove colored balls from the board by forming lines" +arch=('i686' 'x86_64') +license=('GPL') +depends=('gtk3' 'librsvg') +makedepends=('intltool' 'itstool' 'gobject-introspection') +conflicts=('gnome-games') +replaces=('gnome-games') +options=('!emptydirs') +url="https://wiki.gnome.org/Apps/Five%20or%20more"; +groups=('gnome-extra') +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgve
[arch-commits] Commit in file-roller/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 20:45:37 Author: heftig Revision: 273892 3.20.3-1 Modified: file-roller/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 20:45:14 UTC (rev 273891) +++ PKGBUILD2016-08-17 20:45:37 UTC (rev 273892) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=file-roller -pkgver=3.20.2 +pkgver=3.20.3 pkgrel=1 pkgdesc="Create and modify archives" url="https://wiki.gnome.org/Apps/FileRoller"; @@ -18,7 +18,7 @@ groups=(gnome-extra) options=(!emptydirs) source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('93188a7ac9285cb85551c327082aeaeb51ac39a9722cb96b0e29d5ec2ae353c6') +sha256sums=('6b5c2de4c6bd52318cacd2a398cdfa45a5f1df8a77c6652a38a6a1d3e53644e9') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libgit2-glib/repos (4 files)
Date: Wednesday, August 17, 2016 @ 20:45:14 Author: heftig Revision: 273891 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libgit2-glib/repos/extra-i686/PKGBUILD (from rev 273890, libgit2-glib/trunk/PKGBUILD) libgit2-glib/repos/extra-x86_64/PKGBUILD (from rev 273890, libgit2-glib/trunk/PKGBUILD) Deleted: libgit2-glib/repos/extra-i686/PKGBUILD libgit2-glib/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 68 extra-i686/PKGBUILD | 34 extra-x86_64/PKGBUILD | 34 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-08-17 20:44:05 UTC (rev 273890) +++ extra-i686/PKGBUILD 2016-08-17 20:45:14 UTC (rev 273891) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=libgit2-glib -pkgver=0.24.0 -pkgrel=1 -pkgdesc="GLib wrapper for libgit2" -url="http://wiki.gnome.org/Projects/Libgit2-glib"; -license=(LGPL2.1) -arch=(i686 x86_64) -depends=(glib2 libgit2) -makedepends=(gobject-introspection python2 vala) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('d616c268821c28ff8dc1a6419dbf8555fa48e31dc6509c10f5151be7690f4845') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libgit2-glib/repos/extra-i686/PKGBUILD (from rev 273890, libgit2-glib/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-17 20:45:14 UTC (rev 273891) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libgit2-glib +pkgver=0.24.2 +pkgrel=1 +pkgdesc="GLib wrapper for libgit2" +url="http://wiki.gnome.org/Projects/Libgit2-glib"; +license=(LGPL2.1) +arch=(i686 x86_64) +depends=(glib2 libgit2) +makedepends=(gobject-introspection python2 vala) +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('6150cffaa93400e553c4d9cf73c3209f0e5889d4511ba5794bcdd174d9d1e349') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-08-17 20:44:05 UTC (rev 273890) +++ extra-x86_64/PKGBUILD 2016-08-17 20:45:14 UTC (rev 273891) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=libgit2-glib -pkgver=0.24.0 -pkgrel=1 -pkgdesc="GLib wrapper for libgit2" -url="http://wiki.gnome.org/Projects/Libgit2-glib"; -license=(LGPL2.1) -arch=(i686 x86_64) -depends=(glib2 libgit2) -makedepends=(gobject-introspection python2 vala) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('d616c268821c28ff8dc1a6419dbf8555fa48e31dc6509c10f5151be7690f4845') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libgit2-glib/repos/extra-x86_64/PKGBUILD (from rev 273890, libgit2-glib/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-08-17 20:45:14 UTC (rev 273891) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libgit2-glib +pkgver=0.24.2 +pkgrel=1 +pkgdesc="GLib wrapper for libgit2" +url="http://wiki.gnome.org/Projects/Libgit2-glib"; +license=(LGPL2.1) +arch=(i686 x86_64) +depends=(glib2 libgit2) +makedepends=(gobject-introspection python2 vala) +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('6150cffaa93400e553c4d9cf73c3209f0e5889d4511ba5794bcdd174d9d1e349') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -sha
[arch-commits] Commit in five-or-more/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 20:44:05 Author: heftig Revision: 273890 3.20.2-1 Modified: five-or-more/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 20:43:47 UTC (rev 273889) +++ PKGBUILD2016-08-17 20:44:05 UTC (rev 273890) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=five-or-more -pkgver=3.20.1 +pkgver=3.20.2 pkgrel=1 pkgdesc="Remove colored balls from the board by forming lines" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ url="https://wiki.gnome.org/Apps/Five%20or%20more"; groups=('gnome-extra') source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9f6dff43b6511b12ef062f4dc4d9ab8de2579676747f0ead4802e0f166a5e85f') +sha256sums=('1e129c705eb09638d1515c2d8fe1925db7d9bcb8db4a01df591a9b98de2a73d1') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libgit2-glib/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 20:43:47 Author: heftig Revision: 273889 0.24.2-1 Modified: libgit2-glib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 20:43:33 UTC (rev 273888) +++ PKGBUILD2016-08-17 20:43:47 UTC (rev 273889) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libgit2-glib -pkgver=0.24.0 +pkgver=0.24.2 pkgrel=1 pkgdesc="GLib wrapper for libgit2" url="http://wiki.gnome.org/Projects/Libgit2-glib"; @@ -11,7 +11,7 @@ depends=(glib2 libgit2) makedepends=(gobject-introspection python2 vala) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('d616c268821c28ff8dc1a6419dbf8555fa48e31dc6509c10f5151be7690f4845') +sha256sums=('6150cffaa93400e553c4d9cf73c3209f0e5889d4511ba5794bcdd174d9d1e349') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libphonenumber/repos (4 files)
Date: Wednesday, August 17, 2016 @ 20:43:09 Author: heftig Revision: 273887 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libphonenumber/repos/staging-i686/ libphonenumber/repos/staging-i686/PKGBUILD (from rev 273886, libphonenumber/trunk/PKGBUILD) libphonenumber/repos/staging-x86_64/ libphonenumber/repos/staging-x86_64/PKGBUILD (from rev 273886, libphonenumber/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 35 +++ staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: libphonenumber/repos/staging-i686/PKGBUILD (from rev 273886, libphonenumber/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-08-17 20:43:09 UTC (rev 273887) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libphonenumber +pkgver=7.5.2 +pkgrel=1 +pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers" +arch=(i686 x86_64) +depends=(icu protobuf boost-libs) +makedepends=(boost cmake gtest) +url="https://github.com/googlei18n/libphonenumber"; +license=("Apache") +source=("$url/archive/$pkgname-$pkgver.tar.gz") +sha256sums=('c116c1299074b10ed8b862221ca57f822bae7637b717706ff2c71350f430b3b1') + +prepare() { + mkdir -p build +} + +build() { + cd build + CXXFLAGS+=" -Wno-error=deprecated-declarations" # readdir_r deprecation + cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp + make +} + +check() { + cd build + make tests +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: libphonenumber/repos/staging-x86_64/PKGBUILD (from rev 273886, libphonenumber/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-08-17 20:43:09 UTC (rev 273887) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libphonenumber +pkgver=7.5.2 +pkgrel=1 +pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers" +arch=(i686 x86_64) +depends=(icu protobuf boost-libs) +makedepends=(boost cmake gtest) +url="https://github.com/googlei18n/libphonenumber"; +license=("Apache") +source=("$url/archive/$pkgname-$pkgver.tar.gz") +sha256sums=('c116c1299074b10ed8b862221ca57f822bae7637b717706ff2c71350f430b3b1') + +prepare() { + mkdir -p build +} + +build() { + cd build + CXXFLAGS+=" -Wno-error=deprecated-declarations" # readdir_r deprecation + cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp + make +} + +check() { + cd build + make tests +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-documents/repos (4 files)
Date: Wednesday, August 17, 2016 @ 20:43:33 Author: heftig Revision: 273888 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-documents/repos/extra-i686/PKGBUILD (from rev 273887, gnome-documents/trunk/PKGBUILD) gnome-documents/repos/extra-x86_64/PKGBUILD (from rev 273887, gnome-documents/trunk/PKGBUILD) Deleted: gnome-documents/repos/extra-i686/PKGBUILD gnome-documents/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 41 extra-x86_64/PKGBUILD | 41 3 files changed, 80 insertions(+), 82 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-08-17 20:43:09 UTC (rev 273887) +++ extra-i686/PKGBUILD 2016-08-17 20:43:33 UTC (rev 273888) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=gnome-documents -pkgver=3.20.0 -pkgrel=2 -pkgdesc="A document manager application for GNOME" -url="https://wiki.gnome.org/Apps/Documents"; -arch=(i686 x86_64) -license=(GPL) -groups=(gnome-extra) -depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata - tracker libzapojit webkit2gtk gnome-online-miners librsvg) -makedepends=(intltool gobject-introspection itstool docbook-xsl) -optdepends=('unoconv: Support for Libreoffice document types') -source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2') - -build() { - cd $pkgname-$pkgver - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-documents/repos/extra-i686/PKGBUILD (from rev 273887, gnome-documents/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-17 20:43:33 UTC (rev 273888) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gnome-documents +pkgver=3.20.1 +pkgrel=1 +pkgdesc="A document manager application for GNOME" +url="https://wiki.gnome.org/Apps/Documents"; +arch=(i686 x86_64) +license=(GPL) +groups=(gnome-extra) +depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata + tracker libzapojit webkit2gtk gnome-online-miners librsvg) +makedepends=(intltool gobject-introspection itstool docbook-xsl) +optdepends=('unoconv: Support for Libreoffice document types') +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('c73810ded97431360ba80c127d3244b1e6e416643fba0ba96411d22729211394') + +build() { + cd $pkgname-$pkgver + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-08-17 20:43:09 UTC (rev 273887) +++ extra-x86_64/PKGBUILD 2016-08-17 20:43:33 UTC (rev 273888) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=gnome-documents -pkgver=3.20.0 -pkgrel=2 -pkgdesc="A document manager application for GNOME" -url="https://wiki.gnome.org/Apps/Documents"; -arch=(i686 x86_64) -license=(GPL) -groups=(gnome-extra) -depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata - tracker libzapojit webkit2gtk gnome-online-miners librsvg) -makedepends=(intltool gobject-introspection itstool docbook-xsl) -optdepends=('unoconv: Support for Libreoffice document types') -source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2') - -build() { - cd $pkgname-$pkgver - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-documents/repos/extra-x86_64/PKGBUILD (from rev 273887, gnome-documents/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD
[arch-commits] Commit in libphonenumber/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 20:41:55 Author: heftig Revision: 273886 7.5.2-1 Modified: libphonenumber/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 20:41:48 UTC (rev 273885) +++ PKGBUILD2016-08-17 20:41:55 UTC (rev 273886) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libphonenumber -pkgver=7.5.1 +pkgver=7.5.2 pkgrel=1 pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers" arch=(i686 x86_64) @@ -11,7 +11,7 @@ url="https://github.com/googlei18n/libphonenumber"; license=("Apache") source=("$url/archive/$pkgname-$pkgver.tar.gz") -sha256sums=('42bb57b8c582920fc2d96ed1db07bc4792ec0731bc0f1f24dbc1e177f99bb77d') +sha256sums=('c116c1299074b10ed8b862221ca57f822bae7637b717706ff2c71350f430b3b1') prepare() { mkdir -p build @@ -19,6 +19,7 @@ build() { cd build + CXXFLAGS+=" -Wno-error=deprecated-declarations" # readdir_r deprecation cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp make }
[arch-commits] Commit in gnome-documents/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 20:41:48 Author: heftig Revision: 273885 3.20.1-1 Modified: gnome-documents/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 20:15:29 UTC (rev 273884) +++ PKGBUILD2016-08-17 20:41:48 UTC (rev 273885) @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-documents -pkgver=3.20.0 -pkgrel=2 +pkgver=3.20.1 +pkgrel=1 pkgdesc="A document manager application for GNOME" url="https://wiki.gnome.org/Apps/Documents"; arch=(i686 x86_64) @@ -14,7 +14,7 @@ makedepends=(intltool gobject-introspection itstool docbook-xsl) optdepends=('unoconv: Support for Libreoffice document types') source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2') +sha256sums=('c73810ded97431360ba80c127d3244b1e6e416643fba0ba96411d22729211394') build() { cd $pkgname-$pkgver @@ -27,7 +27,6 @@ make } - check() { cd $pkgname-$pkgver make check
[arch-commits] Commit in boost/repos (4 files)
Date: Wednesday, August 17, 2016 @ 20:15:29 Author: bpiotrowski Revision: 273884 archrelease: copy trunk to staging-i686, staging-x86_64 Added: boost/repos/staging-i686/ boost/repos/staging-i686/PKGBUILD (from rev 273883, boost/trunk/PKGBUILD) boost/repos/staging-x86_64/ boost/repos/staging-x86_64/PKGBUILD (from rev 273883, boost/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 98 ++ staging-x86_64/PKGBUILD | 98 ++ 2 files changed, 196 insertions(+) Copied: boost/repos/staging-i686/PKGBUILD (from rev 273883, boost/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-08-17 20:15:29 UTC (rev 273884) @@ -0,0 +1,98 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Ionut Biru +# Contributor: Stéphane Gaudreault +# Contributor: kevin +# Contributor: Giovanni Scafora +# Contributor: Kritoke +# Contributor: Luca Roccia + +pkgbase=boost +pkgname=('boost-libs' 'boost') +pkgver=1.61.0 +_boostver=${pkgver//./_} +pkgrel=1 +url='http://www.boost.org/' +arch=('i686' 'x86_64') +license=('custom') +makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 'openmpi') +source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2) +sha1sums=('f84b1a1ce764108ec3c2b7bd7704cf8dfd3c9d01') + +build() { + export _stagedir="${srcdir}/stagedir" + local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})" + + cd ${pkgbase}_${_boostver} + + ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2 + + _bindir="bin.linuxx86" + [[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64" + install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2 + + # Add an extra python version. This does not replace anything and python 2.x + # need to be the default. + echo "using python : 3.5 : /usr/bin/python3 : /usr/include/python3.5m : /usr/lib ;" \ + >> project-config.jam + + # Support for OpenMPI + echo "using mpi ;" >> project-config.jam + + # boostbook is needed by quickbook + install -dm755 "${_stagedir}"/share/boostbook + cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/ + + # default "minimal" install: "release link=shared,static + # runtime-link=shared threading=single,multi" + # --layout=tagged will add the "-mt" suffix for multithreaded libraries + # and installs includes in /usr/include/boost. + # --layout=system no longer adds the -mt suffix for multi-threaded libs. + # install to ${_stagedir} in preparation for split packaging + "${_stagedir}"/bin/b2 \ + variant=release \ + debug-symbols=off \ + threading=multi \ + runtime-link=shared \ + link=shared,static \ + toolset=gcc \ + python=2.7 \ + cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" linkflags="${LDFLAGS}" \ + --layout=system \ + --prefix="${_stagedir}" \ + ${JOBS} \ + install +} + +package_boost() { + pkgdesc='Free peer-reviewed portable C++ source libraries - development headers' + depends=("boost-libs=${pkgver}") + optdepends=('python: for python bindings' + 'python2: for python2 bindings' + 'boost-build: to use boost jam for building your project.') + options=('staticlibs') + + install -dm755 "${pkgdir}"/usr + cp -a "${_stagedir}"/{bin,include,share} "${pkgdir}"/usr + + install -d "${pkgdir}"/usr/lib + cp -a "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/ + + install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \ + "${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt + + ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam +} + +package_boost-libs() { + pkgdesc='Free peer-reviewed portable C++ source libraries - runtime libraries' + depends=('bzip2' 'zlib' 'icu') + optdepends=('openmpi: for mpi support') + + install -dm755 "${pkgdir}"/usr + cp -a "${_stagedir}"/lib "${pkgdir}"/usr + rm "${pkgdir}"/usr/lib/*.a + + install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \ + "${pkgdir}"/usr/share/licenses/boost-libs/LICENSE_1_0.txt +} Copied: boost/repos/staging-x86_64/PKGBUILD (from rev 273883, boost/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-08-17 20:15:29 UTC (rev 273884) @@ -0,0 +1,98 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Ionut Biru +# Contributor: Stéphane Gaudreault +# Contributor: kevin +# Contributor: Giovanni Scafora +# Contributor: Kritoke +# Contributor: Luca Roccia + +pkgbase=boost +pkgname=('boost-libs' 'boost') +pkgver=1.61.0 +_boostver=${pkgver//./_} +pkgrel=1 +url='http://www.boost.org/' +arch=
[arch-commits] Commit in boost/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 20:15:15 Author: bpiotrowski Revision: 273883 upgpkg: boost 1.61.0-1 new upstream release Modified: boost/trunk/PKGBUILD --+ PKGBUILD | 16 1 file changed, 4 insertions(+), 12 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 19:46:34 UTC (rev 273882) +++ PKGBUILD2016-08-17 20:15:15 UTC (rev 273883) @@ -9,24 +9,16 @@ pkgbase=boost pkgname=('boost-libs' 'boost') -pkgver=1.60.0 +pkgver=1.61.0 _boostver=${pkgver//./_} -pkgrel=5 +pkgrel=1 url='http://www.boost.org/' arch=('i686' 'x86_64') license=('custom') makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 'openmpi') -source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2 - cuda_float128.patch::"https://github.com/boostorg/config/commit/a332112317450457c715675686386ec81214b863.patch";) -sha1sums=('7f56ab507d3258610391b47fef6b11635861175a' - 'bdc6486e0d90368bbfd872fed8ee3d3c73483933') +source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2) +sha1sums=('f84b1a1ce764108ec3c2b7bd7704cf8dfd3c9d01') -prepare() { - cd ${pkgbase}_${_boostver} - # fix https://svn.boost.org/trac/boost/ticket/11852 - patch -p2 -i ../cuda_float128.patch -} - build() { export _stagedir="${srcdir}/stagedir" local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
[arch-commits] Commit in linux-zen/repos (24 files)
Date: Wednesday, August 17, 2016 @ 19:46:34 Author: heftig Revision: 273882 archrelease: copy trunk to testing-i686, testing-x86_64 Added: linux-zen/repos/testing-i686/PKGBUILD (from rev 273881, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-i686/change-default-console-loglevel.patch (from rev 273881, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-i686/config (from rev 273881, linux-zen/trunk/config) linux-zen/repos/testing-i686/config.x86_64 (from rev 273881, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-i686/linux.install (from rev 273881, linux-zen/trunk/linux.install) linux-zen/repos/testing-i686/linux.preset (from rev 273881, linux-zen/trunk/linux.preset) linux-zen/repos/testing-x86_64/PKGBUILD (from rev 273881, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch (from rev 273881, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-x86_64/config (from rev 273881, linux-zen/trunk/config) linux-zen/repos/testing-x86_64/config.x86_64 (from rev 273881, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-x86_64/linux.install (from rev 273881, linux-zen/trunk/linux.install) linux-zen/repos/testing-x86_64/linux.preset (from rev 273881, linux-zen/trunk/linux.preset) Deleted: linux-zen/repos/testing-i686/PKGBUILD linux-zen/repos/testing-i686/change-default-console-loglevel.patch linux-zen/repos/testing-i686/config linux-zen/repos/testing-i686/config.x86_64 linux-zen/repos/testing-i686/linux.install linux-zen/repos/testing-i686/linux.preset linux-zen/repos/testing-x86_64/PKGBUILD linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch linux-zen/repos/testing-x86_64/config linux-zen/repos/testing-x86_64/config.x86_64 linux-zen/repos/testing-x86_64/linux.install linux-zen/repos/testing-x86_64/linux.preset --+ /PKGBUILD| 620 /change-default-console-loglevel.patch | 22 /config |16426 + /config.x86_64 |15940 /linux.install | 74 /linux.preset| 28 testing-i686/PKGBUILD| 310 testing-i686/change-default-console-loglevel.patch | 11 testing-i686/config | 8213 testing-i686/config.x86_64 | 7970 testing-i686/linux.install | 37 testing-i686/linux.preset| 14 testing-x86_64/PKGBUILD | 310 testing-x86_64/change-default-console-loglevel.patch | 11 testing-x86_64/config| 8213 testing-x86_64/config.x86_64 | 7970 testing-x86_64/linux.install | 37 testing-x86_64/linux.preset | 14 18 files changed, 33110 insertions(+), 33110 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 273881:273882 to see the changes.
[arch-commits] Commit in linux-zen/repos (24 files)
Date: Wednesday, August 17, 2016 @ 19:43:59 Author: heftig Revision: 273881 archrelease: copy trunk to testing-i686, testing-x86_64 Added: linux-zen/repos/testing-i686/PKGBUILD (from rev 273880, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-i686/change-default-console-loglevel.patch (from rev 273880, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-i686/config (from rev 273880, linux-zen/trunk/config) linux-zen/repos/testing-i686/config.x86_64 (from rev 273880, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-i686/linux.install (from rev 273880, linux-zen/trunk/linux.install) linux-zen/repos/testing-i686/linux.preset (from rev 273880, linux-zen/trunk/linux.preset) linux-zen/repos/testing-x86_64/PKGBUILD (from rev 273880, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch (from rev 273880, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-x86_64/config (from rev 273880, linux-zen/trunk/config) linux-zen/repos/testing-x86_64/config.x86_64 (from rev 273880, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-x86_64/linux.install (from rev 273880, linux-zen/trunk/linux.install) linux-zen/repos/testing-x86_64/linux.preset (from rev 273880, linux-zen/trunk/linux.preset) Deleted: linux-zen/repos/testing-i686/PKGBUILD linux-zen/repos/testing-i686/change-default-console-loglevel.patch linux-zen/repos/testing-i686/config linux-zen/repos/testing-i686/config.x86_64 linux-zen/repos/testing-i686/linux.install linux-zen/repos/testing-i686/linux.preset linux-zen/repos/testing-x86_64/PKGBUILD linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch linux-zen/repos/testing-x86_64/config linux-zen/repos/testing-x86_64/config.x86_64 linux-zen/repos/testing-x86_64/linux.install linux-zen/repos/testing-x86_64/linux.preset --+ /PKGBUILD| 620 /change-default-console-loglevel.patch | 22 /config |16426 + /config.x86_64 |15940 /linux.install | 74 /linux.preset| 28 testing-i686/PKGBUILD| 310 testing-i686/change-default-console-loglevel.patch | 11 testing-i686/config | 8213 testing-i686/config.x86_64 | 7970 testing-i686/linux.install | 37 testing-i686/linux.preset| 14 testing-x86_64/PKGBUILD | 310 testing-x86_64/change-default-console-loglevel.patch | 11 testing-x86_64/config| 8213 testing-x86_64/config.x86_64 | 7970 testing-x86_64/linux.install | 37 testing-x86_64/linux.preset | 14 18 files changed, 33110 insertions(+), 33110 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 273880:273881 to see the changes.
[arch-commits] Commit in linux-zen/repos (14 files)
Date: Wednesday, August 17, 2016 @ 19:36:50 Author: heftig Revision: 273880 archrelease: copy trunk to testing-i686, testing-x86_64 Added: linux-zen/repos/testing-i686/ linux-zen/repos/testing-i686/PKGBUILD (from rev 273879, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-i686/change-default-console-loglevel.patch (from rev 273879, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-i686/config (from rev 273879, linux-zen/trunk/config) linux-zen/repos/testing-i686/config.x86_64 (from rev 273879, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-i686/linux.install (from rev 273879, linux-zen/trunk/linux.install) linux-zen/repos/testing-i686/linux.preset (from rev 273879, linux-zen/trunk/linux.preset) linux-zen/repos/testing-x86_64/ linux-zen/repos/testing-x86_64/PKGBUILD (from rev 273879, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch (from rev 273879, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-x86_64/config (from rev 273879, linux-zen/trunk/config) linux-zen/repos/testing-x86_64/config.x86_64 (from rev 273879, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-x86_64/linux.install (from rev 273879, linux-zen/trunk/linux.install) linux-zen/repos/testing-x86_64/linux.preset (from rev 273879, linux-zen/trunk/linux.preset) --+ testing-i686/PKGBUILD| 310 testing-i686/change-default-console-loglevel.patch | 11 testing-i686/config | 8213 + testing-i686/config.x86_64 | 7970 testing-i686/linux.install | 37 testing-i686/linux.preset| 14 testing-x86_64/PKGBUILD | 310 testing-x86_64/change-default-console-loglevel.patch | 11 testing-x86_64/config| 8213 + testing-x86_64/config.x86_64 | 7970 testing-x86_64/linux.install | 37 testing-x86_64/linux.preset | 14 12 files changed, 33110 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 273879:273880 to see the changes.
[arch-commits] Commit in linux-zen/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 18:08:01 Author: heftig Revision: 273879 4.7.1-1 Modified: linux-zen/trunk/PKGBUILD --+ PKGBUILD | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 16:47:42 UTC (rev 273878) +++ PKGBUILD2016-08-17 18:08:01 UTC (rev 273879) @@ -6,8 +6,8 @@ pkgbase=linux-zen # Build -zen kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-4.7 -_zenpatch=zen-4.7-1de7f25442c9b1b0faa2280de165f6a625b97456.diff -pkgver=4.7 +_zenpatch=zen-4.7.1-0f94ec4c463c32cd1ed424a184972dd32553955d.diff +pkgver=4.7.1 pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/zen-kernel/zen-kernel"; @@ -16,8 +16,8 @@ options=('!strip') source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"; "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"; -#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"; -#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"; +"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"; +"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"; "http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz"; "http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign"; # the main kernel config files @@ -27,8 +27,10 @@ 'change-default-console-loglevel.patch') sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10' 'SKIP' -'c26120d09f6822822971998e6c92b138ba1d835d6f9b8ee60f5265c313ebb045' +'838fa595436fbf9f70759aa43c1cacd83cc0adc95d166648c1625ebd50fad04e' 'SKIP' +'9bb5948a141e07e8ada37d69e164df1b587898c190fdf86a78845d80a1d3' +'SKIP' 'd5c614e6dabb7d81ffdfb81ed9a21abb2863252ed5bd6dec50d5a3d1084e3268' 'ecc46479458bfae10382c64881f29f9493b3ec1148be8aa8e35defc29e4b13ba' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' @@ -45,7 +47,7 @@ cd "${srcdir}/${_srcname}" # add upstream patch - #patch -p1 -i "${srcdir}/patch-${pkgver}" + patch -p1 -i "${srcdir}/patch-${pkgver}" # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
[arch-commits] Commit in xombrero/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 17:41:49 Author: kkeen Revision: 186911 upgpkg: xombrero 1.6.4-5 fix missing sources Modified: xombrero/trunk/PKGBUILD --+ PKGBUILD | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 16:37:00 UTC (rev 186910) +++ PKGBUILD2016-08-17 17:41:49 UTC (rev 186911) @@ -3,23 +3,23 @@ pkgname=xombrero pkgver=1.6.4 -pkgrel=4 +_pkgver=1_6_4 +pkgrel=5 pkgdesc="A minimalists web browser, vi-like but with traditional web browser behavior." arch=('i686' 'x86_64') -url="https://opensource.conformal.com/wiki/xombrero"; -_watch="https://opensource.conformal.com/snapshots/xombrero/"; +url="https://github.com/conformal/xombrero"; license=('custom:ISC') depends=('webkitgtk' 'libbsd' 'desktop-file-utils') replaces=('xxxterm') conflicts=('xxxterm') options=('!emptydirs') -source=(https://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz \ +source=(https://github.com/conformal/xombrero/archive/XOMBRERO_${_pkgver}.tar.gz LICENSE) -md5sums=('3c5458e448314494f48784c6303a695c' +md5sums=('a7c570f67b5791ec132bade643b508f7' 'f3eeb6e8b70a3dcccb8ee57daf584c9e') -build() { -cd "$srcdir/$pkgbase-$pkgver" +prepare() { +cd "$srcdir/xombrero-XOMBRERO_$_pkgver" # no spam sed -i 's|https://www.cyphertite.com|https://www.archlinux.org|' xombrero.{c,conf,h} # relocations @@ -26,12 +26,15 @@ sed -i 's|/etc/ssl/cert.pem|/etc/ssl/certs/ca-certificates.crt|' xombrero.conf #sed -i 's|/usr/local/share/xombrero/style.css|/usr/share/xombrero/style.css|' xombrero.conf sed -i 's|/usr/local/share/|/usr/share/|' {unix.c,xombrero.conf,xombrero.h} +} +build() { +cd "$srcdir/xombrero-XOMBRERO_$_pkgver" make PREFIX="/usr" -C linux GTK_VERSION=gtk3 } package() { -cd "$srcdir/$pkgbase-$pkgver" +cd "$srcdir/xombrero-XOMBRERO_$_pkgver" mkdir -p "$pkgdir/usr/share/applications/" # buggy makefile make PREFIX="/usr" DESTDIR="$pkgdir" install -C linux GTK_VERSION=gtk3
[arch-commits] Commit in libgcrypt/repos (4 files)
Date: Wednesday, August 17, 2016 @ 16:47:42 Author: bisson Revision: 273878 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libgcrypt/repos/testing-i686/ libgcrypt/repos/testing-i686/PKGBUILD (from rev 273877, libgcrypt/trunk/PKGBUILD) libgcrypt/repos/testing-x86_64/ libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 273877, libgcrypt/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 44 testing-x86_64/PKGBUILD | 44 2 files changed, 88 insertions(+) Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 273877, libgcrypt/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-08-17 16:47:42 UTC (rev 273878) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Andreas Radke + +# after a .so bump first rebuild dirmngr +# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz +# then cp /usr/lib/libgcrypt.so.11 /var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build + +pkgname=libgcrypt +pkgver=1.7.3 +pkgrel=1 +pkgdesc="General purpose cryptographic library based on the code from GnuPG" +arch=(i686 x86_64) +url="http://www.gnupg.org"; +license=('LGPL') +depends=('libgpg-error') +options=('!emptydirs') +# https://www.gnupg.org/download/integrity_check.html +source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) +sha1sums=('5a034291e7248592605db448481478e6c963aa9c' + 'SKIP') +validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) " + 'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +#prepare() { +# cd ${pkgname}-${pkgver} +#} + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --disable-static \ + --disable-padlock-support + make +} + +check() { + cd ${pkgname}-${pkgver} + make check +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 273877, libgcrypt/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-08-17 16:47:42 UTC (rev 273878) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Andreas Radke + +# after a .so bump first rebuild dirmngr +# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz +# then cp /usr/lib/libgcrypt.so.11 /var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build + +pkgname=libgcrypt +pkgver=1.7.3 +pkgrel=1 +pkgdesc="General purpose cryptographic library based on the code from GnuPG" +arch=(i686 x86_64) +url="http://www.gnupg.org"; +license=('LGPL') +depends=('libgpg-error') +options=('!emptydirs') +# https://www.gnupg.org/download/integrity_check.html +source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) +sha1sums=('5a034291e7248592605db448481478e6c963aa9c' + 'SKIP') +validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) " + 'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +#prepare() { +# cd ${pkgname}-${pkgver} +#} + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --disable-static \ + --disable-padlock-support + make +} + +check() { + cd ${pkgname}-${pkgver} + make check +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +}
[arch-commits] Commit in libgcrypt/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 16:47:10 Author: bisson Revision: 273877 upstream update Modified: libgcrypt/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 16:32:22 UTC (rev 273876) +++ PKGBUILD2016-08-17 16:47:10 UTC (rev 273877) @@ -6,7 +6,7 @@ # then cp /usr/lib/libgcrypt.so.11 /var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build pkgname=libgcrypt -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="General purpose cryptographic library based on the code from GnuPG" arch=(i686 x86_64) @@ -16,7 +16,7 @@ options=('!emptydirs') # https://www.gnupg.org/download/integrity_check.html source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('85a6a936bcab4c3c05f5efbf6ce847f23d35c0c4' +sha1sums=('5a034291e7248592605db448481478e6c963aa9c' 'SKIP') validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) " 'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
[arch-commits] Commit in gitlab/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 16:36:47 Author: svenstaro Revision: 186909 upgpkg: gitlab 8.10.6-1 upstream release 8.10.6 Modified: gitlab/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 16:34:26 UTC (rev 186908) +++ PKGBUILD2016-08-17 16:36:47 UTC (rev 186909) @@ -7,7 +7,7 @@ # Contributor: Caleb Maclennan pkgname=gitlab -pkgver=8.10.5 +pkgver=8.10.6 pkgrel=1 pkgdesc="Project management and code hosting application" arch=('i686' 'x86_64') @@ -42,7 +42,7 @@ nginx-ssl.conf.example lighttpd.conf.example) install='gitlab.install' -sha256sums=('7a27535a910d51c344f9dd2bce3d4f22f8a14669f65f8a263176d7a313882685' +sha256sums=('b36135080c5bf489e38219e259ac0400ac26afa2587986aeda03bf8e08e132e8' 'becafe0f9811fea69a69b8e2739857ef007f0b7e89391229f123c79c285f34f3' 'fbe5ec709ead1729e4de85f3f036f053b2b14041c540742315ff2d63a7bdd59a' 'd21d8c961b2834115a1d9c646278782e0d1d1cde2357b58e67bad3a58527'
[arch-commits] Commit in haskell-safecopy/repos (4 files)
Date: Wednesday, August 17, 2016 @ 16:34:26 Author: felixonmars Revision: 186908 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-safecopy/repos/community-i686/ haskell-safecopy/repos/community-i686/PKGBUILD (from rev 186907, haskell-safecopy/trunk/PKGBUILD) haskell-safecopy/repos/community-x86_64/ haskell-safecopy/repos/community-x86_64/PKGBUILD (from rev 186907, haskell-safecopy/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 38 ++ community-x86_64/PKGBUILD | 38 ++ 2 files changed, 76 insertions(+) Copied: haskell-safecopy/repos/community-i686/PKGBUILD (from rev 186907, haskell-safecopy/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 16:34:26 UTC (rev 186908) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=safecopy +pkgname=haskell-safecopy +pkgver=0.9.1 +pkgrel=1 +pkgdesc="Binary serialization with version control." +url="http://acid-state.seize.it/safecopy"; +license=('custom:PublicDomain') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('9eba38cfa1b3e9827a174043b8401ad3') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +} Copied: haskell-safecopy/repos/community-x86_64/PKGBUILD (from rev 186907, haskell-safecopy/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 16:34:26 UTC (rev 186908) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=safecopy +pkgname=haskell-safecopy +pkgver=0.9.1 +pkgrel=1 +pkgdesc="Binary serialization with version control." +url="http://acid-state.seize.it/safecopy"; +license=('custom:PublicDomain') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('9eba38cfa1b3e9827a174043b8401ad3') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +}
[arch-commits] Commit in (4 files)
Date: Wednesday, August 17, 2016 @ 16:33:55 Author: felixonmars Revision: 186907 addpkg: haskell-safecopy 0.9.1-1 Added: haskell-safecopy/ haskell-safecopy/repos/ haskell-safecopy/trunk/ haskell-safecopy/trunk/PKGBUILD --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Added: haskell-safecopy/trunk/PKGBUILD === --- haskell-safecopy/trunk/PKGBUILD (rev 0) +++ haskell-safecopy/trunk/PKGBUILD 2016-08-17 16:33:55 UTC (rev 186907) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=safecopy +pkgname=haskell-safecopy +pkgver=0.9.1 +pkgrel=1 +pkgdesc="Binary serialization with version control." +url="http://acid-state.seize.it/safecopy"; +license=('custom:PublicDomain') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('9eba38cfa1b3e9827a174043b8401ad3') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +} Property changes on: haskell-safecopy/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in openvpn/repos (10 files)
Date: Wednesday, August 17, 2016 @ 16:32:22 Author: eworm Revision: 273876 archrelease: copy trunk to core-i686, core-x86_64 Added: openvpn/repos/core-i686/PKGBUILD (from rev 273875, openvpn/trunk/PKGBUILD) openvpn/repos/core-i686/openvpn@.service (from rev 273875, openvpn/trunk/openvpn@.service) openvpn/repos/core-x86_64/PKGBUILD (from rev 273875, openvpn/trunk/PKGBUILD) openvpn/repos/core-x86_64/openvpn@.service (from rev 273875, openvpn/trunk/openvpn@.service) Deleted: openvpn/repos/core-i686/PKGBUILD openvpn/repos/core-i686/openvpn.install openvpn/repos/core-i686/openvpn@.service openvpn/repos/core-x86_64/PKGBUILD openvpn/repos/core-x86_64/openvpn.install openvpn/repos/core-x86_64/openvpn@.service --+ /PKGBUILD| 112 + /openvpn@.service| 34 core-i686/PKGBUILD | 57 core-i686/openvpn.install|8 -- core-i686/openvpn@.service | 15 - core-x86_64/PKGBUILD | 57 core-x86_64/openvpn.install |8 -- core-x86_64/openvpn@.service | 15 - 8 files changed, 146 insertions(+), 160 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2016-08-17 16:32:19 UTC (rev 273875) +++ core-i686/PKGBUILD 2016-08-17 16:32:22 UTC (rev 273876) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Thomas Bächler - -pkgname=openvpn -pkgver=2.3.11 -pkgrel=2 -pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)" -arch=(i686 x86_64) -url="http://openvpn.net/index.php/open-source.html"; -depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper') -makedepends=('systemd') -license=('custom') -install=openvpn.install -source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz - http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz.asc -openvpn@.service) -sha256sums=('0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7' -'SKIP' -'47a4ee993f8aaa7370e9a84384fcfc993fd76aa4db11c46629b156d0c5fad49a') -validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3') # Samuli Seppänen - -build() { - cd "${srcdir}"/$pkgname-$pkgver - CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn\\\"" ./configure \ ---prefix=/usr \ ---sbindir=/usr/bin \ ---enable-password-save \ ---mandir=/usr/share/man \ ---enable-iproute2 \ ---enable-systemd \ ---enable-pkcs11 \ ---enable-x509-alt-username - make -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - - # Install openvpn - make DESTDIR="${pkgdir}" install - install -d -m755 "${pkgdir}"/etc/openvpn - - # Install examples - install -d -m755 "${pkgdir}"/usr/share/openvpn - cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples - - # Install license - install -d -m755 "${pkgdir}"/usr/share/licenses/${pkgname}/ - ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} "${pkgdir}"/usr/share/licenses/${pkgname}/ - - # Install contrib - install -d -m755 "${pkgdir}"/usr/share/openvpn/contrib - cp -r contrib "${pkgdir}"/usr/share/openvpn - - # Install systemd service - install -D -m644 "${srcdir}"/openvpn@.service "${pkgdir}"/usr/lib/systemd/system/openvpn@.service -} Copied: openvpn/repos/core-i686/PKGBUILD (from rev 273875, openvpn/trunk/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2016-08-17 16:32:22 UTC (rev 273876) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Thomas Bächler + +pkgname=openvpn +pkgver=2.3.11 +pkgrel=3 +pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)" +arch=(i686 x86_64) +url="http://openvpn.net/index.php/open-source.html"; +depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper') +optdepends=('easy-rsa: easy CA and certificate handling') +makedepends=('systemd') +license=('custom') +source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz{,.asc} +openvpn@.service) +sha256sums=('0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7' +'SKIP' +'28840ef1e4c7c80da1d9de3224fad8e8540e0cf58326d65227cf3ce7ab867990') +validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3') # Samuli Seppänen + +build() { + cd "${srcdir}"/$pkgname-$pkgver + CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn\\\"" ./configure \ +--prefix=/usr \ +--sbindir=/usr/bin \ +--enable-password-save \ +--mandir=/usr/share/man \ +--enable-iproute2 \ +--enable-systemd \ +--enable-pkcs11 \ +--enable-x509-alt-username + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + # Install openvpn + make DESTDIR="${pkgdir}" install + install -d -m755 "${pkgdir}"/etc/o
[arch-commits] Commit in openvpn/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 16:32:19 Author: eworm Revision: 273875 upgpkg: openvpn 2.3.11-3 rebuild with latest changes Modified: openvpn/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 15:22:50 UTC (rev 273874) +++ PKGBUILD2016-08-17 16:32:19 UTC (rev 273875) @@ -3,7 +3,7 @@ pkgname=openvpn pkgver=2.3.11 -pkgrel=2 +pkgrel=3 pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)" arch=(i686 x86_64) url="http://openvpn.net/index.php/open-source.html";
[arch-commits] Commit in haskell-incremental-parser/repos (4 files)
Date: Wednesday, August 17, 2016 @ 15:59:09 Author: felixonmars Revision: 186906 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-incremental-parser/repos/community-i686/ haskell-incremental-parser/repos/community-i686/PKGBUILD (from rev 186905, haskell-incremental-parser/trunk/PKGBUILD) haskell-incremental-parser/repos/community-x86_64/ haskell-incremental-parser/repos/community-x86_64/PKGBUILD (from rev 186905, haskell-incremental-parser/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 40 community-x86_64/PKGBUILD | 40 2 files changed, 80 insertions(+) Copied: haskell-incremental-parser/repos/community-i686/PKGBUILD (from rev 186905, haskell-incremental-parser/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 15:59:09 UTC (rev 186906) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=incremental-parser +pkgname=haskell-incremental-parser +pkgver=0.2.4.1 +pkgrel=1 +pkgdesc="Generic parser library capable of providing partial results from partial input." +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('GPL') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-monoid-subclasses') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('4fc6a956193e259821de32658da39760') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt" +} Copied: haskell-incremental-parser/repos/community-x86_64/PKGBUILD (from rev 186905, haskell-incremental-parser/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 15:59:09 UTC (rev 186906) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=incremental-parser +pkgname=haskell-incremental-parser +pkgver=0.2.4.1 +pkgrel=1 +pkgdesc="Generic parser library capable of providing partial results from partial input." +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('GPL') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-monoid-subclasses') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('4fc6a956193e259821de32658da39760') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt" +}
[arch-commits] Commit in (4 files)
Date: Wednesday, August 17, 2016 @ 15:58:35 Author: felixonmars Revision: 186905 addpkg: haskell-incremental-parser 0.2.4.1-1 Added: haskell-incremental-parser/ haskell-incremental-parser/repos/ haskell-incremental-parser/trunk/ haskell-incremental-parser/trunk/PKGBUILD --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Added: haskell-incremental-parser/trunk/PKGBUILD === --- haskell-incremental-parser/trunk/PKGBUILD (rev 0) +++ haskell-incremental-parser/trunk/PKGBUILD 2016-08-17 15:58:35 UTC (rev 186905) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=incremental-parser +pkgname=haskell-incremental-parser +pkgver=0.2.4.1 +pkgrel=1 +pkgdesc="Generic parser library capable of providing partial results from partial input." +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('GPL') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-monoid-subclasses') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('4fc6a956193e259821de32658da39760') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt" +} Property changes on: haskell-incremental-parser/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in lib32-libjpeg6-turbo (3 files)
Date: Wednesday, August 17, 2016 @ 15:56:49 Author: alucryd Revision: 186904 archrelease: copy trunk to multilib-x86_64 Added: lib32-libjpeg6-turbo/repos/ lib32-libjpeg6-turbo/repos/multilib-x86_64/ lib32-libjpeg6-turbo/repos/multilib-x86_64/PKGBUILD (from rev 186903, lib32-libjpeg6-turbo/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: lib32-libjpeg6-turbo/repos/multilib-x86_64/PKGBUILD (from rev 186903, lib32-libjpeg6-turbo/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2016-08-17 15:56:49 UTC (rev 186904) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: josephgbr +# Contributor: Martin Stolpe + +pkgname=lib32-libjpeg6-turbo +pkgver=1.5.0 +pkgrel=1 +pkgdesc='libjpeg derivative with accelerated baseline JPEG compression and decompression' +arch=('x86_64') +url='http://libjpeg-turbo.virtualgl.org/' +license=('BSD') +depends=('lib32-glibc') +makedepends=('nasm' 'gcc-multilib') +provides=('lib32-libjpeg6') +conflicts=('lib32-libjpeg6') +source=("http://downloads.sourceforge.net/project/libjpeg-turbo/${pkgver}/libjpeg-turbo-${pkgver}.tar.gz";) +sha256sums=('9f397c31a67d2b00ee37597da25898b03eb282ccd87b135a50a69993b6a2035f') + +build() { + cd libjpeg-turbo-${pkgver} + + export CC='gcc -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--mandir='/usr/share/man' \ +--without-simd + make +} + +package() { + cd libjpeg-turbo-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib32/pkgconfig,share} + rm "${pkgdir}"/usr/lib32/lib{jpeg.{a,so},turbojpeg.{a,so*}} + + install -Dm 644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/lib32-libjpeg6-turbo/ +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-libcurl-gnutls (3 files)
Date: Wednesday, August 17, 2016 @ 15:56:29 Author: alucryd Revision: 186903 archrelease: copy trunk to multilib-x86_64 Added: lib32-libcurl-gnutls/repos/ lib32-libcurl-gnutls/repos/multilib-x86_64/ lib32-libcurl-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 186902, lib32-libcurl-gnutls/trunk/PKGBUILD) --+ PKGBUILD | 61 + 1 file changed, 61 insertions(+) Copied: lib32-libcurl-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 186902, lib32-libcurl-gnutls/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2016-08-17 15:56:29 UTC (rev 186903) @@ -0,0 +1,61 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Lizao (Larry) Li + +pkgname=lib32-libcurl-gnutls +pkgver=7.50.1 +pkgrel=1 +pkgdesc='An URL retrieval library' +arch=('x86_64') +url='http://curl.haxx.se' +license=('MIT') +depends=('curl' 'lib32-glibc' 'lib32-gnutls' 'lib32-nettle' 'lib32-zlib' + 'libssh2.so') +makedepends=('gcc-multilib') +options=('strip') +source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc}) +sha256sums=('3e392cf600822b817be82d9080b377fcbab70538d5a8bf525a1cd66e157b99ea' +'SKIP') +validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg + +build() { + cd curl-${pkgver} + + export CC="gcc -m32" + export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--disable-ldap \ +--disable-ldaps \ +--disable-manual \ +--disable-versioned-symbols \ +--enable-ipv6 \ +--enable-threaded-resolver \ +--without-gssapi \ +--without-libidn \ +--without-ssl \ +--with-gnutls='/usr' \ +--with-random='/dev/urandom' \ +--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt' + + make -C lib +} + +package() { + cd curl-${pkgver} + + make -C lib DESTDIR="${pkgdir}" install + + mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.4.0 + rm "${pkgdir}"/usr/lib32/libcurl.{a,so}* + for version in 3 4.0.0 4.1.0 4.2.0 4.3.0; do +ln -s libcurl-gnutls.so.4.4.0 "${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version} + done + + install -dm 755 "${pkgdir}"/usr/share/licenses + ln -s curl "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-libcurl-compat (3 files)
Date: Wednesday, August 17, 2016 @ 15:56:03 Author: alucryd Revision: 186902 archrelease: copy trunk to multilib-x86_64 Added: lib32-libcurl-compat/repos/ lib32-libcurl-compat/repos/multilib-x86_64/ lib32-libcurl-compat/repos/multilib-x86_64/PKGBUILD (from rev 186901, lib32-libcurl-compat/trunk/PKGBUILD) --+ PKGBUILD | 60 1 file changed, 60 insertions(+) Copied: lib32-libcurl-compat/repos/multilib-x86_64/PKGBUILD (from rev 186901, lib32-libcurl-compat/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2016-08-17 15:56:03 UTC (rev 186902) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Piotr Balcerowski + +pkgname=lib32-libcurl-compat +pkgver=7.50.1 +pkgrel=1 +pkgdesc='An URL retrieval library (without versioned symbols)' +arch=('x86_64') +url='http://curl.haxx.se' +license=('MIT') +depends=('curl' 'lib32-glibc' 'lib32-krb5' 'lib32-libidn' 'lib32-openssl' + 'lib32-zlib' + 'libssh2.so') +makedepends=('gcc-multilib') +options=('strip') +source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc}) +sha256sums=('3e392cf600822b817be82d9080b377fcbab70538d5a8bf525a1cd66e157b99ea' +'SKIP') +validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg + +build() { + cd curl-${pkgver} + + export CC="gcc -m32" + export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--disable-ldap \ +--disable-ldaps \ +--disable-manual \ +--disable-versioned-symbols \ +--enable-ipv6 \ +--enable-threaded-resolver \ +--with-gssapi \ +--with-libidn \ +--with-random='/dev/urandom' \ +--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt' + + make -C lib +} + +package() { + cd curl-${pkgver} + + make -C lib DESTDIR="${pkgdir}" install + + mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.4.0 + rm "${pkgdir}"/usr/lib32/libcurl.{a,so}* + for version in 3 4.0.0 4.1.0 4.2.0 4.3.0; do +ln -s libcurl-compat.so.4.4.0 "${pkgdir}"/usr/lib32/libcurl.so.${version} + done + + install -dm 755 "${pkgdir}"/usr/share/licenses + ln -s curl "${pkgdir}"/usr/share/licenses/lib32-libcurl-compat +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-gconf (8 files)
Date: Wednesday, August 17, 2016 @ 15:55:45 Author: alucryd Revision: 186901 archrelease: copy trunk to multilib-x86_64 Added: lib32-gconf/repos/ lib32-gconf/repos/multilib-x86_64/ lib32-gconf/repos/multilib-x86_64/01_xml-gettext-domain.patch (from rev 186900, lib32-gconf/trunk/01_xml-gettext-domain.patch) lib32-gconf/repos/multilib-x86_64/PKGBUILD (from rev 186900, lib32-gconf/trunk/PKGBUILD) lib32-gconf/repos/multilib-x86_64/dbus-dontspew.patch (from rev 186900, lib32-gconf/trunk/dbus-dontspew.patch) lib32-gconf/repos/multilib-x86_64/gconf-reload.patch (from rev 186900, lib32-gconf/trunk/gconf-reload.patch) lib32-gconf/repos/multilib-x86_64/gconf.install (from rev 186900, lib32-gconf/trunk/gconf.install) lib32-gconf/repos/multilib-x86_64/gsettings-data-convert-fix-invalid-schema-path.patch (from rev 186900, lib32-gconf/trunk/gsettings-data-convert-fix-invalid-schema-path.patch) --+ 01_xml-gettext-domain.patch | 362 + PKGBUILD | 67 +++ dbus-dontspew.patch | 86 gconf-reload.patch | 20 gconf.install| 10 gsettings-data-convert-fix-invalid-schema-path.patch | 44 ++ 6 files changed, 589 insertions(+) Copied: lib32-gconf/repos/multilib-x86_64/01_xml-gettext-domain.patch (from rev 186900, lib32-gconf/trunk/01_xml-gettext-domain.patch) === --- repos/multilib-x86_64/01_xml-gettext-domain.patch (rev 0) +++ repos/multilib-x86_64/01_xml-gettext-domain.patch 2016-08-17 15:55:45 UTC (rev 186901) @@ -0,0 +1,362 @@ +# Description: Support calling gettext at runtime and putting the gettext domain into the .schemas file instead of replicating translations in /usr/share/gconf/schemas/*.schemas *and* /var/lib/gconf/defaults/%gconf-tree-$LANG.xml. This saves in the order of 90 MB uncompressed/10 MB compressed on hard disks. +# Ubuntu: https://bugs.launchpad.net/bugs/123025 +# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=568845 +--- GConf-2.26.0/backends/markup-tree.c.gettext2009-04-26 23:33:05.258484987 -0400 GConf-2.26.0/backends/markup-tree.c2009-04-26 23:34:25.026700526 -0400 +@@ -52,6 +52,7 @@ struct _MarkupEntry + char *schema_name; + char *mod_user; + GTime mod_time; ++ const char *gettext_domain; + }; + + static LocalSchemaInfo* local_schema_info_new (void); +@@ -1593,6 +1594,8 @@ markup_entry_set_value (MarkupEntry + gconf_schema_get_type (schema)); + gconf_schema_set_owner (current_schema, + gconf_schema_get_owner (schema)); ++ gconf_schema_set_gettext_domain (current_schema, ++ gconf_schema_get_gettext_domain (schema)); + } + + /* Update mod time */ +@@ -1805,6 +1808,8 @@ markup_entry_get_value (MarkupEntry *ent + else if (c_local_schema && c_local_schema->long_desc) + gconf_schema_set_long_desc (schema, c_local_schema->long_desc); + ++ gconf_schema_set_gettext_domain (schema, entry->gettext_domain); ++ + return retval; + } + } +@@ -2339,8 +2344,9 @@ parse_value_element (GMarkupParseContext + const char *ltype; + const char *list_type; + const char *owner; ++ + GConfValueType vtype; +- const char *dummy1, *dummy2, *dummy3, *dummy4; ++ const char *dummy1, *dummy2, *dummy3, *dummy4, *dummy5; + + #if 0 + g_assert (ELEMENT_IS ("entry") || +@@ -2377,6 +2383,7 @@ parse_value_element (GMarkupParseContext + "muser", &dummy2, + "mtime", &dummy3, + "schema", &dummy4, ++ "gettext_domain", &dummy5, + + NULL)) + return; +@@ -2683,6 +2690,7 @@ parse_entry_element (GMarkupParseContext + const char *mtime; + const char *schema; + const char *type; ++ const char *gettext_domain; + const char *dummy1, *dummy2, *dummy3, *dummy4; + const char *dummy5, *dummy6, *dummy7; + GConfValue *value; +@@ -2693,6 +2701,7 @@ parse_entry_element (GMarkupParseContext + mtime = NULL; + schema = NULL; + type = NULL; ++ gettext_domain = NULL; + + if (!locate_attributes (context, element_name, attribute_names, attribute_values, + error, +@@ -2701,6 +2710,7 @@ parse_entry_element (GMarkupParseContext + "mtime", &mtime, + "schema", &schema, + "type", &type, ++ "gettext_domain", &gettext_domain, + + /* These are allowed but we don't
[arch-commits] Commit in (20 files)
Date: Wednesday, August 17, 2016 @ 15:55:09 Author: alucryd Revision: 186899 Steam libs, first round Added: lib32-dbus-glib/ lib32-dbus-glib/trunk/ lib32-dbus-glib/trunk/PKGBUILD lib32-gconf/ lib32-gconf/trunk/ lib32-gconf/trunk/01_xml-gettext-domain.patch lib32-gconf/trunk/PKGBUILD lib32-gconf/trunk/dbus-dontspew.patch lib32-gconf/trunk/gconf-reload.patch lib32-gconf/trunk/gconf.install lib32-gconf/trunk/gsettings-data-convert-fix-invalid-schema-path.patch lib32-libcurl-compat/ lib32-libcurl-compat/trunk/ lib32-libcurl-compat/trunk/PKGBUILD lib32-libcurl-gnutls/ lib32-libcurl-gnutls/trunk/ lib32-libcurl-gnutls/trunk/PKGBUILD lib32-libjpeg6-turbo/ lib32-libjpeg6-turbo/trunk/ lib32-libjpeg6-turbo/trunk/PKGBUILD + lib32-dbus-glib/trunk/PKGBUILD | 44 + lib32-gconf/trunk/01_xml-gettext-domain.patch | 362 ++ lib32-gconf/trunk/PKGBUILD | 67 + lib32-gconf/trunk/dbus-dontspew.patch | 86 ++ lib32-gconf/trunk/gconf-reload.patch | 20 lib32-gconf/trunk/gconf.install| 10 lib32-gconf/trunk/gsettings-data-convert-fix-invalid-schema-path.patch | 44 + lib32-libcurl-compat/trunk/PKGBUILD| 60 + lib32-libcurl-gnutls/trunk/PKGBUILD| 61 + lib32-libjpeg6-turbo/trunk/PKGBUILD| 44 + 10 files changed, 798 insertions(+) Added: lib32-dbus-glib/trunk/PKGBUILD === --- lib32-dbus-glib/trunk/PKGBUILD (rev 0) +++ lib32-dbus-glib/trunk/PKGBUILD 2016-08-17 15:55:09 UTC (rev 186899) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Martin Wimpress +# Contributor: josephgbr + +pkgname=lib32-dbus-glib +pkgver=0.106 +pkgrel=1 +pkgdesc='GLib bindings for DBUS' +arch=('x86_64') +license=('GPL') +url='http://www.freedesktop.org/wiki/Software/DBusBindings' +depends=('dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-libdbus') +makedepends=('gcc-multilib') +options=('!emptydirs') +source=("http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${pkgver}.tar.gz";) +sha256sums=('b38952706dcf68bad9c302999ef0f420b8cf1a2428227123f0ac4764b689c046') + +build() { + cd dbus-glib-${pkgver} + + export CC='gcc -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--localstatedir='/var' \ +--sysconfdir='/etc' \ +--disable-bash-completion \ +--disable-checks \ +--disable-gtk-doc-html \ +--disable-static + make +} + +package() { + cd dbus-glib-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr"/{bin,include,share} +} + +# vim: ts=2 sw=2 et: Property changes on: lib32-dbus-glib/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: lib32-gconf/trunk/01_xml-gettext-domain.patch === --- lib32-gconf/trunk/01_xml-gettext-domain.patch (rev 0) +++ lib32-gconf/trunk/01_xml-gettext-domain.patch 2016-08-17 15:55:09 UTC (rev 186899) @@ -0,0 +1,362 @@ +# Description: Support calling gettext at runtime and putting the gettext domain into the .schemas file instead of replicating translations in /usr/share/gconf/schemas/*.schemas *and* /var/lib/gconf/defaults/%gconf-tree-$LANG.xml. This saves in the order of 90 MB uncompressed/10 MB compressed on hard disks. +# Ubuntu: https://bugs.launchpad.net/bugs/123025 +# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=568845 +--- GConf-2.26.0/backends/markup-tree.c.gettext2009-04-26 23:33:05.258484987 -0400 GConf-2.26.0/backends/markup-tree.c2009-04-26 23:34:25.026700526 -0400 +@@ -52,6 +52,7 @@ struct _MarkupEntry + char *schema_name; + char *mod_user; + GTime mod_time; ++ const char *gettext_domain; + }; + + static LocalSchemaInfo* local_schema_info_new (void); +@@ -1593,6 +1594,8 @@ markup_entry_set_value (MarkupEntry + gconf_schema_get_type (schema)); + gconf_schema_set_owner (current_schema, + gconf_schema_get_owner (schema)); ++ gconf_schema_set_gettext_domain (current_schema, ++ gconf_schema_get_gettext_domain (schema)); + } + + /* Update mod time */ +@@ -1805,6 +1808,8 @@ markup_entry_get_value (MarkupEntry *ent + else if (c_local_schema && c_local_schema->long_desc) + gconf_schema_set_long_desc (schema, c_local_schema->long_desc)
[arch-commits] Commit in lib32-dbus-glib (3 files)
Date: Wednesday, August 17, 2016 @ 15:55:24 Author: alucryd Revision: 186900 archrelease: copy trunk to multilib-x86_64 Added: lib32-dbus-glib/repos/ lib32-dbus-glib/repos/multilib-x86_64/ lib32-dbus-glib/repos/multilib-x86_64/PKGBUILD (from rev 186899, lib32-dbus-glib/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: lib32-dbus-glib/repos/multilib-x86_64/PKGBUILD (from rev 186899, lib32-dbus-glib/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2016-08-17 15:55:24 UTC (rev 186900) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Martin Wimpress +# Contributor: josephgbr + +pkgname=lib32-dbus-glib +pkgver=0.106 +pkgrel=1 +pkgdesc='GLib bindings for DBUS' +arch=('x86_64') +license=('GPL') +url='http://www.freedesktop.org/wiki/Software/DBusBindings' +depends=('dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-libdbus') +makedepends=('gcc-multilib') +options=('!emptydirs') +source=("http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${pkgver}.tar.gz";) +sha256sums=('b38952706dcf68bad9c302999ef0f420b8cf1a2428227123f0ac4764b689c046') + +build() { + cd dbus-glib-${pkgver} + + export CC='gcc -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--localstatedir='/var' \ +--sysconfdir='/etc' \ +--disable-bash-completion \ +--disable-checks \ +--disable-gtk-doc-html \ +--disable-static + make +} + +package() { + cd dbus-glib-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr"/{bin,include,share} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Wednesday, August 17, 2016 @ 15:46:18 Author: felixonmars Revision: 186897 addpkg: haskell-monoid-subclasses 0.4.2.1-1 Added: haskell-monoid-subclasses/ haskell-monoid-subclasses/repos/ haskell-monoid-subclasses/trunk/ haskell-monoid-subclasses/trunk/PKGBUILD --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Added: haskell-monoid-subclasses/trunk/PKGBUILD === --- haskell-monoid-subclasses/trunk/PKGBUILD(rev 0) +++ haskell-monoid-subclasses/trunk/PKGBUILD2016-08-17 15:46:18 UTC (rev 186897) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=monoid-subclasses +pkgname=haskell-monoid-subclasses +pkgver=0.4.2.1 +pkgrel=1 +pkgdesc="Subclasses of Monoid" +url="https://github.com/blamario/monoid-subclasses/"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-primes' 'haskell-text' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('250c9b6465e7edf26c4967228511fc5c') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "BSD3-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/BSD3-LICENSE.txt" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3-LICENSE.txt" +} Property changes on: haskell-monoid-subclasses/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in haskell-monoid-subclasses/repos (4 files)
Date: Wednesday, August 17, 2016 @ 15:46:54 Author: felixonmars Revision: 186898 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-monoid-subclasses/repos/community-i686/ haskell-monoid-subclasses/repos/community-i686/PKGBUILD (from rev 186897, haskell-monoid-subclasses/trunk/PKGBUILD) haskell-monoid-subclasses/repos/community-x86_64/ haskell-monoid-subclasses/repos/community-x86_64/PKGBUILD (from rev 186897, haskell-monoid-subclasses/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 41 + community-x86_64/PKGBUILD | 41 + 2 files changed, 82 insertions(+) Copied: haskell-monoid-subclasses/repos/community-i686/PKGBUILD (from rev 186897, haskell-monoid-subclasses/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 15:46:54 UTC (rev 186898) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=monoid-subclasses +pkgname=haskell-monoid-subclasses +pkgver=0.4.2.1 +pkgrel=1 +pkgdesc="Subclasses of Monoid" +url="https://github.com/blamario/monoid-subclasses/"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-primes' 'haskell-text' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('250c9b6465e7edf26c4967228511fc5c') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "BSD3-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/BSD3-LICENSE.txt" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3-LICENSE.txt" +} Copied: haskell-monoid-subclasses/repos/community-x86_64/PKGBUILD (from rev 186897, haskell-monoid-subclasses/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 15:46:54 UTC (rev 186898) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=monoid-subclasses +pkgname=haskell-monoid-subclasses +pkgver=0.4.2.1 +pkgrel=1 +pkgdesc="Subclasses of Monoid" +url="https://github.com/blamario/monoid-subclasses/"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-primes' 'haskell-text' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('250c9b6465e7edf26c4967228511fc5c') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "BSD3-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/BSD3-LICENSE.txt" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3-LICENSE.txt" +}
[arch-commits] Commit in tiled/repos (4 files)
Date: Wednesday, August 17, 2016 @ 15:42:33 Author: svenstaro Revision: 186896 archrelease: copy trunk to community-i686, community-x86_64 Added: tiled/repos/community-i686/PKGBUILD (from rev 186895, tiled/trunk/PKGBUILD) tiled/repos/community-x86_64/PKGBUILD (from rev 186895, tiled/trunk/PKGBUILD) Deleted: tiled/repos/community-i686/PKGBUILD tiled/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 54 community-i686/PKGBUILD | 27 -- community-x86_64/PKGBUILD | 27 -- 3 files changed, 54 insertions(+), 54 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-08-17 15:41:41 UTC (rev 186895) +++ community-i686/PKGBUILD 2016-08-17 15:42:33 UTC (rev 186896) @@ -1,27 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) -pkgname=tiled -pkgver=0.16.2 -pkgrel=1 -pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' -arch=('i686' 'x86_64') -url='http://mapeditor.org' -license=('GPL') -replaces=('tiled-qt') -depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11') -makedepends=('mesa' 'qt5-tools' 'python2') -optdepends=('python2: Python plugin') -source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) -md5sums=('bb2bbbffc02b423790c194fbc388c019') - -build() { - cd $srcdir/$pkgname-$pkgver - qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr - make -} - -package() { - cd $pkgname-$pkgver - - make install INSTALL_ROOT=$pkgdir -} Copied: tiled/repos/community-i686/PKGBUILD (from rev 186895, tiled/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 15:42:33 UTC (rev 186896) @@ -0,0 +1,27 @@ +# Maintainer: Sven-Hendrik Haase +# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) +pkgname=tiled +pkgver=0.17.0 +pkgrel=1 +pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' +arch=('i686' 'x86_64') +url='http://mapeditor.org' +license=('GPL') +replaces=('tiled-qt') +depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11') +makedepends=('mesa' 'qt5-tools' 'python2') +optdepends=('python2: Python plugin') +source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) +md5sums=('9fd229a67c718f6adcdf8b7a3d57f5e1') + +build() { + cd $srcdir/$pkgname-$pkgver + qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr + make +} + +package() { + cd $pkgname-$pkgver + + make install INSTALL_ROOT=$pkgdir +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-08-17 15:41:41 UTC (rev 186895) +++ community-x86_64/PKGBUILD 2016-08-17 15:42:33 UTC (rev 186896) @@ -1,27 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) -pkgname=tiled -pkgver=0.16.2 -pkgrel=1 -pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' -arch=('i686' 'x86_64') -url='http://mapeditor.org' -license=('GPL') -replaces=('tiled-qt') -depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11') -makedepends=('mesa' 'qt5-tools' 'python2') -optdepends=('python2: Python plugin') -source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) -md5sums=('bb2bbbffc02b423790c194fbc388c019') - -build() { - cd $srcdir/$pkgname-$pkgver - qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr - make -} - -package() { - cd $pkgname-$pkgver - - make install INSTALL_ROOT=$pkgdir -} Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 186895, tiled/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 15:42:33 UTC (rev 186896) @@ -0,0 +1,27 @@ +# Maintainer: Sven-Hendrik Haase +# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) +pkgname=tiled +pkgver=0.17.0 +pkgrel=1 +pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' +arch=('i686' 'x86_64') +url='http://mapeditor.org' +license=('GPL') +replaces=('tiled-qt') +depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11') +makedepends=('mesa' 'qt5-tools' 'python2') +optdepends=('python2: Python plugin') +source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) +md5sums=('9fd229a67c718f6adcdf8b7a3d57f5e1') + +build() { + cd $srcdir/$pkgname-$pkgver
[arch-commits] Commit in tiled/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 15:41:41 Author: svenstaro Revision: 186895 upgpkg: tiled 0.17.0-1 upstream release 0.17.0 Modified: tiled/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 15:11:31 UTC (rev 186894) +++ PKGBUILD2016-08-17 15:41:41 UTC (rev 186895) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) pkgname=tiled -pkgver=0.16.2 +pkgver=0.17.0 pkgrel=1 pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('mesa' 'qt5-tools' 'python2') optdepends=('python2: Python plugin') source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) -md5sums=('bb2bbbffc02b423790c194fbc388c019') +md5sums=('9fd229a67c718f6adcdf8b7a3d57f5e1') build() { cd $srcdir/$pkgname-$pkgver
[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)
Date: Wednesday, August 17, 2016 @ 15:22:50 Author: heftig Revision: 273874 Some more config changes - Build in pcie-dpc, which has no alias to load automatically. - Renable RXKAD, which used to be its own module but is now part of af_rxrpc. - Enable some additional hardware offloading in the qede driver. - Build the MMC pwrseq modules, which used to be built into the MMC core. - Build the EFI capsule loader module, which can be used for firmware upgrades. Modified: linux/trunk/PKGBUILD linux/trunk/config linux/trunk/config.x86_64 ---+ PKGBUILD |4 ++-- config| 14 +++--- config.x86_64 | 12 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 14:56:29 UTC (rev 273873) +++ PKGBUILD2016-08-17 15:22:50 UTC (rev 273874) @@ -26,8 +26,8 @@ 'SKIP' '838fa595436fbf9f70759aa43c1cacd83cc0adc95d166648c1625ebd50fad04e' 'SKIP' -'ba61080d6ba852b3dc10ed056efbd80bdff6555a7ae4cf40373c7544d36ffcc9' -'3b41dde76dd69ec6e088bd19e724f3eabd30eaf43727a1948c6603242dc08cd8' +'749b19cac625284ba6abae2d3932465b64d41d0274a3c070ca2c556779bb2078' +'7d2bb66458b57d4df497ebb15a4ac130d08a0c084ae7845d0fe791a194efdb8e' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99') validpgpkeys=( Modified: config === --- config 2016-08-17 14:56:29 UTC (rev 273873) +++ config 2016-08-17 15:22:50 UTC (rev 273874) @@ -733,7 +733,7 @@ # CONFIG_PCIEASPM_POWERSAVE is not set # CONFIG_PCIEASPM_PERFORMANCE is not set CONFIG_PCIE_PME=y -CONFIG_PCIE_DPC=m +CONFIG_PCIE_DPC=y CONFIG_PCI_MSI=y CONFIG_PCI_MSI_IRQ_DOMAIN=y # CONFIG_PCI_DEBUG is not set @@ -1634,7 +1634,7 @@ CONFIG_BT_WILINK=m CONFIG_AF_RXRPC=m # CONFIG_AF_RXRPC_DEBUG is not set -# CONFIG_RXKAD is not set +CONFIG_RXKAD=y CONFIG_AF_KCM=m CONFIG_FIB_RULES=y CONFIG_WIRELESS=y @@ -2688,8 +2688,8 @@ CONFIG_QED=m CONFIG_QED_SRIOV=y CONFIG_QEDE=m -# CONFIG_QEDE_VXLAN is not set -# CONFIG_QEDE_GENEVE is not set +CONFIG_QEDE_VXLAN=y +CONFIG_QEDE_GENEVE=y CONFIG_NET_VENDOR_QUALCOMM=y CONFIG_QCA7000=m CONFIG_NET_VENDOR_REALTEK=y @@ -6063,8 +6063,8 @@ CONFIG_UWB_I1480U=m CONFIG_MMC=m # CONFIG_MMC_DEBUG is not set -# CONFIG_PWRSEQ_EMMC is not set -# CONFIG_PWRSEQ_SIMPLE is not set +CONFIG_PWRSEQ_EMMC=m +CONFIG_PWRSEQ_SIMPLE=m # # MMC/SD/SDIO Card Drivers @@ -7259,7 +7259,7 @@ CONFIG_EFI_RUNTIME_MAP=y # CONFIG_EFI_FAKE_MEMMAP is not set CONFIG_EFI_RUNTIME_WRAPPERS=y -# CONFIG_EFI_CAPSULE_LOADER is not set +CONFIG_EFI_CAPSULE_LOADER=m CONFIG_UEFI_CPER=y # Modified: config.x86_64 === --- config.x86_64 2016-08-17 14:56:29 UTC (rev 273873) +++ config.x86_64 2016-08-17 15:22:50 UTC (rev 273874) @@ -745,7 +745,7 @@ # CONFIG_PCIEASPM_POWERSAVE is not set # CONFIG_PCIEASPM_PERFORMANCE is not set CONFIG_PCIE_PME=y -CONFIG_PCIE_DPC=m +CONFIG_PCIE_DPC=y CONFIG_PCI_BUS_ADDR_T_64BIT=y CONFIG_PCI_MSI=y CONFIG_PCI_MSI_IRQ_DOMAIN=y @@ -1633,7 +1633,7 @@ CONFIG_BT_WILINK=m CONFIG_AF_RXRPC=m # CONFIG_AF_RXRPC_DEBUG is not set -# CONFIG_RXKAD is not set +CONFIG_RXKAD=y CONFIG_AF_KCM=m CONFIG_FIB_RULES=y CONFIG_WIRELESS=y @@ -2639,8 +2639,8 @@ CONFIG_QED=m CONFIG_QED_SRIOV=y CONFIG_QEDE=m -# CONFIG_QEDE_VXLAN is not set -# CONFIG_QEDE_GENEVE is not set +CONFIG_QEDE_VXLAN=y +CONFIG_QEDE_GENEVE=y CONFIG_NET_VENDOR_QUALCOMM=y CONFIG_NET_VENDOR_REALTEK=y CONFIG_ATP=m @@ -5941,7 +5941,7 @@ CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=m CONFIG_LEDS_TRIGGER_ONESHOT=m -# CONFIG_LEDS_TRIGGER_MTD is not set +CONFIG_LEDS_TRIGGER_MTD=y CONFIG_LEDS_TRIGGER_HEARTBEAT=m CONFIG_LEDS_TRIGGER_BACKLIGHT=m CONFIG_LEDS_TRIGGER_CPU=y @@ -6991,7 +6991,7 @@ CONFIG_EFI_RUNTIME_MAP=y # CONFIG_EFI_FAKE_MEMMAP is not set CONFIG_EFI_RUNTIME_WRAPPERS=y -# CONFIG_EFI_CAPSULE_LOADER is not set +CONFIG_EFI_CAPSULE_LOADER=m CONFIG_UEFI_CPER=y #
[arch-commits] Commit in haskell-primes/repos (4 files)
Date: Wednesday, August 17, 2016 @ 15:11:31 Author: felixonmars Revision: 186894 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-primes/repos/community-i686/ haskell-primes/repos/community-i686/PKGBUILD (from rev 186893, haskell-primes/trunk/PKGBUILD) haskell-primes/repos/community-x86_64/ haskell-primes/repos/community-x86_64/PKGBUILD (from rev 186893, haskell-primes/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 41 + community-x86_64/PKGBUILD | 41 + 2 files changed, 82 insertions(+) Copied: haskell-primes/repos/community-i686/PKGBUILD (from rev 186893, haskell-primes/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 15:11:31 UTC (rev 186894) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=primes +pkgname=haskell-primes +pkgver=0.2.1.0 +pkgrel=1 +pkgdesc="Efficient, purely functional generation of prime numbers" +url="http://github.com/sebfisch/primes"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('ef82601200b41765ba4ae9895c15e45c') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-primes/repos/community-x86_64/PKGBUILD (from rev 186893, haskell-primes/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 15:11:31 UTC (rev 186894) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=primes +pkgname=haskell-primes +pkgver=0.2.1.0 +pkgrel=1 +pkgdesc="Efficient, purely functional generation of prime numbers" +url="http://github.com/sebfisch/primes"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('ef82601200b41765ba4ae9895c15e45c') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in (4 files)
Date: Wednesday, August 17, 2016 @ 15:10:49 Author: felixonmars Revision: 186893 addpkg: haskell-primes 0.2.1.0-1 Added: haskell-primes/ haskell-primes/repos/ haskell-primes/trunk/ haskell-primes/trunk/PKGBUILD --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Added: haskell-primes/trunk/PKGBUILD === --- haskell-primes/trunk/PKGBUILD (rev 0) +++ haskell-primes/trunk/PKGBUILD 2016-08-17 15:10:49 UTC (rev 186893) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=primes +pkgname=haskell-primes +pkgver=0.2.1.0 +pkgrel=1 +pkgdesc="Efficient, purely functional generation of prime numbers" +url="http://github.com/sebfisch/primes"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('ef82601200b41765ba4ae9895c15e45c') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Property changes on: haskell-primes/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in twisted/repos (4 files)
Date: Wednesday, August 17, 2016 @ 14:56:29 Author: felixonmars Revision: 273873 archrelease: copy trunk to extra-i686, extra-x86_64 Added: twisted/repos/extra-i686/PKGBUILD (from rev 273872, twisted/trunk/PKGBUILD) twisted/repos/extra-x86_64/PKGBUILD (from rev 273872, twisted/trunk/PKGBUILD) Deleted: twisted/repos/extra-i686/PKGBUILD twisted/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 166 extra-i686/PKGBUILD | 83 extra-x86_64/PKGBUILD | 83 3 files changed, 166 insertions(+), 166 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-08-17 14:55:51 UTC (rev 273872) +++ extra-i686/PKGBUILD 2016-08-17 14:56:29 UTC (rev 273873) @@ -1,83 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Ionut Biru -# Contributor: Juergen Hoetzel -# Contributor: Douglas Soares de Andrade - -pkgbase=twisted -pkgname=(python-twisted python2-twisted) -pkgver=16.3.0 -pkgrel=1 -pkgdesc="Asynchronous networking framework written in Python" -arch=('i686' 'x86_64') -url="http://twistedmatrix.com/"; -license=('MIT') -makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 'python2-zope-interface' 'git' - 'python-setuptools' 'python2-setuptools' 'python-service-identity' 'python2-service-identity') -checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 'openssh' - 'python-gobject' 'python2-gobject' 'python-gobject2' 'python2-gobject2' - 'python2-gmpy2' 'python2-soappy' 'python-subunit' 'python2-subunit') -source=("git+https://github.com/twisted/twisted.git#tag=twisted-$pkgver";) -sha1sums=('SKIP') - -prepare() { - cp -a twisted{,-py2} - - cd twisted-py2 - sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \ -twisted/python/test/pullpipe.py \ -twisted/mail/test/pop3testserver.py \ -twisted/trial/test/scripttest.py -} - -build() { - cd "$srcdir"/twisted - python setup.py build - - cd "$srcdir"/twisted-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/twisted - LC_CTYPE=en_US.utf8 xvfb-run python admin/run-python3-tests - - cd "$srcdir"/twisted-py2 - LC_CTYPE=en_US.utf8 xvfb-run python2 bin/trial twisted -} - -package_python-twisted() { - depends=('python-crypto' 'python-zope-interface') - optdepends=('python-pyopenssl' - 'python-service-identity: for TLS client hostname verification' - 'python-pyasn1: for using conch' - 'tk: for using tkconch') - - cd twisted - python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - - # twisted in python 3 supports only few command line tools for now. - # Let's rename the tools the other way round after the python 3 version supports all. - for name in trial twistd; do -mv "$pkgdir"/usr/bin/${name}{,3} - done - - install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-twisted() { - depends=('python2-crypto' 'python2-zope-interface') - optdepends=('python2-pyopenssl' - 'python2-service-identity: for TLS client hostname verification' - 'python2-soappy: for twisted.web.soap' - 'python2-pyasn1: for using conch' - 'pygtk: for using manhole' - 'tk: for using tkconch') - provides=("twisted=$pkgver") - conflicts=('twisted<14.0.0') - replaces=('twisted<14.0.0') - - cd twisted-py2 - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: twisted/repos/extra-i686/PKGBUILD (from rev 273872, twisted/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-17 14:56:29 UTC (rev 273873) @@ -0,0 +1,83 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Ionut Biru +# Contributor: Juergen Hoetzel +# Contributor: Douglas Soares de Andrade + +pkgbase=twisted +pkgname=(python-twisted python2-twisted) +pkgver=16.3.1 +pkgrel=1 +pkgdesc="Asynchronous networking framework written in Python" +arch=('i686' 'x86_64') +url="http://twistedmatrix.com/"; +license=('MIT') +makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 'python2-zope-interface' 'git' + 'python-setuptools' 'python2-setuptools' 'python-service-identity' 'python2-service-identity') +checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 'openssh' + 'python-gobject' 'python2-gobject' 'python-gobject2' 'python2-gobject2' + 'python2-gmpy2' 'python2-soappy' 'python-subunit' 'python2-subunit') +source=("git+https://github.com/twisted/twisted.git#tag=twisted-$pkgver";) +sha1sums=('SKIP') + +prepare() { + cp -a twisted{,-py2} + + cd twisted-p
[arch-commits] Commit in haskell-bzlib/repos (4 files)
Date: Wednesday, August 17, 2016 @ 14:57:27 Author: felixonmars Revision: 186892 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-bzlib/repos/community-i686/ haskell-bzlib/repos/community-i686/PKGBUILD (from rev 186891, haskell-bzlib/trunk/PKGBUILD) haskell-bzlib/repos/community-x86_64/ haskell-bzlib/repos/community-x86_64/PKGBUILD (from rev 186891, haskell-bzlib/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 41 + community-x86_64/PKGBUILD | 41 + 2 files changed, 82 insertions(+) Copied: haskell-bzlib/repos/community-i686/PKGBUILD (from rev 186891, haskell-bzlib/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 14:57:27 UTC (rev 186892) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=bzlib +pkgname=haskell-bzlib +pkgver=0.5.0.5 +pkgrel=1 +pkgdesc="Compression and decompression in the bzip2 format" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'bzip2') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('f4980e89910eccf9ce82c4d711159f27') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-bzlib/repos/community-x86_64/PKGBUILD (from rev 186891, haskell-bzlib/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 14:57:27 UTC (rev 186892) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=bzlib +pkgname=haskell-bzlib +pkgver=0.5.0.5 +pkgrel=1 +pkgdesc="Compression and decompression in the bzip2 format" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'bzip2') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('f4980e89910eccf9ce82c4d711159f27') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in (4 files)
Date: Wednesday, August 17, 2016 @ 14:56:54 Author: felixonmars Revision: 186891 addpkg: haskell-bzlib 0.5.0.5-1 Added: haskell-bzlib/ haskell-bzlib/repos/ haskell-bzlib/trunk/ haskell-bzlib/trunk/PKGBUILD --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Added: haskell-bzlib/trunk/PKGBUILD === --- haskell-bzlib/trunk/PKGBUILD(rev 0) +++ haskell-bzlib/trunk/PKGBUILD2016-08-17 14:56:54 UTC (rev 186891) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=bzlib +pkgname=haskell-bzlib +pkgver=0.5.0.5 +pkgrel=1 +pkgdesc="Compression and decompression in the bzip2 format" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'bzip2') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('f4980e89910eccf9ce82c4d711159f27') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Property changes on: haskell-bzlib/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in twisted/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 14:55:51 Author: felixonmars Revision: 273872 upgpkg: twisted 16.3.1-1 Modified: twisted/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 14:19:33 UTC (rev 273871) +++ PKGBUILD2016-08-17 14:55:51 UTC (rev 273872) @@ -6,7 +6,7 @@ pkgbase=twisted pkgname=(python-twisted python2-twisted) -pkgver=16.3.0 +pkgver=16.3.1 pkgrel=1 pkgdesc="Asynchronous networking framework written in Python" arch=('i686' 'x86_64')
[arch-commits] Commit in perl-try-tiny/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 14:19:12 Author: felixonmars Revision: 273870 upgpkg: perl-try-tiny 0.27-1 Modified: perl-try-tiny/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 13:54:23 UTC (rev 273869) +++ PKGBUILD2016-08-17 14:19:12 UTC (rev 273870) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan pkgname=perl-try-tiny -pkgver=0.24 +pkgver=0.27 pkgrel=1 pkgdesc="Minimal try/catch with proper localization of \$@" arch=('any') @@ -11,7 +11,7 @@ depends=('perl') options=('!emptydirs') source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz";) -sha1sums=('3c3eef7f9c03380d21e145787103ed14fd56e153') +sha1sums=('76c3ff6fdb4429272ee0f93886edd7ca0351eaac') build() { cd Try-Tiny-${pkgver}
[arch-commits] Commit in perl-try-tiny/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 14:19:33 Author: felixonmars Revision: 273871 archrelease: copy trunk to extra-any Added: perl-try-tiny/repos/extra-any/PKGBUILD (from rev 273870, perl-try-tiny/trunk/PKGBUILD) Deleted: perl-try-tiny/repos/extra-any/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 14:19:12 UTC (rev 273870) +++ PKGBUILD2016-08-17 14:19:33 UTC (rev 273871) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=perl-try-tiny -pkgver=0.24 -pkgrel=1 -pkgdesc="Minimal try/catch with proper localization of \$@" -arch=('any') -url="http://search.cpan.org/dist/Try-Tiny"; -license=('MIT') -depends=('perl') -options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz";) -sha1sums=('3c3eef7f9c03380d21e145787103ed14fd56e153') - -build() { - cd Try-Tiny-${pkgver} - perl Makefile.PL INSTALLDIRS=vendor - make -} - -check() { - cd Try-Tiny-${pkgver} - make test -} - -package() { - cd Try-Tiny-${pkgver} - make DESTDIR="$pkgdir" install - # upstream typo :/ - install -D -m644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: perl-try-tiny/repos/extra-any/PKGBUILD (from rev 273870, perl-try-tiny/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 14:19:33 UTC (rev 273871) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=perl-try-tiny +pkgver=0.27 +pkgrel=1 +pkgdesc="Minimal try/catch with proper localization of \$@" +arch=('any') +url="http://search.cpan.org/dist/Try-Tiny"; +license=('MIT') +depends=('perl') +options=('!emptydirs') +source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz";) +sha1sums=('76c3ff6fdb4429272ee0f93886edd7ca0351eaac') + +build() { + cd Try-Tiny-${pkgver} + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd Try-Tiny-${pkgver} + make test +} + +package() { + cd Try-Tiny-${pkgver} + make DESTDIR="$pkgdir" install + # upstream typo :/ + install -D -m644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 13:54:23 Author: felixonmars Revision: 273869 archrelease: copy trunk to extra-any Added: perl-module-build/repos/extra-any/PKGBUILD (from rev 273868, perl-module-build/trunk/PKGBUILD) Deleted: perl-module-build/repos/extra-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 13:53:52 UTC (rev 273868) +++ PKGBUILD2016-08-17 13:54:23 UTC (rev 273869) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Jan Alexander Steffens (heftig) -# Contributor: Alan Young - -pkgname=perl-module-build -pkgver=0.4218 -pkgrel=1 -pkgdesc="Build, test, and install Perl modules" -arch=('any') -url="http://search.cpan.org/dist/Module-Build"; -license=('PerlArtistic' 'GPL') -depends=('perl' 'perl-cpan-meta' 'perl-inc-latest') -checkdepends=('perl-par-dist' 'perl-archive-zip') -options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz) -sha512sums=('d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc93495254a8cc7c67cbd943f88ffaab301') - -build() { - cd Module-Build-$pkgver - perl Build.PL installdirs=vendor - perl Build -} - -check() { - cd Module-Build-$pkgver - perl Build test -} - -package() { - cd Module-Build-$pkgver - perl Build install destdir="$pkgdir" -} Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 273868, perl-module-build/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 13:54:23 UTC (rev 273869) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Jan Alexander Steffens (heftig) +# Contributor: Alan Young + +pkgname=perl-module-build +pkgver=0.4220 +pkgrel=1 +pkgdesc="Build, test, and install Perl modules" +arch=('any') +url="http://search.cpan.org/dist/Module-Build"; +license=('PerlArtistic' 'GPL') +depends=('perl' 'perl-cpan-meta' 'perl-inc-latest') +checkdepends=('perl-par-dist' 'perl-archive-zip') +options=('!emptydirs') +source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz) +sha512sums=('20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0') + +build() { + cd Module-Build-$pkgver + perl Build.PL installdirs=vendor + perl Build +} + +check() { + cd Module-Build-$pkgver + perl Build test +} + +package() { + cd Module-Build-$pkgver + perl Build install destdir="$pkgdir" +}
[arch-commits] Commit in perl-module-build/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 13:53:52 Author: felixonmars Revision: 273868 upgpkg: perl-module-build 0.4220-1 Modified: perl-module-build/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 12:15:24 UTC (rev 273867) +++ PKGBUILD2016-08-17 13:53:52 UTC (rev 273868) @@ -4,7 +4,7 @@ # Contributor: Alan Young pkgname=perl-module-build -pkgver=0.4218 +pkgver=0.4220 pkgrel=1 pkgdesc="Build, test, and install Perl modules" arch=('any') @@ -14,7 +14,7 @@ checkdepends=('perl-par-dist' 'perl-archive-zip') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz) -sha512sums=('d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc93495254a8cc7c67cbd943f88ffaab301') +sha512sums=('20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0') build() { cd Module-Build-$pkgver
[arch-commits] Commit in uglify-js/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 13:49:08 Author: felixonmars Revision: 186890 archrelease: copy trunk to community-any Added: uglify-js/repos/community-any/PKGBUILD (from rev 186889, uglify-js/trunk/PKGBUILD) Deleted: uglify-js/repos/community-any/PKGBUILD --+ PKGBUILD | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 13:48:47 UTC (rev 186889) +++ PKGBUILD2016-08-17 13:49:08 UTC (rev 186890) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Nagy - -pkgname=uglify-js -pkgver=2.7.1 -pkgrel=1 -pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit" -arch=('any') -url='http://lisperator.net/uglifyjs' -license=('BSD') -depends=('nodejs') -makedepends=('npm') -source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) -noextract=($pkgname-$pkgver.tgz) -md5sums=('e4779364a151d50139321681d6e31e84') - -package() { - npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz - rm -r "$pkgdir"/usr/etc - mkdir -p "$pkgdir/usr/share/licenses/$pkgname" - ln -s "../../../lib/node_modules/uglify-js/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/" -} - -# vim:set ts=2 sw=2 et: Copied: uglify-js/repos/community-any/PKGBUILD (from rev 186889, uglify-js/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 13:49:08 UTC (rev 186890) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy + +pkgname=uglify-js +pkgver=2.7.2 +pkgrel=1 +pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit" +arch=('any') +url='http://lisperator.net/uglifyjs' +license=('BSD') +depends=('nodejs') +makedepends=('npm') +source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) +noextract=($pkgname-$pkgver.tgz) +md5sums=('17cb89fa0e2e4830c18714c005adb441') + +package() { + npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz + rm -r "$pkgdir"/usr/etc + mkdir -p "$pkgdir/usr/share/licenses/$pkgname" + ln -s "../../../lib/node_modules/uglify-js/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in uglify-js/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 13:48:47 Author: felixonmars Revision: 186889 upgpkg: uglify-js 2.7.2-1 Modified: uglify-js/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 13:47:36 UTC (rev 186888) +++ PKGBUILD2016-08-17 13:48:47 UTC (rev 186889) @@ -3,7 +3,7 @@ # Contributor: Daniel Nagy pkgname=uglify-js -pkgver=2.7.1 +pkgver=2.7.2 pkgrel=1 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit" arch=('any') @@ -13,7 +13,7 @@ makedepends=('npm') source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz) -md5sums=('e4779364a151d50139321681d6e31e84') +md5sums=('17cb89fa0e2e4830c18714c005adb441') package() { npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
[arch-commits] Commit in yapf/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 17, 2016 @ 13:47:36 Author: felixonmars Revision: 186888 archrelease: copy trunk to community-any Added: yapf/repos/community-any/PKGBUILD (from rev 186887, yapf/trunk/PKGBUILD) Deleted: yapf/repos/community-any/PKGBUILD --+ PKGBUILD | 104 ++--- 1 file changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 13:47:02 UTC (rev 186887) +++ PKGBUILD2016-08-17 13:47:36 UTC (rev 186888) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=yapf -pkgname=("yapf" "python2-yapf") -pkgver=0.11.0 -pkgrel=1 -pkgdesc="Python style guide checker" -arch=('any') -url="http://github.com/google/yapf"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'git') -checkdepends=('python-nose' 'python2-nose') -source=("git+https://github.com/google/yapf.git#tag=v$pkgver";) -sha256sums=('SKIP') - -prepare() { - cp -a yapf{,-py2} -} - -build() { - cd "$srcdir"/yapf - python setup.py build - - cd "$srcdir"/yapf-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/yapf - nosetests3 - - cd "$srcdir"/yapf-py2 - nosetests2 -} - -package_yapf() { - depends=('python-setuptools') - - cd yapf - python setup.py install -O1 --root="$pkgdir" -} - -package_python2-yapf() { - depends=('python2-setuptools') - - cd yapf-py2 - python2 setup.py install -O1 --root="$pkgdir" - mv "$pkgdir"/usr/bin/yapf{,2} -} - -# vim:set ts=2 sw=2 et: Copied: yapf/repos/community-any/PKGBUILD (from rev 186887, yapf/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 13:47:36 UTC (rev 186888) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=yapf +pkgname=("yapf" "python2-yapf") +pkgver=0.11.1 +pkgrel=1 +pkgdesc="Python style guide checker" +arch=('any') +url="http://github.com/google/yapf"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'git') +checkdepends=('python-nose' 'python2-nose') +source=("git+https://github.com/google/yapf.git#tag=v$pkgver";) +sha256sums=('SKIP') + +prepare() { + cp -a yapf{,-py2} +} + +build() { + cd "$srcdir"/yapf + python setup.py build + + cd "$srcdir"/yapf-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/yapf + nosetests3 + + cd "$srcdir"/yapf-py2 + nosetests2 +} + +package_yapf() { + depends=('python-setuptools') + + cd yapf + python setup.py install -O1 --root="$pkgdir" +} + +package_python2-yapf() { + depends=('python2-setuptools') + + cd yapf-py2 + python2 setup.py install -O1 --root="$pkgdir" + mv "$pkgdir"/usr/bin/yapf{,2} +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in yapf/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 13:47:02 Author: felixonmars Revision: 186887 upgpkg: yapf 0.11.1-1 Modified: yapf/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 13:42:44 UTC (rev 186886) +++ PKGBUILD2016-08-17 13:47:02 UTC (rev 186887) @@ -3,7 +3,7 @@ pkgbase=yapf pkgname=("yapf" "python2-yapf") -pkgver=0.11.0 +pkgver=0.11.1 pkgrel=1 pkgdesc="Python style guide checker" arch=('any')
[arch-commits] Commit in perl-sub-name/repos (4 files)
Date: Wednesday, August 17, 2016 @ 13:42:44 Author: felixonmars Revision: 186886 archrelease: copy trunk to community-i686, community-x86_64 Added: perl-sub-name/repos/community-i686/PKGBUILD (from rev 186885, perl-sub-name/trunk/PKGBUILD) perl-sub-name/repos/community-x86_64/PKGBUILD (from rev 186885, perl-sub-name/trunk/PKGBUILD) Deleted: perl-sub-name/repos/community-i686/PKGBUILD perl-sub-name/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 66 community-i686/PKGBUILD | 33 -- community-x86_64/PKGBUILD | 33 -- 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-08-17 13:42:09 UTC (rev 186885) +++ community-i686/PKGBUILD 2016-08-17 13:42:44 UTC (rev 186886) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Maxwell Pray a.k.a. Synthead -# Contributor: Justin Davis - -pkgname=perl-sub-name -_cpanname="Sub-Name" -pkgver=0.15 -pkgrel=2 -pkgdesc="(re)name a sub" -arch=('i686' 'x86_64') -license=('PerlArtistic' 'GPL') -depends=('perl') -options=('!emptydirs') -url="http://search.cpan.org/dist/$_cpanname"; -source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz";) -md5sums=('9711808eae4e8b792ed9316daa2d80d4') - -build() { - cd "$srcdir/$_cpanname-$pkgver" - perl Makefile.PL - make -} - -check() { - cd "$srcdir/$_cpanname-$pkgver" - make test -} - -package() { - cd "$srcdir/$_cpanname-$pkgver" - make install INSTALLDIRS=vendor DESTDIR="$pkgdir" -} Copied: perl-sub-name/repos/community-i686/PKGBUILD (from rev 186885, perl-sub-name/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 13:42:44 UTC (rev 186886) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Maxwell Pray a.k.a. Synthead +# Contributor: Justin Davis + +pkgname=perl-sub-name +_cpanname=Sub-Name +pkgver=0.18 +pkgrel=1 +pkgdesc="(re)name a sub" +arch=('i686' 'x86_64') +license=('PerlArtistic' 'GPL') +depends=('perl') +options=('!emptydirs') +url="http://search.cpan.org/dist/$_cpanname"; +source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz";) +md5sums=('26da1476d699a61967e866b6309605b8') + +build() { + cd "$srcdir/$_cpanname-$pkgver" + perl Makefile.PL + make +} + +check() { + cd "$srcdir/$_cpanname-$pkgver" + make test +} + +package() { + cd "$srcdir/$_cpanname-$pkgver" + make install INSTALLDIRS=vendor DESTDIR="$pkgdir" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-08-17 13:42:09 UTC (rev 186885) +++ community-x86_64/PKGBUILD 2016-08-17 13:42:44 UTC (rev 186886) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Maxwell Pray a.k.a. Synthead -# Contributor: Justin Davis - -pkgname=perl-sub-name -_cpanname="Sub-Name" -pkgver=0.15 -pkgrel=2 -pkgdesc="(re)name a sub" -arch=('i686' 'x86_64') -license=('PerlArtistic' 'GPL') -depends=('perl') -options=('!emptydirs') -url="http://search.cpan.org/dist/$_cpanname"; -source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz";) -md5sums=('9711808eae4e8b792ed9316daa2d80d4') - -build() { - cd "$srcdir/$_cpanname-$pkgver" - perl Makefile.PL - make -} - -check() { - cd "$srcdir/$_cpanname-$pkgver" - make test -} - -package() { - cd "$srcdir/$_cpanname-$pkgver" - make install INSTALLDIRS=vendor DESTDIR="$pkgdir" -} Copied: perl-sub-name/repos/community-x86_64/PKGBUILD (from rev 186885, perl-sub-name/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 13:42:44 UTC (rev 186886) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Maxwell Pray a.k.a. Synthead +# Contributor: Justin Davis + +pkgname=perl-sub-name +_cpanname=Sub-Name +pkgver=0.18 +pkgrel=1 +pkgdesc="(re)name a sub" +arch=('i686' 'x86_64') +license=('PerlArtistic' 'GPL') +depends=('perl') +options=('!emptydirs') +url="http://search.cpan.org/dist/$_cpanname"; +source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz";) +md5sums=('26da1476d699a61967e866b6309605b8') + +build() { + cd "$srcdir/$_cpanname-$pkgver" + perl Makefile.PL + make +} + +check() { + cd "$srcdir/$_cpanname-$pkgver" + make test +} + +package() { + cd "$srcdir/$_cpanname-$pkgver" + make install INSTALLDIRS=vendor DESTDIR="$pkgdir" +}
[arch-commits] Commit in perl-sub-name/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 13:42:09 Author: felixonmars Revision: 186885 upgpkg: perl-sub-name 0.18-1 Modified: perl-sub-name/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 13:39:29 UTC (rev 186884) +++ PKGBUILD2016-08-17 13:42:09 UTC (rev 186885) @@ -4,9 +4,9 @@ # Contributor: Justin Davis pkgname=perl-sub-name -_cpanname="Sub-Name" -pkgver=0.15 -pkgrel=2 +_cpanname=Sub-Name +pkgver=0.18 +pkgrel=1 pkgdesc="(re)name a sub" arch=('i686' 'x86_64') license=('PerlArtistic' 'GPL') @@ -14,7 +14,7 @@ options=('!emptydirs') url="http://search.cpan.org/dist/$_cpanname"; source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz";) -md5sums=('9711808eae4e8b792ed9316daa2d80d4') +md5sums=('26da1476d699a61967e866b6309605b8') build() { cd "$srcdir/$_cpanname-$pkgver"
[arch-commits] Commit in haskell-binary-conduit/repos (4 files)
Date: Wednesday, August 17, 2016 @ 13:39:29 Author: felixonmars Revision: 186884 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-binary-conduit/repos/community-i686/ haskell-binary-conduit/repos/community-i686/PKGBUILD (from rev 186883, haskell-binary-conduit/trunk/PKGBUILD) haskell-binary-conduit/repos/community-x86_64/ haskell-binary-conduit/repos/community-x86_64/PKGBUILD (from rev 186883, haskell-binary-conduit/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 40 community-x86_64/PKGBUILD | 40 2 files changed, 80 insertions(+) Copied: haskell-binary-conduit/repos/community-i686/PKGBUILD (from rev 186883, haskell-binary-conduit/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-17 13:39:29 UTC (rev 186884) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=binary-conduit +pkgname=haskell-binary-conduit +pkgver=1.2.4.1 +pkgrel=1 +pkgdesc="Data serialization/deserialization conduit library" +url="http://github.com/qnikst/binary-conduit/"; +license=('MIT') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-conduit' 'haskell-resourcet' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('205d722846fd03041e2f38266fa696ef') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-binary-conduit/repos/community-x86_64/PKGBUILD (from rev 186883, haskell-binary-conduit/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-17 13:39:29 UTC (rev 186884) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=binary-conduit +pkgname=haskell-binary-conduit +pkgver=1.2.4.1 +pkgrel=1 +pkgdesc="Data serialization/deserialization conduit library" +url="http://github.com/qnikst/binary-conduit/"; +license=('MIT') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-conduit' 'haskell-resourcet' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('205d722846fd03041e2f38266fa696ef') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in (4 files)
Date: Wednesday, August 17, 2016 @ 13:38:54 Author: felixonmars Revision: 186883 addpkg: haskell-binary-conduit 1.2.4.1-1 Added: haskell-binary-conduit/ haskell-binary-conduit/repos/ haskell-binary-conduit/trunk/ haskell-binary-conduit/trunk/PKGBUILD --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Added: haskell-binary-conduit/trunk/PKGBUILD === --- haskell-binary-conduit/trunk/PKGBUILD (rev 0) +++ haskell-binary-conduit/trunk/PKGBUILD 2016-08-17 13:38:54 UTC (rev 186883) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=binary-conduit +pkgname=haskell-binary-conduit +pkgver=1.2.4.1 +pkgrel=1 +pkgdesc="Data serialization/deserialization conduit library" +url="http://github.com/qnikst/binary-conduit/"; +license=('MIT') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-conduit' 'haskell-resourcet' 'haskell-vector') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +md5sums=('205d722846fd03041e2f38266fa696ef') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Property changes on: haskell-binary-conduit/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in libdvdnav/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 08:19:02 Author: jgc Revision: 273866 Change git repository location Modified: libdvdnav/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 07:12:21 UTC (rev 273865) +++ PKGBUILD2016-08-17 08:19:02 UTC (rev 273866) @@ -12,7 +12,7 @@ url="http://dvdnav.mplayerhq.hu/"; depends=('libdvdread') makedepends=('git') -source=(git://git.videolan.org/libdvdnav.git#tag=$pkgver +source=(git+https://code.videolan.org/videolan/libdvdnav.git#tag=$pkgver fix-crash-describe_title.patch) sha256sums=('SKIP' '6a8e9c777dd9dbfa8a7f981796bd7a60412e3a5c7a8400253c567d956412c64b')
[arch-commits] Commit in rubinius/repos/community-x86_64 (6 files)
Date: Wednesday, August 17, 2016 @ 08:02:35 Author: heftig Revision: 186882 archrelease: copy trunk to community-x86_64 Added: rubinius/repos/community-x86_64/PKGBUILD (from rev 186881, rubinius/trunk/PKGBUILD) rubinius/repos/community-x86_64/dirs.patch (from rev 186881, rubinius/trunk/dirs.patch) rubinius/repos/community-x86_64/gemrc (from rev 186881, rubinius/trunk/gemrc) Deleted: rubinius/repos/community-x86_64/PKGBUILD rubinius/repos/community-x86_64/dirs.patch rubinius/repos/community-x86_64/gemrc + PKGBUILD | 174 +-- dirs.patch | 42 +++--- gemrc | 10 +-- 3 files changed, 113 insertions(+), 113 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 07:52:43 UTC (rev 186881) +++ PKGBUILD2016-08-17 08:02:35 UTC (rev 186882) @@ -1,87 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgbase=rubinius -pkgname=(rubinius rubinius-ruby) -pkgver=3.50 -pkgrel=1 -pkgdesc="Ruby runtime written in Ruby, designed for concurrency" -arch=(x86_64) -url="http://rubinius.com"; -license=(custom) -depends=(llvm-libs libffi openssl libyaml) -makedepends=(llvm ruby clang valgrind) -options=(!emptydirs) -source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2 -gemrc dirs.patch) -sha256sums=('8da87cae447fe6bacd3417943bb1af603c2b4800bef0fc50ddd512ec89252ea8' -'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614' -'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec') - -_common() { - export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir" - cd $pkgbase-$pkgver -} - -prepare() { - _common - - patch -Np1 -i ../dirs.patch - - mkdir -p "$GEM_HOME" - gem install --no-user-install -N vendor/cache/bundler-*.gem - - "$GEM_HOME/bin/bundle" install --local -} - -build() { - _common - ./configure --prefix=/usr \ ---mandir=/usr/share/man \ ---includedir=/usr/include/rubinius \ ---appdir=/usr/lib/rubinius \ ---gemsdir=/usr/lib/rubinius/gems \ ---llvm-shared \ ---preserve-prefix \ ---without-rpath \ ---bin-link bundle --bin-link bundler - rake build -} - -check() { - _common - rake vm:test || : -} - -package_rubinius() { - optdepends=('ruby-docs: Ruby documentation') - - _common - - DESTDIR="$pkgdir" rake install - - mkdir -p "$pkgdir/usr/share/ri" - ln -s 2.3.0 "$pkgdir/usr/share/ri/2.3" - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE" - -### Split rubinius-ruby - mkdir -p "$srcdir/ruby/usr/bin" - for _f in "$pkgdir"/usr/bin/*; do -[[ $_f == */rbx ]] && continue -mv $_f "$srcdir/ruby/usr/bin" - done -} - -package_rubinius-ruby() { - pkgdesc="Ruby compat for Rubinius" - depends=("rubinius=$pkgver-$pkgrel") - provides=(ruby) - conflicts=(ruby) - backup=(etc/gemrc) - - mv ruby/* "$pkgdir" - install -Dm644 gemrc "$pkgdir/etc/gemrc" - install -d "$pkgdir/usr/share/licenses/rubinius-ruby" - ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE" -} Copied: rubinius/repos/community-x86_64/PKGBUILD (from rev 186881, rubinius/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 08:02:35 UTC (rev 186882) @@ -0,0 +1,87 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgbase=rubinius +pkgname=(rubinius rubinius-ruby) +pkgver=3.54 +pkgrel=1 +pkgdesc="Ruby runtime written in Ruby, designed for concurrency" +arch=(x86_64) +url="http://rubinius.com"; +license=(custom) +depends=(llvm-libs libffi openssl libyaml) +makedepends=(llvm ruby clang valgrind) +options=(!emptydirs) +source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2 +gemrc dirs.patch) +sha256sums=('2498a4c04feafba72d14c12e33ef881ae4bd8d3ccaa9bddcc8aec8acbad780fb' +'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614' +'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec') + +_common() { + export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir" + cd $pkgbase-$pkgver +} + +prepare() { + _common + + patch -Np1 -i ../dirs.patch + + mkdir -p "$GEM_HOME" + gem install --no-user-install -N vendor/cache/bundler-*.gem + + "$GEM_HOME/bin/bundle" install --local +} + +build() { + _common + ./configure --prefix=/usr \ +--mandir=/usr/share/man \ +--includedir=/usr/include/rubinius \ +--appdir=/usr/lib/rubinius \ +--gemsdir=/usr/lib/rubinius/gems \ +--llvm-shared \ +--preserve-prefix \ +--without-rpath \ +--bin-link bundle --bin-link bundler + rake build +} + +check() { + _common + rake vm:test || : +} + +package_rubinius() { + optdepends=('ruby-docs: Ruby documentation') + + _common + + DESTDIR="$pkgdir" rake install + + mkdir -p "$pkgdir/usr/share/ri"
[arch-commits] Commit in rubinius/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 07:52:43 Author: heftig Revision: 186881 3.54-1 Modified: rubinius/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 07:44:21 UTC (rev 186880) +++ PKGBUILD2016-08-17 07:52:43 UTC (rev 186881) @@ -3,7 +3,7 @@ pkgbase=rubinius pkgname=(rubinius rubinius-ruby) -pkgver=3.50 +pkgver=3.54 pkgrel=1 pkgdesc="Ruby runtime written in Ruby, designed for concurrency" arch=(x86_64) @@ -14,7 +14,7 @@ options=(!emptydirs) source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2 gemrc dirs.patch) -sha256sums=('8da87cae447fe6bacd3417943bb1af603c2b4800bef0fc50ddd512ec89252ea8' +sha256sums=('2498a4c04feafba72d14c12e33ef881ae4bd8d3ccaa9bddcc8aec8acbad780fb' '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614' '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
[arch-commits] Commit in wordpress/repos/community-any (4 files)
Date: Wednesday, August 17, 2016 @ 07:44:21 Author: arodseth Revision: 186880 archrelease: copy trunk to community-any Added: wordpress/repos/community-any/PKGBUILD (from rev 186879, wordpress/trunk/PKGBUILD) wordpress/repos/community-any/wordpress.install (from rev 186879, wordpress/trunk/wordpress.install) Deleted: wordpress/repos/community-any/PKGBUILD wordpress/repos/community-any/wordpress.install ---+ PKGBUILD | 60 ++-- wordpress.install | 42 ++-- 2 files changed, 51 insertions(+), 51 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-17 07:42:47 UTC (rev 186879) +++ PKGBUILD2016-08-17 07:44:21 UTC (rev 186880) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Thomas Dziedzic -# Contributor: Jose Valecillos -# Contributor: Kaos -# Contributor: Christopher Rogers - -pkgname=wordpress -pkgver=4.5.3 -pkgrel=1 -pkgdesc='Blog tool and publishing platform' -arch=('any') -url='http://wordpress.org/' -license=('GPL') -depends=('php') -optdepends=('apache: Web server to run wordpress' -'nginx: Web server to run wordpress' -'cherokee: Lightweight Web server to run wordpress' -'mysql: Database server') -options=('emptydirs') -install="$pkgname.install" -source=("http://wordpress.org/$pkgname-$pkgver.tar.gz";) -sha256sums=('fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c') - -package() { - install -d "$pkgdir/usr/share/webapps" - cp -r wordpress "$pkgdir/usr/share/webapps" -} - -# vim:set ts=2 sw=2 et: Copied: wordpress/repos/community-any/PKGBUILD (from rev 186879, wordpress/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-17 07:44:21 UTC (rev 186880) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Thomas Dziedzic +# Contributor: Jose Valecillos +# Contributor: Kaos +# Contributor: Christopher Rogers + +pkgname=wordpress +pkgver=4.6 +pkgrel=1 +pkgdesc='Blog tool and publishing platform' +arch=('any') +url='http://wordpress.org/' +license=('GPL') +depends=('php') +optdepends=('apache: Web server to run wordpress' +'nginx: Web server to run wordpress' +'cherokee: Lightweight Web server to run wordpress' +'mysql: Database server') +options=('emptydirs') +install="$pkgname.install" +source=("http://wordpress.org/$pkgname-$pkgver.tar.gz";) +sha256sums=('c1856cf969b1e73025ba2c681491908c3a4a6c5a2333f4531bf9bfb90f634380') + +package() { + install -d "$pkgdir/usr/share/webapps" + cp -r wordpress "$pkgdir/usr/share/webapps" +} + +# vim:set ts=2 sw=2 et: Deleted: wordpress.install === --- wordpress.install 2016-08-17 07:42:47 UTC (rev 186879) +++ wordpress.install 2016-08-17 07:44:21 UTC (rev 186880) @@ -1,21 +0,0 @@ -post_install() { - # Make uploads work - install -dm775 /usr/share/webapps/wordpress/wp-content/uploads - chown http:http /usr/share/webapps/wordpress/wp-content/uploads - echo 'You can now configure your (PHP compatible) web server to run Wordpress' -} - -pre_remove() { - cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup - echo 'Your Wordpress folder were backed up to /usr/share/webapps/wordpress_backup' -} - -post_remove() { - rm -rf /usr/share/webapps/wordpress -} - -post_upgrade() { - echo 'Wordpress is in /usr/share/webapps now' -} - -# vim:set ts=2 sw=2 et: Copied: wordpress/repos/community-any/wordpress.install (from rev 186879, wordpress/trunk/wordpress.install) === --- wordpress.install (rev 0) +++ wordpress.install 2016-08-17 07:44:21 UTC (rev 186880) @@ -0,0 +1,21 @@ +post_install() { + # Make uploads work + install -dm775 /usr/share/webapps/wordpress/wp-content/uploads + chown http:http /usr/share/webapps/wordpress/wp-content/uploads + echo 'You can now configure your (PHP compatible) web server to run Wordpress' +} + +pre_remove() { + cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup + echo 'Your Wordpress folder were backed up to /usr/share/webapps/wordpress_backup' +} + +post_remove() { + rm -rf /usr/share/webapps/wordpress +} + +post_upgrade() { + echo 'Wordpress is in /usr/share/webapps now' +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in wordpress/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 07:42:47 Author: arodseth Revision: 186879 upgpkg: wordpress 4.6-1 Modified: wordpress/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 06:08:48 UTC (rev 186878) +++ PKGBUILD2016-08-17 07:42:47 UTC (rev 186879) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Thomas Dziedzic -# Contributor: Jose Valecillos -# Contributor: Kaos -# Contributor: Christopher Rogers +# Maintainer: Alexander F Rødseth +# Contributor: Thomas Dziedzic +# Contributor: Jose Valecillos +# Contributor: Kaos +# Contributor: Christopher Rogers pkgname=wordpress -pkgver=4.5.3 +pkgver=4.6 pkgrel=1 pkgdesc='Blog tool and publishing platform' arch=('any') @@ -20,7 +20,7 @@ options=('emptydirs') install="$pkgname.install" source=("http://wordpress.org/$pkgname-$pkgver.tar.gz";) -sha256sums=('fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c') +sha256sums=('c1856cf969b1e73025ba2c681491908c3a4a6c5a2333f4531bf9bfb90f634380') package() { install -d "$pkgdir/usr/share/webapps"
[arch-commits] Commit in linux/repos (14 files)
Date: Wednesday, August 17, 2016 @ 07:12:21 Author: tpowa Revision: 273865 archrelease: copy trunk to testing-i686, testing-x86_64 Added: linux/repos/testing-i686/ linux/repos/testing-i686/PKGBUILD (from rev 273864, linux/trunk/PKGBUILD) linux/repos/testing-i686/change-default-console-loglevel.patch (from rev 273864, linux/trunk/change-default-console-loglevel.patch) linux/repos/testing-i686/config (from rev 273864, linux/trunk/config) linux/repos/testing-i686/config.x86_64 (from rev 273864, linux/trunk/config.x86_64) linux/repos/testing-i686/linux.install (from rev 273864, linux/trunk/linux.install) linux/repos/testing-i686/linux.preset (from rev 273864, linux/trunk/linux.preset) linux/repos/testing-x86_64/ linux/repos/testing-x86_64/PKGBUILD (from rev 273864, linux/trunk/PKGBUILD) linux/repos/testing-x86_64/change-default-console-loglevel.patch (from rev 273864, linux/trunk/change-default-console-loglevel.patch) linux/repos/testing-x86_64/config (from rev 273864, linux/trunk/config) linux/repos/testing-x86_64/config.x86_64 (from rev 273864, linux/trunk/config.x86_64) linux/repos/testing-x86_64/linux.install (from rev 273864, linux/trunk/linux.install) linux/repos/testing-x86_64/linux.preset (from rev 273864, linux/trunk/linux.preset) --+ testing-i686/PKGBUILD| 301 testing-i686/change-default-console-loglevel.patch | 11 testing-i686/config | 8166 + testing-i686/config.x86_64 | 7923 testing-i686/linux.install | 37 testing-i686/linux.preset| 14 testing-x86_64/PKGBUILD | 301 testing-x86_64/change-default-console-loglevel.patch | 11 testing-x86_64/config| 8166 + testing-x86_64/config.x86_64 | 7923 testing-x86_64/linux.install | 37 testing-x86_64/linux.preset | 14 12 files changed, 32904 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 273864:273865 to see the changes.
[arch-commits] Commit in linux/trunk (PKGBUILD)
Date: Wednesday, August 17, 2016 @ 07:12:04 Author: tpowa Revision: 273864 upgpkg: linux 4.7.1-1 bump to latest version Modified: linux/trunk/PKGBUILD --+ PKGBUILD | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-17 06:46:23 UTC (rev 273863) +++ PKGBUILD2016-08-17 07:12:04 UTC (rev 273864) @@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-4.7 -pkgver=4.7 +pkgver=4.7.1 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/"; @@ -14,8 +14,8 @@ options=('!strip') source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"; "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"; -#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"; -#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"; +"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"; +"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"; # the main kernel config files 'config' 'config.x86_64' # standard config files for mkinitcpio ramdisk @@ -24,8 +24,10 @@ sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10' 'SKIP' -'e9b7f502b5e27fc4154f0b98f3870f2988b58414df948a61a82502d84bc68a72' -'0004f61a57696a41a1bca1a4a2e6abb03b6ae1b2e67ce73055ae062764660f2f' +'838fa595436fbf9f70759aa43c1cacd83cc0adc95d166648c1625ebd50fad04e' +'SKIP' +'ba61080d6ba852b3dc10ed056efbd80bdff6555a7ae4cf40373c7544d36ffcc9' +'3b41dde76dd69ec6e088bd19e724f3eabd30eaf43727a1948c6603242dc08cd8' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99') validpgpkeys=( @@ -39,7 +41,7 @@ cd "${srcdir}/${_srcname}" # add upstream patch - #patch -p1 -i "${srcdir}/patch-${pkgver}" + patch -p1 -i "${srcdir}/patch-${pkgver}" # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git