summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f68f0b083d2..b3221e19aed9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix/Materia/Arc theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.9.0.2
- pkgrel = 7
+ pkgver = 1.10
+ pkgrel = 1
url = https://github.com/themix-project/oomox
arch = i686
arch = x86_64
@@ -25,6 +25,8 @@ pkgbase = oomox
depends = parallel
depends = optipng
depends = python-pillow
+ depends = python-pystache
+ depends = python-yaml
depends = inkscape
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = breeze-icons: more fallback icons
@@ -35,7 +37,7 @@ pkgbase = oomox
provides = oomox
conflicts = oomox-git
options = !strip
- source = oomox-1.9.0.2.tar.gz::https://github.com/themix-project/oomox/archive/1.9.0.2.tar.gz
+ source = oomox-1.10.tar.gz::https://github.com/themix-project/oomox/archive/1.10.tar.gz
source = oomox-gtk-theme-1.10.tar.gz::https://github.com/themix-project/oomox-gtk-theme/archive/1.10.tar.gz
source = materia-theme-94da12f9c5dfa4e045f8f02e2c818891b13b0930.tar.gz::https://github.com/nana-4/materia-theme/archive/94da12f9c5dfa4e045f8f02e2c818891b13b0930.tar.gz
source = arc-theme-88d02754d11d174a7baf3db7beb857f28dac55ee.tar.gz::https://github.com/NicoHood/arc-theme/archive/88d02754d11d174a7baf3db7beb857f28dac55ee.tar.gz
@@ -45,7 +47,7 @@ pkgbase = oomox
source = base16-builder-d022b9daa5c233a08a8d3b94fd534a3041e3a8c1.tar.gz::https://github.com/base16-builder/base16-builder/archive/d022b9daa5c233a08a8d3b94fd534a3041e3a8c1.tar.gz
source = numix-icon-theme-bd40be85955dcf20b15ce03e2baf0bf3dba313cb.tar.gz::https://github.com/numixproject/numix-icon-theme/archive/bd40be85955dcf20b15ce03e2baf0bf3dba313cb.tar.gz
source = numix-folders-24e5f6c6603e7f798553d2f24a00de107713c333.tar.gz::https://github.com/numixproject/numix-folders/archive/24e5f6c6603e7f798553d2f24a00de107713c333.tar.gz
- md5sums = acf0604107bffb048a74e14e1f4b1f88
+ md5sums = 4012421ef63e3b8aa5e165999f739011
md5sums = 9eef9d048e14e94cbd154b000ea85ec6
md5sums = b1dccfa1a77c3b051762a2583a6c070f
md5sums = 031f263be091e16de8932bfc4b7cfe82
diff --git a/PKGBUILD b/PKGBUILD
index f75ba88e2f67..f85ee116f158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
-_oomox_ver=1.9.0.2
+_oomox_ver=1.10
_oomox_theme_ver=1.10
#_materia_theme_ver=20181125
_materia_cmt=94da12f9c5dfa4e045f8f02e2c818891b13b0930
@@ -14,7 +14,7 @@ _numix_folders_icons_cmt=24e5f6c6603e7f798553d2f24a00de107713c333
pkgname=oomox
pkgver=${_oomox_ver}
-pkgrel=7
+pkgrel=1
pkgdesc='Graphical application for generating different color variations of Numix/Materia/Arc theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.'
arch=('i686' 'x86_64')
url='https://github.com/themix-project/oomox'
@@ -39,6 +39,8 @@ depends=(
'parallel' # materia, arc
'optipng' # materia, arc
'python-pillow' # import_pil
+ 'python-pystache' # base16_format
+ 'python-yaml' # base16_format
#'resvg' # materia, arc
##or
@@ -70,7 +72,7 @@ source=(
"numix-icon-theme-${_numix_icons_cmt}.tar.gz::https://github.com/numixproject/numix-icon-theme/archive/${_numix_icons_cmt}.tar.gz"
"numix-folders-${_numix_folders_icons_cmt}.tar.gz::https://github.com/numixproject/numix-folders/archive/${_numix_folders_icons_cmt}.tar.gz"
)
-md5sums=('acf0604107bffb048a74e14e1f4b1f88'
+md5sums=('4012421ef63e3b8aa5e165999f739011'
'9eef9d048e14e94cbd154b000ea85ec6'
'b1dccfa1a77c3b051762a2583a6c070f'
'031f263be091e16de8932bfc4b7cfe82'