Compare commits
11 Commits
da8a298dea
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d3ffb9e81d | |||
| f044a818d2 | |||
| 6e1f1305f8 | |||
| 8021cdbe72 | |||
| 3fcf3e2134 | |||
| 3f40bc162c | |||
| 43780801ee | |||
| 4045ef28ac | |||
| 39f548ca99 | |||
| 24d7239d8f | |||
| 03a7fdbbc4 |
@@ -1,13 +1,6 @@
|
|||||||
---
|
---
|
||||||
pkgbase:
|
|
||||||
name: hexchat
|
|
||||||
version: 2.16.2-3
|
|
||||||
arch:
|
|
||||||
- x86_64
|
|
||||||
pkgname:
|
|
||||||
- hexchat
|
|
||||||
actions:
|
actions:
|
||||||
addRepo: world-goblins
|
addRepo: world
|
||||||
removeRepo: null
|
removeRepo: null
|
||||||
triggersBuild: true
|
triggersBuild: true
|
||||||
triggersRebuild: false
|
triggersRebuild: false
|
||||||
@@ -18,39 +11,50 @@ repos:
|
|||||||
system-goblins:
|
system-goblins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
system-gremlins:
|
system-gremlins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
system:
|
system:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
world-goblins:
|
world-goblins:
|
||||||
version: 2.16.2-3
|
version: null
|
||||||
packages:
|
packages: []
|
||||||
- hexchat-2.16.2-3-x86_64.pkg.tar.zst
|
debug: []
|
||||||
world-gremlins:
|
world-gremlins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
world:
|
world:
|
||||||
version: 2.16.2-2.1
|
version: 2.16.2-6
|
||||||
packages:
|
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:
|
lib32-goblins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
lib32-gremlins:
|
lib32-gremlins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
lib32:
|
lib32:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
galaxy-goblins:
|
galaxy-goblins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
galaxy-gremlins:
|
galaxy-gremlins:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
galaxy:
|
galaxy:
|
||||||
version: null
|
version: null
|
||||||
packages: []
|
packages: []
|
||||||
|
debug: []
|
||||||
team: world
|
team: world
|
||||||
|
|||||||
45
.artixlinux/srcinfo.yaml
Normal file
45
.artixlinux/srcinfo.yaml
Normal 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
|
||||||
18
.gitea/workflows/publish.yml
Normal file
18
.gitea/workflows/publish.yml
Normal 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 }}"
|
||||||
2
PKGBUILD
2
PKGBUILD
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
pkgname=hexchat
|
pkgname=hexchat
|
||||||
pkgver=2.16.2
|
pkgver=2.16.2
|
||||||
pkgrel=3
|
pkgrel=6
|
||||||
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