diff options
Diffstat (limited to 'extra/rxvt-unicode')
-rw-r--r-- | extra/rxvt-unicode/PKGBUILD | 27 | ||||
-rw-r--r-- | extra/rxvt-unicode/rxvt-unicode.desktop | 2 |
2 files changed, 12 insertions, 17 deletions
diff --git a/extra/rxvt-unicode/PKGBUILD b/extra/rxvt-unicode/PKGBUILD index 30fa7ea9e..07bf9746e 100644 --- a/extra/rxvt-unicode/PKGBUILD +++ b/extra/rxvt-unicode/PKGBUILD @@ -1,26 +1,23 @@ -# $Id: PKGBUILD 106127 2011-01-14 17:50:21Z angvp $ +# $Id: PKGBUILD 122865 2011-05-07 00:01:55Z eric $ # Maintainer: tobias <tobias@archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org pkgname=rxvt-unicode -pkgver=9.10 +pkgver=9.11 pkgrel=1 pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)" -arch=(i686 x86_64 'mips64el') +arch=('i686' 'x86_64' 'mips64el') +url="http://software.schmorp.de/pkg/rxvt-unicode.html" +license=('GPL') depends=('gcc-libs' 'libxft' 'gdk-pixbuf2') -makedepends=('ncurses' 'perl>=5.12.2' 'pkgconfig') optdepends=('perl: lots of utilities' 'gtk2-perl: to use the urxvt-tabbed') -url="http://software.schmorp.de/pkg/rxvt-unicode.html" -license=("GPL") source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \ - ${pkgname}.desktop ${pkgname}.png popup-menu-hang.diff) -md5sums=('a23aa40b31e843878b6f9c44768de430' - '5bfefa1b41c2b81ca18f2ef847330543' - '84328cada91751df07324d95f8be4d1b' + ${pkgname}.desktop popup-menu-hang.diff) +md5sums=('1bed5bfeed026e0bfafa0e9e4f62aa37' + '3de6c13126a45bc3bc9f6bba077a1311' 'aead33ba3b08eeb251fb0c1427a4a024') -sha1sums=('54c896a4885b8984b0dfa652269c3c34c4d75f2d' - '79b7cacb7d6ce4a34f8a31a2e33475a8f7bf69cb' - '9ff58d7b1d60838c51c9045bc0be342fac456790' +sha1sums=('21d0fad9a6032dbcf2c43a85f288543c6bd5ab3d' + '962aebc88982dbeb62a7c4a051ff567e015f61a0' 'ec4013f4af3a45da928b75f40fbf6389070e7fdd') build() { @@ -51,9 +48,7 @@ package() { # 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" - # install freedesktop menu and icon ( icon from cvs checkout ) + # install freedesktop menu install -Dm644 ../${pkgname}.desktop \ "${pkgdir}/usr/share/applications/${pkgname}.desktop" - install -Dm644 ../${pkgname}.png \ - "${pkgdir}/usr/share/pixmaps/${pkgname}.png" } diff --git a/extra/rxvt-unicode/rxvt-unicode.desktop b/extra/rxvt-unicode/rxvt-unicode.desktop index 436e8d119..68d613dbd 100644 --- a/extra/rxvt-unicode/rxvt-unicode.desktop +++ b/extra/rxvt-unicode/rxvt-unicode.desktop @@ -4,7 +4,7 @@ Encoding=UTF-8 Name=rxvt-unicode Comment=An Unicode capable rxvt clone Exec=urxvt -Icon=rxvt-unicode +Icon=terminal Terminal=false Type=Application Categories=Application;System;TerminalEmulator; |