summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2020-03-17 21:06:39 +0100
committeractionless2020-03-17 21:06:39 +0100
commita695a2e29c7b6391b8c40370bef8c755aa2201db (patch)
treebc31addeb3ad218a96b215a38aaa6e9ff2498253 /PKGBUILD
downloadaur-a695a2e29c7b6391b8c40370bef8c755aa2201db.tar.gz
update to 1.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD54
1 files changed, 54 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e7e4cafb97a4
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,54 @@
+# 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.13
+pkgrel=1
+pkgdesc="Themix: GUI for generating different color variations
+of Arc, 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'
+)
+replaces=(
+ 'oomox-git'
+)
+
+# vim: ft=PKGBUILD