summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8c3fc2fe1f68
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = kde-ksplash-themes-midna
+ pkgdesc = Midna KSplash-Theme, based on litho flowers for KaOS.
+ pkgver = 2.0.0
+ pkgrel = 1
+ url = http://kaosx.us
+ arch = i686
+ arch = x86_64
+ groups = kde
+ groups = kdeartwork
+ license = GPL
+ source = http://kaosx.us/repo/apps/kde-ksplash-themes-midna-2.0.0-1-x86_64.pkg.tar.xz
+ md5sums = 296fff476bdd008808c43bae97fe44a3
+
+pkgname = kde-ksplash-themes-midna
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..effdf172636d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+
+# Maintainer: xphnx <xphnx@riseup.net>
+
+pkgname=kde-ksplash-themes-midna
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Midna KSplash-Theme, based on litho flowers for KaOS."
+arch=('i686' 'x86_64')
+url="http://kaosx.us"
+license=('GPL')
+groups=('kde' 'kdeartwork')
+#depends=('')
+#conflicts=('')
+source=('http://kaosx.us/repo/apps/kde-ksplash-themes-midna-2.0.0-1-x86_64.pkg.tar.xz')
+md5sums=('296fff476bdd008808c43bae97fe44a3')
+
+package() {
+ cd $srcdir
+ mkdir -p $pkgdir/usr/share/apps/ksplash/Themes/midna
+ cp -R ./usr/share/apps/ksplash/Themes/midna $pkgdir/usr/share/apps/ksplash/Themes
+ # fix file rights
+ chmod 755 -R $pkgdir/usr/share/apps/ksplash/Themes/midna
+}