openbox: add missing rdeps to the -devel subpkg.
This commit is contained in:
parent
587d1cc662
commit
21296cb6a9
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openbox'
|
# Template file for 'openbox'
|
||||||
pkgname=openbox
|
pkgname=openbox
|
||||||
version=3.5.2
|
version=3.5.2
|
||||||
revision=5
|
revision=6
|
||||||
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"
|
||||||
|
@ -26,7 +26,6 @@ build_options="svg"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/bin/{gdm-control,gnome-panel-control}
|
rm ${DESTDIR}/usr/bin/{gdm-control,gnome-panel-control}
|
||||||
|
|
||||||
|
@ -35,9 +34,8 @@ post_install() {
|
||||||
sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
|
sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
|
||||||
${DESTDIR}/usr/share/xsessions/openbox-gnome.desktop
|
${DESTDIR}/usr/share/xsessions/openbox-gnome.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
openbox-devel_package() {
|
openbox-devel_package() {
|
||||||
depends="libopenbox>=${version}_${revision}"
|
depends="libglib-devel libxml2-devel libXft-devel pango-devel imlib2-devel libopenbox>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Reference in New Issue