From fb09c61e89cfcda5bb7d501d5c9b2904d62492220dd1af3ff04b630e69134b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 9 Jun 2017 17:34:43 +0000 Subject: [PATCH] Accepting request 502699 from home:adrianSuSE:branches:openSUSE:Tools add appimage build description OBS-URL: https://build.opensuse.org/request/show/502699 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=243 --- appimage.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 appimage.yml diff --git a/appimage.yml b/appimage.yml new file mode 100644 index 0000000..f6d65d8 --- /dev/null +++ b/appimage.yml @@ -0,0 +1,25 @@ +app: osc + +build: + packages: + - linuxdeployqt + +ingredients: + packages: + - build + - osc + - python-yaml + +script: + - mkdir -p $BUILD_APPDIR/usr/share/pixmaps + - cp /usr/share/pixmaps/appimage.png $BUILD_APPDIR/usr/share/pixmaps + - mkdir -p $BUILD_APPDIR/usr/share/applications + - echo "[Desktop Entry]" > $BUILD_APPDIR/usr/share/applications/osc.desktop + - echo "Name=osc" >> $BUILD_APPDIR/usr/share/applications/osc.desktop + - echo "Exec=osc" >> $BUILD_APPDIR/usr/share/applications/osc.desktop + - echo "Icon=appimage" >> $BUILD_APPDIR/usr/share/applications/osc.desktop + - echo "Type=Application" >> $BUILD_APPDIR/usr/share/applications/osc.desktop + - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 + - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 + +