summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
-rw-r--r--xkill-shortcut.desktop8
3 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8e32e0bd7f2b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xkill-shortcut
+ pkgdesc = Provides a shortcut to access xkill from the applications menu.
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://xorg.freedesktop.org/
+ arch = any
+ license = Custom
+ depends = xorg-xkill
+ source = xkill-shortcut.desktop
+ sha256sums = 593f82c90c0542eede854eb814a91f1b376f36f00368da6af35afa10839b83e2
+
+pkgname = xkill-shortcut
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c2ff734740e8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: M.Reynolds <blackboxnetworkproject@gmail.com>
+
+pkgname=xkill-shortcut
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Provides a shortcut to access xkill from the applications menu."
+arch=('any')
+url="https://xorg.freedesktop.org/"
+license=('Custom')
+depends=('xorg-xkill')
+source=("$pkgname.desktop")
+sha256sums=('593f82c90c0542eede854eb814a91f1b376f36f00368da6af35afa10839b83e2')
+
+package() {
+
+ install -Dm 755 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+}
diff --git a/xkill-shortcut.desktop b/xkill-shortcut.desktop
new file mode 100644
index 000000000000..e804d109e0dc
--- /dev/null
+++ b/xkill-shortcut.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=xKill
+Comment=Shortcut to kill applications
+Icon=application-exit
+Exec=xkill
+Categories=System;