bump rxvt-unicode version, enable pixbuf
This commit is contained in:
parent
39bfb0b569
commit
4c98e49d03
1 changed files with 4 additions and 4 deletions
|
@ -7,11 +7,11 @@
|
|||
pkgbase=rxvt-unicode
|
||||
pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
|
||||
pkgver=9.22
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
|
||||
license=('GPL')
|
||||
makedepends=('libxft' 'perl' 'startup-notification')
|
||||
makedepends=('libxft' 'perl' 'startup-notification' 'gdk-pixbuf2')
|
||||
source=(
|
||||
"http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2"
|
||||
'urxvt.desktop'
|
||||
|
@ -67,14 +67,14 @@ build() {
|
|||
--enable-xft \
|
||||
--enable-xim \
|
||||
--enable-xterm-scroll \
|
||||
--disable-pixbuf \
|
||||
--enable-pixbuf \
|
||||
--disable-frills
|
||||
make
|
||||
}
|
||||
|
||||
package_rxvt-unicode() {
|
||||
pkgdesc='A unicode enabled rxvt-clone terminal emulator (urxvt)'
|
||||
depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification')
|
||||
depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification' 'gdk-pixbuf2')
|
||||
optdepends=('gtk2-perl: to use the urxvt-tabbed')
|
||||
|
||||
# install freedesktop menu
|
||||
|
|
Loading…
Reference in a new issue