gtkmm2: update to 2.24.3.
This commit is contained in:
parent
a925550b1f
commit
205f38120e
1 changed files with 8 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template build file for 'gtkmm'.
|
# Template build file for 'gtkmm'.
|
||||||
pkgname=gtkmm2
|
pkgname=gtkmm2
|
||||||
version=2.24.0
|
version=2.24.3
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc=gtkmm-${version}
|
wrksrc=gtkmm-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-documentation"
|
configure_args="--disable-static --disable-documentation"
|
||||||
makedepends="pkg-config glib-devel atk-devel cairo-devel gtk+-devel
|
hostmakedepends="pkg-config"
|
||||||
libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
|
makedepends="gtk+-devel libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
|
||||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||||
homepage="http://www.gtkmm.org/"
|
homepage="http://www.gtkmm.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.xz"
|
||||||
checksum=8cbae7254746bc7df7cce882d9b9a916c4e00dba7bdacd1c50b5d096a484cf56
|
checksum=c564a438677174b97d69dd70467cb03c933481006398dc9377417aa6abe02a39
|
||||||
long_desc="
|
long_desc="
|
||||||
gtkmm (previously known as Gtk--) is the official C++ interface for the
|
gtkmm (previously known as Gtk--) 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
|
||||||
|
@ -30,7 +30,7 @@ pre_install() {
|
||||||
|
|
||||||
gtkmm2-devel_package() {
|
gtkmm2-devel_package() {
|
||||||
depends="glibmm-devel atkmm-devel pangomm-devel gtk+-devel gtkmm2-${version}_${revision}"
|
depends="glibmm-devel atkmm-devel pangomm-devel gtk+-devel gtkmm2-${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
|
||||||
|
@ -40,6 +40,6 @@ gtkmm2-devel_package() {
|
||||||
|
|
||||||
gtkmm2_package() {
|
gtkmm2_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue