[arch-commits] Commit in mate-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Mon Oct 7 10:41:05 UTC 2019
Date: Monday, October 7, 2019 @ 10:41:05
Author: cesura
Revision: 513704
archrelease: copy trunk to community-x86_64
Added:
mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 513703, 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 2019-10-07 10:40:48 UTC (rev 513703)
+++ PKGBUILD 2019-10-07 10:41:05 UTC (rev 513704)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-power-manager
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libnotify' 'upower')
-makedepends=('intltool' '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=('ba6647acea13852ac5bd2423dedbb68033eb056871ba58812c42074a08177a1b')
-
-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 513703, mate-power-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 10:41:05 UTC (rev 513704)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-power-manager
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libnotify' 'upower')
+makedepends=('intltool' '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=('76d1ce28b812ba0fd118d5aa529538072cef1336ae76aea1832ecc00fc91f68a')
+
+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