Skip to content

Commit

Permalink
Merge pull request #28 from Samueru-sama/main
Browse files Browse the repository at this point in the history
Good news
  • Loading branch information
ivan-hc authored Aug 6, 2024
2 parents df0ab35 + 685d14e commit e4e0ad5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GIMP-DEVELOPER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: always()
run: |
sudo apt update
sudo apt install libfuse2
sudo apt install libfuse2 desktop-file-utils
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/gimp-dev-junest.sh
chmod a+x ./gimp-dev-junest.sh
./gimp-dev-junest.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GIMP-GIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: always()
run: |
sudo apt update
sudo apt install libfuse2
sudo apt install libfuse2 desktop-file-utils
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/gimp-git-junest.sh
chmod a+x ./gimp-git-junest.sh
./gimp-git-junest.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GIMP-HYBRID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: always()
run: |
sudo apt update
sudo apt install libfuse2
sudo apt install libfuse2 desktop-file-utils
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/gimp-hybrid.sh
chmod a+x ./gimp-hybrid.sh
./gimp-hybrid.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GIMP-STABLE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: always()
run: |
sudo apt update
sudo apt install libfuse2
sudo apt install libfuse2 desktop-file-utils
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/gimp-junest.sh
chmod a+x ./gimp-junest.sh
./gimp-junest.sh
Expand Down
4 changes: 2 additions & 2 deletions gimp-dev-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMPILERS="base-devel"

# CREATE THE APPDIR (DON'T TOUCH THIS)...
if ! test -f ./appimagetool; then
wget -q "$(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - | sed 's/"/ /g; s/ /\n/g' | grep -o 'https.*continuous.*tool.*86_64.*mage$')" -O appimagetool
wget -q https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool
chmod a+x appimagetool
fi
mkdir -p $APP.AppDir
Expand Down Expand Up @@ -368,5 +368,5 @@ mkdir -p ./$APP.AppDir/.junest/run/user
if test -f ./*.AppImage; then
rm -R -f ./*archimage*.AppImage
fi
ARCH=x86_64 VERSION=$(./appimagetool -v | grep -o '[[:digit:]]*') ./appimagetool -s ./$APP.AppDir
ARCH=x86_64 ./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 ./$APP.AppDir
mv ./*AppImage ./"$(cat ./$APP.AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')"_DEV_"$VERSION"-archimage3.4.1-1-x86_64.AppImage
4 changes: 2 additions & 2 deletions gimp-git-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COMPILERS="base-devel"

# CREATE THE APPDIR (DON'T TOUCH THIS)...
if ! test -f ./appimagetool; then
wget -q "$(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - | sed 's/"/ /g; s/ /\n/g' | grep -o 'https.*continuous.*tool.*86_64.*mage$')" -O appimagetool
wget -q https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool
chmod a+x appimagetool
fi
mkdir -p $APP.AppDir
Expand Down Expand Up @@ -367,5 +367,5 @@ mkdir -p ./$APP.AppDir/.junest/run/user
if test -f ./*.AppImage; then
rm -R -f ./*archimage*.AppImage
fi
ARCH=x86_64 VERSION=$(./appimagetool -v | grep -o '[[:digit:]]*') ./appimagetool -s ./$APP.AppDir
ARCH=x86_64 ./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 ./$APP.AppDir
mv ./*AppImage ./"$(cat ./$APP.AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')"_GIT_"$VERSION"-archimage3.4.1-1-x86_64.AppImage
4 changes: 2 additions & 2 deletions gimp-hybrid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BASICSTUFF="binutils debugedit gzip gtk3"

# CREATE THE APPDIR (DON'T TOUCH THIS)...
if ! test -f ./appimagetool; then
wget -q "$(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - | sed 's/"/ /g; s/ /\n/g' | grep -o 'https.*continuous.*tool.*86_64.*mage$')" -O appimagetool
wget -q https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool
chmod a+x appimagetool
fi
mkdir -p $APP.AppDir
Expand Down Expand Up @@ -379,5 +379,5 @@ mkdir -p ./$APP.AppDir/.junest/run/user
if test -f ./*.AppImage; then
rm -R -f ./*archimage*.AppImage
fi
ARCH=x86_64 VERSION=$(./appimagetool -v | grep -o '[[:digit:]]*') ./appimagetool -s ./$APP.AppDir
ARCH=x86_64 ./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 ./$APP.AppDir
mv ./*AppImage ./"$(cat ./$APP.AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')"_"$VERSION"-Hybrid-with-python2-from-Debian-Buster-archimage3.4.1-1-x86_64.AppImage
4 changes: 2 additions & 2 deletions gimp-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BASICSTUFF="binutils debugedit gzip gtk3"

# CREATE THE APPDIR (DON'T TOUCH THIS)...
if ! test -f ./appimagetool; then
wget -q "$(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - | sed 's/"/ /g; s/ /\n/g' | grep -o 'https.*continuous.*tool.*86_64.*mage$')" -O appimagetool
wget -q https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool
chmod a+x appimagetool
fi
mkdir -p $APP.AppDir
Expand Down Expand Up @@ -366,5 +366,5 @@ mkdir -p ./$APP.AppDir/.junest/run/user
if test -f ./*.AppImage; then
rm -R -f ./*archimage*.AppImage
fi
ARCH=x86_64 VERSION=$(./appimagetool -v | grep -o '[[:digit:]]*') ./appimagetool -s ./$APP.AppDir
ARCH=x86_64 ./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 ./$APP.AppDir
mv ./*AppImage ./"$(cat ./$APP.AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')"_"$VERSION"-archimage3.4.1-1-x86_64.AppImage

0 comments on commit e4e0ad5

Please sign in to comment.