Update and move gtkcord4 to dissent, update hctl
Release xbps for amd64 / compilation-amd64 (push) Successful in 44m0s
Details
Release xbps for amd64 / compilation-amd64 (push) Successful in 44m0s
Details
This commit is contained in:
parent
92d125e597
commit
1197500796
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'gtkcord4'
|
||||
pkgname=gtkcord4
|
||||
version=0.0.19
|
||||
# Template file for 'dissent'
|
||||
pkgname=dissent
|
||||
version=0.0.21
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/diamondburned/gtkcord4"
|
||||
go_import_path="libdb.so/dissent"
|
||||
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"
|
||||
homepage="https://github.com/diamondburned/dissent"
|
||||
distfiles="https://github.com/diamondburned/${pkgname}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum="05e90f680078aefb0eaa52647c1a32cf776c1c5e5eed109b2a8c53eeacd47cdb"
|
||||
checksum=3c3caefc722fa21e0129a0b6779cdbb61fe41e559b8d44bd4288f283922b15f2
|
||||
|
||||
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
|
||||
vinstall internal/icons/hicolor/scalable/apps/so.libdb.dissent.svg 644 usr/share/pixmaps
|
||||
vinstall nix/so.libdb.dissent.desktop 644 usr/share/applications
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hctl'
|
||||
pkgname=hctl
|
||||
version=0.2.5
|
||||
version=0.2.6
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -9,9 +9,10 @@ short_desc="CLI tool to merge hostlists for dns blocker like pihole"
|
|||
maintainer="ITmodulo <itmodulo@disroot.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/michalszmidt/hctl"
|
||||
changelog="https://github.com/michalszmidt/hctl/releases"
|
||||
distfiles="https://github.com/michalszmidt/hctl/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=d9a67093de0d9de99d3241a031ead07ac11db783e7a190389a879fa9f3360616
|
||||
checksum=852f8e8eb0133f21d2f2183ab31ecda07e907480dde805d1891dc8c0215185ef
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue