glibmm: update to 2.37.93.
This commit is contained in:
parent
e4c07cd07d
commit
f47a749af3
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'glibmm'
|
# Template build file for 'glibmm'
|
||||||
pkgname=glibmm
|
pkgname=glibmm
|
||||||
version=2.36.2
|
version=2.37.93
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="libglib-devel>=2.36.1 libsigc++-devel>=2.2.10"
|
makedepends="libglib-devel>=2.38 libsigc++-devel>=2.2.10"
|
||||||
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"
|
||||||
distfiles="${GNOME_SITE}/glibmm/2.36/glibmm-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-$version.tar.xz"
|
||||||
checksum=f15b65bf5740257be03c69f2f5ae71436ac3011ebeb02274b2b99b796c6837cf
|
checksum=a01031d7d05ba9df5915fc84867303c93341a8dd13a2aa5af78a71dfb46842f6
|
||||||
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
|
||||||
|
@ -26,12 +26,13 @@ glibmm-devel_package() {
|
||||||
vmove usr/lib/giomm-2.4
|
vmove usr/lib/giomm-2.4
|
||||||
vmove usr/lib/glibmm-2.4
|
vmove usr/lib/glibmm-2.4
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
glibmm_package() {
|
glibmm_package() {
|
||||||
depends="glib>=2.36.1"
|
depends="glib>=2.38"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue