summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Bero2016-01-18 20:13:39 -0600
committerChristopher Bero2016-01-18 20:13:39 -0600
commit943c3a7faa19c9442ae70bdeb2fd63a445bb08dd (patch)
tree99a71966d8b86f0de3235f35f6061a9b8a77b964
parent882eeaf5c64431d35d5a5bc86b5c4db9b7bd2674 (diff)
downloadaur-943c3a7faa19c9442ae70bdeb2fd63a445bb08dd.tar.gz
moved dependancy icons to optdepends
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD20
2 files changed, 21 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9633acd4661..fc3f27dc9982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 00:19:35 UTC 2016
+# Tue Jan 19 02:13:24 UTC 2016
pkgbase = victory-icon-theme
pkgdesc = An icon project by Darin
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.reddit.com/r/linux/comments/41jbjc/an_icon_theme_im_working_on_anyone_willing_to/
arch = any
license = GPL3
- depends = bash
- depends = lxde-icon-theme
- depends = tango-icon-theme
- depends = gnome-icon-theme
- depends = hicolor-icon-theme
- depends = fvwm-crystal
- depends = elementary-xfce-icons
- depends = elementary-icon-theme
- depends = humanity-icon-theme
+ makedepends = bash
+ optdepends = lxde-icon-theme: fallback icons
+ optdepends = tango-icon-theme: fallback icons
+ optdepends = gnome-icon-theme: fallback icons
+ optdepends = hicolor-icon-theme: fallback icons
+ optdepends = fvwm-crystal: fallback icons
+ optdepends = elementary-xfce-icons: fallback icons
+ optdepends = elementary-icon-theme: fallback icons
+ optdepends = humanity-icon-theme: fallback icons
source = https://drive.google.com/uc?export=download&id=0B4tmeufpN98QeUdab01IRzVaQkU
md5sums = 229600b74a43cabd3a395bfa8f6b3697
diff --git a/PKGBUILD b/PKGBUILD
index fa73f2466a45..9a4d0cacd0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,20 +8,20 @@
pkgname=victory-icon-theme
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="An icon project by Darin"
arch=('any')
url="https://www.reddit.com/r/linux/comments/41jbjc/an_icon_theme_im_working_on_anyone_willing_to/"
license=('GPL3')
-depends=('bash'
- 'lxde-icon-theme'
- 'tango-icon-theme'
- 'gnome-icon-theme'
- 'hicolor-icon-theme'
- 'fvwm-crystal'
- 'elementary-xfce-icons'
- 'elementary-icon-theme'
- 'humanity-icon-theme')
+makedepends=('bash')
+optdepends=('lxde-icon-theme: fallback icons'
+ 'tango-icon-theme: fallback icons'
+ 'gnome-icon-theme: fallback icons'
+ 'hicolor-icon-theme: fallback icons'
+ 'fvwm-crystal: fallback icons'
+ 'elementary-xfce-icons: fallback icons'
+ 'elementary-icon-theme: fallback icons'
+ 'humanity-icon-theme: fallback icons')
source=("https://drive.google.com/uc?export=download&id=0B4tmeufpN98QeUdab01IRzVaQkU")
md5sums=('229600b74a43cabd3a395bfa8f6b3697')