aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9fe5f55e249..989bc0ca4396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,10 @@ pkgbase = rxvt-unicode-cvs-patched-wideglyphs
license = GPL
makedepends = cvs
depends = libxft
+ depends = libxt
depends = perl
- depends = startup-notification
depends = rxvt-unicode-terminfo
+ depends = startup-notification
optdepends = gtk2-perl: to use the urxvt-tabbed
provides = rxvt-unicode
conflicts = rxvt-unicode
diff --git a/PKGBUILD b/PKGBUILD
index b8c3b55e79b6..84a4a5d175ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,13 @@ pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font sp
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
license=('GPL')
-depends=('libxft' 'perl' 'startup-notification' 'rxvt-unicode-terminfo')
+depends=(
+ 'libxft'
+ 'libxt'
+ 'perl'
+ 'rxvt-unicode-terminfo'
+ 'startup-notification'
+)
makedepends=('cvs')
optdepends=('gtk2-perl: to use the urxvt-tabbed')
provides=(rxvt-unicode)