mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 01:41:19 +00:00
* Deb packaging
* Deb packaging
* Deb packaging
* Update readme to Qt 6 (except Fedora yet)
* RPM
* Deb suggests
* Deb
* RPM
* RPM
* RPM
* Jammy patch
* Test jammy patch
* Revert "Jammy patch"
This reverts commit 640196666e57b409ef6d79681a0d0cbe44ccf73d.
* Revert "Test jammy patch"
This reverts commit bebff73e6c03ec435ec4878723302fa31370083a.
* Deb control: Alternative Build-Depends
* Fix RPM for KDSingleApplication
* Add build dependency libgl-dev explicit for Jammy (it is included for newer versions automatically)
* Add build dependency qt6-l10n-tools explicit for Jammy (it is included for newer versions automatically)
* Update DEB rules removing not needed files like in RPM .spec (663a056)
* DEB rules: Remove empty folders from package
* Add kguiaddon for Fedora and Arch
* DEB rules: Remove empty lib folder from package
* DEB rules: Remove include and lib folder from package
* Add missing dependencies
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
Source: flameshot
|
|
Section: graphics
|
|
Priority: optional
|
|
Maintainer: Boyuan Yang <byang@debian.org>
|
|
Build-Depends:
|
|
cmake (>= 3.13~),
|
|
debhelper (>= 11),
|
|
qt6-base-dev (>= 6.2.0~),
|
|
qt6-tools-dev (>= 6.2.0~),
|
|
qt6-tools-dev-tools (>= 6.2.0~),
|
|
qt6-svg-dev (>= 6.2.0~) | libqt6svg6-dev (>= 6.2.0~),
|
|
qt6-l10n-tools,
|
|
libgl-dev,
|
|
Standards-Version: 4.5.0
|
|
Homepage: https://github.com/flameshot-org/flameshot
|
|
Vcs-Browser: https://github.com/flameshot-org/flameshot
|
|
Vcs-Git: https://github.com/flameshot-org/flameshot.git
|
|
|
|
Package: flameshot
|
|
Architecture: any
|
|
Depends:
|
|
hicolor-icon-theme,
|
|
libqt6svg6 (>= 6.2.0~),
|
|
qt6-qpa-plugins (>= 6.2.0~),
|
|
${shlibs:Depends},
|
|
${misc:Depends},
|
|
Recommends:
|
|
xdg-desktop-portal-gtk | xdg-desktop-portal-gnome | xdg-desktop-portal-kde | xdg-desktop-portal-wlr,
|
|
grim,
|
|
Suggests:
|
|
ca-certificates,
|
|
openssl,
|
|
qt6-image-formats-plugins,
|
|
Description: Powerful yet simple-to-use screenshot software
|
|
Flameshot is a powerful yet simple-to-use screenshot software.
|
|
Notable features include customizable appearance, in-app screenshot editing,
|
|
D-Bus interface, experimental GNOME/KDE Wayland support, integration with
|
|
Imgur and support for both GUI and CLI interface.
|