New Package: Graphite-cursors-20220107_1 & Update calamares-cereus from 20220803_1 to 20220615_1
This commit is contained in:
parent
090731a6b8
commit
c8ad1c89f9
2 changed files with 25 additions and 2 deletions
23
srcpkgs/Graphite-cursors/template
Normal file
23
srcpkgs/Graphite-cursors/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'Graphite-cursors'
|
||||||
|
pkgname=Graphite-cursors
|
||||||
|
version=20220107
|
||||||
|
revision=1
|
||||||
|
wrksrc=${pkgname}-main
|
||||||
|
repository="cereus-extra"
|
||||||
|
_cursordir=usr/share/icons
|
||||||
|
short_desc="Graphite cursors theme for Linux desktops"
|
||||||
|
maintainer="KF-Art <https://github.com/KF-Art>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/vinceliuice/${pkgname}"
|
||||||
|
distfiles="${homepage}/archive/refs/heads/main.zip"
|
||||||
|
checksum=be7719b83009901a57ef141d6b490914f3066f5242ee33d0527778edb5c1e44c
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir ${_cursordir}
|
||||||
|
|
||||||
|
for variant in light{,-nord} dark{,-nord}
|
||||||
|
do vcopy dist-${variant} ${_cursordir}/Graphite-${variant}-cursors
|
||||||
|
done
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'calamares-cereus'
|
# Template file for 'calamares-cereus'
|
||||||
pkgname=calamares-cereus
|
pkgname=calamares-cereus
|
||||||
version=20220803
|
version=20220615
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="calamares calamares-modules-cereus"
|
depends="calamares calamares-branding calamares-modules-cereus"
|
||||||
repository="cereus-core"
|
repository="cereus-core"
|
||||||
short_desc="Calamares installer meta-package for Cereus Linux"
|
short_desc="Calamares installer meta-package for Cereus Linux"
|
||||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue