diff graphics/gtk2/gtk2.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/graphics/gtk2/gtk2.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/graphics/gtk2/gtk2.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -15,7 +15,31 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-. ./gtk2.info
+PKGNAME=gtk2
+PKGVERSION=2.24.32
+PKGREVISION=1
+PKGLICENSE="LGPL-2.0-only"
+PKGSUMMARY="multiplatform toolkit"
+PKGDOWNLOAD="https://download.gnome.org/sources/gtk+/2.24/gtk+-$PKGVERSION.tar.xz"
+PKGDEPENDS="atk
+            cairo
+            fontconfig
+            freetype
+            gdk-pixbuf
+            glib
+            libx11
+            libxcomposite
+            libxcursor
+            libxdamage
+            libxext
+            libxfixes
+            libxi
+            libxinerama
+            libxrandr
+            libxrender
+            pango"
+PKGOPTIONS="CUPS NLS"
+PKGTAGS="DEPRECATED"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}