mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
narrowing the GDK include guard to #if defined(HAVE_GTK3), and
removing legacy HAVE_GTK2 / HAVE_GTK toolkit label branches from sysinfo_detect_toolkit(),
narrowing GDK display probing guard in sysinfo_detect_display_backend() to GTK3-only.
Updated Windows and macOS sysinfo backends to remove HAVE_GTK2 / HAVE_GTK fallback labels so sysinfo_detect_toolkit() now returns only "GTK3" (or NULL).
Updated API docs for sysinfo_backend_get_ui() to remove the outdated "GTK2 / X11" example so comments match runtime behavior.
Removed the deprecated Meson option option('gtk3', ... deprecated: true) from meson_options.txt, leaving gtk-frontend/text-frontend options intact.
Removed -Dgtk3=true from Debian’s Meson configure flags in debian/rules (override_dh_auto_configure).
Removed remaining active -Dgtk3=true packaging consumers in Flatpak config:
dropped it from config-opts
dropped -Dgtk3=true from cflags.
Removed -Dgtk3=true from Solus packaging Meson configure args.
Committed changes on the current branch (e018bfd) and created a PR record via the make_pr tool.
34 lines
938 B
YAML
34 lines
938 B
YAML
name : zoitechat
|
|
version : 2.18.0
|
|
release : 2
|
|
source :
|
|
- https://github.com/ZoiteChat/zoitechat/archive/e060d57baee1be22bee1f9c3b047be3fa71c6d35.tar.gz : ed315a0b1c46e798912fd830d3845427972857c43ccaa16284969c6f542add38
|
|
homepage : https://zoitechat.zoite.net/
|
|
license : GPL-2.0-only
|
|
component : network.irc
|
|
summary : HexChat-based IRC client
|
|
description: |
|
|
ZoiteChat is a HexChat-based IRC client for Windows and UNIX-like systems.
|
|
builddeps :
|
|
- pkgconfig(glib-2.0)
|
|
- pkgconfig(gmodule-2.0)
|
|
- pkgconfig(gtk+-3.0)
|
|
- pkgconfig(ayatana-appindicator3-0.1)
|
|
- pkgconfig(dbus-glib-1)
|
|
- pkgconfig(libcanberra)
|
|
- pkgconfig(openssl)
|
|
- pkgconfig(iso-codes)
|
|
- meson
|
|
- ninja
|
|
- pkgconf
|
|
- gcc
|
|
- gettext
|
|
setup : |
|
|
%meson_configure \
|
|
-Dgtk-frontend=true \
|
|
-Dinstall-appdata=true
|
|
build : |
|
|
%ninja_build
|
|
install : |
|
|
%ninja_install
|