summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-12-22 23:31:11 +0100
committeractionless2018-12-22 23:31:11 +0100
commit3774d136db6ec46bf62e1306ee8772d9ad1d0ee5 (patch)
treeaf8b1b9d51ad88874002d78c877493cb1446e73d
parent40b127369a42c7286753955ac1146b2a8ff42e8d (diff)
downloadaur-3774d136db6ec46bf62e1306ee8772d9ad1d0ee5.tar.gz
update to 1.8.0
-rw-r--r--.SRCINFO7
-rw-r--r--CHANGELOG13
-rw-r--r--PKGBUILD14
3 files changed, 24 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d90e6f2690..f55fe6e48f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.2.3.r3.g2ef1ae45
- pkgrel = 2
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
@@ -25,8 +25,8 @@ pkgbase = oomox-git
depends = imagemagick
depends = parallel
depends = optipng
- depends = inkscape
depends = python-pillow
+ depends = resvg-git
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = breeze-icons: more fallback icons
optdepends = gksu: for applying Spotify theme from GUI without polkit
@@ -37,7 +37,6 @@ pkgbase = oomox-git
source = git+https://github.com/themix-project/oomox.git#branch=master
source = git+https://github.com/themix-project/oomox-gtk-theme.git#branch=master
source = git+https://github.com/nana-4/materia-theme.git#branch=master
- source = git+https://github.com/NicoHood/arc-theme.git#branch=master
source = git+https://github.com/themix-project/archdroid-icon-theme.git#branch=master
source = git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master
source = git+https://github.com/themix-project/oomoxify.git#branch=master
diff --git a/CHANGELOG b/CHANGELOG
index dc37914524bb..43369ffc89d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -865,3 +865,16 @@ Sun Dec 9 02:05:53 2018 +0100
2018-12-09 e164b762 actionless chore(packaging: ubuntu): add control file with deps for Ubuntu 18.10
2018-12-08 17d0f99f actionless chore(plugins: materia): update submodule (fix theme generation)
2018-12-07 8fe5141b poison.vm34 Move and rename color palette
+
+
+Sat Dec 22 23:27:26 2018 +0100
+-------------------------------------------------
+1.8.0 Release 1.8.0
+
+ Notable changes:
+ 2018-12-22 3941b405 actionless chore(packaging: arch): use resvg-git instead of inkscape
+ 2018-12-22 eb65b761 actionless fix(plugin_loader): exception formatting if exception args are not all strings
+ 2018-12-22 9fdc5012 actionless feat(main, preview): reduce extra paddings in UI
+ 2018-12-22 8b80fae4 actionless refactor(plugins: materia): rename TXT_BG to MATERIA_VIEW, BTN_BG to MATERIA_SURFACE, GNOME_SHELL_PANEL_OPACITY to MATERIA_PANEL_OPACITY (and migrate old values on runtime)
+ 2018-12-21 1af5ba70 actionless refactor: rename MENU_BG to HDR_BG and MENU_FG to HDR_FG (and migrate old values on runtime)
+ 2018-12-21 b4c3f955 actionless chore(plugins: oomox): update submodule (viewport fix again :))
diff --git a/PKGBUILD b/PKGBUILD
index ea4a0f6aaac7..dcebbfa35f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.7.2.3.r3.g2ef1ae45
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
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),
@@ -12,13 +12,12 @@ Have a hack for HiDPI in gtk2."
arch=('x86_64' 'i686')
url="https://github.com/themix-project/oomox"
license=('GPL3')
- #"git+https://github.com/actionless/materia-theme.git#branch=apply-roundness"
- #"git+https://github.com/actionless/arc-theme.git#branch=oomox"
+ #"git+https://github.com/NicoHood/arc-theme.git#branch=master"
source=(
"git+https://github.com/themix-project/oomox.git#branch=master"
"git+https://github.com/themix-project/oomox-gtk-theme.git#branch=master"
"git+https://github.com/nana-4/materia-theme.git#branch=master"
- "git+https://github.com/NicoHood/arc-theme.git#branch=master"
+ #"git+https://github.com/actionless/arc-theme.git#branch=resvg"
"git+https://github.com/themix-project/archdroid-icon-theme.git#branch=master"
"git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master"
"git+https://github.com/themix-project/oomoxify.git#branch=master"
@@ -57,8 +56,11 @@ depends=(
'imagemagick' # gnome-colors
'parallel' # materia, arc
'optipng' # materia, arc
- 'inkscape' # materia, arc
'python-pillow' # import_pil
+
+ 'resvg-git' # materia, arc
+ ##or
+ #'inkscape' # materia, arc
)
makedepends=(
'git'