gtk+: update to 2.24.9.
This commit is contained in:
parent
d89fceed85
commit
77d7d277ac
2 changed files with 3 additions and 7 deletions
|
@ -1,15 +1,12 @@
|
|||
# Template file for 'gtk+-demo'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} - demonstration application"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the example files and a demonstration program
|
||||
for GTK+3."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/bin/gtk-demo usr/bin
|
||||
vmove usr/share/gtk-2.0 usr/share
|
||||
}
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template build file for 'gtk+'.
|
||||
pkgname=gtk+
|
||||
version=2.24.8
|
||||
version=2.24.9
|
||||
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-cups --with-xinput"
|
||||
revision=3
|
||||
short_desc="The GTK+ toolkit (v2)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gtk.org"
|
||||
license="LGPL-2.1"
|
||||
checksum=8a3b29f667933cf52eea2db7b066723edbc80443ca9c75b7cd7cbe8c8b90b93c
|
||||
checksum=84204bf24cac739fd979943127e7b29cb46b1017684aa24dce630faa01bcb61d
|
||||
long_desc="
|
||||
GTK+ is a multi-platform toolkit for creating graphical user
|
||||
interfaces. Offering a complete set of widgets, GTK+ is suitable for
|
||||
|
|
Loading…
Reference in a new issue