Skip to content

Commit

Permalink
Add 11 AppBundle to our collection!
Browse files Browse the repository at this point in the history
Signed-off-by: xplshn <[email protected]>
  • Loading branch information
xplshn committed Oct 22, 2024
1 parent 4b20ace commit 2f68cfb
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/.e

This file was deleted.

1 change: 1 addition & 0 deletions recipes/amd64_linux/chromium.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "chromium" -p "chromium" -e "chromium.desktop"
1 change: 1 addition & 0 deletions recipes/amd64_linux/engrampa.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "engrampa" -p "engrampa" -e "engrampa.desktop"
1 change: 1 addition & 0 deletions recipes/amd64_linux/firefox.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "firefox" -p "firefox" -e "firefox.desktop"
Empty file modified recipes/amd64_linux/mousepad.sh
100644 → 100755
Empty file.
8 changes: 8 additions & 0 deletions recipes/amd64_linux/pcmanfm-qt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pelfCreator -m "xplshn" -n "pcmanfm-qt" -p "pcmanfm-qt" -e "pcmanfm-qt.desktop" -z
APPDIR="$(echo pcmanfq-qt*.AppDir)"
# Add the .DirIcon
if ! wget -qO "$APPDIR/.DirIcon" "https://i.ibb.co/CtNbwVk/lxqt-logo.png"; then
echo "Unable to add .DirIcon (png, 128x128) to the AppDir"
exit 1
fi
"$APPDIR"/.gen
1 change: 1 addition & 0 deletions recipes/amd64_linux/pcmanfm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "pcmanfm" -p "pcmanfm" -e "pcmanfm.desktop"
1 change: 1 addition & 0 deletions recipes/amd64_linux/ristretto.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "ristretto" -p "ristretto" -e "org.xfce.ristretto.desktop"
1 change: 1 addition & 0 deletions recipes/amd64_linux/thunar.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "thunar" -p "thunar" -e "thunar.desktop"
8 changes: 8 additions & 0 deletions recipes/amd64_linux/xfce4-multicall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pelfCreator -m xplshn -n xfce4-multicall -p "mousepad thunar ristretto xfce4-appfinder xfce4-terminal xfce4-screenshooter xfce4-panel xfce4-taskmanager" -z -c
APPDIR="$(echo xfce4-multicall*.AppDir)"
# Add the .DirIcon
if ! wget -qO "$APPDIR/.DirIcon" "https://i.ibb.co/qx1n74v/image.png"; then
echo "Unable to add .DirIcon (png, 128x128) to the AppDir"
exit 1
fi
"$APPDIR"/.gen
1 change: 1 addition & 0 deletions recipes/amd64_linux/xfce4-screenshooter.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "xfce4-screenshooter" -p "xfce4-screenshooter" -e "xfce4-screenshooter.desktop"
1 change: 1 addition & 0 deletions recipes/amd64_linux/xfce4-taskmanager.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "xfce4-taskmanager" -p "xfce4-taskmanager" -e "xfce4-taskmanager.desktop"
1 change: 1 addition & 0 deletions recipes/amd64_linux/xfce4-terminal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pelfCreator -m "xplshn" -n "xfce4-terminal" -p "xfce4-terminal" -e "xfce4-terminal.desktop"

0 comments on commit 2f68cfb

Please sign in to comment.