summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2021-05-24 12:27:34 +0200
committerTreeve Jelbert2021-05-24 12:27:34 +0200
commit5367e4b7f80535abb0c3305f558e4d98aa763c1a (patch)
tree2dd342ae3b79466cea902fcd885c81f9a0b541e4 /gnome2-libs
parentc4aca915da6fe52514b677697531e2dce7feccff (diff)
gdk-pixbuf-xlib-2.40.2
Diffstat (limited to 'gnome2-libs')
-rwxr-xr-xgnome2-libs/gdk-pixbuf-xlib/DEPENDS6
-rwxr-xr-xgnome2-libs/gdk-pixbuf-xlib/DETAILS21
-rw-r--r--gnome2-libs/gdk-pixbuf-xlib/HISTORY3
3 files changed, 30 insertions, 0 deletions
diff --git a/gnome2-libs/gdk-pixbuf-xlib/DEPENDS b/gnome2-libs/gdk-pixbuf-xlib/DEPENDS
new file mode 100755
index 0000000000..461f098f26
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf-xlib/DEPENDS
@@ -0,0 +1,6 @@
+depends meson &&
+depends python3 &&
+depends ninja-build-system &&
+depends gdk-pixbuf2 &&
+depends libx11 &&
+optional_depends gtk-doc gtk_doc={true,false} "generate the API reference"
diff --git a/gnome2-libs/gdk-pixbuf-xlib/DETAILS b/gnome2-libs/gdk-pixbuf-xlib/DETAILS
new file mode 100755
index 0000000000..f11733a537
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf-xlib/DETAILS
@@ -0,0 +1,21 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=gdk-pixbuf-xlib
+ VERSION=2.40.2
+ SOURCE_HASH=sha512:246bcace03f4d7d694c4d08f28c7ad044cab63b5cf264b478ee1fe161499e7607c7ffeff93908f1f3b308e5108d78c4b51a3f90b79189d42a1a653c8edc53e37
+ SECURITY_PATCH=0
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20210511
+ SHORT="deprecated GdkPixbuf Xlib support"
+cat << EOF
+GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with
+Xlib data types.
+
+This library was originally shipped by [GdkPixbuf][gdk-pixbuf], and has
+since been moved out of the original repository.
+EOF
diff --git a/gnome2-libs/gdk-pixbuf-xlib/HISTORY b/gnome2-libs/gdk-pixbuf-xlib/HISTORY
new file mode 100644
index 0000000000..0120075a80
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf-xlib/HISTORY
@@ -0,0 +1,3 @@
+2021-05-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.40.2
+ * ALL: Created new spell