[arch-commits] Commit in mate-panel/repos (4 files)
Balló György
bgyorgy at archlinux.org
Sat Aug 6 18:34:25 UTC 2016
Date: Saturday, August 6, 2016 @ 18:34:25
Author: bgyorgy
Revision: 185670
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
mate-panel/repos/community-staging-i686/
mate-panel/repos/community-staging-i686/PKGBUILD
(from rev 185669, mate-panel/trunk/PKGBUILD)
mate-panel/repos/community-staging-x86_64/
mate-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 185669, mate-panel/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: mate-panel/repos/community-staging-i686/PKGBUILD (from rev 185669, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-06 18:34:25 UTC (rev 185670)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=mate-panel
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Panel (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc')
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --enable-introspection
+
+ #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}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: mate-panel/repos/community-staging-x86_64/PKGBUILD (from rev 185669, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-08-06 18:34:25 UTC (rev 185670)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=mate-panel
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Panel (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc')
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --enable-introspection
+
+ #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}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list