summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordieghen892015-06-19 15:56:46 -0700
committerdieghen892015-06-19 15:56:46 -0700
commit271e6af530d640c5fa009e65b8adfa21b1656760 (patch)
treee5451aa32e33fb33f9b4f1c33e64fde2bb5bb90e
downloadaur-271e6af530d640c5fa009e65b8adfa21b1656760.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..065620021d34
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = yakuake-skin-ethais
+ pkgdesc = An oxygen-style theme for Yakuake
+ pkgver = 0.2
+ pkgrel = 1
+ url = http://kde-look.org/content/show.php/Yakuake+Ethais+KDE4?content=129282
+ arch = i686
+ arch = x86_64
+ license = LGPL
+ depends = yakuake
+ source = http://kde-look.org/CONTENT/content-files/129282-ethais.tar.gz
+ md5sums = e7b11e1885cac7ce33a1a9d60f974fd0
+
+pkgname = yakuake-skin-ethais
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b3216cf92076
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Contributor: dieghen89 <dieghen89 at gmail dot com>
+pkgname=yakuake-skin-ethais
+pkgver=0.2
+pkgrel=1
+pkgdesc="An oxygen-style theme for Yakuake"
+arch=('i686' 'x86_64')
+url="http://kde-look.org/content/show.php/Yakuake+Ethais+KDE4?content=129282"
+license=('LGPL')
+depends=('yakuake')
+source=(http://kde-look.org/CONTENT/content-files/129282-ethais.tar.gz)
+md5sums=('e7b11e1885cac7ce33a1a9d60f974fd0')
+
+package() {
+mkdir -p ${pkgdir}/usr/share/apps/yakuake/skins/
+cp -r ${srcdir}/ethais ${pkgdir}/usr/share/apps/yakuake/skins/
+}