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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:35:16 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:35:16
  Author: jgc
Revision: 234828

db-move: moved gsound from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gsound/repos/testing-i686/
  gsound/repos/testing-i686/PKGBUILD
    (from rev 234786, gsound/repos/gnome-unstable-i686/PKGBUILD)
  gsound/repos/testing-x86_64/
  gsound/repos/testing-x86_64/PKGBUILD
    (from rev 234786, gsound/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gsound/repos/gnome-unstable-i686/
  gsound/repos/gnome-unstable-x86_64/

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

Copied: gsound/repos/testing-i686/PKGBUILD (from rev 234786, gsound/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:35:16 UTC (rev 234828)
@@ -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/testing-x86_64/PKGBUILD (from rev 234786, gsound/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:35:16 UTC (rev 234828)
@@ -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