Skip to content

Commit

Permalink
Added desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
thebitstick committed Apr 27, 2020
1 parent ad0b48b commit 396d5f0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ pkgver() {

package() {
install -D -t "$pkgdir/usr/bin" "${_pkgname}/tsubasa.fish"
install -D -t "$pkgdir/usr/share/applications" "${_pkgname}/tsubasa.desktop"
mv "$pkgdir/usr/bin/tsubasa.fish" "$pkgdir/usr/bin/tsubasa"
}
23 changes: 23 additions & 0 deletions tsubasa.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[Desktop Entry]
Version=1.0
Name=Tsubasa
Exec=tsubasa
Icon=remmina-scale-symbolic
Type=Application
Comment=Script for sharing screenshots and/or status updates
Terminal=false
Categories=GNOME;GTK;Network;
Keywords=Fediverse;Mastodon;Screenshot;
Actions=full;area;text;

[Desktop Action full]
Exec=tsubasa -v
Name=Take Screenshot and Share

[Desktop Action area]
Exec=tsubasa -v area
Name=Take Region/Area Screenshot and Share

[Desktop Action text]
Exec=tsubasa -v text
Name=Share Status Update

0 comments on commit 396d5f0

Please sign in to comment.