summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLopo2015-06-17 20:08:08 +0200
committerLopo2015-06-17 20:08:08 +0200
commit1208ee7d6f014466c6dca7228090ddb966aa8e54 (patch)
tree85274f5b1ab081e8db82ff8353cd7f991d48a0dc
downloadaur-1208ee7d6f014466c6dca7228090ddb966aa8e54.tar.gz
Initial import
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0bdd0edd7978
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = kdm-theme-matrix-welcome
+ pkgdesc = A nice KDM matrix theme
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://kde-look.org/content/show.php/matrix-welcome?content=159135
+ arch = any
+ license = GPL
+ options = !strip
+ source = http://fc02.deviantart.net/fs70/f/2013/165/f/e/matrixkdm_tar_by_rhklinux-d68yr02.gz
+ sha512sums = 35db8914e73d2b4a0b7af782cc7989763845d687f65410475db9862f392c2d83211a6d18a5b836be9b785baa316b7e76d62dceea7fc3be66a05a6f7fef307517
+
+pkgname = kdm-theme-matrix-welcome
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bba8892f3777
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Contributor Pavol Hluchy (Lopo) <lopo@losys.eu>
+
+pkgname=kdm-theme-matrix-welcome
+pkgver=1.0
+pkgrel=1
+pkgdesc='A nice KDM matrix theme'
+arch=(any)
+url='http://kde-look.org/content/show.php/matrix-welcome?content=159135'
+license=('GPL')
+sha512sums=('35db8914e73d2b4a0b7af782cc7989763845d687f65410475db9862f392c2d83211a6d18a5b836be9b785baa316b7e76d62dceea7fc3be66a05a6f7fef307517')
+source=('http://fc02.deviantart.net/fs70/f/2013/165/f/e/matrixkdm_tar_by_rhklinux-d68yr02.gz')
+options=(!strip)
+
+build()
+{
+ mkdir -p ${pkgdir}/usr/share/apps/kdm/themes
+ rm -f ${srcdir}/matrix/.directory
+ mv "${srcdir}/matrix" ${pkgdir}/usr/share/apps/kdm/themes
+}
+