diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5d3cb6d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +sidequest (0.10.42-1rakuos1) rakuos; urgency=medium + + * inital packaging + + -- Joshua Webb Tue, 09 Dec 2025 17:19:38 GMT diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0e4b288 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: sidequest +Section: admin +Priority: optional +Maintainer: ferreo +Standards-Version: 4.6.1 +Build-Depends: + debhelper-compat (= 13), +Rules-Requires-Root: no + +Package: sidequest +Architecture: linux-any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: A tool to help simplify getting content onto Quest and Go and other VR headsets. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5367d2a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Copyright (c) 2018-2019 polygraphene +Copyright (c) 2020-2021 alvr-org + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..88f330c --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +SideQuest-*/* opt/sidequest/ +usr/* usr/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9110fa2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# Simple dh (debhelper) build rules file +%: + dh $@ + +override_dh_fixperms: + dh_fixperms + chmod 755 debian/sidequest/opt/sidequest/sidequest + chmod u+x debian/sidequest/opt/sidequest/sidequest + chmod 755 debian/sidequest/usr/games/sidequest + chmod u+x debian/sidequest/usr/games/sidequest + chmod 755 debian/sidequest/usr/share/applications/sidequest.desktop + chmod u+x debian/sidequest/usr/share/applications/sidequest.desktop + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/usr/games/sidequest b/usr/games/sidequest new file mode 100755 index 0000000..421425a --- /dev/null +++ b/usr/games/sidequest @@ -0,0 +1,2 @@ +#!/bin/bash +exec /opt/sidequest/sidequest "$@" diff --git a/usr/share/applications/sidequest.desktop b/usr/share/applications/sidequest.desktop new file mode 100644 index 0000000..26e9df9 --- /dev/null +++ b/usr/share/applications/sidequest.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=SideQuest +Comment=A tool to help simplify getting content onto Quest and Go and other VR headsets. +Exec=sidequest %u +Terminal=false +Type=Application +Icon=sidequest +Categories=Development;Game;HardwareSettings +StartupWMClass=SideQuest +MimeType=x-scheme-handler/sidequest; diff --git a/usr/share/icons/hicolor/1024x1024/apps/sidequest.png b/usr/share/icons/hicolor/1024x1024/apps/sidequest.png new file mode 100644 index 0000000..49b85d2 Binary files /dev/null and b/usr/share/icons/hicolor/1024x1024/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/128x128/apps/sidequest.png b/usr/share/icons/hicolor/128x128/apps/sidequest.png new file mode 100644 index 0000000..aa762ce Binary files /dev/null and b/usr/share/icons/hicolor/128x128/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/16x16/apps/sidequest.png b/usr/share/icons/hicolor/16x16/apps/sidequest.png new file mode 100644 index 0000000..46b86ab Binary files /dev/null and b/usr/share/icons/hicolor/16x16/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/24x24/apps/sidequest.png b/usr/share/icons/hicolor/24x24/apps/sidequest.png new file mode 100644 index 0000000..9d6acab Binary files /dev/null and b/usr/share/icons/hicolor/24x24/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/256x256/apps/sidequest.png b/usr/share/icons/hicolor/256x256/apps/sidequest.png new file mode 100644 index 0000000..de29cf2 Binary files /dev/null and b/usr/share/icons/hicolor/256x256/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/32x32/apps/sidequest.png b/usr/share/icons/hicolor/32x32/apps/sidequest.png new file mode 100644 index 0000000..400d92f Binary files /dev/null and b/usr/share/icons/hicolor/32x32/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/48x48/apps/sidequest.png b/usr/share/icons/hicolor/48x48/apps/sidequest.png new file mode 100644 index 0000000..0c12ca2 Binary files /dev/null and b/usr/share/icons/hicolor/48x48/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/512x512/apps/sidequest.png b/usr/share/icons/hicolor/512x512/apps/sidequest.png new file mode 100644 index 0000000..07deae6 Binary files /dev/null and b/usr/share/icons/hicolor/512x512/apps/sidequest.png differ diff --git a/usr/share/icons/hicolor/64x64/apps/sidequest.png b/usr/share/icons/hicolor/64x64/apps/sidequest.png new file mode 100644 index 0000000..6adb438 Binary files /dev/null and b/usr/share/icons/hicolor/64x64/apps/sidequest.png differ