summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:44:20 +0200
committerM0Rf302015-06-17 15:44:20 +0200
commitb35981c0b8726b2c6bb68ef80b9cb75e2dd0a2cf (patch)
treefec1ac6f5798bf31fb60b6daf1b898e415521c9c
downloadaur-kde-kdm-themes-midna.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD22
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..313add08c667
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = kde-kdm-themes-midna
+ pkgdesc = KaOS grey KDM-Theme.
+ pkgver = 2.0
+ pkgrel = 2
+ url = http://kaosx.us
+ arch = i686
+ arch = x86_64
+ groups = kde
+ groups = kdeartwork
+ license = GPL
+ depends = kdebase-workspace
+ source = http://kaosx.us/repo/apps/kde-kdm-themes-midna-2.0-1-x86_64.pkg.tar.xz
+ md5sums = 0f3d89b4559d22734a93d5ae69f77eda
+
+pkgname = kde-kdm-themes-midna
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7a221a861802
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: M0Rf30
+
+pkgname=kde-kdm-themes-midna
+pkgver=2.0
+pkgrel=2
+pkgdesc="KaOS grey KDM-Theme."
+arch=('i686' 'x86_64')
+url="http://kaosx.us"
+license=('GPL')
+groups=('kde' 'kdeartwork')
+depends=('kdebase-workspace')
+#conflicts=('')
+source=("http://kaosx.us/repo/apps/$pkgname-$pkgver-1-x86_64.pkg.tar.xz")
+md5sums=('0f3d89b4559d22734a93d5ae69f77eda')
+
+package() {
+ cd $srcdir
+ mkdir -p $pkgdir/usr/share/apps/kdm/themes/midna
+ cp -R ./usr/share/apps/kdm/themes/midna $pkgdir/usr/share/apps/kdm/themes
+ # fix file rights
+ chmod 755 -R $pkgdir/usr/share/apps/kdm/themes/midna
+}