openbox: update to 3.6.1 (soname bump).
This commit is contained in:
parent
187ffb0937
commit
6533dafe8e
2 changed files with 4 additions and 4 deletions
|
@ -954,7 +954,7 @@ libkmod.so.2 libkmod-5_1
|
|||
libestr.so.0 libestr-0.1.2_1
|
||||
libee.so.0 libee-0.3.2_1
|
||||
libobt.so.2 libopenbox-3.5.2_1
|
||||
libobrender.so.29 libopenbox-3.5.2_1
|
||||
libobrender.so.32 libopenbox-3.6.1_1
|
||||
libgssglue.so.1 libgssglue-0.3_1
|
||||
libtirpc.so.1 libtirpc-0.2.2_1
|
||||
librpcsecgss.so.3 librpcsecgss-0.19_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openbox'
|
||||
pkgname=openbox
|
||||
version=3.6
|
||||
version=3.6.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-startup-notification $(vopt_enable svg librsvg)"
|
||||
|
@ -18,7 +18,7 @@ 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=866c0ab8cb1cd15c7ae8022179cb6132a4c0f0476673bd3b834a1ef67a593ba8
|
||||
checksum=8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7
|
||||
|
||||
# Package build options
|
||||
build_options="svg"
|
||||
|
@ -35,7 +35,7 @@ post_install() {
|
|||
${DESTDIR}/usr/share/xsessions/openbox-gnome.desktop
|
||||
}
|
||||
openbox-devel_package() {
|
||||
depends="libglib-devel libxml2-devel libXft-devel pango-devel imlib2-devel libopenbox>=${version}_${revision}"
|
||||
depends="${makedepends} libopenbox>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in a new issue