gtkmm: update to 3.4.1.
This commit is contained in:
parent
6f6d9fc77d
commit
f6157ebae7
2 changed files with 6 additions and 9 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'gtkmm-devel'.
|
# Template file for 'gtkmm-devel'.
|
||||||
#
|
#
|
||||||
depends="gtk+3-devel atkmm-devel pangomm-devel cairomm-devel gtkmm>=3.4.0"
|
depends="gtk+3-devel atkmm-devel pangomm-devel cairomm-devel gtkmm>=${version}"
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${sourcepkg} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template build file for 'gtkmm'.
|
# Template build file for 'gtkmm'.
|
||||||
pkgname=gtkmm
|
pkgname=gtkmm
|
||||||
version=3.4.0
|
version=3.4.1
|
||||||
distfiles="${GNOME_SITE}/gtkmm/3.4/gtkmm-$version.tar.xz"
|
revision=1
|
||||||
|
subpackages="gtkmm-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config gtk+3-devel glibmm-devel>=2.32.0 atkmm-devel pangomm-devel cairomm-devel"
|
makedepends="pkg-config gtk+3-devel glibmm-devel>=2.32.0 atkmm-devel pangomm-devel cairomm-devel"
|
||||||
revision=1
|
|
||||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||||
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=42ea4e9acdd37fc3fe7026f8249a5427927b51048adff827bc1312900d6b12e9
|
distfiles="${GNOME_SITE}/gtkmm/3.4/gtkmm-$version.tar.xz"
|
||||||
|
checksum=af218681c8ba7b97cafa67419d43be8d1151a541c1aea2a20d76971ef487bdcf
|
||||||
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
|
||||||
|
@ -20,6 +21,3 @@ long_desc="
|
||||||
|
|
||||||
Aside from the C++ interface to Gtk 3.x, this package also provides
|
Aside from the C++ interface to Gtk 3.x, this package also provides
|
||||||
bindings for the ATK library."
|
bindings for the ATK library."
|
||||||
|
|
||||||
subpackages="gtkmm-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue