[arch-commits] Commit in libmatemixer/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Sat Mar 30 01:41:30 UTC 2019


    Date: Saturday, March 30, 2019 @ 01:41:27
  Author: cesura
Revision: 446183

archrelease: copy trunk to community-x86_64

Added:
  libmatemixer/repos/community-x86_64/PKGBUILD
    (from rev 446182, libmatemixer/trunk/PKGBUILD)
Deleted:
  libmatemixer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 01:40:38 UTC (rev 446182)
+++ PKGBUILD	2019-03-30 01:41:27 UTC (rev 446183)
@@ -1,32 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=libmatemixer
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Mixer library for MATE Desktop"
-url="http://mate-desktop.org"
-arch=('x86_64')
-license=('LGPL')
-depends=('glib2' 'libpulse')
-makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('239106f666d79abf578eb02eaa63d12724f73330985f5c827d4b5307623de602')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var
-
-    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: libmatemixer/repos/community-x86_64/PKGBUILD (from rev 446182, libmatemixer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 01:41:27 UTC (rev 446183)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=libmatemixer
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="Mixer library for MATE Desktop"
+url="http://mate-desktop.org"
+arch=('x86_64')
+license=('LGPL')
+depends=('glib2' 'libpulse')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('09e64d6f3c4ca7c1e5ceb16ad86d147a77056bfe0faefe219295c8574abe0fec')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	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