[arch-commits] Commit in mate-panel-gtk3/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 24 14:05:27 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:05:26
  Author: arojas
Revision: 190308

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-panel-gtk3/repos/community-staging-i686/
  mate-panel-gtk3/repos/community-staging-i686/PKGBUILD
    (from rev 190307, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-staging-x86_64/
  mate-panel-gtk3/repos/community-staging-x86_64/PKGBUILD
    (from rev 190307, mate-panel-gtk3/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: mate-panel-gtk3/repos/community-staging-i686/PKGBUILD (from rev 190307, mate-panel-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-09-24 14:05:26 UTC (rev 190308)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Panel (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 'mate-menus' 'mate-desktop-gtk3')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=3.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-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 190307, mate-panel-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-09-24 14:05:26 UTC (rev 190308)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Panel (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 'mate-menus' 'mate-desktop-gtk3')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=3.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