gtk+3: update to 3.6.3.
This commit is contained in:
parent
8b7a0a25c0
commit
27943e5ef3
3 changed files with 5 additions and 23 deletions
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'gtk+3-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/gtk3-demo usr/bin
|
||||
|
|
|
@ -4,11 +4,7 @@ depends="glib-devel>=2.34.0 atk-devel>=2.6.0 cairo-devel gdk-pixbuf-devel
|
|||
pango-devel at-spi2-atk-devel>=2.6.0 libXcomposite-devel libXcursor-devel
|
||||
libXrandr-devel libXi-devel libXinerama-devel gtk+3-${version}_${revision}"
|
||||
|
||||
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"
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gtk+3'.
|
||||
pkgname=gtk+3
|
||||
version=3.6.2
|
||||
revision=2
|
||||
version=3.6.3
|
||||
revision=1
|
||||
wrksrc="gtk+-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-cups --disable-schemas-compile
|
||||
|
@ -12,17 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gtk.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/gtk+/3.6/gtk+-${version}.tar.xz"
|
||||
checksum=aaccf2e1576338acf37816290578e8f19888935f381665b3847076be25fe513c
|
||||
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=da376bc0623650b1560c844d94dc3bc259edb7cac14ebab1ba3325b566213801
|
||||
|
||||
triggers="gtk3-immodules"
|
||||
conf_files="/etc/gtk-3.0/im-multipress.conf"
|
||||
|
|
Loading…
Reference in a new issue