summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Lamskoy2015-06-09 13:52:13 +0300
committerEugene Lamskoy2015-06-09 13:52:13 +0300
commita7810e6ae3cff5453dbe089dab107dc4e9efde0e (patch)
treefc3241c6f9f80ee346ff8ff745b6607d2e9cec4f
downloadaur-xfce4-theme-plastic.tar.gz
initial version
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD25
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8906a67437be
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xfce4-theme-plastic
+ pkgdesc = Plastic theme for Xfwm4, derived to kwin
+ pkgver = 0.91
+ pkgrel = 1
+ url = http://xfce-look.org/content/show.php/PlasticXFWM4?content=76315
+ arch = any
+ license = Artistic 2.0
+ options = !strip
+ source = http://xfce-look.org/CONTENT/content-files/76315-Plastic.tar.gz
+ md5sums = 2c205520d449f46642702813a266b060
+
+pkgname = xfce4-theme-plastic
+
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')