summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-16 04:09:25 +0100
committeractionless2020-03-16 04:09:25 +0100
commitf68a12b87a81500128d052e7256b9d82464ee614 (patch)
treedbf69599540f9077d7db9f308432e3f6783a671b
parent26138f4bf9ba3f2d710247a82f00ed474bdd4747 (diff)
downloadaur-f68a12b87a81500128d052e7256b9d82464ee614.tar.gz
add optional deps for gnome-colors icons
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae81f9b5a9a0..e8892a1e2e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = themix-gui-git
pkgdesc = Plugin-based theme designer GUI for environments (like GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), icons, and terminal palettes.
- pkgver = 1.12.6.r6.g264a6533
- pkgrel = 1
+ pkgver = 1.12.6.r7.g7bd6e2fd
+ pkgrel = 2
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
@@ -9,8 +9,9 @@ pkgbase = themix-gui-git
makedepends = git
depends = gtk3
depends = python-gobject
- optdepends = xorg-xrdb: for the `xresources` theme
+ optdepends = themix-icons-gnome-colors: Icons Style plugin
optdepends = themix-theme-oomox: Theme Style plugin
+ optdepends = xorg-xrdb: for the `xresources` theme
provides = themix-gui
conflicts = themix-gui
source = git+https://github.com/themix-project/oomox.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 12ca309f043f..ff02147e8e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=themix-gui-git
pkgver=1.12.6.r7.g7bd6e2fd
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin-based theme designer GUI for
environments (like GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
icons, and terminal palettes."
@@ -22,8 +22,9 @@ makedepends=(
'git'
)
optdepends=(
- 'xorg-xrdb: for the `xresources` theme'
+ 'themix-icons-gnome-colors: Icons Style plugin'
'themix-theme-oomox: Theme Style plugin'
+ 'xorg-xrdb: for the `xresources` theme'
)
provides=('themix-gui')
conflicts=('themix-gui')