summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-17 20:25:42 +0100
committeractionless2020-03-17 20:25:42 +0100
commitbbb53fbaa5924f628b6878a651ddbd47a1765994 (patch)
tree1b1fc6dd18101001a04cce901bd35e641341596c
parenta17ec6bfc8fa4102be21d0fbc8c45beb8c3cc1bd (diff)
downloadaur-bbb53fbaa5924f628b6878a651ddbd47a1765994.tar.gz
add more optional deps
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 23 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958499cfbe70..dc696d67f37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.r17.gc9fc5258
+ pkgver = 1.12.6.r27.gb733941d
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
@@ -9,12 +9,18 @@ pkgbase = themix-gui-git
makedepends = git
depends = gtk3
depends = python-gobject
- optdepends = themix-export-spotify: Apply theme to Spotify
- optdepends = themix-icons-gnome-colors: Icons Style plugin
optdepends = themix-import-images: Import palettes from images
+ optdepends = themix-export-spotify: Apply theme to Spotify
optdepends = themix-plugin-base16: Import and export from Base16 project format
+ optdepends = themix-theme-arc: Theme Style plugin
optdepends = themix-theme-materia: Theme Style plugin
optdepends = themix-theme-oomox: Theme Style plugin
+ optdepends = themix-icons-archdroid: Icons Style plugin
+ optdepends = themix-icons-gnome-colors: Icons Style plugin
+ optdepends = themix-icons-numix: Icons Style plugin
+ optdepends = themix-icons-papirus: Icons Style plugin
+ optdepends = themix-icons-suru-plus: Icons Style plugin
+ optdepends = themix-icons-suru-plus-aspromauros: Icons Style plugin
optdepends = xorg-xrdb: for the `xresources` theme
provides = themix-gui
conflicts = themix-gui
diff --git a/PKGBUILD b/PKGBUILD
index c844f319078f..489a3b5048e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=themix-gui-git
-pkgver=1.12.6.r17.gc9fc5258
+pkgver=1.12.6.r27.gb733941d
pkgrel=1
pkgdesc="Plugin-based theme designer GUI for
environments (like GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
@@ -22,12 +22,23 @@ makedepends=(
'git'
)
optdepends=(
- 'themix-export-spotify: Apply theme to Spotify'
- 'themix-icons-gnome-colors: Icons Style plugin'
'themix-import-images: Import palettes from images'
+
+ 'themix-export-spotify: Apply theme to Spotify'
+
'themix-plugin-base16: Import and export from Base16 project format'
+
+ 'themix-theme-arc: Theme Style plugin'
'themix-theme-materia: Theme Style plugin'
'themix-theme-oomox: Theme Style plugin'
+
+ 'themix-icons-archdroid: Icons Style plugin'
+ 'themix-icons-gnome-colors: Icons Style plugin'
+ 'themix-icons-numix: Icons Style plugin'
+ 'themix-icons-papirus: Icons Style plugin'
+ 'themix-icons-suru-plus: Icons Style plugin'
+ 'themix-icons-suru-plus-aspromauros: Icons Style plugin'
+
'xorg-xrdb: for the `xresources` theme'
)
provides=('themix-gui')