summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-02 08:58:46 -0600
committerMark Wagie2021-04-02 08:58:46 -0600
commit97b9d7e93178478d3e72019752c78be4e66dddef (patch)
tree8872e562abb7f7a14d074ccb75dadac242f65643
parent7972769afbbea0d13c84c2dcc50274dc1efa4e30 (diff)
downloadaur-97b9d7e93178478d3e72019752c78be4e66dddef.tar.gz
update optional dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
-rw-r--r--fluent-gtk-theme.install2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07d2758853d2..56391c1451bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluent-gtk-theme-git
pkgdesc = Fluent design gtk theme for linux desktops
- pkgver = 2021.02.10.r4.g531cff9
+ pkgver = 2021.02.10.r13.gbb4ec04
pkgrel = 1
url = https://www.pling.com/p/1477941
install = fluent-gtk-theme.install
@@ -11,6 +11,7 @@ pkgbase = fluent-gtk-theme-git
depends = gtk3
depends = gnome-themes-extra
optdepends = fluent-icon-theme: Matching icon theme
+ optdepends = fluent-cursor-theme: Matching cursor theme
provides = fluent-gtk-theme
conflicts = fluent-gtk-theme
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 263191560c14..bb1b1ecf693d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=fluent-gtk-theme-git
-pkgver=2021.02.10.r4.g531cff9
+pkgver=2021.02.10.r13.gbb4ec04
pkgrel=1
pkgdesc="Fluent design gtk theme for linux desktops"
arch=('any')
@@ -8,7 +8,8 @@ url="https://www.pling.com/p/1477941"
license=('GP3')
depends=('gtk-engine-murrine' 'gtk3' 'gnome-themes-extra')
makedepends=('git')
-optdepends=('fluent-icon-theme: Matching icon theme')
+optdepends=('fluent-icon-theme: Matching icon theme'
+ 'fluent-cursor-theme: Matching cursor theme')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
options=('!strip')
diff --git a/fluent-gtk-theme.install b/fluent-gtk-theme.install
index 5acf6b095952..be9f4c48c199 100644
--- a/fluent-gtk-theme.install
+++ b/fluent-gtk-theme.install
@@ -5,7 +5,7 @@ post_install() {
echo ""
echo "Fix for Dash to panel:"
echo "cd /usr/share/doc/fluent-gtk-theme/gnome-shell/extensions/dash-to-panel"
- echo "sudo./install.sh "
+ echo "sudo ./install.sh "
echo ""
echo "Restore original styesheet.css before updating Dash to panel:"
echo "cd /usr/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com"