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

Brad Fanella cesura at archlinux.org
Thu Dec 20 08:53:57 UTC 2018


    Date: Thursday, December 20, 2018 @ 08:53:56
  Author: cesura
Revision: 416885

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-20 08:53:15 UTC (rev 416884)
+++ PKGBUILD	2018-12-20 08:53:56 UTC (rev 416885)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-desktop
-pkgver=1.20.3
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org"
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'intltool')
-groups=('mate')
-conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
-replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('da395f4f640e8b26d6704a5d63e00eeea0393f343cf5f92e2b211458390f5f8c')
-
-build() {
-	cd $pkgname-$pkgver
-    ./configure \
-        --prefix=/usr \
-        --disable-schemas-compile
-
-    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    make
-}
-
-package() {
-    cd $pkgname-$pkgver
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 416884, mate-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-20 08:53:56 UTC (rev 416885)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('b9bbb086c352764a6bf01a3c792a2858336b3a28a82ffb818b509de290b1701c')
+
+build() {
+	cd "$pkgname-$pkgver"
+    	./configure \
+        	--prefix=/usr \
+        	--disable-schemas-compile
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    	make
+}
+
+package() {
+    	cd "$pkgname-$pkgver"
+
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list