aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hahler2021-05-16 16:16:35 +0200
committerDaniel Hahler2021-05-16 16:17:25 +0200
commit09d0364f1c2ed7a0025bfd5e0b7f95424e0f2e49 (patch)
tree74ae8a0d910b62ab7218bb98f29cb9d2b6ac7d03
parent3dcb82aa4c88f02e1640c02767353c6659012310 (diff)
downloadaur-09d0364f1c2ed7a0025bfd5e0b7f95424e0f2e49.tar.gz
Add libxt to depends
This is required for rclock at least: > rclock.C:39:10: fatal error: X11/Intrinsic.h: No such file or directory > 39 | #include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */ > | ^~~~~~~~~~~~~~~~~
-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)