[arch-commits] Commit in mate-applets/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Feb 8 08:16:58 UTC 2018


    Date: Thursday, February 8, 2018 @ 08:16:57
  Author: arojas
Revision: 290249

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-applets/repos/community-staging-x86_64/
  mate-applets/repos/community-staging-x86_64/PKGBUILD
    (from rev 290248, mate-applets/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: mate-applets/repos/community-staging-x86_64/PKGBUILD (from rev 290248, mate-applets/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-08 08:16:57 UTC (rev 290249)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applets
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org"
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('5a148fd18efbc0dde8610aa8ee9b6c4a2a7f916c02965bba4a97abc51cd7b0ca')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --libexecdir=/usr/lib/${pkgname} \
+        --enable-polkit \
+        --enable-ipv6
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list