mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
add custom desktop file to sway
This commit is contained in:
@@ -1 +1,2 @@
|
||||
3db9bd06c2dd45e11ae7342a843bc1c8 sway-1.8.1.tar.gz
|
||||
273ae3ec0ca43f3134cb3e533dde67fa sway.desktop
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
sway-1.8.1-2
|
||||
sway-1.8.1-3
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/sway/
|
||||
-rw-r--r-- root/root etc/sway/config
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
|
||||
name=sway
|
||||
version=1.8.1
|
||||
release=2
|
||||
source="https://github.com/swaywm/sway/releases/download/$version/sway-$version.tar.gz"
|
||||
release=3
|
||||
source="https://github.com/swaywm/sway/releases/download/$version/sway-$version.tar.gz
|
||||
sway.desktop"
|
||||
|
||||
build() {
|
||||
|
||||
@@ -13,4 +14,5 @@ build() {
|
||||
-D b_ndebug=true
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install --no-rebuild -C build
|
||||
install -Dm644 $SRC/sway.desktop $PKG/usr/share/wayland-sessions/sway.desktop
|
||||
}
|
||||
|
||||
8
main/sway/sway.desktop
Normal file
8
main/sway/sway.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=sway
|
||||
Comment=An intelligent dynamic tiling Wayland compositor
|
||||
Exec=dbus-run-session /usr/bin/sway
|
||||
Icon=
|
||||
Type=Application
|
||||
X-DesktopNames=Sway
|
||||
Keywords=launch;Sway;desktop;session;
|
||||
Reference in New Issue
Block a user