glibmm: update to 2.31.22.

This commit is contained in:
Juan RP 2012-03-28 13:04:43 +02:00
parent 33721c1ca8
commit 38262ddd8d
2 changed files with 10 additions and 9 deletions

View file

@ -8,13 +8,14 @@ long_desc="${long_desc}
Add_dependency run pkg-config
Add_dependency run glib-devel
Add_dependency run libsigc++-devel
Add_dependency run glibmm
Add_dependency run glibmm ">=${version}"
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
noarch=yes
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/{giomm-2.4,glibmm-2.4,pkgconfig} \
${DESTDIR}/usr/lib
do_install() {
vmove usr/include usr
vmove usr/share usr
vmove usr/lib/giomm-2.4 usr/lib
vmove usr/lib/glibmm-2.4 usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -1,13 +1,13 @@
# Template build file for 'glibmm'
pkgname=glibmm
version=2.31.20
version=2.31.22
distfiles="${GNOME_SITE}/glibmm/2.31/glibmm-$version.tar.xz"
build_style=gnu-configure
short_desc="C++ bindings for GLib"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gtkmm.sourceforge.net/"
license="LGPL-2.1"
checksum=09c5d915eee485fecdbc13405ca34be5c5d55e9a3923dd0acfe6982804daa34d
checksum=9941c75c8a6c89d25db5d612ac96da4ebbac0f0bbde6958fd8ea21d1e864bf4e
long_desc="
glibmm (previously known as GLib--) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets