Skip to content
Snippets Groups Projects
Commit 542a2646 authored by akiraohgaki's avatar akiraohgaki
Browse files

Move appimage-desktopintegration

parent 57ed8046
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ build_appimage() { ...@@ -103,7 +103,7 @@ build_appimage() {
linuxdeployqt "${BUILDDIR}/${PKGNAME}.AppDir/xdgurl" -qmldir="${BUILDDIR}/${PKGNAME}/src/app/qml" -verbose=2 -bundle-non-qt-libs # https://github.com/probonopd/linuxdeployqt/issues/25 linuxdeployqt "${BUILDDIR}/${PKGNAME}.AppDir/xdgurl" -qmldir="${BUILDDIR}/${PKGNAME}/src/app/qml" -verbose=2 -bundle-non-qt-libs # https://github.com/probonopd/linuxdeployqt/issues/25
linuxdeployqt "${BUILDDIR}/${PKGNAME}.AppDir/xdgurl" -qmldir="${BUILDDIR}/${PKGNAME}/src/app/qml" -verbose=2 -bundle-non-qt-libs # twice because of #25 linuxdeployqt "${BUILDDIR}/${PKGNAME}.AppDir/xdgurl" -qmldir="${BUILDDIR}/${PKGNAME}/src/app/qml" -verbose=2 -bundle-non-qt-libs # twice because of #25
rm "${BUILDDIR}/${PKGNAME}.AppDir/AppRun" rm "${BUILDDIR}/${PKGNAME}.AppDir/AppRun"
install -m 755 -p "${BUILDDIR}/${PKGNAME}/src/desktop/appimage-desktopintegration" "${BUILDDIR}/${PKGNAME}.AppDir/AppRun" install -m 755 -p "${BUILDDIR}/${PKGNAME}/pkg/appimage/appimage-desktopintegration" "${BUILDDIR}/${PKGNAME}.AppDir/AppRun"
linuxdeployqt --appimage-extract linuxdeployqt --appimage-extract
./squashfs-root/usr/bin/appimagetool "${BUILDDIR}/${PKGNAME}.AppDir" ./squashfs-root/usr/bin/appimagetool "${BUILDDIR}/${PKGNAME}.AppDir"
} }
......
include(src/lib/qtlib/qtlib.pri)
include(src/app/app.pri)
TARGET = xdgurl TARGET = xdgurl
TEMPLATE = app TEMPLATE = app
...@@ -15,7 +11,6 @@ RESOURCES += src/desktop/desktop.qrc ...@@ -15,7 +11,6 @@ RESOURCES += src/desktop/desktop.qrc
DISTFILES += \ DISTFILES += \
README.md \ README.md \
src/desktop/xdgurl.desktop \ src/desktop/xdgurl.desktop \
src/desktop/appimage-desktopintegration \
pkg/build.sh \ pkg/build.sh \
pkg/ubuntu/debian/changelog \ pkg/ubuntu/debian/changelog \
pkg/ubuntu/debian/compat \ pkg/ubuntu/debian/compat \
...@@ -24,6 +19,11 @@ DISTFILES += \ ...@@ -24,6 +19,11 @@ DISTFILES += \
pkg/ubuntu/debian/rules \ pkg/ubuntu/debian/rules \
pkg/ubuntu/debian/xdgurl.install \ pkg/ubuntu/debian/xdgurl.install \
pkg/fedora/xdgurl.spec \ pkg/fedora/xdgurl.spec \
pkg/arch/PKGBUILD pkg/arch/PKGBUILD \
pkg/appimage/appimage-desktopintegration
include(deployment.pri) include(deployment.pri)
include(src/lib/qtlib/qtlib.pri)
include(src/app/app.pri)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment