From cd51a6cd1f677171b4644f19d807651552a13948 Mon Sep 17 00:00:00 2001 From: Florin Braescu Date: Mon, 20 Oct 2014 09:22:53 +0300 Subject: [PATCH] gtk+-3: move it to others/graphics. --- libs/gtk+-3/BUILD | 5 ----- libs/gtk+-3/DEPENDS | 9 --------- libs/gtk+-3/DETAILS | 17 ----------------- 3 files changed, 31 deletions(-) delete mode 100644 libs/gtk+-3/BUILD delete mode 100644 libs/gtk+-3/DEPENDS delete mode 100644 libs/gtk+-3/DETAILS diff --git a/libs/gtk+-3/BUILD b/libs/gtk+-3/BUILD deleted file mode 100644 index 35829c49..00000000 --- a/libs/gtk+-3/BUILD +++ /dev/null @@ -1,5 +0,0 @@ -# Without the following option, gtk+-3 will overwrite -# for example /usr/bin/gtk-update-icon-cache -OPTS+=" --enable-gtk2-dependency" && - -default_build diff --git a/libs/gtk+-3/DEPENDS b/libs/gtk+-3/DEPENDS deleted file mode 100644 index 7762d628..00000000 --- a/libs/gtk+-3/DEPENDS +++ /dev/null @@ -1,9 +0,0 @@ -depends glib-2 -depends atk -depends pango -depends cairo -depends gdk-pixbuf -depends gobject-introspection -depends gdbus-codegen - -depends at-spi2-atk diff --git a/libs/gtk+-3/DETAILS b/libs/gtk+-3/DETAILS deleted file mode 100644 index e85c3a13..00000000 --- a/libs/gtk+-3/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=gtk\+-3 - VERSION=14.3 - SOURCE=$MODULE.$VERSION.tar.xz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION - SOURCE_URL=$GNOME_URL/sources/gtk+/3.${VERSION%%.*} - SOURCE_VFY=sha256:5e8c62b932f4f0384c3c8cbf251f65978bdecde3211bb16e4c2bde5d8b3af72f - WEB_SITE=http://www.gtk.org - ENTERED=20120706 - UPDATED=20141015 - SHORT="GTK+ is a multi-platform toolkit for creating GUIs" - -cat << EOF -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 projects to complete -application suites. -EOF