summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2f4a4319b675
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = klassik-plasma-theme
+ pkgdesc = A plasma theme for the KDE3 nostalgics, similar to KDE3's default style.
+ pkgver = 0.2
+ pkgrel = 2
+ url = http://kde-look.org/content/show.php/Klassik?content=117677
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = kdelibs
+ depends = kdebase-workspace
+ source = http://kde-look.org/CONTENT/content-files/117677-klassik.tar.gz
+ md5sums = 8ae550b0ceddfa02a45bd3d142e56e08
+
+pkgname = klassik-plasma-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7329f732028d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Emile Pesik <ristridin [at] gmail [dot] com>
+# Contributor: Gtklocker <karanti.linux [at] googlemail.com>
+
+pkgname=klassik-plasma-theme
+pkgver=0.2
+pkgrel=2
+pkgdesc="A plasma theme for the KDE3 nostalgics, similar to KDE3's default style."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://kde-look.org/content/show.php/Klassik?content=117677"
+depends=('kdelibs' 'kdebase-workspace')
+source=(http://kde-look.org/CONTENT/content-files/117677-klassik.tar.gz)
+md5sums=('8ae550b0ceddfa02a45bd3d142e56e08')
+
+package() {
+ cd $srcdir/klassik
+ find . -type d -exec install -d {,${pkgdir}/usr/share/apps/desktoptheme/klassik/}{} \;
+ find . -type f -exec install -D -m 644 {,${pkgdir}/usr/share/apps/desktoptheme/klassik/}{} \;
+ }