[community-testing] -> [community] 'hexchat-2.16.1-2' move
This commit is contained in:
@@ -1,33 +0,0 @@
|
|||||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
|
||||||
# Contributor: TingPing <tingping@tingping.se>
|
|
||||||
|
|
||||||
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() {
|
|
||||||
artix-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:
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=hexchat
|
pkgname=hexchat
|
||||||
pkgver=2.16.1
|
pkgver=2.16.1
|
||||||
pkgrel=1.1
|
pkgrel=2
|
||||||
pkgdesc='A popular and easy to use graphical IRC (chat) client'
|
pkgdesc='A popular and easy to use graphical IRC (chat) client'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://hexchat.github.io/'
|
url='https://hexchat.github.io/'
|
||||||
|
|||||||
Reference in New Issue
Block a user