Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/kde-material-you-colors/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'kde-material-you-colors'
pkgname=kde-material-you-colors
version=2.0.2
revision=1
build_style=python3-pep517
hostmakedepends="extra-cmake-modules AppStream python3-setuptools python3-wheel"
makedepends="qt6-base-devel"
depends="python3-dbus python3-numpy python3-Pillow python3-materialcolor python3-magic"
checkdepends="python3-pytest python3-pluggy"
short_desc="Automatic color scheme generator from your wallpaper for KDE Plasma"
maintainer="zenobit <zenobit@disroot.org>"
license="GPL-3.0-only"
homepage="https://github.com/luisbocanegra/kde-material-you-colors"
changelog="https://raw.githubusercontent.com/luisbocanegra/kde-material-you-colors/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/luisbocanegra/kde-material-you-colors/archive/refs/tags/v${version}.tar.gz"
checksum=77f3acedfc844b995d65f88cd52a1366b344425da42e09b7b1b8fdae091b6b92
make_check=no # investigating
22 changes: 22 additions & 0 deletions srcpkgs/python3-materialcolor/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'python3-materialcolor'
pkgname=python3-materialcolor
version=2.0.10
revision=1
#archs="i686 x86_64"
#build_wrksrc=
build_style=python3-pep517
hostmakedepends="python3-Pillow python3-setuptools python3-wheel"
makedepends="python3-devel"
checkdepends="python3-pytest python3-pluggy python3-requests python3-rich"
short_desc="Material You color generation algorithms in python"
maintainer="zenobit <zenobit@disroot.org>"
license="MIT"
homepage="https://github.com/T-Dynamos/materialyoucolor-python"
changelog="https://github.com/T-Dynamos/materialyoucolor-python/releases"
distfiles="https://github.com/T-Dynamos/materialyoucolor-python/archive/refs/tags/v${version}.tar.gz"
checksum=12057b142b2282144fb00f18d588d46898a319df2b6af669f43f802b4b75800d
make_check=no # investigating

post_install() {
vlicense LICENSE
}