File: control

package info (click to toggle)
trabucco 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: cpp: 1,709; xml: 40; sh: 32; makefile: 3
file content (55 lines) | stat: -rw-r--r-- 1,684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: trabucco
Section: misc
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 qmake6,
 qt6-base-dev,
 qt6-declarative-dev,
 dh-sequence-qmldeps,
Standards-Version: 4.7.0
Homepage: https://codeberg.org/ltworf/trabucco#trabucco
Vcs-Browser: https://codeberg.org/ltworf/trabucco
Vcs-Git: https://codeberg.org/ltworf/trabucco.git
Rules-Requires-Root: no

Package: trabucco
Architecture: any
Depends: ${shlibs:Depends},
 ${qml6:Depends},
 ${misc:Depends},
 qt6-svg-plugins,
 libqt6svg6,
Recommends: qt6-qpa-plugins
Suggests: ynew, pass, pass-otp
Description: This is a launcher for people that are nostalgic about katapult
 Trabucco means trebuchet in Italian, which is a siege weapon, like a catapult.
 When KDE4 was released, katapult was replaced by krunner.
 .
 Trabucco aims at providing an experience similar to katapult, using modern
 freedesktop.org standards.
 .
 It shows only one action per search query, and it is very deterministic about
 it.
 .
 It is much faster than krunner.

Package: ynew
Architecture: all
Depends: ${misc:Depends}, qdbus-qt6, yakuake,
Recommends: bash-completion
Enhances: yakuake
Description: Open a named yakuake tab and runs a script in it
 A rather simple script to open a new tab in yakuake, set the name of
 the tab, run a script, and close the tab when the script terminates.
 .
 For example, to ssh to a server called `alfio`, you can run "ynew alfio".
 .
 This will open a new tab in yakuake named alfio which will contain the
 ssh session.
 .
 Script for bash completion is also provided.
 .
 It integrates with the launcher trabucco, to create new yakuake tabs
 from it.