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: 261fd7ad5a82231888ff0593668ee58321e07692

Message: major changes

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 51943ad..e37010e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
 pkgbase = rxvt-unicode
 	pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt)
 	pkgver = 9.26
-	pkgrel = 2
+	pkgrel = 3
 	url = http://software.schmorp.de/pkg/rxvt-unicode.html
 	arch = x86_64
 	license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f05ab19..180aec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=rxvt-unicode
 pkgver=9.26
-pkgrel=2
+pkgrel=3
 pkgdesc="Unicode enabled rxvt-clone terminal emulator (urxvt)"
 arch=('x86_64')
 url="http://software.schmorp.de/pkg/rxvt-unicode.html"
@@ -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" --with-term="rxvt-unicode-256color" --enable-256-color
+  ./configure  --prefix=/usr --enable-everything --enable-smart-resize
     #--enable-256-color \
     #--enable-combining \
     #--enable-fading \
@@ -49,17 +49,12 @@ build() {
 package() {
   #install freedesktop menu
   cd ..
-  for _f in urxvt urxvtc urxvt-tabbed; do
+  for _f in urxvt urxvtc ; do
    install -Dm644 ${_f}.desktop "${pkgdir}/usr/share/applications/${_f}.desktop"
   done
 
 
   #workaround terminfo installation
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/doc/etc/rxvt-unicode.terminfo" "${pkgdir}/usr/share/urxvt/etc/rxvt-unicode.terminfo"
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  #install the tabbing wrapper ( requires gtk2-perl! )
-  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
-  install -Dm 755 doc/rxvt-tabbed "${pkgdir}/usr/bin/urxvt-tabbed"
+  make DESTDIR="${pkgdir}" TERMINFO="/tmp" install
 }
diff --git a/urxvt-tabbed.desktop b/urxvt-tabbed.desktop
deleted file mode 100644
index 172006b..0000000
--- a/urxvt-tabbed.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=urxvt (tabbed)
-Comment=An unicode capable and tabbed rxvt clone
-Exec=urxvt-tabbed
-Icon=utilities-terminal
-Terminal=false
-Type=Application
-Categories=System;TerminalEmulator;