Date: Saturday, September 24, 2016 @ 13:27:50
  Author: arojas
Revision: 190279

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

Added:
  mate-applets/repos/community-staging-i686/
  mate-applets/repos/community-staging-i686/PKGBUILD
    (from rev 190278, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-staging-x86_64/
  mate-applets/repos/community-staging-x86_64/PKGBUILD
    (from rev 190278, mate-applets/trunk/PKGBUILD)

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

Copied: mate-applets/repos/community-staging-i686/PKGBUILD (from rev 190278, 
mate-applets/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-09-24 13:27:50 UTC (rev 190279)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+_ver=1.16
+_pkgbase=mate-applets
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Applets for MATE panel (GTK2 version)"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview2' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
+         'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3" 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-netspeed')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('6e6b51089bcb6450a466ba358b71fcfd7aba3a6a')
+
+prepare() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --enable-polkit \
+        --enable-ipv6 \
+        --with-gtk=2.0
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-applets/repos/community-staging-x86_64/PKGBUILD (from rev 190278, 
mate-applets/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 13:27:50 UTC (rev 190279)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+_ver=1.16
+_pkgbase=mate-applets
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Applets for MATE panel (GTK2 version)"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview2' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
+         'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3" 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-netspeed')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('6e6b51089bcb6450a466ba358b71fcfd7aba3a6a')
+
+prepare() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --enable-polkit \
+        --enable-ipv6 \
+        --with-gtk=2.0
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to