xfce4-panel: make this build again.
This commit is contained in:
parent
0c32808179
commit
6b1343084b
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template:wq file for 'xfce4-panel'
|
||||
pkgname=xfce4-panel
|
||||
version=4.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
|
@ -11,15 +11,18 @@ short_desc="Next generation panel for the XFCE desktop environment"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.xfce.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://archive.se.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$version.tar.bz2"
|
||||
distfiles="http://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
|
||||
checksum=573052ed1b65e247415f92df120c8a78f9e4152c2636d38c923f82e32b8475d6
|
||||
|
||||
LDFLAGS="-lX11"
|
||||
|
||||
xfce4-panel-devel_package() {
|
||||
depends="libglib-devel gtk+-devel libxfce4util-devel xfce4-panel>=${version}"
|
||||
depends="libglib-devel gtk+-devel libxfce4util-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue