Skip to content

Commit

Permalink
hexchat: Add port
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Bonke <[email protected]>
  • Loading branch information
Dennisbonke committed Oct 8, 2023
1 parent 795c841 commit c90697f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
58 changes: 58 additions & 0 deletions bootstrap.d/net-irc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
packages:
- name: hexchat
architecture: '@OPTION:arch@'
metadata:
summary: Graphical IRC client based on XChat
description: This package HexChat, an IRC program. It allows you to join multiple IRC channels at the same time where you can talk publicly, have private one-to-one communications among other things.
spdx: 'GPL-2.0'
website: 'https://hexchat.github.io/'
maintainer: "Dennis Bonke <[email protected]>"
categories: ['net-irc']
source:
subdir: 'ports'
git: 'https://github.com/hexchat/hexchat.git'
tag: 'v2.16.1'
version: '2.16.1'
tools_required:
- system-gcc
- virtual: pkgconfig-for-target
triple: "@OPTION:arch-triple@"
pkgs_required:
- mlibc
- glib
- gdk-pixbuf
- gtk+-2
- pango
- libx11
- openssl
configure:
- args:
- 'meson'
- '--cross-file'
- '@SOURCE_ROOT@/scripts/meson-@OPTION:[email protected]'
- '--prefix=/usr'
- '--libdir=lib'
- '--buildtype=debugoptimized'
- '-Dgtk-frontend=true'
- '-Dtext-frontend=false'
- '-Dtls=enabled'
- '-Dplugin=true'
- '-Ddbus=disabled'
- '-Dlibcanberra=disabled'
- '-Dtheme-manager=false'
- '-Ddbus-service-use-appid=false'
- '-Dwith-checksum=false'
- '-Dwith-fishlim=false'
- '-Dwith-lua=false'
- '-Dwith-perl=false'
- '-Dwith-python=false'
- '-Dwith-sysinfo=false'
- '-Dinstall-appdata=false'
- '-Dinstall-plugin-metainfo=false'
- '@THIS_SOURCE_DIR@'
build:
- args: ['ninja']
- args: ['ninja', 'install']
environ:
DESTDIR: '@THIS_COLLECT_DIR@'
quiet: true
1 change: 1 addition & 0 deletions bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ imports:
- file: bootstrap.d/media-libs.yml
- file: bootstrap.d/meta-pkgs.yml
- file: bootstrap.d/net-dns.yml
- file: bootstrap.d/net-irc.yml
- file: bootstrap.d/net-libs.yml
- file: bootstrap.d/net-misc.yml
- file: bootstrap.d/net-print.yml
Expand Down

0 comments on commit c90697f

Please sign in to comment.