summaryrefslogtreecommitdiff
path: root/community/guake/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-04 10:41:31 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-04 10:41:31 +0200
commitb796bed39624486a348d1cb2881c5a1e88f84954 (patch)
tree74f89104c89a9440733cc08bfde1c17efe2bd3db /community/guake/PKGBUILD
parent589a2311981a3552f48d4c9001be0cb5a06563a9 (diff)
parentf8ac5d4703080cc87ba2fe36f68df745d3a5f62f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/kphotoalbum/PKGBUILD community-testing/libextractor/PKGBUILD community/mplayer2/PKGBUILD community/preload/PKGBUILD community/python2-pymongo/PKGBUILD extra/virtuoso/PKGBUILD testing/calligra/PKGBUILD testing/hugin/PKGBUILD testing/kdebase-runtime/PKGBUILD testing/kdegraphics-gwenview/PKGBUILD testing/kdepim-runtime/PKGBUILD testing/libkexiv2/PKGBUILD
Diffstat (limited to 'community/guake/PKGBUILD')
-rw-r--r--community/guake/PKGBUILD23
1 files changed, 6 insertions, 17 deletions
diff --git a/community/guake/PKGBUILD b/community/guake/PKGBUILD
index 6f33d50f8..a607444d4 100644
--- a/community/guake/PKGBUILD
+++ b/community/guake/PKGBUILD
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD 72161 2012-06-09 09:50:29Z bgyorgy $
+# $Id: PKGBUILD 74682 2012-08-02 06:19:50Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Wilson Pinto Júnior (N3RD3X) <n3rd3x@linuxmail.org>
pkgname=guake
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc='Drop-down terminal for GNOME'
arch=('i686' 'x86_64' 'mips64el')
url="http://guake.org/"
license=('GPL')
-depends=('python-notify' 'vte' 'python2-gconf' 'dbus-python' 'pyxdg')
+depends=('python-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('intltool')
options=('!libtool')
install=$pkgname.install
source=(http://guake.org/files/$pkgname-$pkgver.tar.gz
- guake-fix-notification.patch
- guake-fix-pref.desktop.patch)
-md5sums=('951e42f3c6b24912baab2f4f6c84e658'
- '0b57227e6869dd84dd4fb0794ed0d082'
- '0e042a6ac89f5e77c45a96c42494bc3d')
+ guake-fix-notification.patch)
+md5sums=('532adada29b8f0bb79dc15904aa6b70c'
+ '0b57227e6869dd84dd4fb0794ed0d082')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,12 +27,6 @@ build() {
# http://guake.org/ticket/416
patch -Np1 -i "$srcdir/guake-fix-notification.patch"
- # http://guake.org/ticket/448
- patch -Np1 -i "$srcdir/guake-fix-pref.desktop.patch"
-
- # Do not disable autostart in GNOME
- sed -i '/X-GNOME-Autostart-enabled/ d' data/guake.desktop.in
-
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --disable-schemas-install \
--with-gconf-schema-file-dir=/usr/share/gconf/schemas \
@@ -46,7 +38,4 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
-
- # Remove autostart file
- rm -r "$pkgdir/etc"
}