rxvt-unicode: use a versioned perl dependency.
This commit is contained in:
parent
ab5766cb2d
commit
a18d339b54
1 changed files with 4 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template build file for 'rxvt-unicode'.
|
# Template build file for 'rxvt-unicode'.
|
||||||
pkgname=rxvt-unicode
|
pkgname=rxvt-unicode
|
||||||
version=9.15
|
version=9.15
|
||||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color
|
configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color
|
||||||
--enable-font-styles --enable-xim --enable-keepscrolling --enable-pixbuf
|
--enable-font-styles --enable-xim --enable-keepscrolling --enable-pixbuf
|
||||||
--enable-selectionscrolling --enable-smart-resize --enable-transparency
|
--enable-selectionscrolling --enable-smart-resize --enable-transparency
|
||||||
--enable-utmp --enable-wtmp --enable-lastlog --disable-frills
|
--enable-utmp --enable-wtmp --enable-lastlog --disable-frills
|
||||||
--enable-startup-notification --enable-combining --with-term=rxvt-256color"
|
--enable-startup-notification --enable-combining --with-term=rxvt-256color"
|
||||||
makedepends="pkg-config renderproto freetype-devel fontconfig-devel libX11-devel libXrender-devel libXft-devel glib-devel gdk-pixbuf-devel startup-notification-devel"
|
makedepends="pkg-config renderproto fontconfig-devel libXrender-devel
|
||||||
fulldepends="perl>=0"
|
libXft-devel glib-devel gdk-pixbuf-devel startup-notification-devel"
|
||||||
revision=1
|
|
||||||
short_desc="rxvt clone supporting Xft fonts and Unicode"
|
short_desc="rxvt clone supporting Xft fonts and Unicode"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1
|
checksum=ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1
|
||||||
long_desc="
|
long_desc="
|
||||||
rxvt-unicode is a clone of the well known terminal emulator rxvt,
|
rxvt-unicode is a clone of the well known terminal emulator rxvt,
|
||||||
|
@ -22,8 +22,6 @@ long_desc="
|
||||||
locale-correct input and output. It also supports mixing multiple
|
locale-correct input and output. It also supports mixing multiple
|
||||||
fonts at the same time, including Xft fonts."
|
fonts at the same time, including Xft fonts."
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
||||||
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
||||||
|
|
Loading…
Reference in a new issue