summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2016-07-26 23:29:08 -0400
committerPablo Lezaeta Reyes2016-07-26 23:29:08 -0400
commitde1e4bc0b2df222433f8804a10064aa1c4ef8e73 (patch)
tree1569987e7155eda724d6a10c68393f585a8e1bfe
parent8d95f9f9121502a2de79a70b5cee4d1b108096af (diff)
downloadaur-de1e4bc0b2df222433f8804a10064aa1c4ef8e73.tar.gz
remove Gemfile since the gem usage for install is still experimental, lets wait to the next release to try use it
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0de622a465..f66a58225587 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 03:25:45 UTC 2016
+# Wed Jul 27 03:28:19 UTC 2016
pkgbase = xfce-theme-greybird-git
pkgdesc = Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity
pkgver = 3.18.0.r653
diff --git a/PKGBUILD b/PKGBUILD
index 09b180d96fbe..51f14b6c6955 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,5 +53,6 @@ package() {
# install theme
cp -r . "${pkgdir}/usr/share/themes/Greybird/"
- cp "${pkgdir}/usr/share/themes/Greybird/gtk-3.0/README" "${pkgdir}/usr/share/doc/${pkgname}/"
+ mv "${pkgdir}/usr/share/themes/Greybird/gtk-3.0/README" "${pkgdir}/usr/share/doc/${pkgname}/"
+ rm "${pkgdir}/usr/share/themes/Greybird/gtk-3.0/Gemfile"
}