[arch-commits] Commit in mate-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 16 19:40:29 UTC 2021


    Date: Friday, April 16, 2021 @ 19:40:29
  Author: arojas
Revision: 919536

archrelease: copy trunk to community-x86_64

Added:
  mate-power-manager/repos/community-x86_64/PKGBUILD
    (from rev 919535, mate-power-manager/trunk/PKGBUILD)
Deleted:
  mate-power-manager/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 19:40:18 UTC (rev 919535)
+++ PKGBUILD	2021-04-16 19:40:29 UTC (rev 919536)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-power-manager
-pkgver=1.24.1
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gettext' 'libcanberra' 'libnotify' 'upower')
-makedepends=('itstool' 'mate-panel' 'python')
-optdepends=('mate-panel: Set brightness and inhibit power management from the panel')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-groups=('mate-extra')
-conflicts=('mate-power-manager-gtk3')
-replaces=('mate-power-manager-gtk3')
-sha256sums=('0a08795a67cd7f523487ab0e9fb3b2bcf4f514f01a231c10248d68583a20598d')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr \
-        	--libexecdir=/usr/lib/${pkgname} \
-        	--sysconfdir=/etc \
-        	--localstatedir=/var \
-        	--sbindir=/usr/bin \
-        	--enable-applets \
-        	--disable-strict \
-        	--without-keyring
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 919535, mate-power-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-16 19:40:29 UTC (rev 919536)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-power-manager
+pkgver=1.24.3
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gettext' 'libcanberra' 'libnotify' 'upower')
+makedepends=('itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Set brightness and inhibit power management from the panel')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha256sums=('861e6ddf9e29f7a9bc8424092b8266c05871302bd04cfb252e83c211e3cdace6')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname} \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var \
+        	--sbindir=/usr/bin \
+        	--enable-applets \
+        	--disable-strict \
+        	--without-keyring
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list