makedeb


rxvt-unicode 9.31-2


Unicode enabled rxvt-clone terminal emulator (urxvt)

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

Commit:


Hash: 6a1b978fdcd9fae80e3f136ebb2a4645d80a87d2

Message: added with-term and enable-256

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3d9d367..51943ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = rxvt-unicode
 	depends = perl
 	depends = libstartup-notification0
 	depends = libnsl-dev
-	optdepends = gtk2-perl: to use the urxvt-tabbed
+	optdepends = libgtk3-perl: to use the urxvt-tabbed
 	provides = rxvt-unicode
 	conflicts = rxvt-unicode
 	conflicts = rxvt-unicode-256color
diff --git a/PKGBUILD b/PKGBUILD
index 0559c24..f05ab19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://software.schmorp.de/pkg/rxvt-unicode.html"
 license=('GPL')
 makedepends=('libxft-dev' 'libxft2-dev' 'perl' 'libstartup-notification0-dev' 'libstartup-notification0' 'libnsl-dev' 'libnsl2' 'libxmu-dev' 'libperl-dev' 'terminfo')
 depends=('libxft-dev' 'perl' 'libstartup-notification0' 'libnsl-dev')
-optdepends=('gtk2-perl: to use the urxvt-tabbed')
+optdepends=('libgtk3-perl: to use the urxvt-tabbed')
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2)
 provides=('rxvt-unicode' )
 conflicts=('rxvt-unicode' 'rxvt-unicode-256color')
@@ -16,7 +16,7 @@ replaces=('rxvt-unicode' 'rxvt-unicode-256color')
 sha256sums=('643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b')
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure  --prefix=/usr --enable-everything  --enable-unicode3 --enable-smart-resize --with-terminfo="/usr/share/urxvt/ext/rxvt-unicode.terminfo"
+  ./configure  --prefix=/usr --enable-everything  --enable-unicode3 --enable-smart-resize --with-terminfo="/usr/share/urxvt/ext/rxvt-unicode.terminfo" --with-term="rxvt-unicode-256color" --enable-256-color
     #--enable-256-color \
     #--enable-combining \
     #--enable-fading \