Update and move gtkcord4 to dissent, update hctl
All checks were successful
Release xbps for amd64 / compilation-amd64 (push) Successful in 44m0s

This commit is contained in:
ITmodulo 2024-03-10 00:44:51 +01:00
commit 1197500796
2 changed files with 13 additions and 12 deletions

View file

@ -1,20 +0,0 @@
# Template file for 'gtkcord4'
pkgname=gtkcord4
version=0.0.19
revision=1
build_style=go
go_import_path="github.com/diamondburned/gtkcord4"
short_desc="GTK4/Libadwaita native discord client written in Go"
hostmakedepends="gcc pkgconf libcanberra-utils"
makedepends="gobject-introspection gtk4-devel libsecret-devel libadwaita-devel glib-devel libcanberra-devel"
depends="libsecret"
maintainer="ITmodulo <itmodulo@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/diamondburned/gtkcord4"
distfiles="https://github.com/diamondburned/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum="05e90f680078aefb0eaa52647c1a32cf776c1c5e5eed109b2a8c53eeacd47cdb"
post_install() {
vinstall internal/icons/hicolor/scalable/apps/logo.svg 644 usr/share/pixmaps gtkcord4.svg
vinstall nix/xyz.diamondb.gtkcord4.desktop 644 usr/share/applications gtkcord4.desktop
}