2015-07-20 21:22:54 +00:00
|
|
|
# Template file for 'plank'
|
|
|
|
pkgname=plank
|
2015-10-09 22:31:38 +00:00
|
|
|
version=0.10.1
|
|
|
|
revision=1
|
2015-07-20 21:22:54 +00:00
|
|
|
build_style=gnu-configure
|
2015-10-09 22:31:38 +00:00
|
|
|
configure_args="$(vopt_enable dbusmenu) --disable-apport"
|
2015-07-20 21:22:54 +00:00
|
|
|
hostmakedepends="gdk-pixbuf-devel glib-devel intltool libgee08-devel
|
2015-08-03 20:00:23 +00:00
|
|
|
pkg-config libxml2 vala $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
|
2015-07-20 21:22:54 +00:00
|
|
|
makedepends="bamf-devel glib-devel gtk+3-devel libgee08-devel libwnck-devel
|
2015-08-03 20:00:23 +00:00
|
|
|
vala-devel $(vopt_if dbusmenu 'libdbusmenu-glib-devel libdbusmenu-gtk3-devel')"
|
2015-07-20 21:22:54 +00:00
|
|
|
short_desc="Elegant, simple, clean dock"
|
|
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="https://launchpad.net/plank"
|
2015-10-09 22:31:38 +00:00
|
|
|
distfiles="${homepage}/1.0/${version}/+download/${pkgname}-${version}.tar.xz"
|
|
|
|
checksum=04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36
|
2015-08-03 20:00:23 +00:00
|
|
|
|
|
|
|
build_options="dbusmenu"
|
|
|
|
desc_option_dbusmenu="Enable dynamic quicklist support over dbusmenu"
|
2015-10-09 22:31:38 +00:00
|
|
|
build_options_default="dbusmenu"
|
2015-07-20 21:22:54 +00:00
|
|
|
|
|
|
|
plank-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
2015-09-14 18:27:39 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2015-07-20 21:22:54 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
vmove usr/share/vala
|
|
|
|
}
|
|
|
|
}
|