Date: Saturday, March 10, 2012 @ 12:45:02 Author: ibiru Revision: 152930
initial commit Added: gnome-dictionary/ gnome-dictionary/trunk/ gnome-dictionary/trunk/PKGBUILD gnome-dictionary/trunk/gnome-dictionary.install --------------------------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ gnome-dictionary.install | 11 +++++++++++ 2 files changed, 39 insertions(+) Added: gnome-dictionary/trunk/PKGBUILD =================================================================== --- gnome-dictionary/trunk/PKGBUILD (rev 0) +++ gnome-dictionary/trunk/PKGBUILD 2012-03-10 17:45:02 UTC (rev 152930) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Ionut Biru <[email protected]> +pkgname=gnome-dictionary +pkgver=3.3.2 +pkgrel=1 +pkgdesc="A graphical directory tree analyzer" +arch=(i686 x86_64) +url="http://gnome.org" +license=('GPL2') +depends=('dconf' 'gtk3') +makedepends=('intltool' 'gnome-doc-utils') +install=$pkgname.install +options=(!libtool) +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4bd6f51a98446f8c8d2bceb19bbb5221bd8b2eb2d75f23d2ad8d1045c0aafa24') + +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: gnome-dictionary/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id Added: gnome-dictionary/trunk/gnome-dictionary.install =================================================================== --- gnome-dictionary/trunk/gnome-dictionary.install (rev 0) +++ gnome-dictionary/trunk/gnome-dictionary.install 2012-03-10 17:45:02 UTC (rev 152930) @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
