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

Balló György bgyorgy at archlinux.org
Sun Aug 7 09:40:03 UTC 2016


    Date: Sunday, August 7, 2016 @ 09:40:03
  Author: bgyorgy
Revision: 185760

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

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

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

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2016-08-07 09:39:57 UTC (rev 185759)
+++ community-staging-i686/PKGBUILD	2016-08-07 09:40:03 UTC (rev 185760)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.14
-_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')
-replaces=('mate-netspeed')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('e316ade06cba447908120eee07b777dcfae436cd')
-
-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-i686/PKGBUILD (from rev 185759, mate-applets/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-08-07 09:40:03 UTC (rev 185760)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_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=('e316ade06cba447908120eee07b777dcfae436cd')
+
+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
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2016-08-07 09:39:57 UTC (rev 185759)
+++ community-staging-x86_64/PKGBUILD	2016-08-07 09:40:03 UTC (rev 185760)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.14
-_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')
-replaces=('mate-netspeed')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('e316ade06cba447908120eee07b777dcfae436cd')
-
-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 185759, mate-applets/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-08-07 09:40:03 UTC (rev 185760)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_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=('e316ade06cba447908120eee07b777dcfae436cd')
+
+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
+}



More information about the arch-commits mailing list