summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Lamskoy2015-06-09 13:52:13 +0300
committerEugene Lamskoy2015-06-09 13:52:13 +0300
commita7810e6ae3cff5453dbe089dab107dc4e9efde0e (patch)
treefc3241c6f9f80ee346ff8ff745b6607d2e9cec4f /PKGBUILD
downloadaur-xfce4-theme-plastic.tar.gz
initial version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9094f36d0054
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+pkgname=xfce4-theme-plastic
+pkgver=0.91
+pkgrel=1
+pkgdesc="Plastic theme for Xfwm4, derived to kwin"
+arch=('any')
+url="http://xfce-look.org/content/show.php/PlasticXFWM4?content=76315"
+license=("Artistic 2.0")
+groups=()
+depends=()
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=(!strip)
+install=
+source=('http://xfce-look.org/CONTENT/content-files/76315-Plastic.tar.gz')
+noextract=()
+
+package() {
+ mkdir -p "$pkgdir/usr/share/themes"
+ cp -R $srcdir/Plastic $pkgdir/usr/share/themes
+}
+md5sums=('2c205520d449f46642702813a266b060')