openbox: make svg support default
This commit is contained in:
parent
16304dd538
commit
ee5c2604f9
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'openbox'
|
# Template file for 'openbox'
|
||||||
pkgname=openbox
|
pkgname=openbox
|
||||||
version=3.6.1
|
version=3.6.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-startup-notification $(vopt_enable svg librsvg)"
|
configure_args="--enable-startup-notification $(vopt_enable svg librsvg)"
|
||||||
hostmakedepends="automake libtool pkg-config gettext-devel"
|
hostmakedepends="automake libtool pkg-config gettext-devel"
|
||||||
@ -22,6 +22,7 @@ checksum=8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7
|
|||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="svg"
|
build_options="svg"
|
||||||
|
build_options_default="svg"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -44,7 +45,7 @@ openbox-devel_package() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
libopenbox_package() {
|
libopenbox_package() {
|
||||||
short_desc="openbox runtime shared libraries"
|
short_desc="Openbox runtime shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user