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

Brad Fanella cesura at archlinux.org
Tue Apr 10 22:55:31 UTC 2018


    Date: Tuesday, April 10, 2018 @ 22:55:31
  Author: cesura
Revision: 315663

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 22:55:05 UTC (rev 315662)
+++ PKGBUILD	2018-04-10 22:55:31 UTC (rev 315663)
@@ -1,34 +0,0 @@
-# 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
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 315662, mate-applets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-10 22:55:31 UTC (rev 315663)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applets
+pkgver=1.20.1
+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=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8')
+
+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