mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
rxvt-unicode: no noarch
And remove libbluetooth-devel as makedepends.
Incorrectly changed by dbd94f578b
, (rxvt-unicode: add gdk_pixbuf to
build_options_default= (resolves #2244), 2018-09-09)
This commit is contained in:
parent
8c748b4b55
commit
ee0940340e
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rxvt-unicode'
|
# Template file for 'rxvt-unicode'
|
||||||
pkgname=rxvt-unicode
|
pkgname=rxvt-unicode
|
||||||
version=9.22
|
version=9.22
|
||||||
revision=12
|
revision=13
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-terminfo=/usr/share/terminfo --enable-256-color
|
--with-terminfo=/usr/share/terminfo --enable-256-color
|
||||||
|
@ -17,8 +17,7 @@ hostmakedepends="pkg-config $(vopt_if perl 'perl autoconf') ncurses"
|
||||||
makedepends="xorgproto fontconfig-devel libXrender-devel libXft-devel libSM-devel
|
makedepends="xorgproto fontconfig-devel libXrender-devel libXft-devel libSM-devel
|
||||||
$(vopt_if gdk_pixbuf gdk-pixbuf-devel)
|
$(vopt_if gdk_pixbuf gdk-pixbuf-devel)
|
||||||
$(vopt_if perl perl)
|
$(vopt_if perl perl)
|
||||||
$(vopt_if startup_notification startup-notification-devel)
|
$(vopt_if startup_notification startup-notification-devel)"
|
||||||
$(vopt_if unicode3 libbluetooth-devel)"
|
|
||||||
depends="ncurses rxvt-unicode-terminfo-${version}_${revision}"
|
depends="ncurses rxvt-unicode-terminfo-${version}_${revision}"
|
||||||
short_desc="Terminal emulator supporting Xft fonts and Unicode"
|
short_desc="Terminal emulator supporting Xft fonts and Unicode"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -77,7 +76,6 @@ post_install() {
|
||||||
|
|
||||||
rxvt-unicode-terminfo_package() {
|
rxvt-unicode-terminfo_package() {
|
||||||
short_desc+=" - terminfo data"
|
short_desc+=" - terminfo data"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/terminfo
|
vmove usr/share/terminfo
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue