gdl: add subpkg short_descs.
This commit is contained in:
parent
99e688abdd
commit
88620fe05d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdl'
|
||||
pkgname=gdl
|
||||
version=3.8.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libxml2-devel gtk+3-devel intltool gobject-introspection"
|
||||
|
@ -15,6 +15,7 @@ long_desc="
|
|||
GNOME Docking Library "
|
||||
|
||||
gdl-devel_package() {
|
||||
short_desc+=" (Development files)"
|
||||
depends="gdl"
|
||||
pkg_install() {
|
||||
vmove usr/share/gir-1.0
|
||||
|
@ -24,6 +25,7 @@ gdl-devel_package() {
|
|||
}
|
||||
|
||||
gdl-doc_package() {
|
||||
short_desc+=" (Documentation)"
|
||||
pkg_install() {
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue