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

Brad Fanella cesura at archlinux.org
Mon May 20 09:54:16 UTC 2019


    Date: Monday, May 20, 2019 @ 09:54:16
  Author: cesura
Revision: 468063

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 09:53:59 UTC (rev 468062)
+++ PKGBUILD	2019-05-20 09:54:16 UTC (rev 468063)
@@ -1,31 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-netbook
-pkgver=1.22.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=('14c0aea8f49c4613592f1da4a8bd3548cd6dd091bd760b15dd7364b6d2e6e19e')
-
-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 468062, mate-netbook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-20 09:54:16 UTC (rev 468063)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-netbook
+pkgver=1.22.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=('c4d4aa6f4957307dbad6488841e2e3e369ca7f7224703189877dafa99730c102')
+
+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