glibmm: remove long_desc.
This commit is contained in:
parent
acc46343b9
commit
af9a533f5c
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'glibmm'
|
||||
pkgname=glibmm
|
||||
version=2.38.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool libtool glib-devel>=2.38"
|
||||
makedepends="libglib-devel>=2.38 libsigc++-devel>=2.2.10"
|
||||
|
@ -12,11 +12,6 @@ homepage="http://gtkmm.sourceforge.net/"
|
|||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-$version.tar.xz"
|
||||
checksum=49c925ee1d3c4d0d6cd7492d7173bd6826db51d0b55f458a6496406ae267c4a2
|
||||
long_desc="
|
||||
glibmm (previously known as GLib--) 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."
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
|
|
Loading…
Reference in New Issue