build: Add looqs package

This commit is contained in:
Albert S. 2022-06-06 17:16:11 +02:00
parent eb3d11895e
commit 460f8c14bc
6 changed files with 41 additions and 0 deletions

14
build/looqs/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
source ../functions.bash
if [ $# -ne 1 ] ; then
echo "Usage: $0 poolpath" 1>&2
exit 1
fi
set -e
TAG="v0.1rc3"
BUILDDIR=$(mktemp -d)
OUTPUT_DIR="$1"
build_git_repo "$BUILDDIR" "https://gitea.quitesimple.org/crtxcr/looqs" looqs "$TAG" "$OUTPUT_DIR"

View File

@ -0,0 +1,5 @@
looqs (v0.1) unstable; urgency=medium
* Initial Release.
-- quitesimple.org repo management department ;-) <repo@quitesimple.org> Fr 4. Feb 17:53:39 CET 2022

View File

@ -0,0 +1,12 @@
Source: looqs
Section: unknown
Priority: optional
Maintainer: quitesimple.org repo management department ;-) <repo@quitesimple.org>
Build-Depends: debhelper-compat (= 12), qtbase5-dev, libpoppler-qt5-dev, libuchardet-dev, libquazip5-dev
Standards-Version: 4.4.1
Homepage: <https://gitea.quitesimple.org/crtxcr/looqs>
Package: looqs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FTS desktop search with previews

View File

@ -0,0 +1,4 @@
cli/looqs /usr/bin/
gui/looqs-gui /usr/bin/
looqs.svg /usr/share/icons/hicolor/scalable/apps/
looqs.desktop /usr/share/applications/

5
build/looqs/debian/rules Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:

View File

@ -0,0 +1 @@
3.0 (native)