mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 14:17:15 +08:00
ksuperkey: removed as obsolete, FS#1929
This commit is contained in:
parent
fbe303c424
commit
dbc2c47c0b
@ -1,24 +0,0 @@
|
||||
pkgname=ksuperkey
|
||||
pkgver=0.4
|
||||
pkgrel=6
|
||||
pkgdesc="Allows you to open the application launcher in KDE Plasma Desktop using the Super key"
|
||||
url="https://github.com/hanschen/ksuperkey"
|
||||
license=('GPL3')
|
||||
arch=('x86_64')
|
||||
depends=('libxtst')
|
||||
source=("https://github.com/hanschen/ksuperkey/archive/v$pkgver.tar.gz"
|
||||
"ksuperkey.desktop")
|
||||
sha256sums=('0d202c0c7bc9a6eab5ce4f4049545df5ed277af9448361d94a5b725b864fcbbe'
|
||||
'0ae36764adb926a1ec2f6a602a2082960113719e8362b2da769754b4dda67c30')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -D ksuperkey.desktop $pkgdir/etc/xdg/autostart/ksuperkey.desktop
|
||||
}
|
||||
|
@ -1,9 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Ksuperkey
|
||||
Exec=ksuperkey
|
||||
Type=Application
|
||||
Terminal=false
|
||||
X-KDE-autostart-after=panel
|
||||
X-KDE-StartupNotify=false
|
||||
X-DBUS-StartupType=Unique
|
||||
X-DBUS-ServiceName=ksuperkey
|
Loading…
Reference in New Issue
Block a user