diff --git a/qimgv-0.6-qt511.patch b/qimgv-0.6-qt511.patch deleted file mode 100644 index f258fb1..0000000 --- a/qimgv-0.6-qt511.patch +++ /dev/null @@ -1,22 +0,0 @@ -From bd5cdb210c1d5885b26cde89106fd14fd8ee5a1e Mon Sep 17 00:00:00 2001 -From: easymodo -Date: Sun, 27 May 2018 19:57:26 +0300 -Subject: [PATCH] [CMake] remove deprecated macro - ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ead5858..1c298c0 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -40,7 +40,7 @@ add_executable(qimgv ${SRC} ${RES}) - - target_link_libraries(qimgv actionmanager cache directorymanager loader scaler thumbnailer gui utils sourcecontainers) - --qt5_use_modules (qimgv Core Widgets Concurrent) -+target_link_libraries(qimgv Qt5::Core Qt5::Widgets Qt5::Concurrent) - - # binary - install(PROGRAMS ${CMAKE_BINARY_DIR}/qimgv diff --git a/qimgv-0.6.3.tar.gz b/qimgv-0.6.3.tar.gz deleted file mode 100644 index 55a3641..0000000 --- a/qimgv-0.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695705f146be9dbffd9835f332c0a9f43ef16012f180b91ea2179f54fb881349 -size 238521 diff --git a/qimgv-0.7.tar.gz b/qimgv-0.7.tar.gz new file mode 100644 index 0000000..5fde3a3 --- /dev/null +++ b/qimgv-0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce47987c835068230eeb8512ee5e3f9751e4c7d3f94785ebe386e4484da417d6 +size 273405 diff --git a/qimgv.changes b/qimgv.changes index 4c9a55d..d8cb9bf 100644 --- a/qimgv.changes +++ b/qimgv.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Aug 8 20:40:52 UTC 2018 - aloisio@gmx.com + +- Update to version 0.7.0 + New stuff: + * Folder View mode. Toggle with Enter or Backspace. This mode + will be further improved in future + * Ability to run commands / shell scripts on a current image + + Go to Settings/Scripts + + Create a command + + Add a shortcut just like for any regular action + * Context menu + * Video controls + * Background transparency & blur support (KDE) + * Directory sorting (name, date, file size) + * Trash support + Improvements: + * A new icon + * Redesigned settings window + * Several ui improvements: auto-hiding top buttons, + toggle-able info overlay etc + * Updated theme + * Exif rotation should now be auto-applied on image load + * More responsive image switching (fixed a job management bug + in Loader) + * Configurable thread count for thumbnailer + * Fixed some possible crashes + Other: + * Added build flags for some features (kde blur and video + support) + +- Dropped qimgv-0.6-qt511.patch (merged upstream) + ------------------------------------------------------------------- Mon Jun 11 18:29:58 UTC 2018 - aloisio@gmx.com diff --git a/qimgv.spec b/qimgv.spec index cb99f8d..52ed763 100644 --- a/qimgv.spec +++ b/qimgv.spec @@ -17,21 +17,19 @@ Name: qimgv -Version: 0.6.3 +Version: 0.7 Release: 0 Summary: Qt5 image viewer License: GPL-3.0-only Group: Productivity/Graphics/Viewers -Url: https://github.com/easymodo/qimgv +URL: https://github.com/easymodo/qimgv Source0: https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM qimgv-0.6-qt511.patch -Patch2: qimgv-0.6-qt511.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Concurrent) >= 5.10 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.10 BuildRequires: pkgconfig(mpv) >= 1.22.0 %description @@ -39,7 +37,6 @@ Qt5 image viewer with webm support. %prep %setup -q -%patch2 -p1 %build %cmake @@ -53,6 +50,6 @@ make %{?_smp_mflags} %license LICENSE %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog