[arch-commits] Commit in mate-netspeed/repos (6 files)

Evgeniy Alekseev arcanis at nymeria.archlinux.org
Thu May 15 23:51:47 UTC 2014


    Date: Friday, May 16, 2014 @ 01:51:47
  Author: arcanis
Revision: 111280

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

Added:
  mate-netspeed/repos/community-staging-i686/
  mate-netspeed/repos/community-staging-i686/PKGBUILD
    (from rev 111279, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-staging-i686/mate-netspeed.install
    (from rev 111279, mate-netspeed/trunk/mate-netspeed.install)
  mate-netspeed/repos/community-staging-x86_64/
  mate-netspeed/repos/community-staging-x86_64/PKGBUILD
    (from rev 111279, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-staging-x86_64/mate-netspeed.install
    (from rev 111279, mate-netspeed/trunk/mate-netspeed.install)

------------------------------------------------+
 community-staging-i686/PKGBUILD                |   31 +++++++++++++++++++++++
 community-staging-i686/mate-netspeed.install   |   12 ++++++++
 community-staging-x86_64/PKGBUILD              |   31 +++++++++++++++++++++++
 community-staging-x86_64/mate-netspeed.install |   12 ++++++++
 4 files changed, 86 insertions(+)

Copied: mate-netspeed/repos/community-staging-i686/PKGBUILD (from rev 111279, mate-netspeed/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-05-15 23:51:47 UTC (rev 111280)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-netspeed
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified network device."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d5e9f408ccaedbdeb3917b1d560288420f7f2c3f')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed/repos/community-staging-i686/mate-netspeed.install (from rev 111279, mate-netspeed/trunk/mate-netspeed.install)
===================================================================
--- community-staging-i686/mate-netspeed.install	                        (rev 0)
+++ community-staging-i686/mate-netspeed.install	2014-05-15 23:51:47 UTC (rev 111280)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: mate-netspeed/repos/community-staging-x86_64/PKGBUILD (from rev 111279, mate-netspeed/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-05-15 23:51:47 UTC (rev 111280)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-netspeed
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified network device."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d5e9f408ccaedbdeb3917b1d560288420f7f2c3f')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed/repos/community-staging-x86_64/mate-netspeed.install (from rev 111279, mate-netspeed/trunk/mate-netspeed.install)
===================================================================
--- community-staging-x86_64/mate-netspeed.install	                        (rev 0)
+++ community-staging-x86_64/mate-netspeed.install	2014-05-15 23:51:47 UTC (rev 111280)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list