openbox: fix distfiles, checksum, add openbox-devel short_desc.
This commit is contained in:
parent
5fd448091e
commit
d0fd495c1b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openbox'
|
||||
pkgname=openbox
|
||||
version=3.6.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-startup-notification $(vopt_enable svg librsvg)"
|
||||
hostmakedepends="automake libtool pkg-config gettext-devel"
|
||||
|
@ -17,8 +17,8 @@ short_desc="Standards compliant, fast, light-weight, extensible window manager"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.openbox.org"
|
||||
distfiles="http://icculus.org/openbox/releases/$pkgname-$version.tar.gz"
|
||||
checksum=8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7
|
||||
distfiles="http://openbox.org/dist/openbox/openbox-$version.tar.xz"
|
||||
checksum=abe75855cc5616554ffd47134ad15291fe37ebbebf1a80b69cbde9d670f0e26d
|
||||
|
||||
# Package build options
|
||||
build_options="svg"
|
||||
|
@ -37,6 +37,7 @@ post_install() {
|
|||
}
|
||||
openbox-devel_package() {
|
||||
depends="${makedepends} libopenbox>=${version}_${revision}"
|
||||
short_desc="Openbox development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in New Issue