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
|
pkgbase=rxvt-unicode
|
||||||
pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
|
pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
|
||||||
pkgver=9.22
|
pkgver=9.22
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
|
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=('libxft' 'perl' 'startup-notification')
|
makedepends=('libxft' 'perl' 'startup-notification' 'gdk-pixbuf2')
|
||||||
source=(
|
source=(
|
||||||
"http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2"
|
"http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2"
|
||||||
'urxvt.desktop'
|
'urxvt.desktop'
|
||||||
|
@ -67,14 +67,14 @@ build() {
|
||||||
--enable-xft \
|
--enable-xft \
|
||||||
--enable-xim \
|
--enable-xim \
|
||||||
--enable-xterm-scroll \
|
--enable-xterm-scroll \
|
||||||
--disable-pixbuf \
|
--enable-pixbuf \
|
||||||
--disable-frills
|
--disable-frills
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package_rxvt-unicode() {
|
package_rxvt-unicode() {
|
||||||
pkgdesc='A unicode enabled rxvt-clone terminal emulator (urxvt)'
|
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')
|
optdepends=('gtk2-perl: to use the urxvt-tabbed')
|
||||||
|
|
||||||
# install freedesktop menu
|
# install freedesktop menu
|
||||||
|
|
Loading…
Reference in a new issue