[world-goblins] 'hexchat-2.16.2-2' add
This commit is contained in:
3
.artixlinux/Jenkinsfile
vendored
3
.artixlinux/Jenkinsfile
vendored
@@ -1,4 +1,3 @@
|
|||||||
@Library('artix-ci') import org.artixlinux.RepoPackage
|
@Library('artix-ci@orion') import org.artixlinux.RepoPackage
|
||||||
|
|
||||||
PackagePipeline(new RepoPackage(this))
|
PackagePipeline(new RepoPackage(this))
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
pkgbase:
|
pkgbase:
|
||||||
name: hexchat
|
name: hexchat
|
||||||
version: 2.16.2-1
|
version: 2.16.2-2
|
||||||
arch:
|
arch:
|
||||||
- x86_64
|
- x86_64
|
||||||
pkgname:
|
pkgname:
|
||||||
- hexchat
|
- hexchat
|
||||||
actions:
|
actions:
|
||||||
addRepo: world
|
addRepo: world-goblins
|
||||||
removeRepo: null
|
removeRepo: null
|
||||||
triggersBuild: true
|
triggersBuild: true
|
||||||
triggersRebuild: false
|
triggersRebuild: false
|
||||||
@@ -25,8 +25,9 @@ repos:
|
|||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
world-goblins:
|
world-goblins:
|
||||||
version: null
|
version: 2.16.2-2
|
||||||
packages: []
|
packages:
|
||||||
|
- hexchat-2.16.2-2-x86_64.pkg.tar.zst
|
||||||
world-gremlins:
|
world-gremlins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
@@ -52,3 +53,4 @@ repos:
|
|||||||
galaxy:
|
galaxy:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
team: world
|
||||||
|
|||||||
6
.nvchecker.toml
Normal file
6
.nvchecker.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[hexchat]
|
||||||
|
source = "github"
|
||||||
|
github = "hexchat/hexchat"
|
||||||
|
prefix = "v"
|
||||||
|
use_max_tag = true
|
||||||
|
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
|
||||||
6
PKGBUILD
6
PKGBUILD
@@ -6,21 +6,21 @@
|
|||||||
|
|
||||||
pkgname=hexchat
|
pkgname=hexchat
|
||||||
pkgver=2.16.2
|
pkgver=2.16.2
|
||||||
pkgrel=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/'
|
||||||
license=('GPL-2.0-or-later')
|
license=('GPL-2.0-or-later')
|
||||||
depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
|
depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
|
||||||
'libcanberra' 'openssl' 'pango' 'pciutils')
|
'libcanberra' 'openssl' 'pango' 'pciutils')
|
||||||
makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi')
|
makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi' 'python-setuptools')
|
||||||
optdepends=('enchant: Spell check'
|
optdepends=('enchant: Spell check'
|
||||||
'iso-codes: Display language names instead of codes'
|
'iso-codes: Display language names instead of codes'
|
||||||
'lua: Lua plugin'
|
'lua: Lua plugin'
|
||||||
'perl: Perl plugin'
|
'perl: Perl plugin'
|
||||||
'python-cffi: Python plugin')
|
'python-cffi: Python plugin')
|
||||||
source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}")
|
source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
artix-meson hexchat build \
|
artix-meson hexchat build \
|
||||||
|
|||||||
Reference in New Issue
Block a user