[arch-commits] Commit in libmatemixer/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Aug 8 18:10:27 UTC 2021
Date: Sunday, August 8, 2021 @ 18:10:27
Author: arojas
Revision: 995408
archrelease: copy trunk to community-x86_64
Added:
libmatemixer/repos/community-x86_64/PKGBUILD
(from rev 995407, libmatemixer/trunk/PKGBUILD)
Deleted:
libmatemixer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-08 18:10:18 UTC (rev 995407)
+++ PKGBUILD 2021-08-08 18:10:27 UTC (rev 995408)
@@ -1,31 +0,0 @@
-# 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
-}
Copied: libmatemixer/repos/community-x86_64/PKGBUILD (from rev 995407, libmatemixer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-08 18:10:27 UTC (rev 995408)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=libmatemixer
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Mixer library for MATE Desktop"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('LGPL')
+depends=('glib2' 'gettext' 'libpulse' 'alsa-lib')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('9a9bcc605b27e9c5c91a28eb7cb79831e6d6fbf6339f5e5c18d524f3ee259ff1')
+
+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