Compare commits

...

11 Commits

Author SHA1 Message Date
d3ffb9e81d [world] 'hexchat-2.16.2-6' add
All checks were successful
Publish / Build and publish (push) Successful in -1m35s
2025-10-30 23:47:01 -05:00
f044a818d2 publish to microverse
All checks were successful
Publish / Build and publish (push) Successful in -1m36s
2025-10-30 21:22:06 -05:00
6e1f1305f8 [world] 'hexchat-2.16.2-5' remove 2025-10-30 21:15:54 -05:00
8021cdbe72 [world-gremlins] -> [world] 'hexchat-2.16.2-5' move 2025-07-18 13:38:34 -05:00
3fcf3e2134 [world-goblins] -> [world-gremlins] 'hexchat-2.16.2-5' move 2025-07-17 14:39:16 -05:00
3f40bc162c [world-goblins] 'hexchat-2.16.2-5' add 2025-07-13 22:46:32 -05:00
43780801ee [world-gremlins] -> [world] 'hexchat-2.16.2-4' move 2024-12-23 06:39:18 -06:00
4045ef28ac [world-goblins] -> [world-gremlins] 'hexchat-2.16.2-4' move 2024-12-18 17:30:58 -06:00
39f548ca99 [world-goblins] 'hexchat-2.16.2-4' add 2024-11-27 00:24:09 -05:00
24d7239d8f [world-gremlins] -> [world] 'hexchat-2.16.2-3' move 2024-09-05 10:15:20 -05:00
03a7fdbbc4 [world-goblins] -> [world-gremlins] 'hexchat-2.16.2-3' move 2024-09-05 00:17:15 -05:00
4 changed files with 81 additions and 14 deletions

View File

@@ -1,13 +1,6 @@
---
pkgbase:
name: hexchat
version: 2.16.2-3
arch:
- x86_64
pkgname:
- hexchat
actions:
addRepo: world-goblins
addRepo: world
removeRepo: null
triggersBuild: true
triggersRebuild: false
@@ -18,39 +11,50 @@ repos:
system-goblins:
version: null
packages: []
debug: []
system-gremlins:
version: null
packages: []
debug: []
system:
version: null
packages: []
debug: []
world-goblins:
version: 2.16.2-3
packages:
- hexchat-2.16.2-3-x86_64.pkg.tar.zst
version: null
packages: []
debug: []
world-gremlins:
version: null
packages: []
debug: []
world:
version: 2.16.2-2.1
version: 2.16.2-6
packages:
- hexchat-2.16.2-2.1-x86_64.pkg.tar.zst
- hexchat-2.16.2-6-x86_64.pkg.tar.zst
debug: []
lib32-goblins:
version: null
packages: []
debug: []
lib32-gremlins:
version: null
packages: []
debug: []
lib32:
version: null
packages: []
debug: []
galaxy-goblins:
version: null
packages: []
debug: []
galaxy-gremlins:
version: null
packages: []
debug: []
galaxy:
version: null
packages: []
debug: []
team: world

45
.artixlinux/srcinfo.yaml Normal file
View File

@@ -0,0 +1,45 @@
---
version: 2.16.2-6
pkgbase:
name: hexchat
pkgdesc: A popular and easy to use graphical IRC (chat) client
pkgver: 2.16.2
pkgrel: 6
url: https://hexchat.github.io/
arch:
- x86_64
license:
- GPL-2.0-or-later
makedepends:
- git
- glib2-devel
- intltool
- iso-codes
- lua
- meson
- perl
- python-cffi
- python-setuptools
depends:
- dbus-glib
- desktop-file-utils
- gdk-pixbuf2
- glib2
- gtk2
- libcanberra
- openssl
- pango
- pciutils
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=v2.16.2
sha256sums:
- 5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313
pkgname:
- name: hexchat
# generated with artixpkg 0.37.4-1-any

View File

@@ -0,0 +1,18 @@
name: Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Build and publish
permissions:
contents: read
steps:
- name: Build and publish
uses: https://git.sanin.dev/packages/build-publish-action@master
with:
username: "${{ secrets.USERNAME }}"
token: "${{ secrets.TOKEN }}"

View File

@@ -6,7 +6,7 @@
pkgname=hexchat
pkgver=2.16.2
pkgrel=3
pkgrel=6
pkgdesc='A popular and easy to use graphical IRC (chat) client'
arch=('x86_64')
url='https://hexchat.github.io/'