summaryrefslogtreecommitdiff
path: root/community/sawfish
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-09 20:23:53 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-09 20:23:53 -0300
commit7c6a0188a5ac63d4bb6c667c2f1bcf26792312e6 (patch)
tree706c3ba50b28eb4e1414d122b28ce69cf2c8a285 /community/sawfish
parent25828de60b05b955dc23d7226b591b416f955875 (diff)
parentd2f2d3b5c845807249680c275031f94047f9e762 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/libtextcat/PKGBUILD extra/glsof/PKGBUILD extra/orca/PKGBUILD extra/python-qt/PKGBUILD extra/python-sip/PKGBUILD extra/python2-qt/PKGBUILD extra/python2-sip/PKGBUILD extra/swfdec-mozilla/PKGBUILD extra/swfdec/PKGBUILD extra/trayer/PKGBUILD extra/xbill/PKGBUILD extra/xfce4-xfapplet-plugin/PKGBUILD
Diffstat (limited to 'community/sawfish')
-rw-r--r--community/sawfish/PKGBUILD12
-rw-r--r--community/sawfish/sawfish.install5
2 files changed, 10 insertions, 7 deletions
diff --git a/community/sawfish/PKGBUILD b/community/sawfish/PKGBUILD
index 689c4d025..db237e733 100644
--- a/community/sawfish/PKGBUILD
+++ b/community/sawfish/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 42090 2011-03-13 17:55:35Z shusmann $
+# $Id: PKGBUILD 46419 2011-05-07 10:07:50Z shusmann $
# Maintainer: stefan-husmann@t-online.de
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=sawfish
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="An extensible window manager using a Lisp-based scripting language"
arch=('i686' 'x86_64' 'mips64el')
url="http://sawfish.wikia.com/wiki/Main_Page"
license=('GPL')
-depends=('rep-gtk' 'libsm' 'hicolor-icon-theme')
+depends=('libsm' 'rep-gtk' 'hicolor-icon-theme')
install=${pkgname}.install
source=(http://download.tuxfamily.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('522beb58635166c17eee3e47e6ebc5a39c22122a')
-
+sha1sums=('f93549382a438c1e7044624403876b345edae4b6')
+options=('!libtool')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --libexecdir=/usr/lib
+ ./configure --prefix=/usr --libexecdir=/usr/lib --without-pango
make
}
diff --git a/community/sawfish/sawfish.install b/community/sawfish/sawfish.install
index 340fe8596..3b43a7466 100644
--- a/community/sawfish/sawfish.install
+++ b/community/sawfish/sawfish.install
@@ -14,5 +14,8 @@ post_upgrade() {
pre_remove() {
[ -x usr/bin/install-info ] || return 0
install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+} \ No newline at end of file