mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Added a new AppStream release block for 2.18.0-pre1 and restored the prior 2.17.4 release record, so release history remains additive. Fixed Debian changelog handling by prepending a new pre-release entry 2.18.0~pre1-1 and restoring the historical 2.17.0-1 / 2.17.0-0 entries unchanged.
35 lines
958 B
YAML
35 lines
958 B
YAML
name : zoitechat
|
|
version : 2.18.0-pre1
|
|
release : 1
|
|
source :
|
|
- https://github.com/ZoiteChat/zoitechat/archive/refs/tags/zoitechat-2.18.0-pre1.tar.gz : 77d787cf00abd533326440eab01ca077c21cdfd2eb56807fc21d6fb70f34ada6
|
|
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
|
|
- pkgconfig
|
|
- gcc
|
|
- gettext
|
|
setup : |
|
|
%meson_configure \
|
|
-Dgtk-frontend=true \
|
|
-Dgtk3=true \
|
|
-Dinstall-appdata=true
|
|
build : |
|
|
%ninja_build
|
|
install : |
|
|
%ninja_install
|