gtk+: update to 2.24.15.

This commit is contained in:
Juan RP 2013-02-10 15:29:13 +01:00
parent 7144c4bff4
commit 648b0547c7
4 changed files with 6 additions and 28 deletions

View file

@ -1,11 +1,6 @@
# Template file for 'gtk+-demo'.
#
short_desc="${sourcepkg} - demonstration application"
long_desc="${long_desc}
This package contains the example files and a demonstration program
for GTK+3."
short_desc="${short_desc} - demonstration application"
do_install() {
vmove usr/bin/gtk-demo usr/bin

View file

@ -2,10 +2,7 @@
#
noarch=yes
depends="glib-devel atk-devel cairo-devel gdk-pixbuf-devel pango-devel gtk+>=${version}"
short_desc="${sourcepkg} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
short_desc="${short_desc} - development files"
do_install() {
vmove usr/include usr

View file

@ -1,10 +1,6 @@
# Template file for 'gtk-update-icon-cache'.
#
short_desc="${sourcepkg} - The GTK+ update icon cache tool"
long_desc="${long_desc}
This package contains gtk-update-icon-cache, to update GTK+ icon caches."
short_desc="${short_desc} - The GTK+ update icon cache tool"
replaces="gtk+<=2.24.8_3 gtk+3<=3.2.2"
depends="gdk-pixbuf>=2.26.1_2" # libpng-1.5

View file

@ -1,7 +1,7 @@
# Template build file for 'gtk+'.
pkgname=gtk+
version=2.24.14
revision=2
version=2.24.15
revision=1
build_style=gnu-configure
configure_args="--enable-cups --with-xinput"
short_desc="The GTK+ toolkit (v2)"
@ -9,17 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gtk.org"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
checksum=8bd1b8b511a3004e8972badf467ce829e6855cdff15540b9344dc934c68008ac
long_desc="
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.
GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development."
checksum=d7e1c6d6ae6baa48c88441fe52b73b0fb6008763644867d59b049bafb0cf771b
depends="gdk-pixbuf>=2.26.1_2 shared-mime-info
gtk-update-icon-cache>=${version}_${revision} dbus-x11"