makedeb


rxvt-unicode-256color 9.31-2


Unicode enabled rxvt-clone terminal emulator (urxvt) with the 256 colors enabled

Click here to go back to the commit logs for rxvt-unicode-256color.

Commit:


Hash: e72b0f44bfe77a5d35d6e347200f76974c856e76

Message: libxft-dev and libxft2-dev dependency fix.

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 660f722..77e95d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,13 +8,12 @@ pkgbase = rxvt-unicode-256color
 	arch = x86_64
 	license = GPL
 	makedepends = libxft-dev
-	makedepends = libxft2-dev
 	makedepends = perl
 	makedepends = libstartup-notification0-dev
 	makedepends = libstartup-notification0
 	makedepends = libxmu-dev
 	makedepends = libperl-dev
-	depends = libxft-dev
+	depends = libxft2
 	depends = perl
 	depends = libstartup-notification0
 	optdepends = libgtk3-perl: to use the urxvt-tabbed
@@ -23,17 +22,5 @@ pkgbase = rxvt-unicode-256color
 	conflicts = rxvt-unicode-256color
 	source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.26.tar.bz2
 	sha256sums = 643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b
-	bullseye_depends = libxft-dev
-	bullseye_depends = perl
-	bullseye_depends = libstartup-notification0
-	bullseye_depends = libnsl-dev
-	bullseye_depends = libnsl2
-	bullseye_depends = terminfo
-	hirsute_depends = libxft-dev
-	hirsute_depends = perl
-	hirsute_depends = libstartup-notification0
-	hirsute_depends = libnsl-dev
-	hirsute_depends = libnsl2
-	hirsute_depends = terminfo
 
 pkgname = rxvt-unicode-256color
diff --git a/PKGBUILD b/PKGBUILD
index 382bcc2..2a0a035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Unicode enabled rxvt-clone terminal emulator (urxvt) with the 256 color
 arch=('x86_64')
 url="http://software.schmorp.de/pkg/rxvt-unicode.html"
 license=('GPL')
-makedepends=('libxft-dev' 'libxft2-dev' 'perl' 'libstartup-notification0-dev' 'libstartup-notification0' 'libxmu-dev' 'libperl-dev')
-depends=('libxft-dev' 'perl' 'libstartup-notification0')
+makedepends=('libxft-dev' 'perl' 'libstartup-notification0-dev' 'libstartup-notification0' 'libxmu-dev' 'libperl-dev')
+depends=('libxft2' 'perl' 'libstartup-notification0')
 bullseye_depends=(${depends[@]} 'libnsl-dev' 'libnsl2' 'terminfo')
 hirsute_depends=(${depends[@]} 'libnsl-dev' 'libnsl2' 'terminfo')
 optdepends=('libgtk3-perl: to use the urxvt-tabbed')