[arch-commits] Commit in mate-menus/repos (4 files)
Balló György
bgyorgy at archlinux.org
Sat Aug 6 16:55:24 UTC 2016
Date: Saturday, August 6, 2016 @ 16:55:23
Author: bgyorgy
Revision: 185644
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
mate-menus/repos/community-staging-i686/
mate-menus/repos/community-staging-i686/PKGBUILD
(from rev 185643, mate-menus/trunk/PKGBUILD)
mate-menus/repos/community-staging-x86_64/
mate-menus/repos/community-staging-x86_64/PKGBUILD
(from rev 185643, mate-menus/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: mate-menus/repos/community-staging-i686/PKGBUILD (from rev 185643, mate-menus/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-06 16:55:23 UTC (rev 185644)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+pkgname=mate-menus
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e626d775635e39cbacc13db6235a1ab0c0288f5a')
+
+build() {
+ cd "${srcdir}/${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 "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: mate-menus/repos/community-staging-x86_64/PKGBUILD (from rev 185643, mate-menus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-08-06 16:55:23 UTC (rev 185644)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+pkgname=mate-menus
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e626d775635e39cbacc13db6235a1ab0c0288f5a')
+
+build() {
+ cd "${srcdir}/${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 "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list