------------------------------------------------------------------- Wed Dec 18 08:03:44 UTC 2024 - Dominique Leuenberger - Change to bcond_with mono: disable the mono bindings. The gtk sharp bindings for one are no longer maintained and broken. There seems to be no consumer left of the mono bindings. ------------------------------------------------------------------- Wed Mar 20 06:48:03 UTC 2024 - Andreas Schneider - Update to version 0.5.93 See the packaged ChangeLog or https://github.com/AyatanaIndicators/libayatana-appindicator/blob/0.5.93/ChangeLog ------------------------------------------------------------------- Sat Jun 08 14:35:20 UTC 2022 - Mike Gabriel - Update to version 0.5.91 (changes since 0.5.90): * src/appindicator.c: Clean up all g_signal_emit and g_signal_new calls so that they correspond with each other. * src/appindicator.c: Fix path NULL check in status_icon_change(). * Clean up compilation flags. * tests/run-xvfb.sh: Allow sourcing run-xvfb.sh with /bin/sh. * Use /bin/sh for running tests. * src/ayatana-appindicator-0.1.pc.in. Fix for use with CMake. * Fix build with musl libc. ------------------------------------------------------------------- Sat Nov 20 19:39:20 UTC 2021 - Alexei Sorokin - Update to version 0.5.90 (changes since 0.5.3): * Switch from autotools to CMake. * Drop deprecated g_type_class_add_private Glib-2.0 API calls. * Drop Python2 support. * Mono bindings: Change namespace from ayatana-appindicator-sharp3 to ayatana-appindicator3-sharp (and similar). * Default to GTK 3 as default build flavour. - Drop libayatanaappindicator-disable-werror.patch: no longer needed. - Rebase libayatana-appindicator-fix-mono-dir.patch. ------------------------------------------------------------------- Tue Jul 7 13:20:25 UTC 2020 - Callum Farmer - Fixes for %_libexecdir changing to /usr/libexec ------------------------------------------------------------------- Mon Mar 23 13:32:23 UTC 2020 - Tomáš Chvátal - Fix build on py2 less system ------------------------------------------------------------------- Sun Feb 2 11:49:09 UTC 2020 - Matthias Mailänder - Use the vanilla nunit for compatibility with newer Mono ------------------------------------------------------------------- Tue Oct 1 10:57:51 UTC 2019 - Stefan Brüns - Make sure the OBS spec file parser does not apply the gtk3 psuffix for the default ("") multibuild flavor. ------------------------------------------------------------------- Wed Sep 18 19:07:04 UTC 2019 - Stefan Brüns - Split gtk2 and gtk3 builds using _multibuild. Python2 and Mono bindings are only available for GTK2, so the GTK3 version has significantly less build dependencies, add only_require_python_for_gtk2.patch - Allow configure run to succeed even when gtk-doc is not installed, add make_gtk_doc_optional.patch ------------------------------------------------------------------- Wed May 15 17:27:13 UTC 2019 - maurizio.galli@gmail.com - Drop libayatana-appindicator-activate-support.patch as it's no longer needed and breaks context menu / actions in fall-back mode (boo#1132659) ------------------------------------------------------------------- Sun Jan 13 19:146:00 UTC 2019 - ximi.obs@gmail.com - Changed the activate-support patch to signal an "activate-event" so users can create callbacks themselves. Original patch from Yichao Yu . ------------------------------------------------------------------- Sat Aug 18 17:46:36 UTC 2018 - sor.alexei@meowr.ru - Do not limit Python 2 bindings to openSUSE. ------------------------------------------------------------------- Wed Mar 21 10:20:37 UTC 2018 - sor.alexei@meowr.ru - Update to version 0.5.3: * Makefile.am: Drop distcheck features. * src/app-indicator.c: Type cast assignments from g_object_ref(). ------------------------------------------------------------------- Mon Mar 12 12:43:56 UTC 2018 - sor.alexei@meowr.ru - Initial package.