[arch-commits] Commit in gsound/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Jan 9 09:54:08 UTC 2016


    Date: Saturday, January 9, 2016 @ 10:54:07
  Author: arojas
Revision: 257684

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gsound/repos/testing-i686/
  gsound/repos/testing-i686/PKGBUILD
    (from rev 257683, gsound/trunk/PKGBUILD)
  gsound/repos/testing-x86_64/
  gsound/repos/testing-x86_64/PKGBUILD
    (from rev 257683, gsound/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: gsound/repos/testing-i686/PKGBUILD (from rev 257683, gsound/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-01-09 09:54:07 UTC (rev 257684)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $
+# Maintainer: Jan de Groot <jgc at 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/testing-x86_64/PKGBUILD (from rev 257683, gsound/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-01-09 09:54:07 UTC (rev 257684)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $
+# Maintainer: Jan de Groot <jgc at 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
+}



More information about the arch-commits mailing list