Compare commits

..

4 Commits

Author SHA1 Message Date
48396f9cda updated push script 2026-05-30 10:02:16 +02:00
8427d6295f Updated deskflow-bin to 1.26.0-4 2026-05-06 21:50:55 +02:00
613d20e802 Updated deskflow-bin to 1.26.0-3 2026-05-06 18:00:29 +02:00
73467aa368 Revert "Updated deskflow-bin to 1.26.0-2"
This reverts commit a427f38ffa.
2026-05-06 17:58:33 +02:00
3 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = deskflow-bin pkgbase = deskflow-bin
pkgdesc = Share a single keyboard and mouse between multiple computers pkgdesc = Share a single keyboard and mouse between multiple computers
pkgver = 1.26.0 pkgver = 1.26.0
pkgrel = 2 pkgrel = 4
url = https://github.com/deskflow/deskflow url = https://github.com/deskflow/deskflow
arch = x86_64 arch = x86_64
license = AGPL3 license = AGPL3
@@ -10,5 +10,6 @@ pkgbase = deskflow-bin
options = !strip options = !strip
options = !debug options = !debug
source = deskflow-1.26.0.deb::https://github.com/deskflow/deskflow/releases/download/v1.26.0/deskflow-1.26.0-debian-trixie-x86_64.deb source = deskflow-1.26.0.deb::https://github.com/deskflow/deskflow/releases/download/v1.26.0/deskflow-1.26.0-debian-trixie-x86_64.deb
sha256sums = c90535b55144b1cdbfcd80c362fc44398b7ccb9aad257aaee9ab9a3b52ae341c
pkgname = deskflow-bin pkgname = deskflow-bin

View File

@@ -6,7 +6,7 @@ _srcmntr="deskflow"
pkgname="${_pkgname}-bin" pkgname="${_pkgname}-bin"
pkgver="1.26.0" pkgver="1.26.0"
pkgrel="2" pkgrel="4"
pkgdesc="Share a single keyboard and mouse between multiple computers" pkgdesc="Share a single keyboard and mouse between multiple computers"
url="https://github.com/${_srcmntr}/${_srcname}" url="https://github.com/${_srcmntr}/${_srcname}"
arch=("x86_64") arch=("x86_64")
@@ -17,3 +17,8 @@ source=("${_archive}::https://github.com/${_srcmntr}/${_srcname}/releases/downlo
conflicts=("deskflow") conflicts=("deskflow")
provides=("deskflow") provides=("deskflow")
sha256sums=("c90535b55144b1cdbfcd80c362fc44398b7ccb9aad257aaee9ab9a3b52ae341c")
package() {
bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}"
}

View File

@@ -55,8 +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 '/^X-AppImage-/d;/^$/d' "${newdesktop}" sed -i "/^X-AppImage-/d;/^$/d" "${newdesktop}"
sed -i 's/^Exec=.*/Exec=${_pkgname} %U/' "${newdesktop}" sed -i "s/^Exec=.*/Exec=${_pkgname} %U/" "${newdesktop}"
rm -rf $(readlink -f squashfs-root) squashfs-root rm -rf $(readlink -f squashfs-root) squashfs-root
fi fi
# Calculate checksums # Calculate checksums