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

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


    Date: Sunday, April 1, 2012 @ 07:30:43
  Author: heftig
Revision: 155016

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

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

----------------+
 PKGBUILD       |   28 ++++++++++++++++++++++++++++
 baobab.install |   12 ++++++++++++
 2 files changed, 40 insertions(+)

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 155005, baobab/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:30:43 UTC (rev 155016)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=baobab
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org"
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libgtop')
+makedepends=('intltool' 'itstool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0936bb2e1bb9a9a7518eaa2a29cffd0bd9b99ae9c33e4e99b5d11c6d150a08bd')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/baobab.install (from rev 155005, baobab/repos/gnome-unstable-i686/baobab.install)
===================================================================
--- testing-i686/baobab.install	                        (rev 0)
+++ testing-i686/baobab.install	2012-04-01 11:30:43 UTC (rev 155016)
@@ -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