[arch-commits] Commit in gnome-nettool/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:33:30 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:33:30
  Author: heftig
Revision: 155126

db-move: moved gnome-nettool from [gnome-unstable] to [testing] (i686)

Added:
  gnome-nettool/repos/testing-i686/
  gnome-nettool/repos/testing-i686/PKGBUILD
    (from rev 155005, gnome-nettool/repos/gnome-unstable-i686/PKGBUILD)
  gnome-nettool/repos/testing-i686/gnome-nettool.install
    (from rev 155005, gnome-nettool/repos/gnome-unstable-i686/gnome-nettool.install)
Deleted:
  gnome-nettool/repos/gnome-unstable-i686/

-----------------------+
 PKGBUILD              |   30 ++++++++++++++++++++++++++++++
 gnome-nettool.install |   12 ++++++++++++
 2 files changed, 42 insertions(+)

Copied: gnome-nettool/repos/testing-i686/PKGBUILD (from rev 155005, gnome-nettool/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:33:30 UTC (rev 155126)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Kritoke <kritoke at nospam.gmail.com>
+
+pkgname=gnome-nettool
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="A Collection of GNOME3 Networking Tools."
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'libgtop' 'dnsutils' 'iputils' 'nmap' 'netkit-bsd-finger' 'whois' 'hicolor-icon-theme')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+url="http://www.gnome.org"
+install=gnome-nettool.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1e0430c94084484f234864c160e6252552d54bb72c163d3e451641045429901c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-nettool/repos/testing-i686/gnome-nettool.install (from rev 155005, gnome-nettool/repos/gnome-unstable-i686/gnome-nettool.install)
===================================================================
--- testing-i686/gnome-nettool.install	                        (rev 0)
+++ testing-i686/gnome-nettool.install	2012-04-01 11:33:30 UTC (rev 155126)
@@ -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 $1
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list