summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e382cca8e406c80eeb3887ce42f5efa12dd476ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Maintainer: birbkeks birbkeks@proton.me

_pkgname=klassy
pkgname=klassy-bin
pkgver=6.2.breeze6.2.1
pkgrel=4
pkgdesc="Highly customizable binary Window Decoration, Application Style and Global Theme plugin for recent versions of the KDE Plasma desktop."
arch=(x86_64)
url="https://github.com/paulmcauley/klassy"
license=('GPL-2.0-only AND GPL-3.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT')

depends=(frameworkintegration
		 gcc-libs
		 glibc
		 kcmutils
		 kcolorscheme
		 kconfig
		 kconfig5
		 kcoreaddons
		 kdecoration
		 kguiaddons
		 kguiaddons5
		 ki18n
		 kiconthemes
		 kirigami
		 kwidgetsaddons
		 kwindowsystem
		 qt6-base
		 qt6-declarative
		 qt6-svg
		 qt5-base
		 qt5-declarative
		 xdg-utils)

provides=('klassy')
conflicts=('klassy')
replaces=(classik)

_source=("https://download.opensuse.org/repositories/home:/paul4us/Arch")
source=("${_source}/${arch}/${_pkgname}-${pkgver}-1-${arch}.pkg.tar.zst")
md5sums=('SKIP')

options=(!debug)

package() {
	cp -r "${srcdir}/usr/" "${pkgdir}"
}