[arch-commits] Commit in fontforge/repos (8 files)
Date: Friday, April 3, 2015 @ 07:10:13 Author: bisson Revision: 235360 archrelease: copy trunk to extra-i686, extra-x86_64 Added: fontforge/repos/extra-i686/PKGBUILD (from rev 235359, fontforge/trunk/PKGBUILD) fontforge/repos/extra-i686/install (from rev 235359, fontforge/trunk/install) fontforge/repos/extra-x86_64/PKGBUILD (from rev 235359, fontforge/trunk/PKGBUILD) fontforge/repos/extra-x86_64/install (from rev 235359, fontforge/trunk/install) Deleted: fontforge/repos/extra-i686/PKGBUILD fontforge/repos/extra-i686/install fontforge/repos/extra-x86_64/PKGBUILD fontforge/repos/extra-x86_64/install ---+ /PKGBUILD | 98 /install | 24 +++ extra-i686/PKGBUILD | 49 extra-i686/install| 12 - extra-x86_64/PKGBUILD | 49 extra-x86_64/install | 12 - 6 files changed, 122 insertions(+), 122 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-04-03 05:09:00 UTC (rev 235359) +++ extra-i686/PKGBUILD 2015-04-03 05:10:13 UTC (rev 235360) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Eric Belanger -# Contributor: William Rea - -pkgname=fontforge -pkgver=20150228 -pkgrel=3 -pkgdesc='Outline and bitmap font editor' -url='http://www.fontforge.org/' -arch=('i686' 'x86_64') -license=('BSD') -makedepends=('git') -depends=('libtool' 'libxkbui' 'libxi' - 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 'libunicodenames' 'zeromq' - 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme') -source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz"; -'http://fontforge.org/cidmaps.tgz') -sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd' - 'efbc7c9d3e95159f5600dc71f9cccb370e46bb94') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - export LIBZMQ_LIBS=-lzmq - ./bootstrap --force - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-python-extension \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -d "${pkgdir}/usr/share/fontforge" - install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge" - - install -d "${pkgdir}/usr/share/icons" - cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor" - rm -fr "${pkgdir}/usr/share/icons/hicolor/src" - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 desktop/fontforge.desktop "${pkgdir}/usr/share/applications/fontforge.desktop" -} Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 235359, fontforge/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-04-03 05:10:13 UTC (rev 235360) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Eric Belanger +# Contributor: William Rea + +pkgname=fontforge +pkgver=20150330 +pkgrel=1 +pkgdesc='Outline and bitmap font editor' +url='http://www.fontforge.org/' +arch=('i686' 'x86_64') +license=('BSD') +makedepends=('git') +depends=('libtool' 'libxkbui' 'libxi' + 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 'libunicodenames' 'zeromq' + 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme') +source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz"; +'http://fontforge.org/cidmaps.tgz') +sha1sums=('73c9bbdbcf506f39b5b09f4be8fe38e171bfc48f' + 'efbc7c9d3e95159f5600dc71f9cccb370e46bb94') + +install=install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + export LIBZMQ_LIBS=-lzmq + ./bootstrap --force + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --enable-python-extension \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -d "${pkgdir}/usr/share/fontforge" + install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge" + + install -d "${pkgdir}/usr/share/icons" + cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor" + rm -fr "${pkgdir}/usr/share/icons/hicolor/src" + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 desktop/fontforge.desktop "${pkgdir}/usr/share/applications/fontforge.desktop" +} Deleted: extra-i686/install === --- extra-i686/install 2015-04-03 05:09:00 UTC (rev 235359) +++ extra-i686/install 2015-04-03 05:10:13 UTC (rev 235360) @@ -1,12 +0
[arch-commits] Commit in fontforge/trunk (PKGBUILD)
Date: Friday, April 3, 2015 @ 07:09:00 Author: bisson Revision: 235359 upstream update Modified: fontforge/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-03 01:21:25 UTC (rev 235358) +++ PKGBUILD2015-04-03 05:09:00 UTC (rev 235359) @@ -4,8 +4,8 @@ # Contributor: William Rea pkgname=fontforge -pkgver=20150228 -pkgrel=3 +pkgver=20150330 +pkgrel=1 pkgdesc='Outline and bitmap font editor' url='http://www.fontforge.org/' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme') source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz"; 'http://fontforge.org/cidmaps.tgz') -sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd' +sha1sums=('73c9bbdbcf506f39b5b09f4be8fe38e171bfc48f' 'efbc7c9d3e95159f5600dc71f9cccb370e46bb94') install=install
[arch-commits] Commit in shairport-sync/repos (12 files)
Date: Friday, April 3, 2015 @ 04:09:43 Author: anatolik Revision: 130555 archrelease: copy trunk to community-i686, community-x86_64 Added: shairport-sync/repos/community-i686/ shairport-sync/repos/community-i686/PKGBUILD (from rev 130554, shairport-sync/trunk/PKGBUILD) shairport-sync/repos/community-i686/remove-init.d.patch (from rev 130554, shairport-sync/trunk/remove-init.d.patch) shairport-sync/repos/community-i686/shairport-sync.conf (from rev 130554, shairport-sync/trunk/shairport-sync.conf) shairport-sync/repos/community-i686/shairport-sync.install (from rev 130554, shairport-sync/trunk/shairport-sync.install) shairport-sync/repos/community-i686/shairport-sync.service (from rev 130554, shairport-sync/trunk/shairport-sync.service) shairport-sync/repos/community-x86_64/ shairport-sync/repos/community-x86_64/PKGBUILD (from rev 130554, shairport-sync/trunk/PKGBUILD) shairport-sync/repos/community-x86_64/remove-init.d.patch (from rev 130554, shairport-sync/trunk/remove-init.d.patch) shairport-sync/repos/community-x86_64/shairport-sync.conf (from rev 130554, shairport-sync/trunk/shairport-sync.conf) shairport-sync/repos/community-x86_64/shairport-sync.install (from rev 130554, shairport-sync/trunk/shairport-sync.install) shairport-sync/repos/community-x86_64/shairport-sync.service (from rev 130554, shairport-sync/trunk/shairport-sync.service) -+ community-i686/PKGBUILD | 41 ++ community-i686/remove-init.d.patch | 12 community-i686/shairport-sync.conf |2 + community-i686/shairport-sync.install |9 ++ community-i686/shairport-sync.service | 14 ++ community-x86_64/PKGBUILD | 41 ++ community-x86_64/remove-init.d.patch| 12 community-x86_64/shairport-sync.conf|2 + community-x86_64/shairport-sync.install |9 ++ community-x86_64/shairport-sync.service | 14 ++ 10 files changed, 156 insertions(+) Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 130554, shairport-sync/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-03 02:09:43 UTC (rev 130555) @@ -0,0 +1,41 @@ +# Maintainer: Anatol Pomozov + +pkgname=shairport-sync +pkgver=2.2.2 +pkgrel=2 +pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones' +url='https://github.com/mikebrady/shairport-sync' +arch=(i686 x86_64) +license=(GPL) +backup=(etc/conf.d/shairport-sync) +install=shairport-sync.install +depends=(openssl avahi libsoxr popt alsa-lib) +source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip +shairport-sync.service +shairport-sync.conf +remove-init.d.patch) +sha1sums=('5360f4bd6a6b9678a8d7d3c2006db2146cda2d69' + '5b998234e1fbc31645285d8b1fbc5ea6cd69e850' + 'eb937e306436af2e47e7ff1bec1eba88b14e0d81' + '48174838de1ef4672bd71511753f05fd845b7137') + +prepare() { + cd shairport-sync-$pkgver + patch -p1 < ../remove-init.d.patch +} + +build() { + cd shairport-sync-$pkgver + + autoreconf -i -f + ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd + make +} + +package() { + cd shairport-sync-$pkgver + make DESTDIR="$pkgdir" install + install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -D -m644 "$srcdir"/shairport-sync.service "$pkgdir"/usr/lib/systemd/system/shairport-sync.service + install -D -m644 "$srcdir"/shairport-sync.conf "$pkgdir"/etc/conf.d/shairport-sync +} Copied: shairport-sync/repos/community-i686/remove-init.d.patch (from rev 130554, shairport-sync/trunk/remove-init.d.patch) === --- community-i686/remove-init.d.patch (rev 0) +++ community-i686/remove-init.d.patch 2015-04-03 02:09:43 UTC (rev 130555) @@ -0,0 +1,12 @@ +diff --git a/Makefile.am b/Makefile.am +index ce1f0ba..9b32c2c 100644 +--- a/Makefile.am b/Makefile.am +@@ -35,7 +35,3 @@ endif + if USE_DNS_SD + shairport_sync_SOURCES += mdns_dns_sd.c + endif +- +-install-exec-hook: +- [ -f /etc/init.d/shairport-sync ] || cp scripts/shairport-sync /etc/init.d/ +- update-rc.d shairport-sync defaults 90 10 Copied: shairport-sync/repos/community-i686/shairport-sync.conf (from rev 130554, shairport-sync/trunk/shairport-sync.conf) === --- community-i686/shairport-sync.conf (rev 0) +++ community-i686/shairport-sync.conf 2015-04-03 02:09:43 UTC (rev 130555) @@ -0,0 +1,2 @@ +# ShairportSync Daemon options +SHAIRPORT_ARGS="" Copi
[arch-commits] Commit in shairport-sync/trunk (5 files)
Date: Friday, April 3, 2015 @ 04:08:47 Author: anatolik Revision: 130554 upgpkg: shairport-sync 2.2.2-2 Added: shairport-sync/trunk/remove-init.d.patch shairport-sync/trunk/shairport-sync.install Modified: shairport-sync/trunk/PKGBUILD shairport-sync/trunk/shairport-sync.conf shairport-sync/trunk/shairport-sync.service + PKGBUILD | 13 - remove-init.d.patch| 12 shairport-sync.conf|1 + shairport-sync.install |9 + shairport-sync.service |5 +++-- 5 files changed, 33 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-03 01:06:02 UTC (rev 130553) +++ PKGBUILD2015-04-03 02:08:47 UTC (rev 130554) @@ -7,19 +7,21 @@ url='https://github.com/mikebrady/shairport-sync' arch=(i686 x86_64) license=(GPL) +backup=(etc/conf.d/shairport-sync) +install=shairport-sync.install depends=(openssl avahi libsoxr popt alsa-lib) -source=(https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip +source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip shairport-sync.service shairport-sync.conf -remove_rc.patch) +remove-init.d.patch) sha1sums=('5360f4bd6a6b9678a8d7d3c2006db2146cda2d69' - '5f3f8d8c64d90603d9efc2faed4c80f9221a2f25' - 'f16217da0fe559616db36e37214853c42e7f24ae' + '5b998234e1fbc31645285d8b1fbc5ea6cd69e850' + 'eb937e306436af2e47e7ff1bec1eba88b14e0d81' '48174838de1ef4672bd71511753f05fd845b7137') prepare() { cd shairport-sync-$pkgver - patch -p1 < ../remove_rc.patch + patch -p1 < ../remove-init.d.patch } build() { @@ -33,6 +35,7 @@ package() { cd shairport-sync-$pkgver make DESTDIR="$pkgdir" install + install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE install -D -m644 "$srcdir"/shairport-sync.service "$pkgdir"/usr/lib/systemd/system/shairport-sync.service install -D -m644 "$srcdir"/shairport-sync.conf "$pkgdir"/etc/conf.d/shairport-sync } Added: remove-init.d.patch === --- remove-init.d.patch (rev 0) +++ remove-init.d.patch 2015-04-03 02:08:47 UTC (rev 130554) @@ -0,0 +1,12 @@ +diff --git a/Makefile.am b/Makefile.am +index ce1f0ba..9b32c2c 100644 +--- a/Makefile.am b/Makefile.am +@@ -35,7 +35,3 @@ endif + if USE_DNS_SD + shairport_sync_SOURCES += mdns_dns_sd.c + endif +- +-install-exec-hook: +- [ -f /etc/init.d/shairport-sync ] || cp scripts/shairport-sync /etc/init.d/ +- update-rc.d shairport-sync defaults 90 10 Modified: shairport-sync.conf === --- shairport-sync.conf 2015-04-03 01:06:02 UTC (rev 130553) +++ shairport-sync.conf 2015-04-03 02:08:47 UTC (rev 130554) @@ -1 +1,2 @@ # ShairportSync Daemon options +SHAIRPORT_ARGS="" Added: shairport-sync.install === --- shairport-sync.install (rev 0) +++ shairport-sync.install 2015-04-03 02:08:47 UTC (rev 130554) @@ -0,0 +1,9 @@ +post_install() { + getent group shairport-sync &>/dev/null || groupadd --system shairport-sync >/dev/null + getent passwd shairport-sync &> /dev/null || useradd --system -c 'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g shairport-sync -s /bin/false -G audio shairport-sync >/dev/null + true +} + +post_upgrade() { + post_install +} \ No newline at end of file Modified: shairport-sync.service === --- shairport-sync.service 2015-04-03 01:06:02 UTC (rev 130553) +++ shairport-sync.service 2015-04-03 02:08:47 UTC (rev 130554) @@ -6,8 +6,9 @@ [Service] EnvironmentFile=/etc/conf.d/shairport-sync -ExecStart=/usr/bin/shairport-sync -Restart=always +ExecStart=/usr/bin/shairport-sync "$SHAIRPORT_ARGS" +User=shairport-sync +Group=shairport-sync [Install] WantedBy=multi-user.target
[arch-commits] Commit in btrfs-progs/repos (10 files)
Date: Friday, April 3, 2015 @ 03:21:25 Author: seblu Revision: 235358 archrelease: copy trunk to testing-i686, testing-x86_64 Added: btrfs-progs/repos/testing-i686/ btrfs-progs/repos/testing-i686/PKGBUILD (from rev 235357, btrfs-progs/trunk/PKGBUILD) btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 235357, btrfs-progs/trunk/btrfs-progs.install) btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 235357, btrfs-progs/trunk/initcpio-hook-btrfs) btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 235357, btrfs-progs/trunk/initcpio-install-btrfs) btrfs-progs/repos/testing-x86_64/ btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 235357, btrfs-progs/trunk/PKGBUILD) btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 235357, btrfs-progs/trunk/btrfs-progs.install) btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs (from rev 235357, btrfs-progs/trunk/initcpio-hook-btrfs) btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs (from rev 235357, btrfs-progs/trunk/initcpio-install-btrfs) ---+ testing-i686/PKGBUILD | 49 testing-i686/btrfs-progs.install |9 + testing-i686/initcpio-hook-btrfs |7 testing-i686/initcpio-install-btrfs | 17 +++ testing-x86_64/PKGBUILD | 49 testing-x86_64/btrfs-progs.install|9 + testing-x86_64/initcpio-hook-btrfs|7 testing-x86_64/initcpio-install-btrfs | 17 +++ 8 files changed, 164 insertions(+) Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 235357, btrfs-progs/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-04-03 01:21:25 UTC (rev 235358) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Tom Gundersen +# Contributor: Tobias Powalowski + +pkgname=btrfs-progs +pkgver=3.19.1 +pkgrel=1 +pkgdesc='Btrfs filesystem utilities' +arch=('i686' 'x86_64') +depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib') +makedepends=('git' 'asciidoc' 'xmlto') +url='http://btrfs.wiki.kernel.org/' +replaces=('btrfs-progs-unstable') +conflicts=('btrfs-progs-unstable') +provides=('btrfs-progs-unstable') +license=('GPL2') +source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver" +'initcpio-install-btrfs' +'initcpio-hook-btrfs') +install=btrfs-progs.install +options=(!staticlibs) +md5sums=('SKIP' + '7241ba3a4286d08da0d50b7176941112' + 'b09688a915a0ec8f40e2f5aacbabc9ad') + +build() { + cd $pkgname + ./autogen.sh + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname + ./btrfs filesystem show +} + +package() { + cd $pkgname + make prefix="$pkgdir"/usr install + + # install mkinitcpio hooks + cd "$srcdir" + install -Dm644 initcpio-install-btrfs "$pkgdir/usr/lib/initcpio/install/btrfs" + install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs" +} + +# vim:set ts=2 sw=2 ft=sh et: Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 235357, btrfs-progs/trunk/btrfs-progs.install) === --- testing-i686/btrfs-progs.install(rev 0) +++ testing-i686/btrfs-progs.install2015-04-03 01:21:25 UTC (rev 235358) @@ -0,0 +1,9 @@ +#!/bin/sh + +post_upgrade() { + if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then +echo "btrfs multi-device support now relies on linux 3.6 or later" + fi +} + +# vim:set ts=2 sw=2 et: Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 235357, btrfs-progs/trunk/initcpio-hook-btrfs) === --- testing-i686/initcpio-hook-btrfs(rev 0) +++ testing-i686/initcpio-hook-btrfs2015-04-03 01:21:25 UTC (rev 235358) @@ -0,0 +1,7 @@ +#!/usr/bin/ash + +run_hook() { +btrfs device scan +} + +# vim: set ft=sh ts=4 sw=4 et: Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 235357, btrfs-progs/trunk/initcpio-install-btrfs) === --- testing-i686/initcpio-install-btrfs (rev 0) +++ testing-i686/initcpio-install-btrfs 2015-04-03 01:21:25 UTC (rev 235358) @@ -0,0 +1,17 @@ +#!/bin/bash + +build() { +add_module btrfs +add_binary btrfs +add_binary btrfsck +add_runscript +} + +help() { +cat < +# Contributor: Tom Gundersen +# Contributor: Tobias Powalowski + +pkgname=btrfs-progs +pkgver=3.19.1 +pkgrel=1 +pkgdesc='Btrfs filesystem utilities' +arch=('i686' 'x86_64') +depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib') +makedepends=('git' 'asciidoc' 'xmlto') +url='http:/
[arch-commits] Commit in btrfs-progs/trunk (PKGBUILD)
Date: Friday, April 3, 2015 @ 03:21:09 Author: seblu Revision: 235357 upgpkg: btrfs-progs 3.19.1-1 Modified: btrfs-progs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-04-03 00:31:58 UTC (rev 235356) +++ PKGBUILD2015-04-03 01:21:09 UTC (rev 235357) @@ -4,7 +4,7 @@ # Contributor: Tobias Powalowski pkgname=btrfs-progs -pkgver=3.19 +pkgver=3.19.1 pkgrel=1 pkgdesc='Btrfs filesystem utilities' arch=('i686' 'x86_64')
[arch-commits] Commit in libsoxr/repos (6 files)
Date: Friday, April 3, 2015 @ 03:06:02 Author: anatolik Revision: 130553 archrelease: copy trunk to community-i686, community-x86_64 Added: libsoxr/repos/community-i686/ libsoxr/repos/community-i686/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch (from rev 130552, libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch) libsoxr/repos/community-i686/PKGBUILD (from rev 130552, libsoxr/trunk/PKGBUILD) libsoxr/repos/community-x86_64/ libsoxr/repos/community-x86_64/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch (from rev 130552, libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch) libsoxr/repos/community-x86_64/PKGBUILD (from rev 130552, libsoxr/trunk/PKGBUILD) --+ community-i686/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch | 26 community-i686/PKGBUILD | 55 ++ community-x86_64/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch | 26 community-x86_64/PKGBUILD | 55 ++ 4 files changed, 162 insertions(+) Copied: libsoxr/repos/community-i686/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch (from rev 130552, libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch) === --- community-i686/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch (rev 0) +++ community-i686/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch 2015-04-03 01:06:02 UTC (rev 130553) @@ -0,0 +1,26 @@ +From fb8657b4469f864f9722d28bbb86c9b8a53446ac Mon Sep 17 00:00:00 2001 +From: Rob Sykes +Date: Sun, 7 Apr 2013 07:39:36 +0100 +Subject: [PATCH 1/1] fix ineffectual SOXR_MINIMUM_PHASE and + SOXR_INTERMEDIATE_PHASE in soxr_quality_spec recipe + +--- + src/soxr.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/soxr.c b/src/soxr.c +index 93dd9c1..36b0251 100644 +--- a/src/soxr.c b/src/soxr.c +@@ -85,7 +85,7 @@ soxr_quality_spec_t soxr_quality_spec(unsigned long recipe, unsigned long flags) + quality = 6; + else if (quality > 10) + quality = 0; +- p->phase_response = "\62\31\144"[(recipe & 0x30)>>8]; ++ p->phase_response = "\62\31\144"[(recipe & 0x30) >> 4]; + p->stopband_begin = 1; + p->precision = !quality? 0: quality < 3? 16 : quality < 8? 4 + quality * 4 : 55 - quality * 4; + rej = p->precision * linear_to_dB(2.); +-- +2.3.5 + Copied: libsoxr/repos/community-i686/PKGBUILD (from rev 130552, libsoxr/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-03 01:06:02 UTC (rev 130553) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: JSpaces +# Contributor: Triode + +pkgname=libsoxr +pkgver=0.1.1 +pkgrel=3 +pkgdesc='The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio' +arch=(i686 x86_64) +url='http://sourceforge.net/p/soxr/wiki/Home/' +license=(GPL) +depends=(gcc-libs) +makedepends=(cmake) +options=(!emptydirs) +source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz +0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch) +sha1sums=('f5d90e375db3914a522fef477898bde8c70243e7' + '73e6a3418001ce01aa16c3d8e29e2535d0158111') + +prepare() { + cd soxr-$pkgver-Source + patch -p1 < "$srcdir"/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch +} + +build() { + cd soxr-$pkgver-Source + cmake \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_EXAMPLES=OFF \ +-DBUILD_SHARED_LIBS=ON \ +-DCMAKE_BUILD_TYPE=Release \ +-DVISIBILITY_HIDDENL=ON \ +-DWITH_AVFFT=ON \ +-DWITH_DOUBLE_PRECISION=ON \ +-DWITH_LSR_BINDINGS=ON \ +-DWITH_OPENMP=ON \ +-DWITH_PFFFT=ON \ +-DWITH_SIMD=ON \ +. + make +} + +check() { + cd soxr-$pkgver-Source + make test +} + +package() { + cd soxr-$pkgver-Source + + make DESTDIR="$pkgdir" install + install -Dm644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + rm -r "$pkgdir"/usr/share/doc/$pkgname/ +} Copied: libsoxr/repos/community-x86_64/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch (from rev 130552, libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch) === --- community-x86_64/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch (rev 0) +++ community-x86_64/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch 2015-04-03 01:06:02 UTC (rev 130553) @@ -0,0 +1,
[arch-commits] Commit in lz4/repos (8 files)
Date: Friday, April 3, 2015 @ 02:31:58 Author: seblu Revision: 235356 db-move: moved lz4 from [testing] to [core] (i686, x86_64) Added: lz4/repos/core-i686/PKGBUILD (from rev 235355, lz4/repos/testing-i686/PKGBUILD) lz4/repos/core-x86_64/PKGBUILD (from rev 235355, lz4/repos/testing-x86_64/PKGBUILD) Deleted: lz4/repos/core-i686/01-no-sudo.patch lz4/repos/core-i686/PKGBUILD lz4/repos/core-x86_64/01-no-sudo.patch lz4/repos/core-x86_64/PKGBUILD lz4/repos/testing-i686/ lz4/repos/testing-x86_64/ --+ /PKGBUILD| 74 + core-i686/01-no-sudo.patch | 13 --- core-i686/PKGBUILD | 37 core-x86_64/01-no-sudo.patch | 13 --- core-x86_64/PKGBUILD | 37 5 files changed, 74 insertions(+), 100 deletions(-) Deleted: core-i686/01-no-sudo.patch === --- core-i686/01-no-sudo.patch 2015-04-02 20:40:51 UTC (rev 235355) +++ core-i686/01-no-sudo.patch 2015-04-03 00:31:58 UTC (rev 235356) @@ -1,13 +0,0 @@ a/Makefile 2014-12-13 13:22:59.470287957 +0100 -+++ b/Makefile 2014-12-13 16:48:35.988030397 +0100 -@@ -93,8 +93,8 @@ - ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU)) - - install: -- @cd $(LZ4DIR); sudo $(MAKE) -e install -- @cd $(PRGDIR); sudo $(MAKE) -e install -+ @cd $(LZ4DIR); $(MAKE) -e install -+ @cd $(PRGDIR); $(MAKE) -e install - - uninstall: - @cd $(LZ4DIR); $(MAKE) uninstall Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2015-04-02 20:40:51 UTC (rev 235355) +++ core-i686/PKGBUILD 2015-04-03 00:31:58 UTC (rev 235356) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer - -# Contacted by mail, author use svn commit as release version. -# He only push tested release code into svn and support using revision as version - -pkgname=lz4 -pkgver=127 -pkgrel=1 -pkgdesc='Very fast lossless compression algorithm' -arch=('i686' 'x86_64') -url='https://code.google.com/p/lz4/' -license=('GPL2') -makedepends=('svn') -checkdepends=('diffutils') -depends=('glibc') -source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";) -md5sums=('SKIP') - -build() { - cd $pkgname - make -} - -check() { - $pkgname/programs/lz4 /etc/passwd passwd.lz4 - $pkgname/programs/lz4 -d passwd.lz4 passwd - diff -q /etc/passwd passwd - rm passwd -} - -package() { - cd $pkgname - make install DESTDIR="$pkgdir" -} - -# vim:set ts=2 sw=2 et: Copied: lz4/repos/core-i686/PKGBUILD (from rev 235355, lz4/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2015-04-03 00:31:58 UTC (rev 235356) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Sébastien Luttringer + +# Contacted by mail, author use svn commit as release version. +# He only push tested release code into svn and support using revision as version + +pkgname=lz4 +pkgver=128 +pkgrel=1 +pkgdesc='Very fast lossless compression algorithm' +arch=('i686' 'x86_64') +url='https://code.google.com/p/lz4/' +license=('GPL2') +makedepends=('subversion') +checkdepends=('diffutils') +depends=('glibc') +source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";) +md5sums=('SKIP') + +build() { + cd $pkgname + make PREFIX=/usr +} + +check() { + $pkgname/programs/lz4 /etc/passwd passwd.lz4 + $pkgname/programs/lz4 -d passwd.lz4 passwd + diff -q /etc/passwd passwd + rm passwd +} + +package() { + cd $pkgname + make install PREFIX=/usr DESTDIR="$pkgdir" +} + +# vim:set ts=2 sw=2 et: Deleted: core-x86_64/01-no-sudo.patch === --- core-x86_64/01-no-sudo.patch2015-04-02 20:40:51 UTC (rev 235355) +++ core-x86_64/01-no-sudo.patch2015-04-03 00:31:58 UTC (rev 235356) @@ -1,13 +0,0 @@ a/Makefile 2014-12-13 13:22:59.470287957 +0100 -+++ b/Makefile 2014-12-13 16:48:35.988030397 +0100 -@@ -93,8 +93,8 @@ - ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU)) - - install: -- @cd $(LZ4DIR); sudo $(MAKE) -e install -- @cd $(PRGDIR); sudo $(MAKE) -e install -+ @cd $(LZ4DIR); $(MAKE) -e install -+ @cd $(PRGDIR); $(MAKE) -e install - - uninstall: - @cd $(LZ4DIR); $(MAKE) uninstall Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2015-04-02 20:40:51 UTC (rev 235355) +++ core-x86_64/PKGBUILD2015-04-03 00:31:58 UTC (rev 235356) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer - -# Contacted by mail, author use svn commit as release version. -# He only push tested release code into svn and support using revision as version - -pkgname=lz4 -pkgver=127 -pkgrel=1 -pkgdesc='V
[arch-commits] Commit in ca-certificates/repos/testing-any (8 files)
Date: Thursday, April 2, 2015 @ 22:40:51 Author: heftig Revision: 235355 archrelease: copy trunk to testing-any Added: ca-certificates/repos/testing-any/PKGBUILD (from rev 235354, ca-certificates/trunk/PKGBUILD) ca-certificates/repos/testing-any/ca-certificates-utils.install (from rev 235354, ca-certificates/trunk/ca-certificates-utils.install) ca-certificates/repos/testing-any/update-ca-trust (from rev 235354, ca-certificates/trunk/update-ca-trust) ca-certificates/repos/testing-any/update-ca-trust.8.txt (from rev 235354, ca-certificates/trunk/update-ca-trust.8.txt) Deleted: ca-certificates/repos/testing-any/PKGBUILD ca-certificates/repos/testing-any/ca-certificates-utils.install ca-certificates/repos/testing-any/update-ca-trust ca-certificates/repos/testing-any/update-ca-trust.8.txt ---+ PKGBUILD | 98 +++ ca-certificates-utils.install | 86 +++--- update-ca-trust | 55 ++-- update-ca-trust.8.txt | 520 4 files changed, 386 insertions(+), 373 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-04-02 20:39:35 UTC (rev 235354) +++ PKGBUILD2015-04-02 20:40:51 UTC (rev 235355) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgbase=ca-certificates -pkgname=(ca-certificates-utils ca-certificates) -pkgver=20140923 -pkgrel=10 -pkgdesc='Common CA certificates' -arch=('any') -url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git' -license=('GPL2') -makedepends=('asciidoc' 'p11-kit') -source=(update-ca-trust update-ca-trust.8.txt) -sha256sums=('6337e487cdf691d33a3c07c894f133b280093a2c60d267a534b56c316c5d7370' -'916bc0582b5230aedc7fdada70bc387fbd605dbc9d3d421621e4736c60a8ef41') - -build() { - asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt - xsltproc --nonet -o update-ca-trust.8 /etc/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml -} - -package_ca-certificates-utils() { - pkgdesc+=" (utilities)" - depends=('bash' 'coreutils' 'findutils' 'p11-kit>=0.23.1') - install=ca-certificates-utils.install - provides=(ca-certificates ca-certificates-java) - conflicts=(ca-certificates-java) - replaces=(ca-certificates-java) - - install -D update-ca-trust "${pkgdir}/usr/bin/update-ca-trust" - install -Dm644 update-ca-trust.8 "${pkgdir}/usr/share/man/man8/update-ca-trust.8" - - # Trust source directories - install -d "${pkgdir}"/{etc,usr/share}/${pkgbase}/trust-source/{anchors,blacklist} - - # Directories used by update-ca-trust (aka "trust extract-compat") - install -d "${pkgdir}"/etc/{ssl/certs/java,${pkgbase}/extracted} - - # Contrary to Fedora, the /etc/ssl/certs dir is generated - ln -srT "${pkgdir}"/etc/ssl/{certs/ca-certificates.crt,cert.pem} -} - -package_ca-certificates() { - pkgdesc+=" (default providers)" - depends=(ca-certificates-{mozilla,cacert}) -} - -# vim:set noet ts=8 sw=8: Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 235354, ca-certificates/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-04-02 20:40:51 UTC (rev 235355) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Pierre Schmitz + +pkgbase=ca-certificates +pkgname=(ca-certificates-utils ca-certificates) +pkgver=20150402 +pkgrel=1 +pkgdesc='Common CA certificates' +arch=('any') +url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git' +license=('GPL2') +makedepends=('asciidoc' 'p11-kit') +source=(update-ca-trust update-ca-trust.8.txt) +sha256sums=('746d2cce8ec107fa3b7aaa246d69a7e238c3d2ac5cd82c5aeed996fe9cb0a874' +'38c10446738c1e99bc95e42fe844a9e95ea106795059fa769f3b4ba82b395929') + +build() { + asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt + xsltproc --nonet -o update-ca-trust.8 /etc/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml +} + +package_ca-certificates-utils() { + pkgdesc+=" (utilities)" + depends=('bash' 'coreutils' 'findutils' 'p11-kit>=0.23.1') + install=ca-certificates-utils.install + provides=(ca-certificates ca-certificates-java) + conflicts=(ca-certificates-java) + replaces=(ca-certificates-java) + + install -D update-ca-trust "${pkgdir}/usr/bin/update-ca-trust" + install -Dm644 update-ca-trust.8 "${pkgdir}/usr/share/man/man8/update-ca-trust.8" + +
[arch-commits] Commit in ca-certificates/trunk (4 files)
Date: Thursday, April 2, 2015 @ 22:39:35 Author: heftig Revision: 235354 Some updates and simplifications Remove pre_upgrade symlink handling. update-ca-trust already cleans out broken links, so this is unneeded. Move ca-bundle.trust.crt to ca-certificates/extracted. This file has so far been left unused, so no need to put it in the compat dir. Create ca-certificates.crt from the install file instead of update-ca-trust. Reorder update-ca-trust a bit. Update the documentation. Modified: ca-certificates/trunk/PKGBUILD ca-certificates/trunk/ca-certificates-utils.install ca-certificates/trunk/update-ca-trust ca-certificates/trunk/update-ca-trust.8.txt ---+ PKGBUILD | 18 ++- ca-certificates-utils.install | 28 + update-ca-trust | 23 ++ update-ca-trust.8.txt | 64 +++- 4 files changed, 73 insertions(+), 60 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 20:36:24 UTC (rev 235353) +++ PKGBUILD2015-04-02 20:39:35 UTC (rev 235354) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Pierre Schmitz +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Pierre Schmitz pkgbase=ca-certificates pkgname=(ca-certificates-utils ca-certificates) -pkgver=20140923 -pkgrel=10 +pkgver=20150402 +pkgrel=1 pkgdesc='Common CA certificates' arch=('any') url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git' @@ -11,8 +12,8 @@ license=('GPL2') makedepends=('asciidoc' 'p11-kit') source=(update-ca-trust update-ca-trust.8.txt) -sha256sums=('6337e487cdf691d33a3c07c894f133b280093a2c60d267a534b56c316c5d7370' -'916bc0582b5230aedc7fdada70bc387fbd605dbc9d3d421621e4736c60a8ef41') +sha256sums=('746d2cce8ec107fa3b7aaa246d69a7e238c3d2ac5cd82c5aeed996fe9cb0a874' +'38c10446738c1e99bc95e42fe844a9e95ea106795059fa769f3b4ba82b395929') build() { asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt @@ -36,8 +37,9 @@ # Directories used by update-ca-trust (aka "trust extract-compat") install -d "${pkgdir}"/etc/{ssl/certs/java,${pkgbase}/extracted} - # Contrary to Fedora, the /etc/ssl/certs dir is generated - ln -srT "${pkgdir}"/etc/ssl/{certs/ca-certificates.crt,cert.pem} + # Compatibility link for OpenSSL using /etc/ssl as CAdir + # Used in preference to the individual links in /etc/ssl/certs + ln -s ../${pkgbase}/extracted/tls-ca-bundle.pem "${pkgdir}/etc/ssl/cert.pem" } package_ca-certificates() { @@ -45,4 +47,4 @@ depends=(ca-certificates-{mozilla,cacert}) } -# vim:set noet ts=8 sw=8: +# vim:set noet ts=8 sw=8 sts=0: Modified: ca-certificates-utils.install === --- ca-certificates-utils.install 2015-04-02 20:36:24 UTC (rev 235353) +++ ca-certificates-utils.install 2015-04-02 20:39:35 UTC (rev 235354) @@ -2,19 +2,11 @@ post_install() { usr/bin/update-ca-trust -} -pre_upgrade() { - if (( $(vercmp $2 20140923-2) < 0 )); then - find /etc/ssl/certs -type l -print | while read symlink; do - case $(readlink $symlink) in - /usr/share/ca-certificates*) rm -f $symlink;; - esac - done - find /etc/ssl/certs -type l -print | while read symlink; do - test -f $symlink || rm -f $symlink - done - fi + # This should be a normally packaged file, but that would + # require user intervention at upgrade + ln -srf etc/ca-certificates/extracted/tls-ca-bundle.pem \ + etc/ssl/certs/ca-certificates.crt } post_upgrade() { @@ -33,10 +25,20 @@ Also see \`man 8 update-ca-trust\` and \`trust --help\`. MSG fi + + if (( $(vercmp $2 20150402) < 0 )); then + ln -srf etc/ca-certificates/extracted/tls-ca-bundle.pem \ + etc/ssl/certs/ca-certificates.crt + + # Moved to etc/ca-certificates/extracted + rm -f etc/ssl/certs/ca-bundle.trust.crt + fi } pre_remove() { usr/bin/update-ca-trust + + rm -f etc/ssl/certs/{ca-certificates.crt,java/cacerts} } -# vim:set noet ts=8 sw=8: +# vim:set noet ts=8 sw=8 sts=0: Modified: update-ca-trust === --- update-ca-trust 2015-04-02 20:36:24 UTC (rev 235353) +++ update-ca-trust 2015-04-02 20:39:35 UTC (rev 235354) @@ -6,23 +6,22 @@ # files in $DEST. DEST=/etc/ca-certificates/extracted -trust extract --overwrite --format=pem-bundle --filter=ca-anchors --purpose server-auth $DEST/tls
[arch-commits] Commit in django/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 22:36:16 Author: dan Revision: 235352 upgpkg: django 1.8-1 Modified: django/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 19:54:47 UTC (rev 235351) +++ PKGBUILD2015-04-02 20:36:16 UTC (rev 235352) @@ -4,7 +4,7 @@ pkgbase=django pkgname=('python-django' 'python2-django') -pkgver=1.7.7 +pkgver=1.8 pkgrel=1 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design" arch=('any') @@ -12,8 +12,8 @@ url="http://www.djangoproject.com/"; makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools') source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz";) -md5sums=('a62d6598966947d150525ad2ab20fb0c') -sha256sums=('4816f892063569ca9a77584fa23cb4995c1b3b954ef875102a8219229cbd2e33') +md5sums=('9a811faf67ca0f3e0d43e670a1cc503d') +sha256sums=('066bad42cb4c66944e7efcf7304d3d17f7b0eb222e53958cdd866420d2e8b412') prepare() { cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
[arch-commits] Commit in django/repos/extra-any (PKGBUILD PKGBUILD)
Date: Thursday, April 2, 2015 @ 22:36:24 Author: dan Revision: 235353 archrelease: copy trunk to extra-any Added: django/repos/extra-any/PKGBUILD (from rev 235352, django/trunk/PKGBUILD) Deleted: django/repos/extra-any/PKGBUILD --+ PKGBUILD | 140 ++--- 1 file changed, 70 insertions(+), 70 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-04-02 20:36:16 UTC (rev 235352) +++ PKGBUILD2015-04-02 20:36:24 UTC (rev 235353) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Dan McGee -# Contributor: Shahar Weiss - -pkgbase=django -pkgname=('python-django' 'python2-django') -pkgver=1.7.7 -pkgrel=1 -pkgdesc="A high-level Python Web framework that encourages rapid development and clean design" -arch=('any') -license=('BSD') -url="http://www.djangoproject.com/"; -makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools') -source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz";) -md5sums=('a62d6598966947d150525ad2ab20fb0c') -sha256sums=('4816f892063569ca9a77584fa23cb4995c1b3b954ef875102a8219229cbd2e33') - -prepare() { - cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2" - - find "$srcdir/Django-$pkgver-python2" -name '*.py' | \ -xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" -} - -build() { - cd "$srcdir/Django-$pkgver" - python setup.py build - - cd "$srcdir/Django-$pkgver-python2" - python2 setup.py build -} - -package_python-django() { - depends=('python' 'python-setuptools') - optdepends=('python-psycopg2: for PostgreSQL backend') - cd "$srcdir/Django-$pkgver" - python setup.py install --root="$pkgdir" --optimize=1 - - ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py - ln -s django-admin "$pkgdir"/usr/bin/django-admin3 - install -Dm644 extras/django_bash_completion \ -"$pkgdir"/usr/share/bash-completion/completions/django-admin.py - ln -s django-admin.py \ -"$pkgdir"/usr/share/bash-completion/completions/django-admin - ln -s django-admin.py \ -"$pkgdir"/usr/share/bash-completion/completions/manage.py - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-django() { - depends=('python2' 'python2-setuptools') - optdepends=('mysql-python: for MySQL backend' - 'python2-psycopg2: for PostgreSQL backend') - replaces=('django') - conflicts=('django') - cd "$srcdir/Django-$pkgver-python2" - python2 setup.py install --root="$pkgdir" --optimize=1 - - mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py - mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2 - # TODO: this probably won't work due to the `complete` command within not - # knowing about modified our exectuable names - install -Dm644 extras/django_bash_completion \ -"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py - ln -s django-admin2.py \ -"$pkgdir"/usr/share/bash-completion/completions/django-admin2 - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: django/repos/extra-any/PKGBUILD (from rev 235352, django/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-04-02 20:36:24 UTC (rev 235353) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Dan McGee +# Contributor: Shahar Weiss + +pkgbase=django +pkgname=('python-django' 'python2-django') +pkgver=1.8 +pkgrel=1 +pkgdesc="A high-level Python Web framework that encourages rapid development and clean design" +arch=('any') +license=('BSD') +url="http://www.djangoproject.com/"; +makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools') +source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz";) +md5sums=('9a811faf67ca0f3e0d43e670a1cc503d') +sha256sums=('066bad42cb4c66944e7efcf7304d3d17f7b0eb222e53958cdd866420d2e8b412') + +prepare() { + cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2" + + find "$srcdir/Django-$pkgver-python2" -name '*.py' | \ +xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" +} + +build() { + cd "$srcdir/Django-$pkgver" + python setup.py build + + cd "$srcdir/Django-$pkgver-python2" + python2 setup.py build +} + +package_python-django() { + depends=('python' 'python-setuptools') + optdepends=('python-psycopg2: for PostgreSQL backend') + cd "$srcdir/Django-$pkgver" + python setup.py install --root="$pkgdir" --optimize=1 + + ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py + ln -s django-admin "$pkgdir"/usr/bin/django-admin3 + install -Dm644 extras/django_bash_completion \ +"$pkgdir"/usr/share/bash-completion/completions/django-admin.py + ln -s django-admin.py \ +"$pkgdir"/usr/share/bash-completion/completions/django-admin + ln -s django-admin.py \ +"$pkgdir"/usr/share/bash-completion
[arch-commits] Commit in bluez/repos (12 files)
Date: Thursday, April 2, 2015 @ 21:54:47 Author: andyrtr Revision: 235351 archrelease: copy trunk to extra-i686, extra-x86_64 Added: bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (from rev 235350, bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch) bluez/repos/extra-i686/PKGBUILD (from rev 235350, bluez/trunk/PKGBUILD) bluez/repos/extra-i686/bluetooth.modprobe (from rev 235350, bluez/trunk/bluetooth.modprobe) bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (from rev 235350, bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch) bluez/repos/extra-x86_64/PKGBUILD (from rev 235350, bluez/trunk/PKGBUILD) bluez/repos/extra-x86_64/bluetooth.modprobe (from rev 235350, bluez/trunk/bluetooth.modprobe) Deleted: bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch bluez/repos/extra-i686/PKGBUILD bluez/repos/extra-i686/bluetooth.modprobe bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch bluez/repos/extra-x86_64/PKGBUILD bluez/repos/extra-x86_64/bluetooth.modprobe ---+ /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch | 118 +++ /PKGBUILD | 300 ++ /bluetooth.modprobe |6 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch | 59 - extra-i686/PKGBUILD | 150 - extra-i686/bluetooth.modprobe |3 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch | 59 - extra-x86_64/PKGBUILD | 150 - extra-x86_64/bluetooth.modprobe |3 9 files changed, 424 insertions(+), 424 deletions(-) Deleted: extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch === --- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 2015-04-02 19:54:15 UTC (rev 235350) +++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 2015-04-02 19:54:47 UTC (rev 235351) @@ -1,59 +0,0 @@ -From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001 -From: Giovanni Campagna -Date: Sat, 12 Oct 2013 17:45:25 +0200 -Subject: [PATCH] Allow using obexd without systemd in the user session - -Not all sessions run systemd --user (actually, the majority -doesn't), so the dbus daemon must be able to spawn obexd -directly, and to do so it needs the full path of the daemon. - Makefile.obexd | 4 ++-- - obexd/src/org.bluez.obex.service| 4 - obexd/src/org.bluez.obex.service.in | 4 - 3 files changed, 6 insertions(+), 6 deletions(-) - delete mode 100644 obexd/src/org.bluez.obex.service - create mode 100644 obexd/src/org.bluez.obex.service.in - -diff --git a/Makefile.obexd b/Makefile.obexd -index 3760867..142e7c3 100644 a/Makefile.obexd -+++ b/Makefile.obexd -@@ -2,12 +2,12 @@ - if SYSTEMD - systemduserunitdir = @SYSTEMD_USERUNITDIR@ - systemduserunit_DATA = obexd/src/obex.service -+endif - - dbussessionbusdir = @DBUS_SESSIONBUSDIR@ - dbussessionbus_DATA = obexd/src/org.bluez.obex.service --endif - --EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service -+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in - - obex_plugindir = $(libdir)/obex/plugins - -diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service -deleted file mode 100644 -index a538088..000 a/obexd/src/org.bluez.obex.service -+++ /dev/null -@@ -1,4 +0,0 @@ --[D-BUS Service] --Name=org.bluez.obex --Exec=/bin/false --SystemdService=dbus-org.bluez.obex.service -diff --git a/obexd/src/org.bluez.obex.service.in b/obexd/src/org.bluez.obex.service.in -new file mode 100644 -index 000..9c815f2 /dev/null -+++ b/obexd/src/org.bluez.obex.service.in -@@ -0,0 +1,4 @@ -+[D-BUS Service] -+Name=org.bluez.obex -+Exec=@libexecdir@/obexd -+SystemdService=dbus-org.bluez.obex.service --- -1.8.3.1 - - Copied: bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (from rev 235350, bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch) === --- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (rev 0) +++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 2015-04-02 19:54:47 UTC (r
[arch-commits] Commit in bluez/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 21:54:15 Author: andyrtr Revision: 235350 upgpkg: bluez 5.30-1 upstream update 5.30 Modified: bluez/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 16:11:44 UTC (rev 235349) +++ PKGBUILD2015-04-02 19:54:15 UTC (rev 235350) @@ -5,7 +5,7 @@ pkgbase=bluez pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins') -pkgver=5.29 +pkgver=5.30 pkgrel=1 url="http://www.bluez.org/"; arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch bluetooth.modprobe) # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc -sha256sums=('df216a6d5ec6133355e5d4ed6b5e7a188a940940d337374e166758513246f0e4' +sha256sums=('1e3a4adb5a097dab83b3cf58e09c9541b815c6f33e3da972e18dfd1eb05d382c' 'SKIP' '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b' '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 20:51:52 Author: anatolik Revision: 130551 shairport-sync: enable dns_sd support Modified: shairport-sync/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 18:47:40 UTC (rev 130550) +++ PKGBUILD2015-04-02 18:51:52 UTC (rev 130551) @@ -26,7 +26,7 @@ cd shairport-sync-$pkgver autoreconf -i -f - ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl --with-soxr + ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd make }
[arch-commits] Commit in shairport-sync/trunk (shairport-sync.service)
Date: Thursday, April 2, 2015 @ 20:47:40 Author: anatolik Revision: 130550 shairport-sync: add missing systemd service file Added: shairport-sync/trunk/shairport-sync.service + shairport-sync.service | 13 + 1 file changed, 13 insertions(+) Added: shairport-sync.service === --- shairport-sync.service (rev 0) +++ shairport-sync.service 2015-04-02 18:47:40 UTC (rev 130550) @@ -0,0 +1,13 @@ +[Unit] +Description=ShairportSync AirTunes receiver +After=sound.target +Requires=avahi-daemon.service +After=avahi-daemon.service + +[Service] +EnvironmentFile=/etc/conf.d/shairport-sync +ExecStart=/usr/bin/shairport-sync +Restart=always + +[Install] +WantedBy=multi-user.target
[arch-commits] Commit in (5 files)
Date: Thursday, April 2, 2015 @ 20:46:53 Author: anatolik Revision: 130549 Move shairport-sync from AUR to [community] Added: shairport-sync/ shairport-sync/repos/ shairport-sync/trunk/ shairport-sync/trunk/PKGBUILD shairport-sync/trunk/shairport-sync.conf -+ PKGBUILD| 38 ++ shairport-sync.conf |1 + 2 files changed, 39 insertions(+) Added: shairport-sync/trunk/PKGBUILD === --- shairport-sync/trunk/PKGBUILD (rev 0) +++ shairport-sync/trunk/PKGBUILD 2015-04-02 18:46:53 UTC (rev 130549) @@ -0,0 +1,38 @@ +# Maintainer: Anatol Pomozov + +pkgname=shairport-sync +pkgver=2.2.2 +pkgrel=2 +pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones' +url='https://github.com/mikebrady/shairport-sync' +arch=(i686 x86_64) +license=(GPL) +depends=(openssl avahi libsoxr popt alsa-lib) +source=(https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip +shairport-sync.service +shairport-sync.conf +remove_rc.patch) +sha1sums=('5360f4bd6a6b9678a8d7d3c2006db2146cda2d69' + '5f3f8d8c64d90603d9efc2faed4c80f9221a2f25' + 'f16217da0fe559616db36e37214853c42e7f24ae' + '48174838de1ef4672bd71511753f05fd845b7137') + +prepare() { + cd shairport-sync-$pkgver + patch -p1 < ../remove_rc.patch +} + +build() { + cd shairport-sync-$pkgver + + autoreconf -i -f + ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl --with-soxr + make +} + +package() { + cd shairport-sync-$pkgver + make DESTDIR="$pkgdir" install + install -D -m644 "$srcdir"/shairport-sync.service "$pkgdir"/usr/lib/systemd/system/shairport-sync.service + install -D -m644 "$srcdir"/shairport-sync.conf "$pkgdir"/etc/conf.d/shairport-sync +} Property changes on: shairport-sync/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: shairport-sync/trunk/shairport-sync.conf === --- shairport-sync/trunk/shairport-sync.conf(rev 0) +++ shairport-sync/trunk/shairport-sync.conf2015-04-02 18:46:53 UTC (rev 130549) @@ -0,0 +1 @@ +# ShairportSync Daemon options
[arch-commits] Commit in (5 files)
Date: Thursday, April 2, 2015 @ 20:32:00 Author: anatolik Revision: 130548 Move libsoxr from AUR to [community] Added: libsoxr/ libsoxr/repos/ libsoxr/trunk/ libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch libsoxr/trunk/PKGBUILD -+ 0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch | 26 PKGBUILD| 55 ++ 2 files changed, 81 insertions(+) Added: libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch === --- libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch (rev 0) +++ libsoxr/trunk/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch 2015-04-02 18:32:00 UTC (rev 130548) @@ -0,0 +1,26 @@ +From fb8657b4469f864f9722d28bbb86c9b8a53446ac Mon Sep 17 00:00:00 2001 +From: Rob Sykes +Date: Sun, 7 Apr 2013 07:39:36 +0100 +Subject: [PATCH 1/1] fix ineffectual SOXR_MINIMUM_PHASE and + SOXR_INTERMEDIATE_PHASE in soxr_quality_spec recipe + +--- + src/soxr.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/soxr.c b/src/soxr.c +index 93dd9c1..36b0251 100644 +--- a/src/soxr.c b/src/soxr.c +@@ -85,7 +85,7 @@ soxr_quality_spec_t soxr_quality_spec(unsigned long recipe, unsigned long flags) + quality = 6; + else if (quality > 10) + quality = 0; +- p->phase_response = "\62\31\144"[(recipe & 0x30)>>8]; ++ p->phase_response = "\62\31\144"[(recipe & 0x30) >> 4]; + p->stopband_begin = 1; + p->precision = !quality? 0: quality < 3? 16 : quality < 8? 4 + quality * 4 : 55 - quality * 4; + rej = p->precision * linear_to_dB(2.); +-- +2.3.5 + Added: libsoxr/trunk/PKGBUILD === --- libsoxr/trunk/PKGBUILD (rev 0) +++ libsoxr/trunk/PKGBUILD 2015-04-02 18:32:00 UTC (rev 130548) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: JSpaces +# Contributor: Triode + +pkgname=libsoxr +pkgver=0.1.1 +pkgrel=3 +pkgdesc='The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio' +arch=(i686 x86_64) +url='http://sourceforge.net/p/soxr/wiki/Home/' +license=(GPL) +depends=(gcc-libs) +makedepends=(cmake) +options=(!emptydirs) +source=(http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz +0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch) +sha1sums=('f5d90e375db3914a522fef477898bde8c70243e7' + '73e6a3418001ce01aa16c3d8e29e2535d0158111') + +prepare() { + cd soxr-$pkgver-Source + patch -p1 < "$srcdir"/0001-fix-ineffectual-SOXR_MINIMUM_PHASE-and-SOXR_INTERMED.patch +} + +build() { + cd soxr-$pkgver-Source + cmake \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_EXAMPLES=OFF \ +-DBUILD_SHARED_LIBS=ON \ +-DCMAKE_BUILD_TYPE=Release \ +-DVISIBILITY_HIDDENL=ON \ +-DWITH_AVFFT=ON \ +-DWITH_DOUBLE_PRECISION=ON \ +-DWITH_LSR_BINDINGS=ON \ +-DWITH_OPENMP=ON \ +-DWITH_PFFFT=ON \ +-DWITH_SIMD=ON \ +. + make +} + +check() { + cd soxr-$pkgver-Source + make test +} + +package() { + cd soxr-$pkgver-Source + + make DESTDIR="$pkgdir" install + install -Dm644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + rm -r "$pkgdir"/usr/share/doc/$pkgname/ +} Property changes on: libsoxr/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in mldonkey/repos (12 files)
Date: Thursday, April 2, 2015 @ 19:23:31 Author: anatolik Revision: 130547 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: mldonkey/repos/community-testing-i686/ mldonkey/repos/community-testing-i686/PKGBUILD (from rev 130546, mldonkey/trunk/PKGBUILD) mldonkey/repos/community-testing-i686/mldonkey.conf (from rev 130546, mldonkey/trunk/mldonkey.conf) mldonkey/repos/community-testing-i686/mldonkey.install (from rev 130546, mldonkey/trunk/mldonkey.install) mldonkey/repos/community-testing-i686/mldonkey.service (from rev 130546, mldonkey/trunk/mldonkey.service) mldonkey/repos/community-testing-i686/mldonkey.tmpfiles (from rev 130546, mldonkey/trunk/mldonkey.tmpfiles) mldonkey/repos/community-testing-x86_64/ mldonkey/repos/community-testing-x86_64/PKGBUILD (from rev 130546, mldonkey/trunk/PKGBUILD) mldonkey/repos/community-testing-x86_64/mldonkey.conf (from rev 130546, mldonkey/trunk/mldonkey.conf) mldonkey/repos/community-testing-x86_64/mldonkey.install (from rev 130546, mldonkey/trunk/mldonkey.install) mldonkey/repos/community-testing-x86_64/mldonkey.service (from rev 130546, mldonkey/trunk/mldonkey.service) mldonkey/repos/community-testing-x86_64/mldonkey.tmpfiles (from rev 130546, mldonkey/trunk/mldonkey.tmpfiles) + community-testing-i686/PKGBUILD| 48 +++ community-testing-i686/mldonkey.conf |2 + community-testing-i686/mldonkey.install| 29 community-testing-i686/mldonkey.service| 10 + community-testing-i686/mldonkey.tmpfiles |1 community-testing-x86_64/PKGBUILD | 48 +++ community-testing-x86_64/mldonkey.conf |2 + community-testing-x86_64/mldonkey.install | 29 community-testing-x86_64/mldonkey.service | 10 + community-testing-x86_64/mldonkey.tmpfiles |1 10 files changed, 180 insertions(+) Copied: mldonkey/repos/community-testing-i686/PKGBUILD (from rev 130546, mldonkey/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-04-02 17:23:31 UTC (rev 130547) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Anatol Pomozov + +pkgname=mldonkey +pkgver=3.1.5 +pkgrel=3 +pkgdesc='A multi-network P2P client' +arch=(i686 x86_64) +url='http://mldonkey.sourceforge.net/' +license=(GPL) +depends=(file gd miniupnpc libnatpmp) +makedepends=(gtk2 librsvg) # we build our own version of ocaml and lablgtk2 +optdepends=('librsvg: GUI support' +'gtk2: GUI support') +backup=(etc/conf.d/mldonkey) +install=mldonkey.install +source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2 +mldonkey.conf +mldonkey.service +mldonkey.tmpfiles +http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz +https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz) +sha256sums=('74f9d4bcc72356aa28d0812767ef5b9daa03efc5d1ddabf56447dc04969911cb' +'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a' +'778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415' +'45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc' +'d964b385e110c1517c9de1c6331476d5e7a3585cc692b6b6b8973f3a9be7da4b' +'4981abedabdc462303f345104042c88af227ccd50fd30a9bf48fd353ab02d0ba') + +build() { + cd mldonkey-$pkgver + # mldonkey hardcodes its dependencies to some specific version + ln -s "$srcdir"/ocaml-3.12.0.tar.gz "$srcdir"/lablgtk-2.14.2.tar.gz patches/ + ./configure --prefix=/usr --enable-gui=newgui2 --enable-upnp-natpmp --enable-batch + make +} + +package() { + cd mldonkey-$pkgver + make DESTDIR="$pkgdir" install + + install -Dm644 icons/rsvg/type_source_normal.svg "$pkgdir"/usr/share/icons/mldonkey.svg + install -Dm644 distrib/mldonkey.desktop "$pkgdir"/usr/share/applications/mldonkey.desktop + + install -Dm644 "$srcdir"/mldonkey.conf "$pkgdir"/etc/conf.d/mldonkey + install -Dm644 "$srcdir"/mldonkey.service "$pkgdir"/usr/lib/systemd/system/mldonkey.service + install -Dm644 "$srcdir"/mldonkey.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/mldonkey.conf +} Copied: mldonkey/repos/community-testing-i686/mldonkey.conf (from rev 130546, mldonkey/trunk/mldonkey.conf) === --- community-testing-i686/mldonkey.conf(rev 0) +++ community-testing-i686/mldonkey.conf2015-04-02 17:23:31 UTC (rev 130547) @@ -0,0 +1,2 @@ +# Parameters to be passed to the daemon (default is empty) +PARAMS="" Copied: mldonkey/repos/community-testing-i686/mldonkey.install (from rev 130546, mldonkey/trunk/mldonkey.install)
[arch-commits] Commit in mldonkey/trunk (PKGBUILD mldonkey.install)
Date: Thursday, April 2, 2015 @ 19:22:32 Author: anatolik Revision: 130546 upgpkg: mldonkey 3.1.5-3 Create tmp files on package install Modified: mldonkey/trunk/PKGBUILD mldonkey/trunk/mldonkey.install --+ PKGBUILD |9 - mldonkey.install |4 2 files changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 15:28:27 UTC (rev 130545) +++ PKGBUILD2015-04-02 17:22:32 UTC (rev 130546) @@ -3,13 +3,13 @@ pkgname=mldonkey pkgver=3.1.5 -pkgrel=2 +pkgrel=3 pkgdesc='A multi-network P2P client' arch=(i686 x86_64) url='http://mldonkey.sourceforge.net/' license=(GPL) depends=(file gd miniupnpc libnatpmp) -makedepends=(lablgtk2 librsvg ocaml) +makedepends=(gtk2 librsvg) # we build our own version of ocaml and lablgtk2 optdepends=('librsvg: GUI support' 'gtk2: GUI support') backup=(etc/conf.d/mldonkey) @@ -29,9 +29,8 @@ build() { cd mldonkey-$pkgver - cp ../ocaml-3.12.0.tar.gz patches/ - cp ../lablgtk-2.14.2.tar.gz patches/ - # mldonkey requires the old version of ocaml + # mldonkey hardcodes its dependencies to some specific version + ln -s "$srcdir"/ocaml-3.12.0.tar.gz "$srcdir"/lablgtk-2.14.2.tar.gz patches/ ./configure --prefix=/usr --enable-gui=newgui2 --enable-upnp-natpmp --enable-batch make } Modified: mldonkey.install === --- mldonkey.install2015-04-02 15:28:27 UTC (rev 130545) +++ mldonkey.install2015-04-02 17:22:32 UTC (rev 130546) @@ -12,6 +12,10 @@ if type -P update-desktop-database &> /dev/null; then update-desktop-database -q fi + + if type -P systemd-tmpfiles &> /dev/null; then +systemd-tmpfiles --create mldonkey.conf + fi } post_upgrade() {
[arch-commits] Commit in llvm/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 18:11:23 Author: foutrelis Revision: 235348 upgpkg: llvm 3.6.0-4 Fix shebang in git-clang-format to use Python 2 (FS#44368). Modified: llvm/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 15:13:46 UTC (rev 235347) +++ PKGBUILD2015-04-02 16:11:23 UTC (rev 235348) @@ -12,7 +12,7 @@ pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer' 'clang-tools-extra') pkgver=3.6.0 -pkgrel=3 +pkgrel=4 _ocaml_ver=4.02.1 arch=('i686' 'x86_64') url="http://llvm.org/"; @@ -263,7 +263,7 @@ clang-format.py \ "$pkgdir/usr/share/$pkgname/" cp git-clang-format "$pkgdir/usr/bin/" -sed -i 's|/usr/bin/python$|&2|' \ +sed -i 's|/usr/bin/env python|&2|' \ "$pkgdir/usr/bin/git-clang-format" \ "$pkgdir/usr/share/$pkgname/clang-format-diff.py" )
[arch-commits] Commit in llvm/repos (16 files)
Date: Thursday, April 2, 2015 @ 18:11:44 Author: foutrelis Revision: 235349 archrelease: copy trunk to extra-i686, extra-x86_64 Added: llvm/repos/extra-i686/PKGBUILD (from rev 235348, llvm/trunk/PKGBUILD) llvm/repos/extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch (from rev 235348, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch) llvm/repos/extra-i686/llvm-Config-config.h (from rev 235348, llvm/trunk/llvm-Config-config.h) llvm/repos/extra-i686/llvm-Config-llvm-config.h (from rev 235348, llvm/trunk/llvm-Config-llvm-config.h) llvm/repos/extra-x86_64/PKGBUILD (from rev 235348, llvm/trunk/PKGBUILD) llvm/repos/extra-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch (from rev 235348, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch) llvm/repos/extra-x86_64/llvm-Config-config.h (from rev 235348, llvm/trunk/llvm-Config-config.h) llvm/repos/extra-x86_64/llvm-Config-llvm-config.h (from rev 235348, llvm/trunk/llvm-Config-llvm-config.h) Deleted: llvm/repos/extra-i686/PKGBUILD llvm/repos/extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch llvm/repos/extra-i686/llvm-Config-config.h llvm/repos/extra-i686/llvm-Config-llvm-config.h llvm/repos/extra-x86_64/PKGBUILD llvm/repos/extra-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch llvm/repos/extra-x86_64/llvm-Config-config.h llvm/repos/extra-x86_64/llvm-Config-llvm-config.h --+ /PKGBUILD| 648 + /llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch | 60 + /llvm-Config-config.h| 18 /llvm-Config-llvm-config.h | 18 extra-i686/PKGBUILD | 331 -- extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch | 30 extra-i686/llvm-Config-config.h |9 extra-i686/llvm-Config-llvm-config.h |9 extra-x86_64/PKGBUILD| 331 -- extra-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch | 30 extra-x86_64/llvm-Config-config.h|9 extra-x86_64/llvm-Config-llvm-config.h |9 12 files changed, 744 insertions(+), 758 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 235348:235349 to see the changes.
[arch-commits] Commit in recoll/repos (8 files)
Date: Thursday, April 2, 2015 @ 17:28:27 Author: spupykin Revision: 130545 archrelease: copy trunk to community-i686, community-x86_64 Added: recoll/repos/community-i686/PKGBUILD (from rev 130544, recoll/trunk/PKGBUILD) recoll/repos/community-i686/recoll.install (from rev 130544, recoll/trunk/recoll.install) recoll/repos/community-x86_64/PKGBUILD (from rev 130544, recoll/trunk/PKGBUILD) recoll/repos/community-x86_64/recoll.install (from rev 130544, recoll/trunk/recoll.install) Deleted: recoll/repos/community-i686/PKGBUILD recoll/repos/community-i686/recoll.install recoll/repos/community-x86_64/PKGBUILD recoll/repos/community-x86_64/recoll.install -+ /PKGBUILD | 124 ++ /recoll.install | 26 +++ community-i686/PKGBUILD | 62 --- community-i686/recoll.install | 13 --- community-x86_64/PKGBUILD | 62 --- community-x86_64/recoll.install | 13 --- 6 files changed, 150 insertions(+), 150 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 15:28:11 UTC (rev 130544) +++ community-i686/PKGBUILD 2015-04-02 15:28:27 UTC (rev 130545) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Daniel J Griffiths -# Contributor: Andrea Scarpino -# Contributor: Vladimir Chizhov -# Contributor: Robert Emil Berge - -pkgname=recoll -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Full text search tool based on Xapian backend" -arch=('i686' 'x86_64') -url="http://www.lesbonscomptes.com/recoll/"; -license=('GPL') -depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 'qtwebkit') -makedepends=('python2') -optdepends=('libxslt: for XML based formats (fb2,etc)' - 'unzip: for the OpenOffice.org documents' - 'poppler: for pdf' - 'pstotext: for postscipt' - 'antiword: for msword' - 'catdoc: for ms excel and powerpoint' - 'unrtf: for RTF' - 'untex: for dvi support with dvips' - 'djvulibre: for djvu' - 'id3lib: for mp3 tags support with id3info' - 'python2: for using some filters' - 'mutagen: Audio metadata' - 'python2-pychm: CHM files' - 'perl-image-exiftool: EXIF data from raw files' - 'aspell-en: English stemming support') -install=recoll.install -source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";) -md5sums=('34b3e33a0b7c28e96157103ca4b5ec3b') - -build() { - cd "$srcdir/$pkgname-${pkgver/_/}" - - msg2 "Python2 fix" - export PYTHON=/usr/bin/python2 - for file in filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar} \ - doc/user/usermanual.html; do - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$file" - done - sed -i 's_python$_python2_' desktop/hotrecoll.py - sed -i 's_python _python2 _' python/recoll/Makefile recollinstall* - - sed -i '1,1i#include ' utils/rclionice.cpp - - QMAKE=qmake-qt4 ./configure \ ---prefix=/usr \ ---mandir=/usr/share/man - make -} - -package() { - cd "$srcdir/$pkgname-${pkgver/_/}" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: recoll/repos/community-i686/PKGBUILD (from rev 130544, recoll/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 15:28:27 UTC (rev 130545) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Daniel J Griffiths +# Contributor: Andrea Scarpino +# Contributor: Vladimir Chizhov +# Contributor: Robert Emil Berge + +pkgname=recoll +pkgver=1.20.4 +pkgrel=1 +pkgdesc="Full text search tool based on Xapian backend" +arch=('i686' 'x86_64') +url="http://www.lesbonscomptes.com/recoll/"; +license=('GPL') +depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 'qtwebkit') +makedepends=('python2') +optdepends=('libxslt: for XML based formats (fb2,etc)' + 'unzip: for the OpenOffice.org documents' + 'poppler: for pdf' + 'pstotext: for postscipt' + 'antiword: for msword' + 'catdoc: for ms excel and powerpoint' + 'unrtf: for RTF' + 'untex: for dvi support with dvips' + 'djvulibre: for djvu' + 'id3lib: for mp3 tags support with id3info' + 'python2: for using some filters' + 'mutagen: Audio metadata' + 'python2-pychm: CHM files' + 'perl-image-exiftool: EXIF data from raw files' + 'aspell-en: English stemming support') +install=recoll.install +source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";) +md5sums=('bbe7fec46acc7e09de90f293cbf7
[arch-commits] Commit in recoll/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 17:28:11 Author: spupykin Revision: 130544 upgpkg: recoll 1.20.4-1 upd Modified: recoll/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 13:53:17 UTC (rev 130543) +++ PKGBUILD2015-04-02 15:28:11 UTC (rev 130544) @@ -6,7 +6,7 @@ # Contributor: Robert Emil Berge pkgname=recoll -pkgver=1.20.1 +pkgver=1.20.4 pkgrel=1 pkgdesc="Full text search tool based on Xapian backend" arch=('i686' 'x86_64') @@ -31,7 +31,7 @@ 'aspell-en: English stemming support') install=recoll.install source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";) -md5sums=('34b3e33a0b7c28e96157103ca4b5ec3b') +md5sums=('bbe7fec46acc7e09de90f293cbf7b19c') build() { cd "$srcdir/$pkgname-${pkgver/_/}"
[arch-commits] Commit in mercurial/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 17:13:36 Author: giovanni Revision: 235346 upgpkg: mercurial 3.3.3-1 upstream release Modified: mercurial/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 05:09:47 UTC (rev 235345) +++ PKGBUILD2015-04-02 15:13:36 UTC (rev 235346) @@ -3,7 +3,7 @@ # Contributor: Douglas Soares de Andrade pkgname=mercurial -pkgver=3.3.2 +pkgver=3.3.3 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ backup=('etc/mercurial/hgrc') source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"; 'mercurial.profile') -md5sums=('731f33b7c8c76e99efe74ab2c9ceebc8' +md5sums=('8648a6980fc12a5a424abe809ab4c6e5' '43e1d36564d4c7fbe9a091d3ea370a44') prepare() {
[arch-commits] Commit in mercurial/repos (8 files)
Date: Thursday, April 2, 2015 @ 17:13:46 Author: giovanni Revision: 235347 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mercurial/repos/extra-i686/PKGBUILD (from rev 235346, mercurial/trunk/PKGBUILD) mercurial/repos/extra-i686/mercurial.profile (from rev 235346, mercurial/trunk/mercurial.profile) mercurial/repos/extra-x86_64/PKGBUILD (from rev 235346, mercurial/trunk/PKGBUILD) mercurial/repos/extra-x86_64/mercurial.profile (from rev 235346, mercurial/trunk/mercurial.profile) Deleted: mercurial/repos/extra-i686/PKGBUILD mercurial/repos/extra-i686/mercurial.profile mercurial/repos/extra-x86_64/PKGBUILD mercurial/repos/extra-x86_64/mercurial.profile + /PKGBUILD | 102 +++ /mercurial.profile |2 extra-i686/PKGBUILD| 51 --- extra-i686/mercurial.profile |1 extra-x86_64/PKGBUILD | 51 --- extra-x86_64/mercurial.profile |1 6 files changed, 104 insertions(+), 104 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-04-02 15:13:36 UTC (rev 235346) +++ extra-i686/PKGBUILD 2015-04-02 15:13:46 UTC (rev 235347) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Douglas Soares de Andrade - -pkgname=mercurial -pkgver=3.3.2 -pkgrel=1 -pkgdesc="A scalable distributed SCM tool" -arch=('i686' 'x86_64') -url="http://mercurial.selenic.com/"; -license=('GPL') -depends=('python2') -optdepends=('tk: for the hgk GUI') -backup=('etc/mercurial/hgrc') -source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"; -'mercurial.profile') -md5sums=('731f33b7c8c76e99efe74ab2c9ceebc8' - '43e1d36564d4c7fbe9a091d3ea370a44') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i -e 's#env python#env python2#' mercurial/lsprof.py -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - python2 setup.py install --root="${pkgdir}/" --optimize=1 - - install -d ${pkgdir}/usr/share/man/{man1,man5} - install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1" - install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5" - install -m755 contrib/hgk "${pkgdir}/usr/bin" - install -m644 -D contrib/zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_hg" - install -m644 -D contrib/bash_completion "${pkgdir}/usr/share/bash-completion/completions/hg" - install -d "${pkgdir}/usr/share/emacs/site-lisp" - install -m644 contrib/{mq.el,mercurial.el} "${pkgdir}/usr/share/emacs/site-lisp" - - vimpath="${pkgdir}/usr/share/vim/vimfiles" - install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim" - - # set some variables - install -m755 -d ${pkgdir}/etc/profile.d - install -m755 ${srcdir}/mercurial.profile "${pkgdir}/etc/profile.d/mercurial.sh" - - # install configuration file - install -m755 -d ${pkgdir}/etc/mercurial - # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc" - - # FS#38825 - Add certs config to package - echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> "${pkgdir}/etc/mercurial/hgrc" -} Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 235346, mercurial/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-04-02 15:13:46 UTC (rev 235347) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Douglas Soares de Andrade + +pkgname=mercurial +pkgver=3.3.3 +pkgrel=1 +pkgdesc="A scalable distributed SCM tool" +arch=('i686' 'x86_64') +url="http://mercurial.selenic.com/"; +license=('GPL') +depends=('python2') +optdepends=('tk: for the hgk GUI') +backup=('etc/mercurial/hgrc') +source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"; +'mercurial.profile') +md5sums=('8648a6980fc12a5a424abe809ab4c6e5' + '43e1d36564d4c7fbe9a091d3ea370a44') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i -e 's#env python#env python2#' mercurial/lsprof.py +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + python2 setup.py install --root="${pkgdir}/" --optimize=1 + + install -d ${pkgdir}/usr/share/man/{man1,man5} + install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1" + install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5" + install -m755 contrib/hgk "${pkgdir}/usr/bin" + install -m644 -D contrib/zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_hg" + install -m644 -D contrib/bash_completion "${pkgdir}/usr/share/bash-completion/completions/hg" + install -d "${pkgdir}/usr/share/emacs/site-lisp" + install -m644 contrib/{mq.el,mercurial.el} "${pkgdir}/usr/share/emacs/site-lisp" + + vimpath="${pkgdir}/usr/share/vim/vimfiles" + install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.
[arch-commits] Commit in phpmyadmin/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, April 2, 2015 @ 15:53:17 Author: spupykin Revision: 130543 archrelease: copy trunk to community-any Added: phpmyadmin/repos/community-any/PKGBUILD (from rev 130542, phpmyadmin/trunk/PKGBUILD) Deleted: phpmyadmin/repos/community-any/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-04-02 13:53:06 UTC (rev 130542) +++ PKGBUILD2015-04-02 13:53:17 UTC (rev 130543) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Bartłomiej Piotrowski -# Contributor: Sergej Pupykin -# Contributor: tobias -# Contributor: Manolis Tzanidakis -# Contributor: Simon Lackerbauer - -pkgname=phpmyadmin -pkgver=4.3.13 -pkgrel=1 -pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' -arch=('any') -url='http://www.phpmyadmin.net' -license=('GPL') -depends=('mariadb-clients' 'php') -optdepends=('php-mcrypt: to use phpMyAdmin internal authentication') -backup=(etc/webapps/phpmyadmin/config.inc.php) -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -md5sums=('7983eadd8d7e5be95a804df4193648c4') - -package() { - _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin - mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin - cd "$_instdir" - - cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* . - - ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php - cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php -} Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 130542, phpmyadmin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-04-02 13:53:17 UTC (rev 130543) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: +# Contributor: Bartłomiej Piotrowski +# Contributor: Sergej Pupykin +# Contributor: tobias +# Contributor: Manolis Tzanidakis +# Contributor: Simon Lackerbauer + +pkgname=phpmyadmin +pkgver=4.4.0 +pkgrel=1 +pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' +arch=('any') +url='http://www.phpmyadmin.net' +license=('GPL') +depends=('mariadb-clients' 'php') +optdepends=('php-mcrypt: to use phpMyAdmin internal authentication') +backup=(etc/webapps/phpmyadmin/config.inc.php) +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) +md5sums=('e7464c16025d398dfc3f79a0725a98d8') + +package() { + _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin + mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin + cd "$_instdir" + + cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* . + + ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php + cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php +}
[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 15:53:06 Author: spupykin Revision: 130542 upgpkg: phpmyadmin 4.4.0-1 upd Modified: phpmyadmin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 12:55:41 UTC (rev 130541) +++ PKGBUILD2015-04-02 13:53:06 UTC (rev 130542) @@ -7,7 +7,7 @@ # Contributor: Simon Lackerbauer pkgname=phpmyadmin -pkgver=4.3.13 +pkgver=4.4.0 pkgrel=1 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' arch=('any') @@ -17,7 +17,7 @@ optdepends=('php-mcrypt: to use phpMyAdmin internal authentication') backup=(etc/webapps/phpmyadmin/config.inc.php) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -md5sums=('7983eadd8d7e5be95a804df4193648c4') +md5sums=('e7464c16025d398dfc3f79a0725a98d8') package() { _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
[arch-commits] Commit in (mplayer-vaapi)
Date: Thursday, April 2, 2015 @ 14:55:08 Author: foutrelis Revision: 130540 Drop mplayer-vaapi from [community] https://lists.archlinux.org/pipermail/arch-dev-public/2015-March/027032.html Deleted: mplayer-vaapi/
[arch-commits] Commit in (frostwire)
Date: Thursday, April 2, 2015 @ 14:55:41 Author: foutrelis Revision: 130541 Drop frostwire from [community] https://lists.archlinux.org/pipermail/arch-dev-public/2015-March/027050.html Deleted: frostwire/
[arch-commits] Commit in hedgewars/repos (6 files)
Date: Thursday, April 2, 2015 @ 14:30:37 Author: spupykin Revision: 130536 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: hedgewars/repos/community-staging-i686/ hedgewars/repos/community-staging-i686/PKGBUILD (from rev 130535, hedgewars/trunk/PKGBUILD) hedgewars/repos/community-staging-i686/hedgewars.png (from rev 130535, hedgewars/trunk/hedgewars.png) hedgewars/repos/community-staging-x86_64/ hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 130535, hedgewars/trunk/PKGBUILD) hedgewars/repos/community-staging-x86_64/hedgewars.png (from rev 130535, hedgewars/trunk/hedgewars.png) ---+ community-staging-i686/PKGBUILD | 54 community-staging-x86_64/PKGBUILD | 54 2 files changed, 108 insertions(+) Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 130535, hedgewars/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-04-02 12:30:37 UTC (rev 130536) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Sergej Pupykin + +pkgname=hedgewars +pkgver=0.9.21.1 +pkgrel=2 +pkgdesc="Turn-based strategy artillery game similiar to Worms" +arch=('i686' 'x86_64') +url="http://hedgewars.org"; +license=('GPL' 'custom') +depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 'ffmpeg' 'glut' 'physfs') +makedepends=('fpc' 'cmake' +# haskell specific +'ghc' +'haskell-network' +'haskell-bytestring-show' +'haskell-utf8-string' +'haskell-dataenc' +'haskell-hslogger' +'haskell-vector' +'haskell-entropy' +'haskell-sha' +'haskell-zlib' +'haskell-random') +source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2 +hedgewars.png) +md5sums=('5c87b1ff54c861ae0cae6a9c1198f957' + 'eeb14d50df39063549ac5eca9dbc65d1') + +prepare() { + cd $pkgname-src-* + sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = seq x ()|' gameServer/CoreTypes.hs +} + +build() { + cd $pkgname-src-* + mkdir -p $srcdir/bin + ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease + export PATH=$srcdir/bin:$PATH + cmake \ + -DCMAKE_BUILD_TYPE="Release" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DDATA_INSTALL_DIR=/usr/share/hedgewars \ + -DNOSERVER=0 . + make +} + +package() { + cd $pkgname-src-* + make DESTDIR=$pkgdir install + install -D -m644 Fonts_LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt + install -D -m644 $srcdir/hedgewars.png $pkgdir/usr/share/pixmaps/hedgewars.png + install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop $pkgdir/usr/share/applications/hedgewars.desktop +} Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 130535, hedgewars/trunk/hedgewars.png) === (Binary files differ) Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 130535, hedgewars/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-04-02 12:30:37 UTC (rev 130536) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Sergej Pupykin + +pkgname=hedgewars +pkgver=0.9.21.1 +pkgrel=2 +pkgdesc="Turn-based strategy artillery game similiar to Worms" +arch=('i686' 'x86_64') +url="http://hedgewars.org"; +license=('GPL' 'custom') +depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 'ffmpeg' 'glut' 'physfs') +makedepends=('fpc' 'cmake' +# haskell specific +'ghc' +'haskell-network' +'haskell-bytestring-show' +'haskell-utf8-string' +'haskell-dataenc' +'haskell-hslogger' +'haskell-vector' +'haskell-entropy' +'haskell-sha' +'haskell-zlib' +'haskell-random') +source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2 +hedgewars.png) +md5sums=('5c87b1ff54c861ae0cae6a9c1198f957' + 'eeb14d50df39063549ac5eca9dbc65d1') + +prepare() { + cd $pkgname-src-* + sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = seq x ()|' gameServer/CoreTypes.hs +} + +build() { + cd $pkgname-src-* + mkdir -p $srcdir/bin + ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease + export PATH=$srcdir/bin:$PATH + cmake \ + -DCMAKE_BUILD_TYPE="Release" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DDATA_INSTALL_DIR=/usr/share/hedgewars \ + -DNOSERVER=0 . + make +} + +package() { + cd $pkgname-src-* + make DESTDIR=$pkgdir install + install -D -m644
[arch-commits] Commit in hedgewars/trunk (PKGBUILD fix-ghc-7.8-build-failure.diff)
Date: Thursday, April 2, 2015 @ 14:06:44 Author: spupykin Revision: 130535 Modified: hedgewars/trunk/PKGBUILD Deleted: hedgewars/trunk/fix-ghc-7.8-build-failure.diff + PKGBUILD | 11 --- fix-ghc-7.8-build-failure.diff | 13 - 2 files changed, 4 insertions(+), 20 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 11:51:45 UTC (rev 130534) +++ PKGBUILD2015-04-02 12:06:44 UTC (rev 130535) @@ -3,7 +3,7 @@ pkgname=hedgewars pkgver=0.9.21.1 -pkgrel=1 +pkgrel=2 pkgdesc="Turn-based strategy artillery game similiar to Worms" arch=('i686' 'x86_64') url="http://hedgewars.org"; @@ -23,16 +23,13 @@ 'haskell-zlib' 'haskell-random') source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2 -hedgewars.png -'fix-ghc-7.8-build-failure.diff') +hedgewars.png) md5sums=('5c87b1ff54c861ae0cae6a9c1198f957' - 'eeb14d50df39063549ac5eca9dbc65d1' - '84a85365cbbf7a1aabe4d0f37bd5f03f') + 'eeb14d50df39063549ac5eca9dbc65d1') prepare() { cd $pkgname-src-* -# patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff -# sed -i 's|\[ ! -a Hedgewars.app \]|\\[ ! -a Hedgewars.app \\]|' tools/CMakeLists.txt + sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = seq x ()|' gameServer/CoreTypes.hs } build() { Deleted: fix-ghc-7.8-build-failure.diff === --- fix-ghc-7.8-build-failure.diff 2015-04-02 11:51:45 UTC (rev 130534) +++ fix-ghc-7.8-build-failure.diff 2015-04-02 12:06:44 UTC (rev 130535) @@ -1,13 +0,0 @@ -diff --git a/gameServer/Actions.hs b/gameServer/Actions.hs -index 2cebe4f..355ee26 100644 a/gameServer/Actions.hs -+++ b/gameServer/Actions.hs -@@ -562,7 +562,7 @@ processAction (AddClient cl) = do - si <- gets serverInfo - newClId <- io $ do - ci <- addClient rnc cl --_ <- Exception.mask (forkIO . clientRecvLoop (clientSocket cl) (coreChan si) (sendChan cl) ci) -+_ <- Exception.mask (\x -> forkIO $ clientRecvLoop (clientSocket cl) (coreChan si) (sendChan cl) ci x) - - infoM "Clients" (show ci ++ ": New client. Time: " ++ show (connectTime cl)) -
[arch-commits] Commit in linux-grsec/repos (24 files)
Date: Thursday, April 2, 2015 @ 13:51:45 Author: thestinger Revision: 130534 archrelease: copy trunk to community-i686, community-x86_64 Added: linux-grsec/repos/community-i686/PKGBUILD (from rev 130533, linux-grsec/trunk/PKGBUILD) linux-grsec/repos/community-i686/change-default-console-loglevel.patch (from rev 130533, linux-grsec/trunk/change-default-console-loglevel.patch) linux-grsec/repos/community-i686/config (from rev 130533, linux-grsec/trunk/config) linux-grsec/repos/community-i686/config.x86_64 (from rev 130533, linux-grsec/trunk/config.x86_64) linux-grsec/repos/community-i686/linux-grsec.install (from rev 130533, linux-grsec/trunk/linux-grsec.install) linux-grsec/repos/community-i686/linux.preset (from rev 130533, linux-grsec/trunk/linux.preset) linux-grsec/repos/community-x86_64/PKGBUILD (from rev 130533, linux-grsec/trunk/PKGBUILD) linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch (from rev 130533, linux-grsec/trunk/change-default-console-loglevel.patch) linux-grsec/repos/community-x86_64/config (from rev 130533, linux-grsec/trunk/config) linux-grsec/repos/community-x86_64/config.x86_64 (from rev 130533, linux-grsec/trunk/config.x86_64) linux-grsec/repos/community-x86_64/linux-grsec.install (from rev 130533, linux-grsec/trunk/linux-grsec.install) linux-grsec/repos/community-x86_64/linux.preset (from rev 130533, linux-grsec/trunk/linux.preset) Deleted: linux-grsec/repos/community-i686/PKGBUILD linux-grsec/repos/community-i686/change-default-console-loglevel.patch linux-grsec/repos/community-i686/config linux-grsec/repos/community-i686/config.x86_64 linux-grsec/repos/community-i686/linux-grsec.install linux-grsec/repos/community-i686/linux.preset linux-grsec/repos/community-x86_64/PKGBUILD linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch linux-grsec/repos/community-x86_64/config linux-grsec/repos/community-x86_64/config.x86_64 linux-grsec/repos/community-x86_64/linux-grsec.install linux-grsec/repos/community-x86_64/linux.preset + /PKGBUILD | 650 /change-default-console-loglevel.patch | 22 /config|14886 +++ /config.x86_64 |14306 ++ /linux-grsec.install | 74 /linux.preset | 28 community-i686/PKGBUILD| 325 community-i686/change-default-console-loglevel.patch | 11 community-i686/config | 7443 --- community-i686/config.x86_64 | 7153 --- community-i686/linux-grsec.install | 37 community-i686/linux.preset| 14 community-x86_64/PKGBUILD | 325 community-x86_64/change-default-console-loglevel.patch | 11 community-x86_64/config| 7443 --- community-x86_64/config.x86_64 | 7153 --- community-x86_64/linux-grsec.install | 37 community-x86_64/linux.preset | 14 18 files changed, 29966 insertions(+), 29966 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 130533:130534 to see the changes.
[arch-commits] Commit in linux-grsec/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 13:50:47 Author: thestinger Revision: 130533 upgpkg: linux-grsec 3.19.3.201503311751-1 Modified: linux-grsec/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 11:25:24 UTC (rev 130532) +++ PKGBUILD2015-04-02 11:50:47 UTC (rev 130533) @@ -9,7 +9,7 @@ _srcname=linux-3.19 _pkgver=3.19.3 _grsecver=3.1 -_timestamp=201503270049 +_timestamp=201503311751 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch" pkgver=$_pkgver.$_timestamp pkgrel=1 @@ -34,7 +34,7 @@ 'SKIP' 'cd9474b61b859d68f83ff0b769bafef8489d2090e0a933d2a7e5f76a23cc071a' 'SKIP' -'8029a7d334c892fab588047fc9fc977d46e2ee3a43acdecdc40be47748bae654' +'2f748eaa0f955f3733dfea9ccca227805d9d79ae45d5ecf7974e2d4171fa9017' 'SKIP' '565eb62808216b0ea6fbf16647ffd907810b1d34e445b82d093134bb26c46b7b' '3861d6d5ac87d64209971d2f5e389246a1f10833bcd4519c05007a01ab881631'
[arch-commits] Commit in qmc2/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 13:25:09 Author: spupykin Revision: 130531 upgpkg: qmc2 0.50-1 upd Modified: qmc2/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 11:25:04 UTC (rev 130530) +++ PKGBUILD2015-04-02 11:25:09 UTC (rev 130531) @@ -3,7 +3,7 @@ # Contributor: JJDaNiMoTh pkgname=qmc2 -pkgver=0.47 +pkgver=0.50 pkgrel=1 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" url="http://qmc2.arcadehits.net"; @@ -12,7 +12,7 @@ depends=('qtwebkit' 'phonon' 'sdl') makedepends=('rsync' 'mesa') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";) -md5sums=('c4a82f09092b11e27dbbda85822782c8') +md5sums=('742085b3cbab5801b0331f488f8eff1c') build() { cd "$srcdir/$pkgname"
[arch-commits] Commit in poedit/repos (8 files)
Date: Thursday, April 2, 2015 @ 13:25:04 Author: spupykin Revision: 130530 archrelease: copy trunk to community-i686, community-x86_64 Added: poedit/repos/community-i686/PKGBUILD (from rev 130529, poedit/trunk/PKGBUILD) poedit/repos/community-i686/poedit.install (from rev 130529, poedit/trunk/poedit.install) poedit/repos/community-x86_64/PKGBUILD (from rev 130529, poedit/trunk/PKGBUILD) poedit/repos/community-x86_64/poedit.install (from rev 130529, poedit/trunk/poedit.install) Deleted: poedit/repos/community-i686/PKGBUILD poedit/repos/community-i686/poedit.install poedit/repos/community-x86_64/PKGBUILD poedit/repos/community-x86_64/poedit.install -+ /PKGBUILD | 66 ++ /poedit.install | 24 + community-i686/PKGBUILD | 33 --- community-i686/poedit.install | 12 -- community-x86_64/PKGBUILD | 33 --- community-x86_64/poedit.install | 12 -- 6 files changed, 90 insertions(+), 90 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 11:24:52 UTC (rev 130529) +++ community-i686/PKGBUILD 2015-04-02 11:25:04 UTC (rev 130530) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Andrea Scarpino -# Contributor: Giovanni Scafora -# Contributor: Alexander Fehr -# Contributor: Daniel J Griffiths - -pkgname=poedit -pkgver=1.7.4 -pkgrel=1 -pkgdesc="Cross-platform gettext catalogs (.po files) editor" -arch=('i686' 'x86_64') -url="http://www.poedit.net/"; -license=('MIT') -depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell') -makedepends=('boost' 'libsm') -install=poedit.install -#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) -#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz -source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz) -md5sums=('733b8aec84e508e6bb6b06e1acdfe2b1') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" -./configure --prefix=/usr --libexecdir=/usr/lib/poedit -make -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" -make DESTDIR="${pkgdir}" install -install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: poedit/repos/community-i686/PKGBUILD (from rev 130529, poedit/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 11:25:04 UTC (rev 130530) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Andrea Scarpino +# Contributor: Giovanni Scafora +# Contributor: Alexander Fehr +# Contributor: Daniel J Griffiths + +pkgname=poedit +pkgver=1.7.5 +pkgrel=1 +pkgdesc="Cross-platform gettext catalogs (.po files) editor" +arch=('i686' 'x86_64') +url="http://www.poedit.net/"; +license=('MIT') +depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell') +makedepends=('boost' 'libsm') +install=poedit.install +#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) +#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz +source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz) +md5sums=('d95cd2a6a4fec6f5e92475172e97c81d') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +./configure --prefix=/usr --libexecdir=/usr/lib/poedit +make +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +make DESTDIR="${pkgdir}" install +install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: community-i686/poedit.install === --- community-i686/poedit.install 2015-04-02 11:24:52 UTC (rev 130529) +++ community-i686/poedit.install 2015-04-02 11:25:04 UTC (rev 130530) @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: poedit/repos/community-i686/poedit.install (from rev 130529, poedit/trunk/poedit.install) === --- community-i686/poedit.install (rev 0) +++ community-i686/poedit.install 2015-04-02 11:25:04 UTC (rev 130530) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-04-02 11:24:52 UTC (rev 130529) +++ co
[arch-commits] Commit in qmc2/repos (4 files)
Date: Thursday, April 2, 2015 @ 13:25:24 Author: spupykin Revision: 130532 archrelease: copy trunk to community-i686, community-x86_64 Added: qmc2/repos/community-i686/PKGBUILD (from rev 130531, qmc2/trunk/PKGBUILD) qmc2/repos/community-x86_64/PKGBUILD (from rev 130531, qmc2/trunk/PKGBUILD) Deleted: qmc2/repos/community-i686/PKGBUILD qmc2/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 56 community-i686/PKGBUILD | 28 -- community-x86_64/PKGBUILD | 28 -- 3 files changed, 56 insertions(+), 56 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 11:25:09 UTC (rev 130531) +++ community-i686/PKGBUILD 2015-04-02 11:25:24 UTC (rev 130532) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: JJDaNiMoTh - -pkgname=qmc2 -pkgver=0.47 -pkgrel=1 -pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" -url="http://qmc2.arcadehits.net"; -license=("GPL") -arch=('i686' 'x86_64') -depends=('qtwebkit' 'phonon' 'sdl') -makedepends=('rsync' 'mesa') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";) -md5sums=('c4a82f09092b11e27dbbda85822782c8') - -build() { - cd "$srcdir/$pkgname" - export CTIME=0 - make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr QMAKE=qmake-qt4 -} - -package() { - cd "$srcdir/$pkgname" - make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr QMAKE=qmake-qt4 DESTDIR=$pkgdir install - install -d $pkgdir/usr/share/{applications,pixmaps} - install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps" -} Copied: qmc2/repos/community-i686/PKGBUILD (from rev 130531, qmc2/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 11:25:24 UTC (rev 130532) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: JJDaNiMoTh + +pkgname=qmc2 +pkgver=0.50 +pkgrel=1 +pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" +url="http://qmc2.arcadehits.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('qtwebkit' 'phonon' 'sdl') +makedepends=('rsync' 'mesa') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";) +md5sums=('742085b3cbab5801b0331f488f8eff1c') + +build() { + cd "$srcdir/$pkgname" + export CTIME=0 + make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr QMAKE=qmake-qt4 +} + +package() { + cd "$srcdir/$pkgname" + make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr QMAKE=qmake-qt4 DESTDIR=$pkgdir install + install -d $pkgdir/usr/share/{applications,pixmaps} + install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-04-02 11:25:09 UTC (rev 130531) +++ community-x86_64/PKGBUILD 2015-04-02 11:25:24 UTC (rev 130532) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: JJDaNiMoTh - -pkgname=qmc2 -pkgver=0.47 -pkgrel=1 -pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" -url="http://qmc2.arcadehits.net"; -license=("GPL") -arch=('i686' 'x86_64') -depends=('qtwebkit' 'phonon' 'sdl') -makedepends=('rsync' 'mesa') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";) -md5sums=('c4a82f09092b11e27dbbda85822782c8') - -build() { - cd "$srcdir/$pkgname" - export CTIME=0 - make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr QMAKE=qmake-qt4 -} - -package() { - cd "$srcdir/$pkgname" - make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr QMAKE=qmake-qt4 DESTDIR=$pkgdir install - install -d $pkgdir/usr/share/{applications,pixmaps} - install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps" -} Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 130531, qmc2/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-04-02 11:25:24 UTC (rev 130532) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: JJDaNiMoTh + +pkgname=qmc2 +pkgver=0.50 +pkgrel=1 +pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" +url="http://qmc2.arcadehits.net"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('qtwebkit' 'phonon' 'sdl') +makedepends=('rsync' 'mesa') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";) +md5sums=('742085b3cbab5801b0331f488f8eff1c') + +build() { + cd "$srcdir/$pkgname" + export CTIME=0 + make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr QMAKE=qmake-qt4 +} + +package() { + cd "$
[arch-commits] Commit in libvirt-python/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 13:24:37 Author: spupykin Revision: 130527 upgpkg: libvirt-python 1.2.14-1 upd Modified: libvirt-python/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 11:24:30 UTC (rev 130526) +++ PKGBUILD2015-04-02 11:24:37 UTC (rev 130527) @@ -4,8 +4,8 @@ pkgbase=libvirt-python pkgname=(libvirt-python libvirt-python3) -pkgver=1.2.13 -pkgrel=2 +pkgver=1.2.14 +pkgrel=1 pkgdesc="libvirt python binding" arch=('i686' 'x86_64') url="http://libvirt.org/"; @@ -14,7 +14,7 @@ options=('emptydirs') install="libvirt-python.install" source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";) -md5sums=('e873c7329e8f1ebdd502ab82ead7a8ee') +md5sums=('30b63b31d739d91f012fc8ce80233c4e') package_libvirt-python() { depends=('python2' 'libvirt')
[arch-commits] Commit in poedit/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 13:24:52 Author: spupykin Revision: 130529 upgpkg: poedit 1.7.5-1 upd Modified: poedit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 11:24:49 UTC (rev 130528) +++ PKGBUILD2015-04-02 11:24:52 UTC (rev 130529) @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths pkgname=poedit -pkgver=1.7.4 +pkgver=1.7.5 pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) #source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz) -md5sums=('733b8aec84e508e6bb6b06e1acdfe2b1') +md5sums=('d95cd2a6a4fec6f5e92475172e97c81d') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in libvirt/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 13:24:10 Author: spupykin Revision: 130525 upgpkg: libvirt 1.2.14-1 upd Modified: libvirt/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 11:22:07 UTC (rev 130524) +++ PKGBUILD2015-04-02 11:24:10 UTC (rev 130525) @@ -3,7 +3,7 @@ # Contributor: Jonathan Wiersma pkgname=libvirt -pkgver=1.2.13 +pkgver=1.2.14 pkgrel=1 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') @@ -64,7 +64,7 @@ libvirtd.conf.d libvirtd-guests.conf.d libvirt.tmpfiles.d) -md5sums=('237e0d9c7f8a31ec3cf0df9a41da2137' +md5sums=('983345c4ee6535437a6ba408dd59289a' '5e31269067dbd12ca871234450bb66bb' '384fff96c6248d4f020f6fa66c32b357' '020971887442ebbf1b6949e031c8dd3f')
[arch-commits] Commit in libvirt-python/repos (8 files)
Date: Thursday, April 2, 2015 @ 13:24:49 Author: spupykin Revision: 130528 archrelease: copy trunk to community-i686, community-x86_64 Added: libvirt-python/repos/community-i686/PKGBUILD (from rev 130527, libvirt-python/trunk/PKGBUILD) libvirt-python/repos/community-i686/libvirt-python.install (from rev 130527, libvirt-python/trunk/libvirt-python.install) libvirt-python/repos/community-x86_64/PKGBUILD (from rev 130527, libvirt-python/trunk/PKGBUILD) libvirt-python/repos/community-x86_64/libvirt-python.install (from rev 130527, libvirt-python/trunk/libvirt-python.install) Deleted: libvirt-python/repos/community-i686/PKGBUILD libvirt-python/repos/community-i686/libvirt-python.install libvirt-python/repos/community-x86_64/PKGBUILD libvirt-python/repos/community-x86_64/libvirt-python.install -+ /PKGBUILD | 66 ++ /libvirt-python.install |6 ++ community-i686/PKGBUILD | 33 --- community-i686/libvirt-python.install |3 - community-x86_64/PKGBUILD | 33 --- community-x86_64/libvirt-python.install |3 - 6 files changed, 72 insertions(+), 72 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 11:24:37 UTC (rev 130527) +++ community-i686/PKGBUILD 2015-04-02 11:24:49 UTC (rev 130528) @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: Jonathan Wiersma - -pkgbase=libvirt-python -pkgname=(libvirt-python libvirt-python3) -pkgver=1.2.13 -pkgrel=2 -pkgdesc="libvirt python binding" -arch=('i686' 'x86_64') -url="http://libvirt.org/"; -license=('LGPL') -makedepends=('python' 'python2' 'libvirt') -options=('emptydirs') -install="libvirt-python.install" -source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";) -md5sums=('e873c7329e8f1ebdd502ab82ead7a8ee') - -package_libvirt-python() { - depends=('python2' 'libvirt') - - cd "$srcdir/$pkgbase-$pkgver" - python2 setup.py clean - python2 setup.py install --root=$pkgdir -} - -package_libvirt-python3() { - depends=('python' 'libvirt') - - cd "$srcdir/$pkgbase-$pkgver" - python setup.py clean - python setup.py install --root=$pkgdir -} Copied: libvirt-python/repos/community-i686/PKGBUILD (from rev 130527, libvirt-python/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 11:24:49 UTC (rev 130528) @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Jonathan Wiersma + +pkgbase=libvirt-python +pkgname=(libvirt-python libvirt-python3) +pkgver=1.2.14 +pkgrel=1 +pkgdesc="libvirt python binding" +arch=('i686' 'x86_64') +url="http://libvirt.org/"; +license=('LGPL') +makedepends=('python' 'python2' 'libvirt') +options=('emptydirs') +install="libvirt-python.install" +source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";) +md5sums=('30b63b31d739d91f012fc8ce80233c4e') + +package_libvirt-python() { + depends=('python2' 'libvirt') + + cd "$srcdir/$pkgbase-$pkgver" + python2 setup.py clean + python2 setup.py install --root=$pkgdir +} + +package_libvirt-python3() { + depends=('python' 'libvirt') + + cd "$srcdir/$pkgbase-$pkgver" + python setup.py clean + python setup.py install --root=$pkgdir +} Deleted: community-i686/libvirt-python.install === --- community-i686/libvirt-python.install 2015-04-02 11:24:37 UTC (rev 130527) +++ community-i686/libvirt-python.install 2015-04-02 11:24:49 UTC (rev 130528) @@ -1,3 +0,0 @@ -post_remove() { - rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc -} Copied: libvirt-python/repos/community-i686/libvirt-python.install (from rev 130527, libvirt-python/trunk/libvirt-python.install) === --- community-i686/libvirt-python.install (rev 0) +++ community-i686/libvirt-python.install 2015-04-02 11:24:49 UTC (rev 130528) @@ -0,0 +1,3 @@ +post_remove() { + rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-04-02 11:24:37 UTC (rev 130527) +++ community-x86_64/PKGBUILD 2015-04-02 11:24:49 UTC (rev 130528) @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: Jonathan Wiersma - -pkgbase=libvirt-python -pkgname=(libvirt-python libvirt-python3) -pkgver=1.2.13 -pkgrel=2 -pkgdesc="libvirt python binding" -arch=('
[arch-commits] Commit in libvirt/repos (20 files)
Date: Thursday, April 2, 2015 @ 13:24:30 Author: spupykin Revision: 130526 archrelease: copy trunk to community-i686, community-x86_64 Added: libvirt/repos/community-i686/PKGBUILD (from rev 130525, libvirt/trunk/PKGBUILD) libvirt/repos/community-i686/libvirt.install (from rev 130525, libvirt/trunk/libvirt.install) libvirt/repos/community-i686/libvirt.tmpfiles.d (from rev 130525, libvirt/trunk/libvirt.tmpfiles.d) libvirt/repos/community-i686/libvirtd-guests.conf.d (from rev 130525, libvirt/trunk/libvirtd-guests.conf.d) libvirt/repos/community-i686/libvirtd.conf.d (from rev 130525, libvirt/trunk/libvirtd.conf.d) libvirt/repos/community-x86_64/PKGBUILD (from rev 130525, libvirt/trunk/PKGBUILD) libvirt/repos/community-x86_64/libvirt.install (from rev 130525, libvirt/trunk/libvirt.install) libvirt/repos/community-x86_64/libvirt.tmpfiles.d (from rev 130525, libvirt/trunk/libvirt.tmpfiles.d) libvirt/repos/community-x86_64/libvirtd-guests.conf.d (from rev 130525, libvirt/trunk/libvirtd-guests.conf.d) libvirt/repos/community-x86_64/libvirtd.conf.d (from rev 130525, libvirt/trunk/libvirtd.conf.d) Deleted: libvirt/repos/community-i686/PKGBUILD libvirt/repos/community-i686/libvirt.install libvirt/repos/community-i686/libvirt.tmpfiles.d libvirt/repos/community-i686/libvirtd-guests.conf.d libvirt/repos/community-i686/libvirtd.conf.d libvirt/repos/community-x86_64/PKGBUILD libvirt/repos/community-x86_64/libvirt.install libvirt/repos/community-x86_64/libvirt.tmpfiles.d libvirt/repos/community-x86_64/libvirtd-guests.conf.d libvirt/repos/community-x86_64/libvirtd.conf.d -+ /PKGBUILD | 244 ++ /libvirt.install| 30 +++ /libvirt.tmpfiles.d |8 /libvirtd-guests.conf.d | 18 ++ /libvirtd.conf.d|2 community-i686/PKGBUILD | 122 --- community-i686/libvirt.install | 15 - community-i686/libvirt.tmpfiles.d |4 community-i686/libvirtd-guests.conf.d |9 - community-i686/libvirtd.conf.d |1 community-x86_64/PKGBUILD | 122 --- community-x86_64/libvirt.install| 15 - community-x86_64/libvirt.tmpfiles.d |4 community-x86_64/libvirtd-guests.conf.d |9 - community-x86_64/libvirtd.conf.d|1 15 files changed, 302 insertions(+), 302 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 11:24:10 UTC (rev 130525) +++ community-i686/PKGBUILD 2015-04-02 11:24:30 UTC (rev 130526) @@ -1,122 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Jonathan Wiersma - -pkgname=libvirt -pkgver=1.2.13 -pkgrel=1 -pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" -arch=('i686' 'x86_64') -url="http://libvirt.org/"; -license=('LGPL') -depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' -'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap' -'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs' -'iproute2' 'libnl' 'libx11' 'numactl' 'gettext') - # 'audit' -makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' -'libiscsi' 'open-iscsi' -'perl-xml-xpath' 'libxslt') -optdepends=('ebtables: required for default NAT networking' - 'dnsmasq: required for default NAT/DHCP for guests' - 'bridge-utils: for brigded networking' - 'openbsd-netcat: for remote management over ssh' - 'qemu' - 'radvd' - 'dmidecode' - 'pm-utils: host power management') -options=('emptydirs') -backup=('etc/conf.d/libvirt-guests' - 'etc/conf.d/libvirtd' - 'etc/libvirt/libvirt.conf' - 'etc/libvirt/libvirtd.conf' - 'etc/libvirt/lxc.conf' - 'etc/libvirt/nwfilter/allow-arp.xml' - 'etc/libvirt/nwfilter/allow-dhcp-server.xml' - 'etc/libvirt/nwfilter/allow-dhcp.xml' - 'etc/libvirt/nwfilter/allow-incoming-ipv4.xml' - 'etc/libvirt/nwfilter/allow-ipv4.xml' - 'etc/libvirt/nwfilter/clean-traffic.xml' - 'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml' - 'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml' - 'etc/libvirt/nwfilter/no-arp-spoofing.xml' - 'etc/libvirt/nwfilter/no-ip-multicast.xml' - 'etc/libvirt/nwfilter/no-ip-spoofing.xml' - 'etc/libvirt/nwfilter/no-mac-broadcast.xml' - 'etc/libvirt/nwfilter/no-mac-spoofing.xml' - 'etc/libvirt/nwfilter/no-other-l2-traffic.xml' - 'etc/libvirt/nwfilter/no-other-rarp-traffic.xml' - 'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml' - 'etc/libvirt/nwfilter/qemu-announce-self.xml'
[arch-commits] Commit in hedgewars/repos (12 files)
Date: Thursday, April 2, 2015 @ 13:22:07 Author: spupykin Revision: 130524 archrelease: copy trunk to community-i686, community-x86_64 Added: hedgewars/repos/community-i686/PKGBUILD (from rev 130523, hedgewars/trunk/PKGBUILD) hedgewars/repos/community-i686/fix-ghc-7.8-build-failure.diff (from rev 130523, hedgewars/trunk/fix-ghc-7.8-build-failure.diff) hedgewars/repos/community-i686/hedgewars.png (from rev 130523, hedgewars/trunk/hedgewars.png) hedgewars/repos/community-x86_64/PKGBUILD (from rev 130523, hedgewars/trunk/PKGBUILD) hedgewars/repos/community-x86_64/fix-ghc-7.8-build-failure.diff (from rev 130523, hedgewars/trunk/fix-ghc-7.8-build-failure.diff) hedgewars/repos/community-x86_64/hedgewars.png (from rev 130523, hedgewars/trunk/hedgewars.png) Deleted: hedgewars/repos/community-i686/PKGBUILD hedgewars/repos/community-i686/fix-ghc-7.8-build-failure.diff hedgewars/repos/community-i686/hedgewars.png hedgewars/repos/community-x86_64/PKGBUILD hedgewars/repos/community-x86_64/fix-ghc-7.8-build-failure.diff hedgewars/repos/community-x86_64/hedgewars.png -+ /PKGBUILD | 114 ++ /fix-ghc-7.8-build-failure.diff | 26 + community-i686/PKGBUILD | 57 --- community-i686/fix-ghc-7.8-build-failure.diff | 13 -- community-x86_64/PKGBUILD | 57 --- community-x86_64/fix-ghc-7.8-build-failure.diff | 13 -- 6 files changed, 140 insertions(+), 140 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 11:21:45 UTC (rev 130523) +++ community-i686/PKGBUILD 2015-04-02 11:22:07 UTC (rev 130524) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin - -pkgname=hedgewars -pkgver=0.9.21 -pkgrel=1 -pkgdesc="Turn-based strategy artillery game similiar to Worms" -arch=('i686' 'x86_64') -url="http://hedgewars.org"; -license=('GPL' 'custom') -depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 'ffmpeg' 'glut' 'physfs') -makedepends=('fpc' 'cmake' -# haskell specific -'ghc' -'haskell-network' -'haskell-bytestring-show' -'haskell-utf8-string' -'haskell-dataenc' -'haskell-hslogger' -'haskell-vector' -'haskell-entropy' -'haskell-sha' -'haskell-zlib' -'haskell-random') -source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2 -hedgewars.png -'fix-ghc-7.8-build-failure.diff') -md5sums=('67b57d00b91d3c1212dcb5d56ac6f2df' - 'eeb14d50df39063549ac5eca9dbc65d1' - '84a85365cbbf7a1aabe4d0f37bd5f03f') - -prepare() { - cd $pkgname-src-* -# patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff -# sed -i 's|\[ ! -a Hedgewars.app \]|\\[ ! -a Hedgewars.app \\]|' tools/CMakeLists.txt -} - -build() { - cd $pkgname-src-* - mkdir -p $srcdir/bin - ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease - export PATH=$srcdir/bin:$PATH - cmake \ - -DCMAKE_BUILD_TYPE="Release" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DDATA_INSTALL_DIR=/usr/share/hedgewars \ - -DNOSERVER=0 . - make -} - -package() { - cd $pkgname-src-* - make DESTDIR=$pkgdir install - install -D -m644 Fonts_LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt - install -D -m644 $srcdir/hedgewars.png $pkgdir/usr/share/pixmaps/hedgewars.png - install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop $pkgdir/usr/share/applications/hedgewars.desktop -} Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 130523, hedgewars/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 11:22:07 UTC (rev 130524) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Sergej Pupykin + +pkgname=hedgewars +pkgver=0.9.21.1 +pkgrel=1 +pkgdesc="Turn-based strategy artillery game similiar to Worms" +arch=('i686' 'x86_64') +url="http://hedgewars.org"; +license=('GPL' 'custom') +depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 'ffmpeg' 'glut' 'physfs') +makedepends=('fpc' 'cmake' +# haskell specific +'ghc' +'haskell-network' +'haskell-bytestring-show' +'haskell-utf8-string' +'haskell-dataenc' +'haskell-hslogger' +'haskell-vector' +'haskell-entropy' +'haskell-sha' +'haskell-zlib' +'haskell-random') +source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2 +hedgewars.png +'fix-ghc-7.8-build-failure.diff') +md5sums=('5c87b1ff54c861ae0cae6a9c1198f957' + 'eeb14d50df390635
[arch-commits] Commit in hedgewars/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 13:21:45 Author: spupykin Revision: 130523 upgpkg: hedgewars 0.9.21.1-1 upd Modified: hedgewars/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 10:20:08 UTC (rev 130522) +++ PKGBUILD2015-04-02 11:21:45 UTC (rev 130523) @@ -2,7 +2,7 @@ # Maintainer: Sergej Pupykin pkgname=hedgewars -pkgver=0.9.21 +pkgver=0.9.21.1 pkgrel=1 pkgdesc="Turn-based strategy artillery game similiar to Worms" arch=('i686' 'x86_64') @@ -25,7 +25,7 @@ source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2 hedgewars.png 'fix-ghc-7.8-build-failure.diff') -md5sums=('67b57d00b91d3c1212dcb5d56ac6f2df' +md5sums=('5c87b1ff54c861ae0cae6a9c1198f957' 'eeb14d50df39063549ac5eca9dbc65d1' '84a85365cbbf7a1aabe4d0f37bd5f03f')
[arch-commits] Commit in miniupnpd/trunk (PKGBUILD miniupnpd.systemd)
Date: Thursday, April 2, 2015 @ 12:19:56 Author: tredaelli Revision: 130521 upgpkg: miniupnpd 1.9.20150307-2 FS#43374 and compile with IGDv2 support Modified: miniupnpd/trunk/PKGBUILD miniupnpd/trunk/miniupnpd.systemd ---+ PKGBUILD |6 +++--- miniupnpd.systemd |2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 09:00:59 UTC (rev 130520) +++ PKGBUILD2015-04-02 10:19:56 UTC (rev 130521) @@ -3,7 +3,7 @@ # Contributor: fauno pkgname=miniupnpd pkgver=1.9.20150307 -pkgrel=1 +pkgrel=2 pkgdesc="Lightweight UPnP IGD daemon" arch=('i686' 'x86_64') url="http://miniupnp.free.fr"; @@ -16,7 +16,7 @@ miniupnpd.systemd) sha256sums=('7d8c9b1f7ed73e288b4e7e52e0af67de73ba07994a6984008a1a688568153409' '79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e' -'baac6223eb35729ea301bd658dc2df6aad5396c7c0b1ec15c8aac1803ef37f6a') +'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0') prepare() { cd "$pkgname-$pkgver" @@ -27,7 +27,7 @@ build() { cd "$pkgname-$pkgver" - CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux config.h + CONFIG_OPTIONS="--strict --ipv6 --igd2 --leasefile" make -f Makefile.linux config.h make -f Makefile.linux } Modified: miniupnpd.systemd === --- miniupnpd.systemd 2015-04-02 09:00:59 UTC (rev 130520) +++ miniupnpd.systemd 2015-04-02 10:19:56 UTC (rev 130521) @@ -1,5 +1,7 @@ [Unit] Description=Lightweight UPnP IGD daemon +Documentation=man:miniupnpd(8) +After=network.target [Service] ExecStartPre=/etc/miniupnpd/iptables_init.sh
[arch-commits] Commit in miniupnpd/repos (12 files)
Date: Thursday, April 2, 2015 @ 12:20:08 Author: tredaelli Revision: 130522 archrelease: copy trunk to community-i686, community-x86_64 Added: miniupnpd/repos/community-i686/PKGBUILD (from rev 130521, miniupnpd/trunk/PKGBUILD) miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch (from rev 130521, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch) miniupnpd/repos/community-i686/miniupnpd.systemd (from rev 130521, miniupnpd/trunk/miniupnpd.systemd) miniupnpd/repos/community-x86_64/PKGBUILD (from rev 130521, miniupnpd/trunk/PKGBUILD) miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch (from rev 130521, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch) miniupnpd/repos/community-x86_64/miniupnpd.systemd (from rev 130521, miniupnpd/trunk/miniupnpd.systemd) Deleted: miniupnpd/repos/community-i686/PKGBUILD miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch miniupnpd/repos/community-i686/miniupnpd.systemd miniupnpd/repos/community-x86_64/PKGBUILD miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch miniupnpd/repos/community-x86_64/miniupnpd.systemd --+ /PKGBUILD| 98 + /miniupnpd-1.8.20140401-foreground.patch | 80 ++ /miniupnpd.systemd | 26 +++ community-i686/PKGBUILD | 49 -- community-i686/miniupnpd-1.8.20140401-foreground.patch | 40 - community-i686/miniupnpd.systemd | 11 - community-x86_64/PKGBUILD| 49 -- community-x86_64/miniupnpd-1.8.20140401-foreground.patch | 40 - community-x86_64/miniupnpd.systemd | 11 - 9 files changed, 204 insertions(+), 200 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 10:19:56 UTC (rev 130521) +++ community-i686/PKGBUILD 2015-04-02 10:20:08 UTC (rev 130522) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Timothy Redaelli -# Contributor: fauno -pkgname=miniupnpd -pkgver=1.9.20150307 -pkgrel=1 -pkgdesc="Lightweight UPnP IGD daemon" -arch=('i686' 'x86_64') -url="http://miniupnp.free.fr"; -license=('BSD') -backup=(etc/miniupnpd/miniupnpd.conf) -depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux') -makedepends=('lsb-release') -source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz"; -miniupnpd-1.8.20140401-foreground.patch -miniupnpd.systemd) -sha256sums=('7d8c9b1f7ed73e288b4e7e52e0af67de73ba07994a6984008a1a688568153409' -'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e' -'baac6223eb35729ea301bd658dc2df6aad5396c7c0b1ec15c8aac1803ef37f6a') - -prepare() { - cd "$pkgname-$pkgver" - - patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch -} - -build() { - cd "$pkgname-$pkgver" - - CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux config.h - make -f Makefile.linux -} - -package() { - cd "$pkgname-$pkgver" - mkdir -p "$pkgdir/usr/share/man/man8" - - make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux install - - rm -r "${pkgdir}/etc/init.d" - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 "${srcdir}/miniupnpd.systemd" "${pkgdir}/usr/lib/systemd/system/miniupnpd.service" - - sed -i 's:/s\?bin/iptables:/usr/bin/iptables: - s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= '/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh - sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/ - s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf" -} Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 130521, miniupnpd/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 10:20:08 UTC (rev 130522) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Timothy Redaelli +# Contributor: fauno +pkgname=miniupnpd +pkgver=1.9.20150307 +pkgrel=2 +pkgdesc="Lightweight UPnP IGD daemon" +arch=('i686' 'x86_64') +url="http://miniupnp.free.fr"; +license=('BSD') +backup=(etc/miniupnpd/miniupnpd.conf) +depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux') +makedepends=('lsb-release') +source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz"; +miniupnpd-1.8.20140401-foreground.patch +miniupnpd.systemd) +sha256sums=('7d8c9b1f7ed73e288b4e7e52e0af67de73ba07994a6984008a1a688568153409' +'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e' +'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
[arch-commits] Commit in nodejs/repos (4 files)
Date: Thursday, April 2, 2015 @ 09:52:36 Author: fyan Revision: 130513 archrelease: copy trunk to community-i686, community-x86_64 Added: nodejs/repos/community-i686/PKGBUILD (from rev 130512, nodejs/trunk/PKGBUILD) nodejs/repos/community-x86_64/PKGBUILD (from rev 130512, nodejs/trunk/PKGBUILD) Deleted: nodejs/repos/community-i686/PKGBUILD nodejs/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 192 community-i686/PKGBUILD | 96 -- community-x86_64/PKGBUILD | 96 -- 3 files changed, 192 insertions(+), 192 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-04-02 07:52:10 UTC (rev 130512) +++ community-i686/PKGBUILD 2015-04-02 07:52:36 UTC (rev 130513) @@ -1,96 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor Bartłomiej Piotrowski -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: James Campos -# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > -# Contributor: Dongsheng Cai -# Contributor: Masutu Subric -# Contributor: TIanyi Cui - -pkgname=nodejs -pkgver=0.12.1 -_npmver=2.7.4 -pkgrel=1 -pkgdesc='Evented I/O for V8 javascript' -arch=('i686' 'x86_64') -url='http://nodejs.org/' -license=('MIT') -depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares') -provides=('nodejs-node-gyp') -makedepends=('python2' 'git' 'procps-ng') -optdepends=('python2: for node-gyp') -checkdepends=('curl') -options=('!emptydirs') -source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"; -git+https://github.com/npm/npm.git#tag=v$_npmver) -sha256sums=('30693376519c9736bcb22d44513252aee1d9463d78ac6c744ecb6d13fd91d680' -'SKIP') - -prepare() { - cd node-v$pkgver - - # We need newer version of npm to fix bugs - rm -r deps/npm - ln -s "$srcdir/npm" deps - rm -r "$srcdir/npm/.git" - - msg 'Fixing for python2 name' - find -type f -exec sed \ --e 's_^#!/usr/bin/env python$_&2_' \ --e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \ --e 's_^#!/usr/bin/python$_&2_' \ --e "s_'python'_'python2'_" -i {} \; - find test/ -type f -exec sed 's_python _python2 _' -i {} \; -} - -build() { - cd node-v$pkgver - - export PYTHON=python2 - ./configure \ ---prefix=/usr \ ---shared-openssl \ ---shared-zlib -# --shared-libuv -# --shared-v8 -# --shared-cares - - make - - cd ../npm - ../node-v$pkgver/node cli.js install ronn marked - PATH="$srcdir/node-v$pkgver:$PATH" make - ../node-v$pkgver/node cli.js uninstall ronn marked marked-man -} - -check() { - cd node-v$pkgver - make test || warning "Tests failed" -} - -package() { - cd node-v$pkgver - - make DESTDIR="$pkgdir" install - - # install docs as per user request - install -d "$pkgdir"/usr/share/doc/nodejs - cp -r doc/api/{*.html,assets} \ -"$pkgdir"/usr/share/doc/nodejs - - install -D -m644 LICENSE \ -"$pkgdir"/usr/share/licenses/nodejs/LICENSE - - install -d "$pkgdir"/usr/share/man/{man1,man3,man5,man7} - for _dir in man1 man3 man5 man7; do -cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir -for _file in *; do - ln -s /usr/lib/node_modules/npm/man/$_dir/$_file "$pkgdir"/usr/share/man/$_dir/ -done - done - - ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$pkgdir"/usr/bin/node-gyp -} - -# vim:set ts=2 sw=2 et: Copied: nodejs/repos/community-i686/PKGBUILD (from rev 130512, nodejs/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 07:52:36 UTC (rev 130513) @@ -0,0 +1,96 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor Bartłomiej Piotrowski +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: James Campos +# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > +# Contributor: Dongsheng Cai +# Contributor: Masutu Subric +# Contributor: TIanyi Cui + +pkgname=nodejs +pkgver=0.12.2 +_npmver=2.7.4 +pkgrel=1 +pkgdesc='Evented I/O for V8 javascript' +arch=('i686' 'x86_64') +url='http://nodejs.org/' +license=('MIT') +depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares') +provides=('nodejs-node-gyp') +makedepends=('python2' 'git' 'procps-ng') +optdepends=('python2: for node-gyp') +checkdepends=('curl') +options=('!emptydirs') +source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"; +git+https://github.com/npm/npm.git#tag=v$_npmver) +sha256sums=('ac7e78ade93e633e7ed628532bb8e650caba0c9c33af33581957f3382e2a772d' +'SKIP') + +prepare() { + cd node-v$pkgver + + # We need newer version of npm to fix bugs + rm -r deps/npm + ln -s "$srcdir/npm" deps + rm -r "$srcdir/npm/.git" + + msg 'Fixing for python2 name' + find -type f -exec sed \ +-e 's_^#!/usr/bin/env python$_&2_' \ +-e 's_^\(#!/usr/
[arch-commits] Commit in nodejs/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 09:52:10 Author: fyan Revision: 130512 upgpkg: nodejs 0.12.2-1 Modified: nodejs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 07:42:07 UTC (rev 130511) +++ PKGBUILD2015-04-02 07:52:10 UTC (rev 130512) @@ -9,7 +9,7 @@ # Contributor: TIanyi Cui pkgname=nodejs -pkgver=0.12.1 +pkgver=0.12.2 _npmver=2.7.4 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' @@ -24,7 +24,7 @@ options=('!emptydirs') source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"; git+https://github.com/npm/npm.git#tag=v$_npmver) -sha256sums=('30693376519c9736bcb22d44513252aee1d9463d78ac6c744ecb6d13fd91d680' +sha256sums=('ac7e78ade93e633e7ed628532bb8e650caba0c9c33af33581957f3382e2a772d' 'SKIP') prepare() {
[arch-commits] Commit in librime/repos (4 files)
Date: Thursday, April 2, 2015 @ 09:42:07 Author: fyan Revision: 130511 archrelease: copy trunk to community-i686, community-x86_64 Added: librime/repos/community-i686/PKGBUILD (from rev 130510, librime/trunk/PKGBUILD) librime/repos/community-x86_64/PKGBUILD (from rev 130510, librime/trunk/PKGBUILD) Deleted: librime/repos/community-i686/PKGBUILD librime/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 2015-04-02 07:41:14 UTC (rev 130510) +++ community-i686/PKGBUILD 2015-04-02 07:42:07 UTC (rev 130511) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: GONG Chen -# Contributor: 網軍總司令 - -pkgname=librime -pkgver=1.2.20141112 -pkgrel=1 -pkgdesc="Rime input method engine" -arch=('i686' 'x86_64') -url="http://code.google.com/p/rimeime/"; -license=('GPL3') -depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 'marisa') -optdepends=('brise: Rime schema repository') -makedepends=('cmake' 'boost' 'git') -source=("git+https://github.com/lotem/librime.git#commit=1e708aef32b0915b257963ccd5a836d37a7d636a";) -sha512sums=('SKIP') - -build() { - cd $pkgname - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: librime/repos/community-i686/PKGBUILD (from rev 130510, librime/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-04-02 07:42:07 UTC (rev 130511) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: GONG Chen +# Contributor: 網軍總司令 + +pkgname=librime +pkgver=1.2.20141205 +pkgrel=2 +pkgdesc="Rime input method engine" +arch=('i686' 'x86_64') +url="http://code.google.com/p/rimeime/"; +license=('GPL3') +depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 'marisa') +optdepends=('brise: Rime schema repository') +makedepends=('cmake' 'boost' 'git') +source=("git+https://github.com/rime/librime.git#commit=cbe2ffcbbde147a741b1d03f4f5b4e408f6ccdb8";) +sha512sums=('SKIP') + +build() { + cd $pkgname + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-04-02 07:41:14 UTC (rev 130510) +++ community-x86_64/PKGBUILD 2015-04-02 07:42:07 UTC (rev 130511) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: GONG Chen -# Contributor: 網軍總司令 - -pkgname=librime -pkgver=1.2.20141112 -pkgrel=1 -pkgdesc="Rime input method engine" -arch=('i686' 'x86_64') -url="http://code.google.com/p/rimeime/"; -license=('GPL3') -depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 'marisa') -optdepends=('brise: Rime schema repository') -makedepends=('cmake' 'boost' 'git') -source=("git+https://github.com/lotem/librime.git#commit=1e708aef32b0915b257963ccd5a836d37a7d636a";) -sha512sums=('SKIP') - -build() { - cd $pkgname - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: librime/repos/community-x86_64/PKGBUILD (from rev 130510, librime/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-04-02 07:42:07 UTC (rev 130511) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: GONG Chen +# Contributor: 網軍總司令 + +pkgname=librime +pkgver=1.2.20141205 +pkgrel=2 +pkgdesc="Rime input method engine" +arch=('i686' 'x86_64') +url="http://code.google.com/p/rimeime/"; +license=('GPL3') +depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 'marisa') +optdepends=('brise: Rime schema repository') +makedepends=('cmake' 'boost' 'git') +source=("git+https://github.com/rime/librime.git#commit=cbe2ffcbbde147a741b1d03f4f5b4e408f6ccdb8";) +sha512sums=('SKIP') + +build() { + cd $pkgname + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in librime/trunk (PKGBUILD)
Date: Thursday, April 2, 2015 @ 09:41:14 Author: fyan Revision: 130510 upgpkg: librime 1.2.20141205-2 rebuild with yaml-cpp 0.5.2 Modified: librime/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-04-02 04:28:43 UTC (rev 130509) +++ PKGBUILD2015-04-02 07:41:14 UTC (rev 130510) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Felix Yan +# Maintainer: Felix Yan # Contributor: GONG Chen # Contributor: 網軍總司令 pkgname=librime -pkgver=1.2.20141112 -pkgrel=1 +pkgver=1.2.20141205 +pkgrel=2 pkgdesc="Rime input method engine" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/"; @@ -13,7 +13,7 @@ depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 'marisa') optdepends=('brise: Rime schema repository') makedepends=('cmake' 'boost' 'git') -source=("git+https://github.com/lotem/librime.git#commit=1e708aef32b0915b257963ccd5a836d37a7d636a";) +source=("git+https://github.com/rime/librime.git#commit=cbe2ffcbbde147a741b1d03f4f5b4e408f6ccdb8";) sha512sums=('SKIP') build() {