You've already forked reflex-appimage
Updated reflex-appimage to 1.0.10-4
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = reflex-appimage
|
pkgbase = reflex-appimage
|
||||||
pkgdesc = A next-generation, modern, and lightweight SSH client engineered for absolute efficiency
|
pkgdesc = A next-generation, modern, and lightweight SSH client engineered for absolute efficiency
|
||||||
pkgver = 1.0.10
|
pkgver = 1.0.10
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://github.com/Sunhaiy/Reflex
|
url = https://github.com/Sunhaiy/Reflex
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = AGPL3
|
license = AGPL3
|
||||||
@@ -14,7 +14,7 @@ pkgbase = reflex-appimage
|
|||||||
source = reflex.desktop
|
source = reflex.desktop
|
||||||
source = reflex.png
|
source = reflex.png
|
||||||
sha256sums = 4760d432cd414539df029d1bf0776ebe9069f3c39193845badc52f36dcb27563
|
sha256sums = 4760d432cd414539df029d1bf0776ebe9069f3c39193845badc52f36dcb27563
|
||||||
sha256sums = e956f9c0be9e39aedf28c31a75ab5a00468e42d57ec2117f96d8a05fb0e27325
|
sha256sums = ee0633f7f8b9d6996eed77120d41c31839891c0177217d38885245491a3156ea
|
||||||
sha256sums = 90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a
|
sha256sums = 90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a
|
||||||
|
|
||||||
pkgname = reflex-appimage
|
pkgname = reflex-appimage
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -6,7 +6,7 @@ _srcmntr="Sunhaiy"
|
|||||||
|
|
||||||
pkgname="${_pkgname}-appimage"
|
pkgname="${_pkgname}-appimage"
|
||||||
pkgver="1.0.10"
|
pkgver="1.0.10"
|
||||||
pkgrel="3"
|
pkgrel="4"
|
||||||
pkgdesc="A next-generation, modern, and lightweight SSH client engineered for absolute efficiency"
|
pkgdesc="A next-generation, modern, and lightweight SSH client engineered for absolute efficiency"
|
||||||
url="https://github.com/${_srcmntr}/${_srcname}"
|
url="https://github.com/${_srcmntr}/${_srcname}"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
@@ -24,7 +24,7 @@ provides=("reflex")
|
|||||||
|
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
"4760d432cd414539df029d1bf0776ebe9069f3c39193845badc52f36dcb27563"
|
"4760d432cd414539df029d1bf0776ebe9069f3c39193845badc52f36dcb27563"
|
||||||
"e956f9c0be9e39aedf28c31a75ab5a00468e42d57ec2117f96d8a05fb0e27325"
|
"ee0633f7f8b9d6996eed77120d41c31839891c0177217d38885245491a3156ea"
|
||||||
"90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a"
|
"90a0628bd8b3628609e7965d792478cf9f4fcc74a31ef450d0d47148eeb2da0a"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
3
push.sh
3
push.sh
@@ -55,7 +55,8 @@ if printf '%s' "${_archive,,}" | grep -qi "appimage"; then
|
|||||||
"./${_archive}" --appimage-extract >/dev/null
|
"./${_archive}" --appimage-extract >/dev/null
|
||||||
cp "squashfs-root/${desktop}" "${newdesktop}"
|
cp "squashfs-root/${desktop}" "${newdesktop}"
|
||||||
cp "squashfs-root/${icon}" "${newicon}"
|
cp "squashfs-root/${icon}" "${newicon}"
|
||||||
sed -i -e '/^X-AppImage-/d;/^$/d' "${newdesktop}"
|
sed -i '/^X-AppImage-/d;/^$/d' "${newdesktop}"
|
||||||
|
sed -i 's/^Exec=.*/Exec=reflex %U/' "${newdesktop}"
|
||||||
rm -rf $(readlink -f squashfs-root) squashfs-root
|
rm -rf $(readlink -f squashfs-root) squashfs-root
|
||||||
fi
|
fi
|
||||||
# Calculate checksums
|
# Calculate checksums
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Reflex
|
Name=Reflex
|
||||||
Exec=AppRun --no-sandbox %U
|
Exec=reflex %U
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=reflex
|
Icon=reflex
|
||||||
|
|||||||
Reference in New Issue
Block a user