This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 6f62108b30d3a3c370e6bcc8ab38fc2d69fcf06b (commit) via a3ae148339ccd646d86ea45b565adc8fd91f1573 (commit) from 3f48d7a3a344f38e6ed7efb012ec8dd75436722b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6f62108b30d3a3c370e6bcc8ab38fc2d69fcf06b Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Jul 6 17:26:37 2022 +0200
gdk-pixbuf2: Build without X11 support.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit a3ae148339ccd646d86ea45b565adc8fd91f1573 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Jul 6 17:27:22 2022 +0200
atk: Drop package.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: atk/atk.nm | 58 ---------------------------------------------- gdk-pixbuf2/gdk-pixbuf2.nm | 5 ++-- 2 files changed, 2 insertions(+), 61 deletions(-) delete mode 100644 atk/atk.nm
Difference in files: diff --git a/atk/atk.nm b/atk/atk.nm deleted file mode 100644 index 4b7c16670..000000000 --- a/atk/atk.nm +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team info@ipfire.org # -############################################################################### - -name = atk -version = %{ver_major}.%{ver_minor} -ver_major = 2.20 -ver_minor = 0 -release = 2 - -groups = System/Libraries -url = http://www.gnome.org -license = LGPLv2+ -summary = Interfaces for accessibility support. - -description - The ATK library provides a set of interfaces for adding accessibility - support to applications and graphical user interface toolkits. -end - -source_dl = http://download.gnome.org/sources/%%7Bname%7D/%%7Bver_major%7D/ -sources = %{thisapp}.tar.xz - -build - requires - glib2-devel >= 2.31.2 - gobject-introspection-devel >= 1.39.3 - end - - export LD_LIBRARY_PATH=%{DIR_APP}/atk/.libs - - configure_options += \ - --enable-introspection=yes \ - --disable-gtk-doc \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf \ - --disable-static - - test - make check - end -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - - files += \ - %{datadir}/gir*/ - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/gdk-pixbuf2/gdk-pixbuf2.nm b/gdk-pixbuf2/gdk-pixbuf2.nm index 47f6d90ab..7c39db0de 100644 --- a/gdk-pixbuf2/gdk-pixbuf2.nm +++ b/gdk-pixbuf2/gdk-pixbuf2.nm @@ -7,7 +7,7 @@ name = gdk-pixbuf2 version = %{ver_major}.%{ver_minor} ver_major = 2.33 ver_minor = 2 -release = 2 +release = 3
groups = System/Libraries url = http://www.gtk.org/ @@ -31,13 +31,12 @@ build libpng-devel libjpeg-devel libtiff-devel - libX11-devel end
export LD_LIBRARY_PATH = %{DIR_APP}/gdk-pixbuf/.libs
configure_options += \ - --with-x11 \ + --without-x11 \ --with-included-loaders=png
make_install_targets += RUN_QUERY_LOADER_TEST=false
hooks/post-receive -- IPFire 3.x development tree