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

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 8 20:29:13 UTC 2021


    Date: Sunday, August 8, 2021 @ 20:29:13
  Author: arojas
Revision: 995794

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 20:29:02 UTC (rev 995793)
+++ PKGBUILD	2021-08-08 20:29:13 UTC (rev 995794)
@@ -1,30 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-netbook
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="A simple window management tool"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('libfakekey' 'mate-panel' 'gettext')
-groups=('mate-extra')
-conflicts=('mate-netbook-gtk3')
-replaces=('mate-netbook-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('48a1d4b88be09da420d10905dd07934a23781d86211e75afdb13b357f04bb3ae')
-
-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 995793, mate-netbook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 20:29:13 UTC (rev 995794)
@@ -0,0 +1,30 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-netbook
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="A simple window management tool"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel' 'gettext')
+groups=('mate-extra')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('e3bf1b6d9fb266600db408fd9ce97d4a4d3b29586853d4ea46547b6793f1ed89')
+
+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