summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-11-26 02:07:31 +0100
committeractionless2018-11-26 02:07:31 +0100
commit33101608e103a0a8650a170c1b4dccd51b2116ff (patch)
tree18194ebe0e72b552939bef531200826440e3bb25
parent3ba21503a715cf592b320789d657a32cd305bead (diff)
downloadaur-33101608e103a0a8650a170c1b4dccd51b2116ff.tar.gz
update to 1.7.2
-rw-r--r--.SRCINFO5
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD5
3 files changed, 17 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7df75476d80d..a19f2c26e7ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oomox-git
pkgdesc = Graphical application for generating different color variations of Oomox(Numix-based), Materia (ex-Flat-Plat) and Arc themes (GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.7.1.3
+ pkgver = 1.7.2
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
@@ -30,6 +30,9 @@ pkgbase = oomox-git
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = breeze-icons: more fallback icons
optdepends = gksu: for applying Spotify theme from GUI without polkit
+ optdepends = colorz: additional image analyzer for "Import colors from image" plugin
+ optdepends = python-colorthief: additional image analyzer for "Import colors from image" plugin
+ optdepends = python-haishoku: additional image analyzer for "Import colors from image" plugin
options = !strip
source = git+https://github.com/themix-project/oomox.git#branch=master
source = git+https://github.com/themix-project/oomox-gtk-theme.git#branch=master
diff --git a/CHANGELOG b/CHANGELOG
index effa0d37dc01..cc0499bdb9e6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -826,3 +826,12 @@ Wed Nov 21 22:14:31 2018 +0100
1.7.1.3 Hotfix release 1.7.1.3
basic terminal template wasn't reverting correctly to dark/light colors
+
+
+Mon Nov 26 02:05:34 2018 +0100
+-------------------------------------------------
+1.7.2 Release 1.7.2
+
+ Notable changes:
+ 2018-11-26 d37ac8a1 actionless feat(plugins: import colors from image): add optional support for colorz, colorthief and haishoku (if installed)
+ 2018-11-22 1b5336c4 actionless feat(terminal: generate_theme_from_full_palette): limit maximum brightness of colors
diff --git a/PKGBUILD b/PKGBUILD
index d5baf3ece094..3ec603e01681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.7.1.3
+pkgver=1.7.2
pkgrel=1
pkgdesc="Graphical application for generating different color variations
of Oomox(Numix-based), Materia (ex-Flat-Plat) and Arc themes
@@ -63,6 +63,9 @@ optdepends=(
'xorg-xrdb: for the `xresources` theme'
'breeze-icons: more fallback icons'
'gksu: for applying Spotify theme from GUI without polkit'
+ 'colorz: additional image analyzer for "Import colors from image" plugin'
+ 'python-colorthief: additional image analyzer for "Import colors from image" plugin'
+ 'python-haishoku: additional image analyzer for "Import colors from image" plugin'
)
options=(
'!strip'