Date: Thursday, February 8, 2018 @ 07:44:33
  Author: arojas
Revision: 290243

archrelease: copy trunk to community-staging-x86_64

Added:
  marco/repos/community-staging-x86_64/
  marco/repos/community-staging-x86_64/PKGBUILD
    (from rev 290242, marco/trunk/PKGBUILD)

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

Copied: marco/repos/community-staging-x86_64/PKGBUILD (from rev 290242, 
marco/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 07:44:33 UTC (rev 290243)
@@ -0,0 +1,36 @@
+# Maintainer:
+# Contributor: Martin Wimpress <[email protected]>
+
+pkgname=marco
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('999aae7a3535c982cb178f771b99885a7b0cc49957f972a75406c61222725a1d')
+
+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
+}

Reply via email to