summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2016-07-26 23:26:09 -0400
committerPablo Lezaeta Reyes2016-07-26 23:26:09 -0400
commit8d95f9f9121502a2de79a70b5cee4d1b108096af (patch)
tree82c3a44f7c334ac742ac8cbe7a226b2ae23b1ab9
parentff3df4a28fdb6ac06fc1139d3a9bd91d4534917c (diff)
downloadaur-8d95f9f9121502a2de79a70b5cee4d1b108096af.tar.gz
move readme
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bbee6d3dde3..dc0de622a465 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 18 19:10:29 UTC 2016
+# Wed Jul 27 03:25:45 UTC 2016
pkgbase = xfce-theme-greybird-git
pkgdesc = Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity
- pkgver = 3.18.0.r651
- pkgrel = 1
+ pkgver = 3.18.0.r653
+ pkgrel = 2
url = https://github.com/shimmerproject/Greybird
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fbdf345d5da9..09b180d96fbe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=xfce-theme-greybird-git
-pkgver=3.18.0.r651
-pkgrel=1
+pkgver=3.18.0.r653
+pkgrel=2
pkgdesc="Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity"
arch=('any')
url="https://github.com/shimmerproject/Greybird"
@@ -48,6 +48,10 @@ package() {
# clean up
rm -rf {.git,.gitignore,Greybird.emerald,LICENSE.{CC,GPL},README,xfwm4_compact,xfce4_ally,xfce-notify-4.0_bright}
+ # install README into docdir
+ install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/"
+
# install theme
- cp -r . "$pkgdir/usr/share/themes/Greybird/"
+ cp -r . "${pkgdir}/usr/share/themes/Greybird/"
+ cp "${pkgdir}/usr/share/themes/Greybird/gtk-3.0/README" "${pkgdir}/usr/share/doc/${pkgname}/"
}