summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5be6be9f3cc715fed03f3f81f38ec0c97b6dac06 (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
48
49
50
51
52
53
54
55
56
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
# Upstream URL: https://github.com/themix-project/oomox

pkgname=themix-full-git
pkgver=1.15.1
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Oomox theme (GTK2 + HiDPI hack, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
icons (ArchDroid, Gnome-Colors, Numix, Papirus, Suru++),
Base16 plugin (Alacritty, Emacs, GTK4, KDE, VIM and MANY more)"
arch=('x86_64' 'i686')
url="https://github.com/themix-project/oomox"
license=('GPL3')
source=(
)
md5sums=(
)
depends=(
	'themix-gui-git'

	'themix-import-images-git'

	'themix-export-spotify-git'

	'themix-plugin-base16-git'

	#'themix-theme-arc-git'
	#'themix-theme-materia-git'
	'themix-theme-oomox-git'

	'themix-icons-archdroid-git'
	'themix-icons-gnome-colors-git'
	'themix-icons-numix-git'
	'themix-icons-papirus-git'
	'themix-icons-suru-plus-git'
	'themix-icons-suru-plus-aspromauros-git'
)
makedepends=(
)
optdepends=(
    'oomox-qt5-styleplugin-git: Qt5 style plugin'
    'oomox-qt6-styleplugin-git: Qt6 style plugin'
)
provides=(
    'themix-full'
)
conflicts=(
    'themix-full'
    'oomox-git'
    'oomox'
)
replaces=(
    'oomox-git'
)

# vim: ft=PKGBUILD