summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 31c2da8550d6d20c502c2c54bb25b07f3897f698 (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
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Materia, Oomox themes
(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
ArchDroid, Gnome-Colors, Numix, Papirus, Suru++ icons,
and terminal palettes.
Have a hack for HiDPI in GTK2."
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=(
)
provides=(
    'themix-full'
)
conflicts=(
    'themix-full'
    'oomox-git'
    'oomox'
)
replaces=(
    'oomox-git'
)

# vim: ft=PKGBUILD