[arch-commits] Commit in mate-menus/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Jul 19 07:30:32 UTC 2020
Date: Sunday, July 19, 2020 @ 07:30:31
Author: bgyorgy
Revision: 664523
archrelease: copy trunk to community-x86_64
Added:
mate-menus/repos/community-x86_64/PKGBUILD
(from rev 664522, mate-menus/trunk/PKGBUILD)
Deleted:
mate-menus/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-19 07:30:29 UTC (rev 664522)
+++ PKGBUILD 2020-07-19 07:30:31 UTC (rev 664523)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-menus
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="MATE menu specifications"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('glib2' 'gettext')
-makedepends=('gobject-introspection' 'python2')
-optdepends=('python2: python2 bindings')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('2d431934520cd17b26b458b4efc078adace3cd2f62a62475762bd703d19064ef')
-
-build() {
- cd "${pkgname}-${pkgver}"
- PYTHON=/usr/bin/python2 ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --enable-python
-
- #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-menus/repos/community-x86_64/PKGBUILD (from rev 664522, mate-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-19 07:30:31 UTC (rev 664523)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menus
+pkgver=1.24.0
+pkgrel=2
+pkgdesc="MATE menu specifications"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('2d431934520cd17b26b458b4efc078adace3cd2f62a62475762bd703d19064ef')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-python
+
+ #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