public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hexchat] rawhide: Orphaned for 6+ weeks
@ 2026-09-02 2:35 Orphaned Packages Process
0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-09-02 2:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hexchat
Branch : rawhide
Commit : c980d53e68f700b5df02babaab6386d652e76428
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-09-01T21:35:45-05:00
Stats : +1/-455 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/hexchat/c/c980d53e68f700b5df02babaab6386d652e76428?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2d2ddf7..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,21 +0,0 @@
-/hexchat-2.9.4.tar.xz
-/hexchat-2.9.5.tar.xz
-/hexchat-2.9.6.tar.xz
-/hexchat-2.9.6.1.tar.xz
-/hexchat-2.10.0.tar.xz
-/hexchat-2.10.1.tar.xz
-/hexchat-2.10.2.tar.xz
-/hexchat-2.12.0.tar.xz
-/hexchat-2.12.1.tar.xz
-/91df075d62606ee295932f1dfefc98187b5ce839.patch
-/hexchat-2.12.2.tar.xz
-/hexchat-2.12.3.tar.xz
-/hexchat-2.12.4.tar.xz
-/hexchat-2.12.4-repack.tar.xz
-/hexchat-2.14.0.tar.xz
-/hexchat-2.14.1.tar.xz
-/hexchat-2.14.2.tar.xz
-/hexchat-2.14.3.tar.xz
-/hexchat-2.16.0.tar.xz
-/hexchat-2.16.1.tar.xz
-/hexchat-2.16.2.tar.xz
diff --git a/70069cd50eb07e8a40ac9b0efbb83fcb91a78b99.patch b/70069cd50eb07e8a40ac9b0efbb83fcb91a78b99.patch
deleted file mode 100644
index 61b3e3e..0000000
--- a/70069cd50eb07e8a40ac9b0efbb83fcb91a78b99.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 70069cd50eb07e8a40ac9b0efbb83fcb91a78b99 Mon Sep 17 00:00:00 2001
-From: Patrick <tingping@tingping.se>
-Date: Fri, 9 Feb 2024 14:20:48 -0600
-Subject: [PATCH] appdata: Fix release date
-
----
- data/misc/io.github.Hexchat.appdata.xml.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in
-index 6e3cf2e67..0d67a0b6e 100644
---- a/data/misc/io.github.Hexchat.appdata.xml.in
-+++ b/data/misc/io.github.Hexchat.appdata.xml.in
-@@ -27,7 +27,7 @@
- <id>hexchat.desktop</id>
- </provides>
- <releases>
-- <release date="2023-02-07" version="2.16.2">
-+ <release date="2024-02-07" version="2.16.2">
- <description>
- <p>This is a minor release with small improvements and fixes:</p>
- <ul>
diff --git a/cc60ad275a56126904df0b5e37cfd20db22cb359.patch b/cc60ad275a56126904df0b5e37cfd20db22cb359.patch
deleted file mode 100644
index 761573a..0000000
--- a/cc60ad275a56126904df0b5e37cfd20db22cb359.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-From cc60ad275a56126904df0b5e37cfd20db22cb359 Mon Sep 17 00:00:00 2001
-From: Patrick Griffis <tingping@tingping.se>
-Date: Fri, 9 Feb 2024 18:29:15 -0600
-Subject: [PATCH] Replace hexchat.net links
-
----
- .github/workflows/windows-build.yml | 10 +++++-----
- plugins/upd/upd.c | 2 +-
- win32/installer/hexchat.iss.tt | 16 ++++++++--------
- 3 files changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml
-index 3ba01e8b7..9ad55facf 100644
---- a/.github/workflows/windows-build.yml
-+++ b/.github/workflows/windows-build.yml
-@@ -31,19 +31,19 @@ jobs:
- Invoke-WebRequest http://files.jrsoftware.org/is/5/innosetup-5.5.9-unicode.exe -OutFile deps\innosetup-unicode.exe
- & deps\innosetup-unicode.exe /VERYSILENT | Out-Null
-
-- Invoke-WebRequest https://dl.hexchat.net/misc/idpsetup-1.5.1.exe -OutFile deps\idpsetup.exe
-+ Invoke-WebRequest https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/idpsetup-1.5.1.exe -OutFile deps\idpsetup.exe
- & deps\idpsetup.exe /VERYSILENT
-
-- Invoke-WebRequest https://dl.hexchat.net/gtk/gtk-${{ matrix.platform }}-2018-08-29-openssl1.1.7z -OutFile deps\gtk-${{ matrix.arch }}.7z
-+ Invoke-WebRequest https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/gtk-${{ matrix.platform }}-2018-08-29-openssl1.1.7z -OutFile deps\gtk-${{ matrix.arch }}.7z
- & 7z.exe x deps\gtk-${{ matrix.arch }}.7z -oC:\gtk-build\gtk
-
-- Invoke-WebRequest https://dl.hexchat.net/gtk-win32/gendef-20111031.7z -OutFile deps\gendef.7z
-+ Invoke-WebRequest https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/gendef-20111031.7z-OutFile deps\gendef.7z
- & 7z.exe x deps\gendef.7z -oC:\gtk-build
-
-- Invoke-WebRequest https://dl.hexchat.net/gtk-win32/WinSparkle-20151011.7z -OutFile deps\WinSparkle.7z
-+ Invoke-WebRequest https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/WinSparkle-20151011.7z -OutFile deps\WinSparkle.7z
- & 7z.exe x deps\WinSparkle.7z -oC:\gtk-build\WinSparkle
-
-- Invoke-WebRequest https://dl.hexchat.net/misc/perl/perl-5.20.0-${{ matrix.arch }}.7z -OutFile deps\perl-${{ matrix.arch }}.7z
-+ Invoke-WebRequest https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/perl-5.20.0-${{ matrix.arch }}.7z -OutFile deps\perl-${{ matrix.arch }}.7z
- & 7z.exe x deps\perl-${{ matrix.arch }}.7z -oC:\gtk-build\perl-5.20\${{ matrix.platform }}
-
- New-Item -Path "c:\gtk-build" -Name "python-3.8" -ItemType "Directory"
-diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c
-index c9011c043..2a9385967 100644
---- a/plugins/upd/upd.c
-+++ b/plugins/upd/upd.c
-@@ -24,7 +24,7 @@
-
- #include "hexchat-plugin.h"
-
--#define APPCAST_URL "https://dl.hexchat.net/appcast.xml"
-+#define APPCAST_URL "https://hexchat.github.io/appcast.xml"
-
- static hexchat_plugin *ph; /* plugin handle */
- static char name[] = "Update Checker";
-diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt
-index 1b7c3209b..8337258f3 100644
---- a/win32/installer/hexchat.iss.tt
-+++ b/win32/installer/hexchat.iss.tt
-@@ -295,18 +295,18 @@ begin
- begin
-
- #if APPARCH == "x64"
-- REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x64.exe';
-- REDIST_2013 := 'https://dl.hexchat.net/misc/vcredist_2013_x64.exe';
-- PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
-+ REDIST := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/vcredist_2015_x64.exe';
-+ REDIST_2013 := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/vcredist_2013_x64.exe';
-+ PERL := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/Perl.5.20.0.x64.msi';
- PY3 := 'https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe';
- #else
-- REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x86.exe';
-- REDIST_2013 := 'https://dl.hexchat.net/misc/vcredist_2013_x86.exe';
-- PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
-+ REDIST := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/vcredist_2015_x86.exe';
-+ REDIST_2013 := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/vcredist_2013_x86.exe';
-+ PERL := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/Perl.5.20.0.x86.msi';
- PY3 := 'https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe';
- #endif
-- DOTNET := 'https://dl.hexchat.net/misc/dotnet_40.exe';
-- SPELL := 'https://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
-+ DOTNET := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/dotnet_40.exe';
-+ SPELL := 'https://github.com/hexchat/gvsbuild/releases/download/hexchat-2.16.2/HexChat.Spelling.Dictionaries.r2.exe';
-
- if not CheckVCInstall() then
- idpAddFile(REDIST, ExpandConstant('{tmp}\vcredist.exe'));
diff --git a/changelog b/changelog
deleted file mode 100644
index b7ce286..0000000
--- a/changelog
+++ /dev/null
@@ -1,239 +0,0 @@
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.16.0-5
-- Rebuilt for Python 3.11
-
-* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.16.0-4
-- Perl 5.36 rebuild
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Mon Dec 13 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.16.0-2
-- Remove unused BuildRequires on libnotify
-
-* Sun Oct 03 2021 Kevin Fenzi <kevin@scrye.com> - 2.16.0-1
-- Update to 2.16.0 upstream release.
-
-* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.14.3-18
-- Rebuilt with OpenSSL 3.0.0
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.14.3-16
-- Rebuilt for Python 3.10
-
-* Fri May 28 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.14.3-15
-- Patch to include Libera.chat and patch to make it default as Fedora officialy moved from freenode
-
-* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.3-14
-- Perl 5.34 rebuild
-
-* Thu Apr 15 2021 Tom Callaway <spot@fedoraproject.org> - 2.14.3-13
-- fix lua plugin segfault with lua 5.4.3
-
-* Fri Mar 12 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-12
-- Add patch to fix exception in python3 plugin.
-
-* Sat Feb 06 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.14.3-11
-- Include patch to fix underscore not being printed correctly
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Fri Jan 15 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-9
-- Fix typo in last commit
-
-* Fri Jan 15 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-8
-- Add missing dependency on cffi. Fixes rhbz#1914874
-
-* Wed Dec 30 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-7
-- Backport new python plugin from devel upstream. RHBZ#1883982
-
-* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.3-5
-- Perl 5.32 rebuild
-
-* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.14.3-4
-- Rebuilt for Python 3.9
-
-* Fri Mar 27 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-3
-- Add patch to link better against python3.8. Fixes #1817862
-
-* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Tue Jan 07 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-1
-- Update to 2.14.3.
-
-* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.14.2-6
-- Rebuilt for Python 3.8
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.2-4
-- Perl 5.30 rebuild
-
-* Tue Apr 30 2019 Adam Williamson <awilliam@redhat.com> - 2.14.2-3
-- Apply a fix suggested by ncoghlan for the crash-on-exit bug (#1632039)
-
-* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Thu Sep 06 2018 Gwyn Ciesla <limburgher@gmail.com> - 2.14.2-1
-- 2.14.2
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.1-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Wed Jul 04 2018 Petr Pisar <ppisar@redhat.com> - 2.14.1-5
-- Perl 5.28 rebuild
-
-* Mon Jul 02 2018 Kevin Fenzi <kevin@scrye.com> - 2.14.1-4
-- Rebuild for python 3.7
-
-* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.1-3
-- Perl 5.28 rebuild
-
-* Wed Mar 21 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.1-2
-- Always use lua over luajit, just more common
-- Remove no longer needed snippets
-- Add enchant/enchant2 to requires
-
-* Wed Mar 14 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.1-1
-- Version bump to 2.14.1
-
-* Sat Mar 10 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.0-1
-- Version bump to 2.14.0
-
-* Thu Feb 08 2018 Patrick Griffis <tingping@fedoraproject.org> 2.12.4-11
-- Add patch fixing rendering issue: https://bugzilla.redhat.com/show_bug.cgi?id=1536298
-
-* Tue Feb 6 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.4-10
-- Disable luajit on aarch64 due to crashes
-
-* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.12.4-9
-- Rebuilt for switch to libxcrypt
-
-* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Sun Jun 11 2017 Kevin Fenzi <kevin@scrye.com> - 2.12.4-6
-- Add patch for python LC_ALL / LANGUAGES.
-- https://github.com/hexchat/hexchat/issues/2013
-
-* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.12.4-5
-- Perl 5.26 rebuild
-
-* Sun Mar 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.4-4
-- Explicitly require openssl-devel so we build against 1.1
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.12.4-2
-- Rebuild for Python 3.6
-
-* Sat Dec 10 2016 Patrick Griffis <tingping@tingping.se> - 2.12.4-1
-- Version bump to 2.12.4
-
-* Sat Oct 22 2016 Patrick Griffis <tingping@tingping.se> - 2.12.3-1
-- Version bump to 2.12.3
-- Fix building against OpenSSL 1.1.0
-
-* Sun Oct 9 2016 Dan Horák <dan[at]danny.cz> - 2.12.2-2
-- Not all arches have luajit
-
-* Sat Oct 8 2016 Patrick Griffis <tingping@tingping.se> - 2.12.2-1
-- Version bump to 2.12.2
-
-* Sat Oct 8 2016 Patrick Griffis <tingping@tingping.se> - 2.12.1-7
-- Modernize spec file
-
-* Mon Sep 19 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.1-6
-- aarch64 now has LuaJIT
-
-* Mon Aug 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.12.1-5
-- Rebuild for LuaJIT 2.1.0
-
-* Tue Jul 5 2016 TingPing <tingping@tingping.se> - 2.12.1-4
-- Fix input style theming with Adwaita
-
-* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.12.1-3
-- Perl 5.24 rebuild
-
-* Tue May 3 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.1-2
-- Not all arches have luajit
-
-* Sun May 1 2016 TingPing <tingping@tingping.se> - 2.12.1-1
-- Version bump to 2.12.1
-
-* Sat Mar 12 2016 TingPing <tingping@tingping.se> - 2.12.0-1
-- Version bump to 2.12.0
-
-* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Thu Nov 12 2015 Kevin Fenzi <kevin@scrye.com> - 2.10.2-6
-- Build against python 3.5 specifically.
-
-* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.2-3
-- Perl 5.22 rebuild
-
-* Fri Jan 30 2015 TingPing <tingping@tingping.se> - 2.10.2-2
-- Do not own icon directories owned by hicolor-icon-theme (#1171904)
-- Build against python3
-- Make use of license macro
-
-* Tue Nov 25 2014 TingPing <tingping@tingping.se> - 2.10.2-1
-- Version bump to 2.10.2
-
-* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.1-3
-- Perl 5.20 rebuild
-
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Mon Jul 28 2014 TingPing <tingping@tingping.se> - 2.10.1-1
-- Version bump to 2.10.1
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Mon Jun 2 2014 TingPing <tingping@tingping.se> - 2.10.0-1
-- Version bump to 2.10.0
-
-* Mon Sep 16 2013 TingPing <tingping@tingping.se> - 2.9.6.1-1
-- Version bump to 2.9.6.1
-
-* Wed Sep 11 2013 TingPing <tingping@tingping.se> - 2.9.6-1
-- Version bump to 2.9.6
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Sat Aug 03 2013 Kevin Fenzi <kevin@scrye.com> 2.9.5-2
-- Rebuild for new perl
-
-* Mon Apr 1 2013 TingPing <tingping@tingping.se> - 2.9.5-1
-- Version bump to 2.9.5
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Dec 27 2012 TingPing <tingping@tingping.se> - 2.9.4-1
-- Initial HexChat package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/hexchat.spec b/hexchat.spec
deleted file mode 100644
index 41caa9f..0000000
--- a/hexchat.spec
+++ /dev/null
@@ -1,88 +0,0 @@
-%global app_id io.github.Hexchat
-
-Summary: A popular and easy to use graphical IRC (chat) client
-Name: hexchat
-Version: 2.16.2
-Release: %autorelease
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
-License: GPL-2.0-or-later
-URL: https://hexchat.github.io
-Source: https://github.com/hexchat/hexchat/releases/download/v%{version}/hexchat-%{version}.tar.xz
-# Fix release date
-Patch0: https://github.com/hexchat/hexchat/commit/70069cd50eb07e8a40ac9b0efbb83fcb91a78b99.patch
-# replace hexchat.net links
-Patch1: https://github.com/hexchat/hexchat/commit/cc60ad275a56126904df0b5e37cfd20db22cb359.patch
-
-BuildRequires: gcc
-BuildRequires: meson
-BuildRequires: hicolor-icon-theme
-BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(libcanberra)
-BuildRequires: pkgconfig(iso-codes)
-BuildRequires: pkgconfig(openssl)
-BuildRequires: pkgconfig(python3)
-BuildRequires: pkgconfig(libpci)
-BuildRequires: pkgconfig(lua)
-BuildRequires: perl-devel, perl-ExtUtils-Embed
-BuildRequires: python3-cffi
-BuildRequires: desktop-file-utils
-Requires: python3-cffi
-Requires: (enchant or enchant2)
-Recommends: sound-theme-freedesktop
-
-%description
-HexChat is an easy to use graphical IRC chat client for the X Window System.
-It allows you to join multiple IRC channels (chat rooms) at the same time,
-talk publicly, private one-on-one conversations etc. Even file transfers
-are possible.
-
-%package devel
-Summary: Development files for %{name}
-Requires: %{name}%{?_isa} = %{version}-%{release}
-%description devel
-This package contains the development files for %{name}.
-
-%prep
-%autosetup -p1
-
-%build
-%meson -Dwith-lua=lua %{?flatpak:-Ddbus-service-use-appid=true}
-%meson_build
-
-%install
-%meson_install
-%find_lang %{name}
-
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_id}.desktop
-
-%files -f %{name}.lang
-%{_bindir}/hexchat
-%license COPYING
-%doc readme.md
-%dir %{_libdir}/hexchat
-%dir %{_libdir}/hexchat/plugins
-%{_libdir}/hexchat/plugins/checksum.so
-%{_libdir}/hexchat/plugins/fishlim.so
-%{_libdir}/hexchat/plugins/lua.so
-%{_libdir}/hexchat/plugins/sysinfo.so
-%{_libdir}/hexchat/plugins/perl.so
-%{_libdir}/hexchat/plugins/python.so
-%{_libdir}/hexchat/python
-%{_datadir}/applications/%{app_id}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{app_id}.*
-%{_datadir}/metainfo/%{app_id}.appdata.xml
-%if 0%{?flatpak}
-%{_datadir}/dbus-1/services/%{app_id}.service
-%else
-%{_datadir}/dbus-1/services/org.hexchat.service.service
-%endif
-%{_mandir}/man1/hexchat.1*
-
-%files devel
-%{_includedir}/hexchat-plugin.h
-%{_libdir}/pkgconfig/hexchat-plugin.pc
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index ef15f44..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (hexchat-2.16.2.tar.xz) = 2ceb4332328c4acf55a46bf5c45788a7f3a73fd2ffd676751c75cc08ca04ced5569c1e6406877e6f2972b8967e94bea2ad70a6966ade7cd811b5c4d700409ee2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-02 2:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 2:35 [rpms/hexchat] rawhide: Orphaned for 6+ weeks Orphaned Packages Process
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox