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

Brad Fanella cesura at archlinux.org
Tue Jan 7 19:30:55 UTC 2020


    Date: Tuesday, January 7, 2020 @ 19:30:55
  Author: cesura
Revision: 550071

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
    (from rev 550070, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 19:22:28 UTC (rev 550070)
+++ PKGBUILD	2020-01-07 19:30:55 UTC (rev 550071)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=marco
-pkgver=1.22.4
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr \
-        	--sysconfdir=/etc \
-        	--localstatedir=/var \
-        	--enable-startup-notification
-
-    	#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: marco/repos/community-x86_64/PKGBUILD (from rev 550070, marco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-07 19:30:55 UTC (rev 550071)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=marco
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var \
+        	--enable-startup-notification
+
+    	#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