summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-11-28 22:10:58 +0100
committeractionless2022-11-28 22:10:58 +0100
commit460d236bd1dddf0a8dd69a0952c81b33ab8dbfb6 (patch)
treed60906294ccf5fbd74bb6523b4526ec16491bcac
parentf224d3cbb131351cb3ab909c755aeb536af82120 (diff)
downloadaur-460d236bd1dddf0a8dd69a0952c81b33ab8dbfb6.tar.gz
update to 1.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG15
-rw-r--r--PKGBUILD6
3 files changed, 23 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d73e1460305d..180644b5294c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = themix-full-git
pkgdesc = Themix: GUI for generating different color variations of Oomox theme (GTK2 + HiDPI hack, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), icons (ArchDroid, Gnome-Colors, Numix, Papirus, Suru++), Base16 plugin (Alacritty, Emacs, GTK4, KDE, VIM and MANY more)
- pkgver = 1.15
- pkgrel = 2
+ pkgver = 1.15.1
+ pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
@@ -17,6 +17,8 @@ pkgbase = themix-full-git
depends = themix-icons-papirus-git
depends = themix-icons-suru-plus-git
depends = themix-icons-suru-plus-aspromauros-git
+ optdepends = oomox-qt5-styleplugin-git: Qt5 style plugin
+ optdepends = oomox-qt6-styleplugin-git: Qt6 style plugin
provides = themix-full
conflicts = themix-full
conflicts = oomox-git
diff --git a/CHANGELOG b/CHANGELOG
index baa8285d22f5..79f735011bec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1718,3 +1718,18 @@ Wed Oct 26 04:11:29 2022 +0200
2022-10-26 80e543fb actionless chore(plugins: icons_numix; packaging: arch): update submodule (sync with upstream and add --destdir option)
2022-10-26 100ebd43 actionless chore(plugins: icons_gnomecolors; packaging: arch): update submodule (release 5.5.6: add --destdir option)
2022-10-26 3b16b1ba actionless chore(plugins: icons_archdroid; packaging: arch): update submodule (release 1.0.3: add --destdir option)
+
+
+Mon Nov 28 22:10:29 2022 +0100
+-------------------------------------------------
+1.15.1 Release 1.15.1
+
+ !!! Last release with python 3.8 support !!!
+
+ Notable changes:
+ 2022-10-31 d64e3925 actionless feat(plugins: import: from image): make it work also in CLI
+
+ Submodule changes:
+ 2022-11-12 a78cc920 actionless chore(plugins: base16): update submodule (gtk4 and qt5/6 templates' fixes)
+ 2022-10-31 fff59d56 actionless chore(plugins: base16; packaging: arch): update submodule (release 1.5.1: expose CLI and sync mirror)
+ 2022-10-31 4fd157b7 actionless chore(plugins: base16; packaging: arch): update submodule (release 1.5: add oomox qt5/qt6 styleplugin)
diff --git a/PKGBUILD b/PKGBUILD
index 96f23a51f0ca..5be6be9f3cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=themix-full-git
-pkgver=1.15
-pkgrel=2
+pkgver=1.15.1
+pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Oomox theme (GTK2 + HiDPI hack, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
icons (ArchDroid, Gnome-Colors, Numix, Papirus, Suru++),
@@ -38,6 +38,8 @@ depends=(
makedepends=(
)
optdepends=(
+ 'oomox-qt5-styleplugin-git: Qt5 style plugin'
+ 'oomox-qt6-styleplugin-git: Qt6 style plugin'
)
provides=(
'themix-full'