summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjacky2013-05-26 13:09:51 +0200
committerOlivier Brunel2015-06-08 19:16:29 +0200
commitada9f8d9f89f859b053982be35c252b7cf1048fe (patch)
tree766670631c5b1be892e3af6c3e3c7167f9f440b3
parent9e03d730cdea95a170a68d24b99a1266e42ff513 (diff)
downloadaur-ada9f8d9f89f859b053982be35c252b7cf1048fe.tar.gz
Revert "rxvt-unicode-better-wheel-scrolling: Remove gdk-pixbuf dependency"
Turns out I need this, because otherwise I can't get the icon for the window. And since I do have those dependencies installed anyways. This reverts commit a929620dbbed453c25545d123c9225e4f3ac0450. Signed-off-by: Olivier Brunel <jjk@jjacky.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5660826ef423..ef8ccead9848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = rxvt-unicode-better-wheel-scrolling
license = GPL
depends = gcc-libs
depends = libxft
+ depends = gdk-pixbuf2
optdepends = perl: lots of utilities
provides = rxvt-unicode
conflicts = rxvt-unicode
diff --git a/PKGBUILD b/PKGBUILD
index 5349faaa9c17..a43e5f7a0083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt) w/ better wheel
arch=('i686' 'x86_64')
url="http://software.schmorp.de/pkg/rxvt-unicode.html"
license=('GPL')
-depends=('gcc-libs' 'libxft')
+depends=('gcc-libs' 'libxft' 'gdk-pixbuf2')
optdepends=('perl: lots of utilities') # 'gtk2-perl: to use the urxvt-tabbed')
provides=('rxvt-unicode')
conflicts=('rxvt-unicode')
@@ -49,11 +49,11 @@ build() {
--enable-keepscrolling \
--enable-selectionscrolling \
--enable-smart-resize \
+ --enable-pixbuf \
--enable-transparency \
--disable-utmp \
--disable-wtmp \
--enable-lastlog \
- --disable-pixbuf \
--disable-frills
make alldoc
make