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

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


    Date: Sunday, April 1, 2012 @ 07:33:04
  Author: heftig
Revision: 155110

db-move: moved gnome-disk-utility from [gnome-unstable] to [testing] (x86_64)

Added:
  gnome-disk-utility/repos/testing-x86_64/
  gnome-disk-utility/repos/testing-x86_64/PKGBUILD
    (from rev 155005, gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-disk-utility/repos/testing-x86_64/gnome-disk-utility.install
    (from rev 155005, gnome-disk-utility/repos/gnome-unstable-x86_64/gnome-disk-utility.install)
Deleted:
  gnome-disk-utility/repos/gnome-unstable-x86_64/

----------------------------+
 PKGBUILD                   |   30 ++++++++++++++++++++++++++++++
 gnome-disk-utility.install |   11 +++++++++++
 2 files changed, 41 insertions(+)

Copied: gnome-disk-utility/repos/testing-x86_64/PKGBUILD (from rev 155005, gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:33:04 UTC (rev 155110)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org"
+groups=('gnome-extra')
+depends=('gtk3' 'udisks2' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+install=gnome-disk-utility.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1d5b7ba73ee2b5373ea8a087902ab05339723c72eab278670856375280e02f03')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-disk-utility/repos/testing-x86_64/gnome-disk-utility.install (from rev 155005, gnome-disk-utility/repos/gnome-unstable-x86_64/gnome-disk-utility.install)
===================================================================
--- testing-x86_64/gnome-disk-utility.install	                        (rev 0)
+++ testing-x86_64/gnome-disk-utility.install	2012-04-01 11:33:04 UTC (rev 155110)
@@ -0,0 +1,11 @@
+post_install() {
+    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