mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update PKGBUILD: add desktop file
This commit is contained in:
parent
a4bb1d81ec
commit
cfbd3e6539
1 changed files with 3 additions and 0 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -36,6 +36,9 @@ exec /usr/bin/python3 /usr/lib/${pkgname%-git}/wallpaper_gui.py "\$@"
|
|||
EOF
|
||||
chmod 755 "$pkgdir/usr/bin/simple-wallpaper-engine"
|
||||
|
||||
# Install desktop entry
|
||||
install -Dm644 simple-wallpaper-engine.desktop "$pkgdir/usr/share/applications/${pkgname%-git}.desktop"
|
||||
|
||||
# Install documentation
|
||||
install -Dm644 README.md "$pkgdir/usr/share/doc/${pkgname%-git}/README.md"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue