summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2021-05-24 12:14:37 +0200
committerTreeve Jelbert2021-05-24 12:14:37 +0200
commitc4aca915da6fe52514b677697531e2dce7feccff (patch)
tree5d154b2852c98a84db0ad5a5cd4919dce6a4b51e /gnome2-libs
parentf0c50dd8e88dffa46c1f0597fbf3dac2180830aa (diff)
gdk-pixbuf2 - fix install
Diffstat (limited to 'gnome2-libs')
-rwxr-xr-xgnome2-libs/gdk-pixbuf2/DEPENDS14
-rw-r--r--gnome2-libs/gdk-pixbuf2/HISTORY4
-rwxr-xr-xgnome2-libs/gdk-pixbuf2/PRE_BUILD4
3 files changed, 10 insertions, 12 deletions
diff --git a/gnome2-libs/gdk-pixbuf2/DEPENDS b/gnome2-libs/gdk-pixbuf2/DEPENDS
index 6b623877e2..c18dd336ca 100755
--- a/gnome2-libs/gdk-pixbuf2/DEPENDS
+++ b/gnome2-libs/gdk-pixbuf2/DEPENDS
@@ -8,18 +8,8 @@ depends shared-mime-info &&
depends xz-utils &&
depends zlib &&
-optional_depends libx11 "x11=true" "x11=false" "enable X11 support" &&
-if is_depends_enabled $SPELL libx11; then
- depends libxau &&
- depends libxcb &&
- depends libxdmcp
-fi &&
-
optional_depends JPEG "jpeg=true" "jpeg=false" "enable JPEG loader" &&
-optional_depends jasper "jasper=true" "jasper=false" \
- "enable JPEG2000 loader" &&
-
# BUG gdk-pixbuf2 fails to build if libpng is disabled
# See https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/123
#optional_depends libpng "png=true" "png=false" "enable PNG loader" &&
@@ -27,10 +17,10 @@ depends libpng "png=true" &&
optional_depends tiff "tiff=true" "tiff=false" "enable TIFF loader" &&
-optional_depends gobject-introspection "gir=true" "gir=false" \
+optional_depends gobject-introspection introspection={en,dis}abled \
"enable gobject-introspection" &&
-optional_depends gtk-doc "docs=true" "docs=false" \
+optional_depends gtk-doc gtk_doc={true,false} \
"generate the API reference" &&
if is_depends_enabled $SPELL gtk-doc; then
depends pygments
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index 02ff99423f..92de617377 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,7 @@
+2021-05-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: update
+ * PRE_BUILD: added, fix install
+
2021-04-09 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 2.42.6
diff --git a/gnome2-libs/gdk-pixbuf2/PRE_BUILD b/gnome2-libs/gdk-pixbuf2/PRE_BUILD
new file mode 100755
index 0000000000..db7d837e88
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf2/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# po filew break install
+sed -i "/subdir.*po/D" meson.build