mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pangomm: remove long_desc.
This commit is contained in:
parent
a419a35d06
commit
61db2daef7
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'pangomm'.
|
# Template build file for 'pangomm'.
|
||||||
pkgname=pangomm
|
pkgname=pangomm
|
||||||
version=2.34.0
|
version=2.34.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,18 +12,14 @@ license="LGPL-2.1"
|
||||||
homepage="http://gtkmm.sourceforge.net"
|
homepage="http://gtkmm.sourceforge.net"
|
||||||
distfiles="${GNOME_SITE}/pangomm/2.34/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/pangomm/2.34/$pkgname-$version.tar.xz"
|
||||||
checksum=0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41
|
checksum=0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41
|
||||||
long_desc="
|
|
||||||
pangomm (used to be part of gtkmm) is the official C++ interface for the
|
|
||||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
|
||||||
extensible via inheritance and a comprehensive set of widget classes that
|
|
||||||
can be freely combined to quickly create complex user interfaces."
|
|
||||||
|
|
||||||
pangomm-devel_package() {
|
pangomm-devel_package() {
|
||||||
depends="glibmm-devel cairomm-devel pango-devel pangomm>=${version}"
|
depends="glibmm-devel cairomm-devel pango-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/pango*"
|
vmove "usr/lib/pango*"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue