summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbraham Murciano2021-10-20 01:23:49 +0300
committerAbraham Murciano2021-10-20 01:23:49 +0300
commitac76fd4976370da63b8b0c7874eb315378c1017f (patch)
tree8f0016330e808f0bf83d9d7ff641233c8d59ff70
downloadaur-ac76fd4976370da63b8b0c7874eb315378c1017f.tar.gz
initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD23
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3e6c02faabe1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = plasma-splash-witcher-git
+ pkgdesc = A Witcher splash screen for KDE Plasma.
+ pkgver = 1
+ pkgrel = 1
+ url = https://github.com/abrahammurciano/plasma-splash-witcher
+ arch = any
+ license = GPL
+ makedepends = git
+ depends = plasma-desktop
+ source = git://github.com/abrahammurciano/plasma-splash-witcher.git
+ sha256sums = SKIP
+
+pkgname = plasma-splash-witcher-git
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b03c8d38c86c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Abraham Murciano <abrahammurciano[at]gmail[dot]com>
+
+_theme="Witcher"
+_pkgname="plasma-splash-witcher"
+pkgname="$_pkgname-git"
+_gitname=$_pkgname
+pkgver=1
+pkgrel=1
+pkgdesc="A Witcher splash screen for KDE Plasma."
+arch=("any")
+url="https://github.com/abrahammurciano/$_gitname"
+license=("GPL")
+depends=("plasma-desktop")
+makedepends=("git")
+source=("git://github.com/abrahammurciano/$_gitname.git")
+sha256sums=("SKIP")
+
+
+package() {
+ cd "$_gitname"
+ mkdir -p "${pkgdir}/usr/share/plasma/look-and-feel/"
+ cp -dr --no-preserve=ownership "$_theme" "${pkgdir}/usr/share/plasma/look-and-feel/"
+} \ No newline at end of file