Date: Sunday, May 29, 2022 @ 12:00:34
  Author: foutrelis
Revision: 1214649

archrelease: copy trunk to community-staging-x86_64

Added:
  hexchat/repos/community-staging-x86_64/
  hexchat/repos/community-staging-x86_64/PKGBUILD
    (from rev 1214647, hexchat/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: hexchat/repos/community-staging-x86_64/PKGBUILD (from rev 1214647, 
hexchat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-29 12:00:34 UTC (rev 1214649)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: TingPing <[email protected]>
+
+pkgname=hexchat
+pkgver=2.16.1
+pkgrel=2
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
+         'libcanberra' 'openssl' 'pango' 'pciutils')
+makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi')
+optdepends=('enchant: Spell check'
+            'iso-codes: Display language names instead of codes'
+            'lua: Lua plugin'
+            'perl: Perl plugin'
+            'python-cffi: Python plugin')
+source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson hexchat build \
+    -Dwith-lua='lua' \
+    -Dtext-frontend='true'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to