glibmm: update to 2.31.22.
This commit is contained in:
parent
33721c1ca8
commit
38262ddd8d
2 changed files with 10 additions and 9 deletions
|
@ -8,13 +8,14 @@ long_desc="${long_desc}
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run libsigc++-devel
|
Add_dependency run libsigc++-devel
|
||||||
Add_dependency run glibmm
|
Add_dependency run glibmm ">=${version}"
|
||||||
|
|
||||||
do_install()
|
noarch=yes
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
do_install() {
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/{giomm-2.4,glibmm-2.4,pkgconfig} \
|
vmove usr/include usr
|
||||||
${DESTDIR}/usr/lib
|
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
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'glibmm'
|
# Template build file for 'glibmm'
|
||||||
pkgname=glibmm
|
pkgname=glibmm
|
||||||
version=2.31.20
|
version=2.31.22
|
||||||
distfiles="${GNOME_SITE}/glibmm/2.31/glibmm-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glibmm/2.31/glibmm-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="C++ bindings for GLib"
|
short_desc="C++ bindings for GLib"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://gtkmm.sourceforge.net/"
|
homepage="http://gtkmm.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=09c5d915eee485fecdbc13405ca34be5c5d55e9a3923dd0acfe6982804daa34d
|
checksum=9941c75c8a6c89d25db5d612ac96da4ebbac0f0bbde6958fd8ea21d1e864bf4e
|
||||||
long_desc="
|
long_desc="
|
||||||
glibmm (previously known as GLib--) is the official C++ interface for the
|
glibmm (previously known as GLib--) is the official C++ interface for the
|
||||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||||
|
|
Loading…
Reference in a new issue