Date: Wednesday, August 10, 2016 @ 09:02:38 Author: jgc Revision: 273577
archrelease: copy trunk to extra-i686, extra-x86_64 Added: gsound/repos/extra-i686/PKGBUILD (from rev 273576, gsound/trunk/PKGBUILD) gsound/repos/extra-x86_64/PKGBUILD (from rev 273576, gsound/trunk/PKGBUILD) Deleted: gsound/repos/extra-i686/PKGBUILD gsound/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 29 ------------------------- extra-x86_64/PKGBUILD | 29 ------------------------- 3 files changed, 54 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-08-10 09:02:32 UTC (rev 273576) +++ extra-i686/PKGBUILD 2016-08-10 09:02:38 UTC (rev 273577) @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $ -# Maintainer: Jan de Groot <j...@archlinux.org> - -pkgname=gsound -pkgver=1.0.2 -pkgrel=1 -pkgdesc="Small library for playing system sounds" -url="https://wiki.gnome.org/Projects/GSound" -license=('LGPL') -arch=('i686' 'x86_64') -depends=(glib2 libcanberra) -makedepends=(gobject-introspection) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - #sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gsound/repos/extra-i686/PKGBUILD (from rev 273576, gsound/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-10 09:02:38 UTC (rev 273577) @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $ +# Maintainer: Jan de Groot <j...@archlinux.org> + +pkgname=gsound +pkgver=1.0.2 +pkgrel=2 +pkgdesc="Small library for playing system sounds" +url="https://wiki.gnome.org/Projects/GSound" +license=('LGPL') +arch=('i686' 'x86_64') +depends=(glib2 libcanberra) +makedepends=(gobject-introspection vala) +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-08-10 09:02:32 UTC (rev 273576) +++ extra-x86_64/PKGBUILD 2016-08-10 09:02:38 UTC (rev 273577) @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $ -# Maintainer: Jan de Groot <j...@archlinux.org> - -pkgname=gsound -pkgver=1.0.2 -pkgrel=1 -pkgdesc="Small library for playing system sounds" -url="https://wiki.gnome.org/Projects/GSound" -license=('LGPL') -arch=('i686' 'x86_64') -depends=(glib2 libcanberra) -makedepends=(gobject-introspection) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - #sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gsound/repos/extra-x86_64/PKGBUILD (from rev 273576, gsound/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-08-10 09:02:38 UTC (rev 273577) @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $ +# Maintainer: Jan de Groot <j...@archlinux.org> + +pkgname=gsound +pkgver=1.0.2 +pkgrel=2 +pkgdesc="Small library for playing system sounds" +url="https://wiki.gnome.org/Projects/GSound" +license=('LGPL') +arch=('i686' 'x86_64') +depends=(glib2 libcanberra) +makedepends=(gobject-introspection vala) +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}