[arch-commits] Commit in gsound (5 files)

Jan de Groot jgc at archlinux.org
Fri Mar 20 11:36:21 UTC 2015


    Date: Friday, March 20, 2015 @ 12:36:21
  Author: jgc
Revision: 234214

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gsound/repos/
  gsound/repos/gnome-unstable-i686/
  gsound/repos/gnome-unstable-i686/PKGBUILD
    (from rev 234213, gsound/trunk/PKGBUILD)
  gsound/repos/gnome-unstable-x86_64/
  gsound/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 234213, gsound/trunk/PKGBUILD)

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

Copied: gsound/repos/gnome-unstable-i686/PKGBUILD (from rev 234213, gsound/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD	2015-03-20 11:36:21 UTC (rev 234214)
@@ -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.1
+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=('ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29')
+
+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/gnome-unstable-x86_64/PKGBUILD (from rev 234213, gsound/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD	2015-03-20 11:36:21 UTC (rev 234214)
@@ -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.1
+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=('ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29')
+
+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