diff options
author | root <root@rshg054.dnsready.net> | 2012-08-04 00:02:16 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-04 00:02:16 +0000 |
commit | f8ac5d4703080cc87ba2fe36f68df745d3a5f62f (patch) | |
tree | 641ccb335800a868031ab1d89d554e5c1b0f0d9a /community/guake/PKGBUILD | |
parent | 60f7eab28ba0dd57c8ce519609f393dd3931b621 (diff) |
Sat Aug 4 00:02:16 UTC 2012
Diffstat (limited to 'community/guake/PKGBUILD')
-rw-r--r-- | community/guake/PKGBUILD | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/community/guake/PKGBUILD b/community/guake/PKGBUILD index 96de81dee..b1903b387 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') 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" } |