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

Brad Fanella cesura at archlinux.org
Tue Jul 17 18:48:52 UTC 2018


    Date: Tuesday, July 17, 2018 @ 18:48:52
  Author: cesura
Revision: 361128

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 18:48:29 UTC (rev 361127)
+++ PKGBUILD	2018-07-17 18:48:52 UTC (rev 361128)
@@ -1,30 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-netbook
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK2 version)"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('libfakekey' 'mate-panel')
-makedepends=('intltool')
-groups=('mate-extra')
-conflicts=('mate-netbook-gtk3')
-replaces=('mate-netbook-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('3f2f1ebb1cdf778769bafaea9d3ba17beb1d74b1a078b4085e9c5a17bc9d22f1')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --libexec=/usr/lib/${pkgname} \
-        --sysconfdir=/etc
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook/repos/community-x86_64/PKGBUILD (from rev 361127, mate-netbook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-17 18:48:52 UTC (rev 361128)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-netbook
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('58331b140c7b2c38edba9ab200aebd2e3a4655fbc65ff1df4ce748b315059ac6')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${pkgname} \
+        --sysconfdir=/etc
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list