summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-10-31 02:57:54 +0100
committeractionless2022-10-31 02:57:54 +0100
commitb0c6206040b020e44ee6ed1c1bcaccae4bb5a2d3 (patch)
treefec29a6edfc16c2f03af3a476a123694014d9fbb
parentbd691f15fd17bf6fc2c0a8340e37918ec9a0d18d (diff)
downloadaur-b0c6206040b020e44ee6ed1c1bcaccae4bb5a2d3.tar.gz
add new optional deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56aa6a935fb..7248b21600b9 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.15
+ pkgver = 1.15.r20.g2ce1b7cf
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
@@ -21,6 +21,8 @@ pkgbase = themix-gui-git
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 = oomox-qt5-styleplugin-git: Qt5 style plugin
+ optdepends = oomox-qt6-styleplugin-git: Qt6 style plugin
optdepends = xorg-xrdb: for the `xresources` theme
provides = themix-gui
conflicts = themix-gui
diff --git a/PKGBUILD b/PKGBUILD
index fa56a9164d7d..0643e4f506a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=themix-gui-git
-pkgver=1.15
+pkgver=1.15.r20.g2ce1b7cf
pkgrel=1
pkgdesc="Plugin-based theme designer GUI for
environments (like GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
@@ -40,6 +40,9 @@ optdepends=(
'themix-icons-suru-plus: Icons Style plugin'
'themix-icons-suru-plus-aspromauros: Icons Style plugin'
+ 'oomox-qt5-styleplugin-git: Qt5 style plugin'
+ 'oomox-qt6-styleplugin-git: Qt6 style plugin'
+
'xorg-xrdb: for the `xresources` theme'
)
provides=('themix-gui')