[world] 'hexchat-2.16.2-2.1' add

This commit is contained in:
2024-06-14 15:00:15 -05:00
parent 6867a68aca
commit 105657eb98
2 changed files with 11 additions and 7 deletions

View File

@@ -1,18 +1,18 @@
--- ---
pkgbase: pkgbase:
name: hexchat name: hexchat
version: 2.16.2-2 version: 2.16.2-2.1
arch: arch:
- x86_64 - x86_64
pkgname: pkgname:
- hexchat - hexchat
actions: actions:
addRepo: world addRepo: world
removeRepo: world-gremlins removeRepo: null
triggersBuild: false triggersBuild: true
triggersRebuild: false triggersRebuild: false
triggersRepoAdd: true triggersRepoAdd: true
triggersRepoRemove: true triggersRepoRemove: false
triggersNoCheck: false triggersNoCheck: false
repos: repos:
system-goblins: system-goblins:
@@ -31,9 +31,9 @@ repos:
version: null version: null
packages: [] packages: []
world: world:
version: 2.16.2-2 version: 2.16.2-2.1
packages: packages:
- hexchat-2.16.2-2-x86_64.pkg.tar.zst - hexchat-2.16.2-2.1-x86_64.pkg.tar.zst
lib32-goblins: lib32-goblins:
version: null version: null
packages: [] packages: []

View File

@@ -6,7 +6,7 @@
pkgname=hexchat pkgname=hexchat
pkgver=2.16.2 pkgver=2.16.2
pkgrel=2 pkgrel=2.1
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/'
@@ -22,6 +22,10 @@ optdepends=('enchant: Spell check'
source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}") source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}")
sha256sums=('5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313') sha256sums=('5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313')
prepare() {
sed -e "s/ArchLinux/ArtixLinux/g" -i "${srcdir}/hexchat/plugins/sysinfo/unix/parse.c"
}
build() { build() {
artix-meson hexchat build \ artix-meson hexchat build \
-Dwith-lua='lua' \ -Dwith-lua='lua' \