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

Brad Fanella cesura at archlinux.org
Tue Jul 17 18:19:24 UTC 2018


    Date: Tuesday, July 17, 2018 @ 18:19:24
  Author: cesura
Revision: 361098

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 18:19:02 UTC (rev 361097)
+++ PKGBUILD	2018-07-17 18:19:24 UTC (rev 361098)
@@ -1,31 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=libmatemixer
-pkgver=1.20.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")
-sha1sums=('96021a3240264bdf0949658d88e07bcdc5d99fb1')
-
-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 361097, libmatemixer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-17 18:19:24 UTC (rev 361098)
@@ -0,0 +1,32 @@
+# 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
+}



More information about the arch-commits mailing list