diff options
Diffstat (limited to 'community/rxvt-unicode')
-rw-r--r-- | community/rxvt-unicode/01-fix-tabber-perl-ext.patch | 12 | ||||
-rw-r--r-- | community/rxvt-unicode/PKGBUILD | 92 | ||||
-rw-r--r-- | community/rxvt-unicode/urxvt-tabbed.desktop | 9 | ||||
-rw-r--r-- | community/rxvt-unicode/urxvt.desktop | 9 | ||||
-rw-r--r-- | community/rxvt-unicode/urxvtc.desktop | 9 |
5 files changed, 0 insertions, 131 deletions
diff --git a/community/rxvt-unicode/01-fix-tabber-perl-ext.patch b/community/rxvt-unicode/01-fix-tabber-perl-ext.patch deleted file mode 100644 index adb140bcc..000000000 --- a/community/rxvt-unicode/01-fix-tabber-perl-ext.patch +++ /dev/null @@ -1,12 +0,0 @@ -# https://bugs.archlinux.org/task/35420 ---- a/src/perl/tabbed 2012-09-12 17:32:04.000000000 +0900 -+++ b/src/perl/tabbed 2013-05-24 13:04:37.000000000 +0900 -@@ -402,7 +402,7 @@ - # simply proxies all interesting calls back to the tabbed class. - - { -- for my $hook qw(start destroy key_press property_notify) { -+ for my $hook (qw(start destroy key_press property_notify)) { - eval qq{ - sub on_$hook { - my \$parent = \$_[0]{term}{parent} diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD deleted file mode 100644 index 10c6751aa..000000000 --- a/community/rxvt-unicode/PKGBUILD +++ /dev/null @@ -1,92 +0,0 @@ -# $Id: PKGBUILD 93568 2013-07-05 17:54:59Z seblu $ -# Maintainer: Sébastien Luttringer -# Contributor: Angel Velasquez <angvp@archlinux.org> -# Contributor: tobias <tobias@archlinux.org> -# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org - -pkgbase=rxvt-unicode -pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo') -pkgver=9.18 -pkgrel=7 -arch=('i686' 'x86_64') -url='http://software.schmorp.de/pkg/rxvt-unicode.html' -license=('GPL') -makedepends=('libxft' 'perl' 'startup-notification') -source=( - "http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2" - 'urxvt.desktop' - 'urxvtc.desktop' - 'urxvt-tabbed.desktop' - '01-fix-tabber-perl-ext.patch' -) -md5sums=('963ccc748fe5bca925e7b92c0404d68b' - 'fec94dc986fa37ec380079d81de3e0b2' - 'fac55f0a8404c86dad3e702146762332' - '8a5599197568c63720e282b9722a7990' - '0c26ae7022a128e68981577785358b63') - -prepare() { - patch -p1 -d $pkgname-$pkgver < 01-fix-tabber-perl-ext.patch -} - -build() { - cd $pkgname-$pkgver - # we disable smart-resize (FS#34807) - ./configure \ - --prefix=/usr \ - --with-terminfo=/usr/share/terminfo \ - --enable-256-color \ - --enable-combining \ - --enable-fading \ - --enable-font-styles \ - --enable-iso14755 \ - --enable-keepscrolling \ - --enable-lastlog \ - --enable-mousewheel \ - --enable-next-scroll \ - --enable-perl \ - --enable-pointer-blank \ - --enable-rxvt-scroll \ - --enable-selectionscrolling \ - --enable-slipwheeling \ - --disable-smart-resize \ - --enable-startup-notification \ - --enable-transparency \ - --enable-unicode3 \ - --enable-utmp \ - --enable-wtmp \ - --enable-xft \ - --enable-xim \ - --enable-xterm-scroll \ - --disable-pixbuf \ - --disable-frills - make -} - -package_rxvt-unicode() { - pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)' - depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification') - optdepends=('gtk2-perl: to use the urxvt-tabbed') - - # install freedesktop menu - for _f in urxvt urxvtc urxvt-tabbed; do - install -Dm644 $_f.desktop "$pkgdir/usr/share/applications/$_f.desktop" - done - cd $pkgname-$pkgver - # workaround terminfo installation - export TERMINFO="$srcdir/terminfo" - install -d "$TERMINFO" - 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" -} - -package_rxvt-unicode-terminfo() { - pkgdesc='Terminfo files for urxvt' - conflict=('rxvt-unicode<=9.18-6') - install -dm 755 "$pkgdir/usr/share/" - mv terminfo "$pkgdir/usr/share/" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/rxvt-unicode/urxvt-tabbed.desktop b/community/rxvt-unicode/urxvt-tabbed.desktop deleted file mode 100644 index 172006b4a..000000000 --- a/community/rxvt-unicode/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; diff --git a/community/rxvt-unicode/urxvt.desktop b/community/rxvt-unicode/urxvt.desktop deleted file mode 100644 index 762291870..000000000 --- a/community/rxvt-unicode/urxvt.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=urxvt -Comment=An unicode capable rxvt clone -Exec=urxvt -Icon=utilities-terminal -Terminal=false -Type=Application -Categories=System;TerminalEmulator; diff --git a/community/rxvt-unicode/urxvtc.desktop b/community/rxvt-unicode/urxvtc.desktop deleted file mode 100644 index 3a2df410f..000000000 --- a/community/rxvt-unicode/urxvtc.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=urxvt (client) -Comment=An unicode capable rxvt clone client for urxvtd -Exec=urxvtc -Icon=utilities-terminal -Terminal=false -Type=Application -Categories=System;TerminalEmulator; |