summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-03-11 19:53:43 +0100
committermdomlop2019-03-11 19:53:43 +0100
commit979f571491d16f99a4ca353fa84696c15de4d45c (patch)
tree34a6d55bb8231a381a7e3f7e84a302a4d5ba148f
parent11d467ff68a459da630b5e32ad4cd074dafc3639 (diff)
downloadaur-retrosmart-qtcurve-theme.tar.gz
Fixing optdepends.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d1fbe346acc..fbe367bc4f6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,15 +9,13 @@ pkgbase = retrosmart-qtcurve-theme
optdepends = qtcurve-qt5: Qt5
optdepends = qtcurve-kde: Qt5 (with KDE integration)
optdepends = qtcurve-gtk2: Gtk2
+ optdepends = xcursor-retrosmart: The corresponding X11 cursor theme
optdepends = retrosmart-aurorae-themes: The corresponding Aurorae themes
- optdepends = retrosmart-icon-theme: The corresponding icon theme
- 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
optdepends = retrosmart-kvantum-theme: The corresponding theme for Kvantum
- source = https://github.com/mdomlop/retrosmart-qtcurve-theme/archive/1.0b.tar.gz
+ optdepends = retrosmart-icon-theme: The corresponding icon theme
+ optdepends = retrosmart-xfwm4-themes: The corresponding themes for XFwm4
+ optdepends = retrosmart-openbox-themes: The corresponding themes for Openbox
+ source = retrosmart-qtcurve-theme-1.0b.tar.gz::https://github.com/mdomlop/retrosmart-qtcurve-theme/archive/1.0b.tar.gz
md5sums = eb12d5eaa4707ddb08ce3b40f2c9458e
pkgname = retrosmart-qtcurve-theme
diff --git a/PKGBUILD b/PKGBUILD
index 15343f54bdce..3175021d2022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="Retrosmart theme for QtCurve."
url="https://github.com/mdomlop/$pkgname.git"
-source=("https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
md5sums=('eb12d5eaa4707ddb08ce3b40f2c9458e')
license=('GPL3')
@@ -19,15 +19,13 @@ optdepends=('qtcurve-qt4: Qt4'
'qtcurve-qt5: Qt5'
'qtcurve-kde: Qt5 (with KDE integration)'
'qtcurve-gtk2: Gtk2'
+ 'xcursor-retrosmart: The corresponding X11 cursor theme'
'retrosmart-aurorae-themes: The corresponding Aurorae themes'
+ 'retrosmart-kvantum-theme: The corresponding theme for Kvantum'
'retrosmart-icon-theme: The corresponding icon theme'
- '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'
- 'retrosmart-kvantum-theme: The corresponding theme for Kvantum')
-
+ 'retrosmart-xfwm4-themes: The corresponding themes for XFwm4'
+ 'retrosmart-openbox-themes: The corresponding themes for Openbox')
+
arch=('any')
group=('retrosmart')