Skip to content

Commit 87eb28b

Browse files
Lightpad: switch to upstream package
drop armhf since there is no upstream package for it. this may come back if upstream adds it given it should be a low lift for them libredeb/lightpad#84 also add automatic updater
1 parent 982b2ec commit 87eb28b

File tree

6 files changed

+11
-30
lines changed

6 files changed

+11
-30
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
version=$(get_release libredeb/lightpad)
4+
arm64_url="https://github.com/libredeb/lightpad/releases/download/v${version}/lightpad_${version}-1_arm64.deb"
5+
6+
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh

apps/Lightpad/credits

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/Lightpad/description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
LightPad is a lightweight, simple and powerful application launcher.
22
To run: Menu -> Accessories -> Lightpad
3-
To run in a terminal: com.github.libredeb.lightpad
3+
To run in a terminal: io.github.libredeb.lightpad

apps/Lightpad/install-32

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/Lightpad/install-64

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
#!/bin/bash
22

3-
install_packages https://github.com/Pi-Apps-Coders/files/raw/main/lightpad_0.0.8rev1_arm64.deb || exit 1
4-
5-
echo "[Desktop Entry]
6-
Version=1.0
7-
Type=Application
8-
Name=Lightpad
9-
Icon=lightpad
10-
Exec=com.github.libredeb.lightpad
11-
Comment=LightPad is a lightweight, simple and powerful application launcher
12-
Categories=Accessories;Utility;
13-
Terminal=false" > ~/.local/share/applications/lightpad.desktop
14-
3+
version=0.1.0
154

5+
install_packages https://github.com/libredeb/lightpad/releases/download/v${version}/lightpad_${version}-1_arm64.deb || exit 1

apps/Lightpad/uninstall

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/bash
22
purge_packages || exit 1
3+
4+
# cleanup old installation files
35
rm -f ~/.local/share/applications/lightpad.desktop

0 commit comments

Comments
 (0)