summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmile Pesik2015-07-08 14:17:10 +0100
committerEmile Pesik2015-07-08 14:17:10 +0100
commit45f883574e082397a1f69edac46b2230ccd935cf (patch)
treef140ffccb3468e4780b09a575180e93274befba0
downloadaur-45f883574e082397a1f69edac46b2230ccd935cf.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8e417e9be962
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = yakuake-skin-steampunk
+ pkgdesc = SteampunK Yakuake skin. This item is a part of Steam-Powered Linux KDE theme set.
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://kde-look.org/content/show.php?content=158529
+ arch = i686
+ arch = x86_64
+ license = CCPL:by-sa
+ depends = yakuake
+ source = http://kde-look.org/CONTENT/content-files/158529-SteampunK.tar.gz
+ md5sums = 208ac5480f61316d63008e06c9053f62
+
+pkgname = yakuake-skin-steampunk
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..dbcfe29aed23
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Emile Pesik <emile [at] aerion [dot] co [dot] uk>
+
+pkgname=yakuake-skin-steampunk
+pkgver=1.0
+pkgrel=1
+pkgdesc="SteampunK Yakuake skin. This item is a part of Steam-Powered Linux KDE theme set."
+arch=('i686' 'x86_64')
+url="http://kde-look.org/content/show.php?content=158529"
+license=('CCPL:by-sa')
+depends=('yakuake')
+source=(http://kde-look.org/CONTENT/content-files/158529-SteampunK.tar.gz)
+md5sums=('208ac5480f61316d63008e06c9053f62')
+
+package() {
+
+ mkdir -p ${pkgdir}/usr/share/apps/yakuake/skins/
+ cp -r ${srcdir}/SteampunK ${pkgdir}/usr/share/apps/yakuake/skins/
+
+}
+