summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG15
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddad58b5f371..d241856efac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = themix-import-images-git
pkgdesc = Import plugin for Themix GUI designer to get color palettes from the images
- pkgver = 1.15
+ pkgver = 1.15.1
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
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 355d9e9d6e0c..fcba9fdd74e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=themix-import-images
pkgname="${_pkgname}-git"
-pkgver=1.15
+pkgver=1.15.1
pkgrel=1
pkgdesc="Import plugin for Themix GUI designer to get color palettes from the images"
arch=('x86_64' 'i686')
@@ -39,7 +39,7 @@ pkgver() {
package() {
_oomox_dir=/opt/oomox
- _plugin_name=import_pil
+ _plugin_name=import_from_image
cd "${srcdir}/oomox"
make DESTDIR="${pkgdir}" APPDIR="${_oomox_dir}" PREFIX="/usr" install_import_images