summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-01-01 05:13:08 +0100
committeractionless2019-01-01 05:13:08 +0100
commit7e40916dd7b68e8aa27ce33637ad7bf36ccc41f7 (patch)
treea8e313f9d7e76a8e81e1960e9abae1be7d3b49d1
parent12ca0cca7d4ee80c61e81f4604f7225fefe85ca8 (diff)
downloadaur-7e40916dd7b68e8aa27ce33637ad7bf36ccc41f7.tar.gz
use new base16 backend
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94bfb8b22db3..333a439523e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oomox-git
pkgdesc = Themix: GUI for generating different color variations of Arc, Materia, Oomox themes (GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), ArchDroid, Gnome-Colors, Numix icon themes, and terminal palettes. Have a hack for HiDPI in GTK2.
- pkgver = 1.9.0.2.r55.g459ed93a
+ pkgver = 1.9.0.2.r85.g1b8e948c
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
@@ -26,6 +26,8 @@ pkgbase = oomox-git
depends = parallel
depends = optipng
depends = python-pillow
+ depends = python-pystache
+ depends = python-yaml
depends = resvg-git
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = breeze-icons: more fallback icons
@@ -41,7 +43,7 @@ pkgbase = oomox-git
source = git+https://github.com/themix-project/archdroid-icon-theme.git#branch=master
source = git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master
source = git+https://github.com/themix-project/oomoxify.git#branch=master
- source = git+https://github.com/base16-builder/base16-builder#branch=master
+ source = git+https://github.com/themix-project/base16_mirror.git#branch=master
source = git+https://github.com/numixproject/numix-icon-theme.git#branch=master
source = git+https://github.com/numixproject/numix-folders.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 207194745cd4..db4379d87016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.9.0.2.r55.g459ed93a
+pkgver=1.9.0.2.r85.g1b8e948c
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
@@ -22,7 +22,7 @@ source=(
"git+https://github.com/themix-project/archdroid-icon-theme.git#branch=master"
"git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master"
"git+https://github.com/themix-project/oomoxify.git#branch=master"
- "git+https://github.com/base16-builder/base16-builder#branch=master"
+ "git+https://github.com/themix-project/base16_mirror.git#branch=master"
"git+https://github.com/numixproject/numix-icon-theme.git#branch=master"
"git+https://github.com/numixproject/numix-folders.git#branch=master"
)
@@ -58,6 +58,8 @@ depends=(
'parallel' # materia, arc
'optipng' # materia, arc
'python-pillow' # import_pil
+ 'python-pystache' # base16_format
+ 'python-yaml' # base16_format
'resvg-git' # materia, arc
##or
@@ -92,7 +94,7 @@ prepare(){
git config submodule.archdroid-icon-theme.url $srcdir/archdroid-icon-theme
git config submodule.gnome-colors-icon-theme.url $srcdir/gnome-colors-icon-theme
git config submodule.oomoxify.url $srcdir/oomoxify
- git config submodule.base16-builder.url $srcdir/base16-builder
+ git config submodule.base16_mirror.url $srcdir/base16_mirror
git config submodule.numix-folders.url $srcdir/numix-folders
git config submodule.numix-icon-theme.url $srcdir/numix-icon-theme
git submodule update