Skip to content

Commit 8fa0c54

Browse files
committed
Updated deb and rpm package files one final time
1 parent 467bbb2 commit 8fa0c54

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dist/linux/debian/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Building .deb files
2-
Take your source tarball, rename it to qview_#.#.orig.tar.gz and extract it to qview-#.#. Move the debian folder to the qview-#.# folder. Make sure to change the control and changelog versions, and change the maintainer name if you happen to not be me.
2+
Take your source tarball, rename it to qview_#.#.orig.tar.gz and extract it to qview-#.#. Move the debian folder to the qview-#.# folder. Make sure to change the versions in control and changelog, the date on the changelog, the maintainer name if you happen to not be me.
33

4-
Run dpkg-buildpackage to build
4+
I just build the source deb and use the launchpad ppa binaries

dist/linux/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Homepage: https://interversehq.com/qview
88

99
Package: qview
1010
Architecture: any
11-
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5widgets5 (>= 5.9), libqt5network5 (>= 5.9)
12-
Recommends: qt5-image-formats-plugins (>= 5.9), libqt5svg5-dev (>= 5.9)
11+
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5widgets5 (>= 5.9), libqt5network5 (>= 5.9), libqt5concurrent5 (>= 5.9)
12+
Recommends: qt5-image-formats-plugins (>= 5.9), libqt5svg5 (>= 5.9), xdg-utils
1313
Description: Practical and minimal image viewer
1414
qView is a Qt image viewer designed with minimalism and usability in mind.

dist/linux/debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Source: https://interversehq.com/qview/
44

55
Files: *
66
Copyright: 2018-2019 jurplel <[email protected]>
7-
License: GPL-3.0+
7+
License: GPL-3.0-only
88

9-
License: GPL-3.0+
9+
License: GPL-3.0-only
1010
This program is free software: you can redistribute it and/or modify
1111
it under the terms of the GNU General Public License as published by
1212
the Free Software Foundation, either version 3 of the License, or

dist/linux/rpm/qview.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Version: 2.0
33
Release: 1
44
Summary: Practical and minimal image viewer
55

6-
Group: Applications/Multimedia
7-
License: GPLv3
6+
Group: Productivity/Graphics/Viewers
7+
License: GPL-3.0-only
88
URL: https://interversehq.com/qview/
99
Source: https://github.com/jurplel/qView/releases/download/%{version}/qView-%{version}.tar.gz
1010

0 commit comments

Comments
 (0)