Package: qtscrob / 0.11+git-5

Metadata

Package Version Patches format
qtscrob 0.11+git-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add dependencies between install and compress man.patch | (download)

src/cli/cli.pro | 1 1 + 0 - 0 !
src/qt/qt.pro | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 [patch] add dependencies between install and compress man

There's a race condition in the qmake project files that means
sometimes it attempts to compress the man pages before they are
installed. Add a dependency to force the compression stages to
wait until the install stages complete.

qt5 port.patch | (download)

src/lib/gettrackinfo.cpp | 2 1 + 1 - 0 !
src/lib/lib.pro | 3 2 + 1 - 0 !
src/lib/parse-log.cpp | 6 3 + 3 - 0 !
src/lib/submit.cpp | 4 2 + 2 - 0 !
src/lib/submit.h | 1 0 + 1 - 0 !
src/qt/qt.pro | 1 1 + 0 - 0 !
src/qt/src/about.h | 1 1 + 0 - 0 !
src/qt/src/console.h | 5 5 + 0 - 0 !
src/qt/src/help.h | 3 3 + 0 - 0 !
src/qt/src/progress.h | 7 7 + 0 - 0 !
src/qt/src/qtscrob.cpp | 5 3 + 2 - 0 !
src/qt/src/qtscrob.h | 8 8 + 0 - 0 !
src/qtscrob.pro | 3 2 + 1 - 0 !
13 files changed, 38 insertions(+), 11 deletions(-)

 port to qt5


dont update language files.patch | (download)

src/qtscrob.pro | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't update language files
 Running lupdate will modify the translation files (.ts), which will
 prevent building it twice in a row, as new upstream modifications
 would be added.
desktop keywords.patch | (download)

src/qt/qtscrob.desktop | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add some keywords to desktop file
install higher res icons.patch | (download)

src/qt/qt.pro | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 install also higher resolution icons
use host pkg config.patch | (download)

src/common.pri | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 check for availability of host architecture pkg-config