build: Add looqs package
This commit is contained in:
parent
eb3d11895e
commit
460f8c14bc
14
build/looqs/build
Executable file
14
build/looqs/build
Executable 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"
|
||||
|
5
build/looqs/debian/changelog
Normal file
5
build/looqs/debian/changelog
Normal 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
|
12
build/looqs/debian/control
Normal file
12
build/looqs/debian/control
Normal 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
|
4
build/looqs/debian/looqs.install
Normal file
4
build/looqs/debian/looqs.install
Normal 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
5
build/looqs/debian/rules
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
1
build/looqs/debian/source/format
Normal file
1
build/looqs/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
Loading…
Reference in New Issue
Block a user