[arch-commits] Commit in mate-power-manager/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 17 21:03:31 UTC 2017


    Date: Friday, March 17, 2017 @ 21:03:30
  Author: arojas
Revision: 216986

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-power-manager/repos/community-staging-i686/
  mate-power-manager/repos/community-staging-i686/PKGBUILD
    (from rev 216985, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-staging-x86_64/
  mate-power-manager/repos/community-staging-x86_64/PKGBUILD
    (from rev 216985, mate-power-manager/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: mate-power-manager/repos/community-staging-i686/PKGBUILD (from rev 216985, mate-power-manager/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 21:03:30 UTC (rev 216986)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-power-manager
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the panel')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --sbindir=/usr/bin \
+        --enable-applets \
+        --disable-strict
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-power-manager/repos/community-staging-x86_64/PKGBUILD (from rev 216985, mate-power-manager/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 21:03:30 UTC (rev 216986)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-power-manager
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the panel')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --sbindir=/usr/bin \
+        --enable-applets \
+        --disable-strict
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list