libglademm: remove long_desc.
This commit is contained in:
parent
9ab2042094
commit
1eeb9288d9
1 changed files with 3 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libglademm'.
|
# Template build file for 'libglademm'.
|
||||||
pkgname=libglademm
|
pkgname=libglademm
|
||||||
version=2.6.7
|
version=2.6.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtkmm2-devel libglade-devel"
|
makedepends="gtkmm2-devel libglade-devel"
|
||||||
|
@ -11,32 +11,15 @@ short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
|
||||||
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
|
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
|
||||||
long_desc="
|
|
||||||
Libglade is a library that performs a similar job to the C source
|
|
||||||
output routines in the GLADE user interface builder. Whereas GLADE's
|
|
||||||
output routines create C code that can then be compiled, libglade builds
|
|
||||||
the interface from an XML file (GLADE's save format) at runtime. This
|
|
||||||
way you can change the look of a program without needing to recompile.
|
|
||||||
|
|
||||||
Currently it supports all the widgets in current releases, together
|
|
||||||
with support for keyboard accelerators and automatic signal
|
|
||||||
connection.
|
|
||||||
|
|
||||||
This is the gtkmm2 binding"
|
|
||||||
|
|
||||||
libglademm-devel_package() {
|
libglademm-devel_package() {
|
||||||
depends="libglademm>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/libglademm-2.4
|
vmove usr/lib/libglademm-2.4
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libglademm_package() {
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue