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

Brad Fanella cesura at archlinux.org
Wed Aug 19 14:17:25 UTC 2020


    Date: Wednesday, August 19, 2020 @ 14:17:25
  Author: cesura
Revision: 684972

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-19 14:17:16 UTC (rev 684971)
+++ PKGBUILD	2020-08-19 14:17:25 UTC (rev 684972)
@@ -1,31 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=libmatemixer
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="Mixer library for MATE Desktop"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('LGPL')
-depends=('glib2' 'gettext' 'libpulse')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d5fe9bc1b48d503e3a33542022d4cc7479f06d91525cce34ef47f83fc56d7323')
-
-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 684971, libmatemixer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-19 14:17:25 UTC (rev 684972)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=libmatemixer
+pkgver=1.24.1
+pkgrel=1
+pkgdesc="Mixer library for MATE Desktop"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('LGPL')
+depends=('glib2' 'gettext' 'libpulse')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('1d2f2f0c3b6b31f96b689e28a73d4c3c080061ec22c1b3b4696e7f63e6c1d9d8')
+
+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