[arch-commits] Commit in marco/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Mon May 20 09:33:16 UTC 2019
Date: Monday, May 20, 2019 @ 09:33:14
Author: cesura
Revision: 468049
archrelease: copy trunk to community-x86_64
Added:
marco/repos/community-x86_64/PKGBUILD
(from rev 468048, marco/trunk/PKGBUILD)
Deleted:
marco/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-20 09:32:59 UTC (rev 468048)
+++ PKGBUILD 2019-05-20 09:33:14 UTC (rev 468049)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=marco
-pkgver=1.22.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' '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=('9d970d85d1b147cd62e5710b86ca76f7b68be5488bb35e892966e59a7e8837c4')
-
-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 468048, marco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-20 09:33:14 UTC (rev 468049)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=marco
+pkgver=1.22.1
+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=('4e20f5ea006142f3e5c8931e2b354e1838cb9291ba245825ea82fa6611def7c8')
+
+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