glibmm: update to 2.33.13.
This commit is contained in:
parent
6074024e46
commit
24f6f323f1
2 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'glibmm-devel'.
|
||||
#
|
||||
depends="pkg-config glib-devel libsigc++-devel glibmm>=2.32.0"
|
||||
depends="pkg-config glib-devel libsigc++-devel glibmm>=${version}"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'glibmm'
|
||||
pkgname=glibmm
|
||||
version=2.32.1
|
||||
version=2.33.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
subpackages="glibmm-devel"
|
||||
|
@ -9,8 +9,8 @@ short_desc="C++ bindings for GLib"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gtkmm.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/glibmm/2.32/glibmm-$version.tar.xz"
|
||||
checksum=d6ed4d38e8739813941a0f0fec471c00ea93c5ed46179543340821c7ca798a2f
|
||||
distfiles="${GNOME_SITE}/glibmm/2.33/glibmm-$version.tar.xz"
|
||||
checksum=f66f62ddd63a1c10561ce73c5883c1c71499efafb363574dac94ac699804d699
|
||||
long_desc="
|
||||
glibmm (previously known as GLib--) is the official C++ interface for the
|
||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||
|
|
Loading…
Reference in a new issue