summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-03-10 06:41:56 +0100
committeractionless2019-03-10 06:41:56 +0100
commit6edf8acd4477726dcdf35883bd5f21b674875506 (patch)
treea9c057509b89e613f7dba187a409e781cd3ecb8e
parent3ea167cec5a8a184ceafa9a79c010fa1942e1c28 (diff)
downloadaur-6edf8acd4477726dcdf35883bd5f21b674875506.tar.gz
update to 1.12
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG28
-rw-r--r--PKGBUILD4
3 files changed, 32 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ff0320a802..e4a3fbca5342 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, Papirus, Suru++ icons, and terminal palettes. Have a hack for HiDPI in GTK2.
- pkgver = 1.11.r16.g1daae2d4
+ pkgver = 1.12
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = oomox-git
depends = python-pillow
depends = python-pystache
depends = python-yaml
- depends = resvg-git
+ depends = resvg
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = breeze-icons: more fallback icons
optdepends = gksu: for applying Spotify theme from GUI without polkit
diff --git a/CHANGELOG b/CHANGELOG
index 9f7894fd1c65..807e793764e2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1391,3 +1391,31 @@ Sun Jan 27 17:21:46 2019 +0100
2019-01-04 c191f4aa actionless refactor: bring back python3.4 support
2019-01-04 81b1bb3b LaurentTreguier chore(dockerfile): add python 3.4 centos 7
2019-01-04 291b486a actionless feat(preset_list): group plugin presets by first-level dirs
+
+
+Sun Mar 10 06:38:46 2019 +0100
+-------------------------------------------------
+1.12 Release 1.12
+
+ The most important news:
+ - support for Suru++ icon theme
+
+ Other notable changes:
+ 2019-03-10 25e2104e actionless chore(plugins: theme: arc): update submodule
+ 2019-03-10 3d20e1c4 actionless chore(plugins: icons: papirus): update submodule
+ 2019-03-10 0bc48926 actionless chore(plugins: materia): update sumbodule
+ 2019-03-05 01b18264 Gustavo Reis Update gitmodules for Suru++ (#231)
+ 2019-02-23 e76df0fe Gustavo Reis chore(colors): New schemes (#229)
+ 2019-02-23 71838f3e Heimen Stoffels chore(locale): Updated and correct Dutch translatiom (#228)
+ 2019-02-23 ce788e97 Heimen Stoffels chore(colors): Create Trellium (#227)
+ 2019-02-23 ee1dd74d Heimen Stoffels chore(colors): Create Geeko-Dark (#226)
+ 2019-02-22 09531b04 Gustavo Reis Fixed misspellings and fuzzy translations in Dutch, French, Italian, Portuguese and Spanish (#223)
+ 2019-02-22 f8d5c7cd Gustavo Reis Added new translations
+ 2019-02-22 5850af04 Gustavo Reis fix(plugins: icons: suru): add mimetypes to gradients' replacement
+ 2019-02-21 0ca54729 actionless feat(plugins: icons: SuruPlus): update to the new theme and add support for optional gradients
+ 2019-02-10 98db8ffa Vlada Makhonina WoopWoop: add new palette
+ 2019-02-09 c01596ed nana-4 icon: update app icon
+ 2019-02-03 1daae2d4 actionless feat(plugins: icons: suru): add support for overriding destination dir
+ 2019-02-03 ca9eb98f actionless fix(export_common: dialog with options): save entry value on change
+ 2019-02-02 8379b8bb actionless refactor(theme_model, theme_options_list): allow different plugins having different display names/fallback values for the same the keys
+ 2019-01-30 c1dbaab3 Sergei Eremenko Added plugin for Suru++ icon theme (#209)
diff --git a/PKGBUILD b/PKGBUILD
index 69d404f26917..bdf38bc276ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.11.r16.g1daae2d4
+pkgver=1.12
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
@@ -64,7 +64,7 @@ depends=(
'python-pystache' # base16_format
'python-yaml' # base16_format
- 'resvg-git' # materia, arc
+ 'resvg' # materia, arc
##or
#'inkscape' # materia, arc
)