mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 10:42:21 +01:00
Adde desktop file for better launching
This commit is contained in:
parent
1b87c5d9cc
commit
c64c534a19
@ -1,3 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/oneko
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
drwxr-xr-x root/root usr/etc/xdg/
|
||||
drwxr-xr-x root/root usr/etc/xdg/autostart/
|
||||
-rw-r--r-- root/root usr/etc/xdg/autostart/oneko.desktop
|
||||
|
@ -1 +1,2 @@
|
||||
456b318fa6e61431bf4f0a42b110014a oneko-1.2.sakura.5.tar.gz
|
||||
a45d32bd01971f46af961fc44e6f9b6c oneko.desktop
|
||||
|
@ -6,8 +6,8 @@
|
||||
name=oneko
|
||||
version=1.2
|
||||
_relversion=sakura.5
|
||||
release=2
|
||||
source=(http://www.daidouji.com/$name/distfiles/$name-$version.$_relversion.tar.gz)
|
||||
release=3
|
||||
source=(http://www.daidouji.com/$name/distfiles/$name-$version.$_relversion.tar.gz oneko.desktop)
|
||||
|
||||
build() {
|
||||
|
||||
@ -18,4 +18,7 @@ build() {
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/usr/etc/xdg/autostart
|
||||
install -m 644 $SRC/oneko.desktop $PKG/usr/etc/xdg/autostart
|
||||
|
||||
}
|
||||
|
9
oneko/oneko.desktop
Normal file
9
oneko/oneko.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Oneko
|
||||
Comment=A funny cursor chaser
|
||||
Exec="/usr/bin/oneko -sakura -tofocus"
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=
|
||||
StartupWMClass=
|
||||
Categories=Games;
|
Loading…
x
Reference in New Issue
Block a user