Skip to content
Snippets Groups Projects
Commit 111a17b1 authored by Paul Bredbury's avatar Paul Bredbury Committed by Leo
Browse files

testing/icewm: remove deprecated gdk-pixbuf-xlib

librsvg is only used in combination with gdk-pixbuf-xlib.

Loses SVG icon support, but that seems not worth the bloat anyway - https://github.com/bbidulock/icewm/issues/274
parent ce8505fb
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,10 @@ makedepends="alsa-lib-dev ...@@ -13,10 +13,10 @@ makedepends="alsa-lib-dev
asciidoctor asciidoctor
cmake cmake
fribidi-dev fribidi-dev
gdk-pixbuf-dev
glib-dev glib-dev
libao-dev libao-dev
libintl libintl
libjpeg-turbo-dev
libsm-dev libsm-dev
libsndfile-dev libsndfile-dev
libxcomposite-dev libxcomposite-dev
...@@ -27,15 +27,6 @@ makedepends="alsa-lib-dev ...@@ -27,15 +27,6 @@ makedepends="alsa-lib-dev
libxrandr-dev libxrandr-dev
perl" perl"
case "$CARCH" in
s390x)
;;
*)
makedepends="$makedepends librsvg-dev"
_arch_opts="-DCONFIG_LIBRSVG=ON"
;;
esac
source="https://github.com/ice-wm/icewm/releases/download/$pkgver/icewm-$pkgver.tar.lz" source="https://github.com/ice-wm/icewm/releases/download/$pkgver/icewm-$pkgver.tar.lz"
build() { build() {
...@@ -44,8 +35,11 @@ build() { ...@@ -44,8 +35,11 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCFGDIR=/etc \ -DCFGDIR=/etc \
-DENABLE_NLS=OFF \ -DENABLE_NLS=OFF \
-DCONFIG_GDK_PIXBUF_XLIB=OFF \
-DCONFIG_LIBJPEG=ON \
-DCONFIG_LIBPNG=ON \
-DENABLE_LTO=ON \ -DENABLE_LTO=ON \
-DDOCDIR=/usr/share/doc/icewm $_arch_opts -DDOCDIR=/usr/share/doc/icewm
cmake --build build cmake --build build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment