[arch-commits] Commit in (4 files)
Ionut Biru
ibiru at archlinux.org
Sat Mar 10 17:26:47 UTC 2012
Date: Saturday, March 10, 2012 @ 12:26:46
Author: ibiru
Revision: 152928
initial commit
Added:
baobab/
baobab/trunk/
baobab/trunk/PKGBUILD
baobab/trunk/baobab.install
----------------+
PKGBUILD | 27 +++++++++++++++++++++++++++
baobab.install | 12 ++++++++++++
2 files changed, 39 insertions(+)
Added: baobab/trunk/PKGBUILD
===================================================================
--- baobab/trunk/PKGBUILD (rev 0)
+++ baobab/trunk/PKGBUILD 2012-03-10 17:26:46 UTC (rev 152928)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=baobab
+pkgver=3.3.3
+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')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('45fdb329364a7a85e2282764d848f1dfbe03b6d684af64cded537b91912ae9cd')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Property changes on: baobab/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: baobab/trunk/baobab.install
===================================================================
--- baobab/trunk/baobab.install (rev 0)
+++ baobab/trunk/baobab.install 2012-03-10 17:26:46 UTC (rev 152928)
@@ -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