mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-08 03:59:41 +00:00
SVG images have been optimized with svgo, this will slightly reduce package size though the main reason for this was to remove unneeded markup. Image paths have been changed and merged, now the directory tree looks like this: img ├── app ├── material │ ├── black │ └── white └── preview The reason to merge the paths is to avoid duplicate files for buttons and configuration. SVG icons are used by default now, PNG images have not been deleted from the images directory, but they were deleted from the graphics.qrc resource file. All image paths were updated accordingly, except in the tray icon, I could not make it work using the SVG image.
31 lines
892 B
Plaintext
31 lines
892 B
Plaintext
Source: flameshot
|
|
Section: graphics
|
|
Priority: optional
|
|
Maintainer: Juanma Navarro Mañez <juanma1980@gmail.com>
|
|
Uploaders:
|
|
Boyuan Yang <073plan@gmail.com>,
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
qt5-qmake,
|
|
qtbase5-dev,
|
|
qttools5-dev-tools,
|
|
libqt5svg5-dev
|
|
Standards-Version: 4.1.4
|
|
Homepage: https://github.com/lupoDharkael/flameshot
|
|
Vcs-Browser: https://github.com/lupoDharkael/flameshot
|
|
Vcs-Git: https://github.com/lupoDharkael/flameshot.git
|
|
|
|
Package: flameshot
|
|
Architecture: any
|
|
Depends:
|
|
${shlibs:Depends},
|
|
${misc:Depends},
|
|
Suggests:
|
|
ca-certificates,
|
|
openssl,
|
|
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.
|