summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-03-11 19:36:26 +0100
committermdomlop2019-03-11 19:36:26 +0100
commitb783143c7ab857908e4c03be03fd24a6c7a7342a (patch)
treefd87a2da338d5499c6be8331b6c706b4f0bdff34
parent6000c46e86c54e9463841073783ce6d2d65d17ef (diff)
downloadaur-b783143c7ab857908e4c03be03fd24a6c7a7342a.tar.gz
Fixing optdepends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 175798ac381f..e7acc9c4694e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,13 +6,10 @@ pkgbase = retrosmart-aurorae-themes
changelog = ChangeLog
arch = any
license = GPL3
+ optdepends = xcursor-retrosmart: The corresponding X11 cursor theme
+ optdepends = retrosmart-icon-theme: The corresponding icon theme
optdepends = retrosmart-kvantum-theme: The corresponding theme for Kvantum
optdepends = retrosmart-qtcurve-theme: The corresponding theme for QtCurve
- optdepends = retrosmart-gtk-themes: The corresponding GTK themes
- optdepends = retrosmart-openbox-themes: The corresponding Openbox themes
- optdepends = retrosmart-wallpapers: The corresponding backgrounds project
- optdepends = retrosmart-x11-cursors: The corresponding X11 cursor theme
- optdepends = retrosmart-xfwm4-themes: The corresponding XFwm4 themes
source = retrosmart-aurorae-themes-1.1a.tar.gz::https://github.com/mdomlop/retrosmart-aurorae-themes/archive/1.1a.tar.gz
md5sums = 3076e697e96b386385c8177530e8340e
diff --git a/PKGBUILD b/PKGBUILD
index 4bc8ea3f1f53..7dc0e33ec6de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,10 @@ url=https://github.com/mdomlop/$pkgname
source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
md5sums=('3076e697e96b386385c8177530e8340e')
license=('GPL3')
-optdepends=('retrosmart-kvantum-theme: The corresponding theme for Kvantum'
- 'retrosmart-qtcurve-theme: The corresponding theme for QtCurve'
- 'retrosmart-gtk-themes: The corresponding GTK themes'
- 'retrosmart-openbox-themes: The corresponding Openbox themes'
- 'retrosmart-wallpapers: The corresponding backgrounds project'
- 'retrosmart-x11-cursors: The corresponding X11 cursor theme'
- 'retrosmart-xfwm4-themes: The corresponding XFwm4 themes')
+optdepends=('xcursor-retrosmart: The corresponding X11 cursor theme'
+ 'retrosmart-icon-theme: The corresponding icon theme'
+ 'retrosmart-kvantum-theme: The corresponding theme for Kvantum'
+ 'retrosmart-qtcurve-theme: The corresponding theme for QtCurve')
arch=('any')
group=('retrosmart')
changelog=ChangeLog