summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD13
2 files changed, 18 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e7bc67aaa7..d5b89f3f7295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 16 18:19:08 UTC 2018
+# Fri Mar 30 16:44:10 UTC 2018
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix/Materia theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.6.0
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://github.com/actionless/oomox
arch = i686
arch = x86_64
@@ -11,10 +11,12 @@ pkgbase = oomox
depends = coreutils
depends = bash
depends = bc
+ depends = findutils
depends = gdk-pixbuf2
depends = glib2
depends = gtk-engine-murrine
depends = gtk-engines
+ depends = gtk3
depends = imagemagick
depends = inkscape
depends = librsvg
@@ -24,6 +26,7 @@ pkgbase = oomox
depends = python-gobject
depends = python-pillow
depends = sassc
+ depends = sed
depends = zip
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = breeze-icons: more fallback icons
@@ -31,14 +34,14 @@ pkgbase = oomox
provides = oomox
conflicts = oomox-git
options = !strip
- source = oomox-1.6.0.tar.gz::https://github.com/actionless/oomox/archive/1.6.0.tar.gz
- source = oomox-gtk-theme-1.7.0.tar.gz::https://github.com/actionless/oomox-gtk-theme/archive/1.7.0.tar.gz
+ source = oomox-1.6.1.tar.gz::https://github.com/actionless/oomox/archive/1.6.1.tar.gz
+ source = oomox-gtk-theme-1.8.0.tar.gz::https://github.com/actionless/oomox-gtk-theme/archive/1.8.0.tar.gz
source = materia-theme-20180311.tar.gz::https://github.com/nana-4/materia-theme/archive/v20180311.tar.gz
source = oomox-archdroid-icon-theme-1.0.2.tar.gz::https://github.com/actionless/oomox-archdroid-icon-theme/archive/1.0.2.tar.gz
source = oomox-gnome-colors-icon-theme-5.5.3.tar.gz::https://github.com/actionless/oomox-gnome-colors-icon-theme/archive/5.5.3.tar.gz
source = oomoxify-1.0.tar.gz::https://github.com/actionless/oomoxify/archive/1.0.tar.gz
- md5sums = 8212ed0e001806133ffe346ce0d237b6
- md5sums = 19816351f949963a240dd13bc0530952
+ md5sums = 9a9534620828a0d94793f3419886380c
+ md5sums = 0190629de56d822efccf32b43324c479
md5sums = d34fd7d7f765c38d8be95b778a90ea2b
md5sums = 48ca9edc0cf2b06bdc353bd5f2c833ba
md5sums = f3a30f186dc92a972b88975fcbd321ed
diff --git a/PKGBUILD b/PKGBUILD
index 17f64c7d4ae1..eabc32967c3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
-_oomox_ver=1.6.0
-_numix_ver=1.7.0
+_oomox_ver=1.6.1
+_numix_ver=1.8.0
_materia_ver=20180311
_archdroid_ver=1.0.2
_gnome_colors_ver=5.5.3
@@ -9,7 +9,7 @@ _oomoxify_ver=1.0
pkgname=oomox
pkgver=${_oomox_ver}
-pkgrel=2
+pkgrel=1
pkgdesc='Graphical application for generating different color variations of Numix/Materia theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes.
Have a hack for HiDPI in gtk2.'
arch=('i686' 'x86_64')
@@ -19,10 +19,12 @@ depends=(
'coreutils'
'bash'
'bc'
+ 'findutils'
'gdk-pixbuf2'
'glib2'
'gtk-engine-murrine'
'gtk-engines'
+ 'gtk3'
'imagemagick'
'inkscape'
'librsvg'
@@ -32,6 +34,7 @@ depends=(
'python-gobject'
'python-pillow'
'sassc'
+ 'sed'
'zip'
)
optdepends=(
@@ -52,8 +55,8 @@ source=(
"oomox-gnome-colors-icon-theme-${_gnome_colors_ver}.tar.gz::https://github.com/actionless/oomox-gnome-colors-icon-theme/archive/${_gnome_colors_ver}.tar.gz"
"oomoxify-${_oomoxify_ver}.tar.gz::https://github.com/actionless/oomoxify/archive/${_oomoxify_ver}.tar.gz"
)
-md5sums=('8212ed0e001806133ffe346ce0d237b6'
- '19816351f949963a240dd13bc0530952'
+md5sums=('9a9534620828a0d94793f3419886380c'
+ '0190629de56d822efccf32b43324c479'
'd34fd7d7f765c38d8be95b778a90ea2b'
'48ca9edc0cf2b06bdc353bd5f2c833ba'
'f3a30f186dc92a972b88975fcbd321ed'