[arch-commits] Commit in gsound/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Nov 9 14:05:30 UTC 2018


    Date: Friday, November 9, 2018 @ 14:05:30
  Author: jelle
Revision: 338456

archrelease: copy trunk to extra-x86_64

Added:
  gsound/repos/extra-x86_64/PKGBUILD
    (from rev 338455, gsound/trunk/PKGBUILD)
Deleted:
  gsound/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-09 14:05:18 UTC (rev 338455)
+++ PKGBUILD	2018-11-09 14:05:30 UTC (rev 338456)
@@ -1,27 +0,0 @@
-# $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=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
-}

Copied: gsound/repos/extra-x86_64/PKGBUILD (from rev 338455, gsound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-09 14:05:30 UTC (rev 338456)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gsound
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Small library for playing system sounds"
+url="https://wiki.gnome.org/Projects/GSound"
+license=('LGPL')
+arch=('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
+}



More information about the arch-commits mailing list