[arch-commits] Commit in hexchat/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Sun Oct 10 21:45:42 UTC 2021
Date: Sunday, October 10, 2021 @ 21:45:42
Author: eworm
Revision: 1029306
archrelease: copy trunk to community-x86_64
Added:
hexchat/repos/community-x86_64/PKGBUILD
(from rev 1029305, hexchat/trunk/PKGBUILD)
Deleted:
hexchat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-10 21:45:34 UTC (rev 1029305)
+++ PKGBUILD 2021-10-10 21:45:42 UTC (rev 1029306)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.16.0
-pkgrel=1
-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' \
- -Dwith-text='true'
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 1029305, hexchat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-10 21:45:42 UTC (rev 1029306)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.16.0
+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:
More information about the arch-commits
mailing list