summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkillhellokitty2015-06-12 08:58:37 -0500
committerkillhellokitty2015-06-12 08:58:37 -0500
commitbf62c3a966f66703d07e9d84a66d22b9bf7aea10 (patch)
tree11336045df4741fc43ef4b7fc212fbfc7b651a7f /PKGBUILD
parenta50499f7bc46a738f36a377ec6305e8f607adebe (diff)
downloadaur-dorian-flat.tar.gz
Update 05
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35cd96cfbec7..b93005d6cb8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Maintainer: killhellokitty <killhellokitty.deviantart.com>
pkgname=dorian-flat
-pkgver=3.16_04_06102015
+pkgver=3.16_05_06122015
pkgrel=1
-pkgdesc="A dark flat theme. For Gnome 3.16,openbox, xfwm4, Gnome-Shell, Cinnamon, MATE, Firefox, & Chromium "
+pkgdesc="A dark flat theme. For Gnome 3.16,openbox, xfwm4, xfdashboard, Gnome-Shell, Cinnamon, MATE, Firefox, & Chromium "
arch=('any')
url="http://fav.me/d8w4ms7"
license=('GPLv3')
depends=('gtk-engines' 'gnome-themes-standard>=3.16' 'gtk-engine-murrine>=0.98.2')
-source=("https://dl.dropboxusercontent.com/u/330352/dorian-flat-3.16-04_06102015.zip")
+source=("https://dl.dropboxusercontent.com/u/330352/dorian-flat-3.16-05_06122015.zip")
#install=$pkgname.install
#replaces=('delorean-dark-themes-3.8')
#conflicts=('delorean-dark-theme-3.8')
-md5sums=('368e5e8f5e2e4d4a0d2313a9957c3ece')
+md5sums=('3c68e4aabab76c63dc473595954ebfec')
package() {
@@ -26,7 +26,9 @@ package() {
find Dorian-Flat-3.16/ -type f \
-exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
find Dorian-Flat-Root-3.16/ -type f \
--exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
+-exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
+find xfdashboard-dorian-flat/ -type f \
+-exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
}
# vim:set ts=2 sw=2 et: