[arch-commits] Commit in gsound/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Aug 10 09:02:33 UTC 2016


    Date: Wednesday, August 10, 2016 @ 09:02:32
  Author: jgc
Revision: 273576

upgpkg: gsound 1.0.2-2

Add vala bindings, remove overlinking

Modified:
  gsound/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-10 09:02:31 UTC (rev 273575)
+++ PKGBUILD	2016-08-10 09:02:32 UTC (rev 273576)
@@ -3,14 +3,14 @@
 
 pkgname=gsound
 pkgver=1.0.2
-pkgrel=1
+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)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+makedepends=(gobject-introspection vala)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53')
 
 build() {
@@ -17,9 +17,7 @@
   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
-
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list