Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qlipper for openSUSE:Factory checked in at 2025-12-18 18:37:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qlipper (Old) and /work/SRC/openSUSE:Factory/.qlipper.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qlipper" Thu Dec 18 18:37:48 2025 rev:6 rq:1323537 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qlipper/qlipper.changes 2024-10-30 22:58:58.593677626 +0100 +++ /work/SRC/openSUSE:Factory/.qlipper.new.1928/qlipper.changes 2025-12-18 18:38:01.242169366 +0100 @@ -1,0 +2,15 @@ +Wed Dec 17 22:38:05 UTC 2025 - Shawn Dunn <[email protected]> + +- Remove Group: declaration +- Remove %suse_update_desktop_file, deprecated +- Add qlipper-translations.patch + +------------------------------------------------------------------- +Wed Dec 17 21:33:53 UTC 2025 - Андрей Алыпов <[email protected]> + +- Update to version 6.0.0 + * Plenty of translation updates + * Port to Qt v6 + * Add wayland support (using KF6) + +------------------------------------------------------------------- Old: ---- 5.1.2.tar.gz New: ---- qlipper-6.0.0.tar.gz qlipper-translations.patch ----------(New B)---------- New:- Remove %suse_update_desktop_file, deprecated - Add qlipper-translations.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qlipper.spec ++++++ --- /var/tmp/diff_new_pack.qY8HLd/_old 2025-12-18 18:38:01.738190205 +0100 +++ /var/tmp/diff_new_pack.qY8HLd/_new 2025-12-18 18:38:01.742190373 +0100 @@ -1,7 +1,7 @@ # # spec file for package qlipper # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,51 +17,46 @@ Name: qlipper -Version: 5.1.2 +Version: 6.0.0 Release: 0 Summary: Clipboard history applet License: GPL-2.0-or-later -Group: Productivity/Text/Utilities URL: https://github.com/pvanek/qlipper -Source: https://github.com/pvanek/qlipper/archive/%{version}.tar.gz -BuildRequires: cmake >= 3.1.0 +Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: %{name}-translations.patch +BuildRequires: cmake >= 3.5.0 BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme -BuildRequires: libQt5Gui-private-headers-devel -BuildRequires: pkgconfig -BuildRequires: cmake(lxqt-build-tools) >= 0.5.0 -BuildRequires: cmake(Qt5LinguistTools) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(Qt5Widgets) -%if 0%{?suse_version} -BuildRequires: update-desktop-files -%endif +BuildRequires: cmake(lxqt2-build-tools) +BuildRequires: cmake(KF6GuiAddons) +BuildRequires: cmake(Qt6GuiPrivate) +BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: cmake(Qt6Network) +BuildRequires: cmake(Qt6Widgets) %description -A clipboard history applet. +Lightweight and cross-platform clipboard history applet. %lang_package %prep -%setup -q +%autosetup -p1 %build -%cmake \ - -DENABLE_LXQT_AUTOSTART=ON -make %{?_smp_mflags} +%cmake_qt6 \ + -DENABLE_LXQT_AUTOSTART=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +%qt6_build %install -%cmake_install -%if 0%{?suse_version} -%suse_update_desktop_file -r -u %{name} Utility DesktopUtility -%endif +%qt6_install %find_lang %{name} --with-qt %files %license COPYING %doc CHANGELOG README -%{_sysconfdir}/xdg/autostart/lxqt-%{name}-autostart.desktop +%config %{_sysconfdir}/xdg/autostart/lxqt-%{name}-autostart.desktop %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png ++++++ qlipper-translations.patch ++++++ diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e7e2bd..7b092d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,18 +164,36 @@ set (QLIPPER_RESOURCES ) set (QLIPPER_TRANSLATIONS + ts/qlipper_ar.ts + ts/qlipper_bg.ts ts/qlipper_ca.ts ts/qlipper_cs.ts + ts/qlipper_da.ts ts/qlipper_de.ts ts/qlipper_es.ts + ts/qlipper_et.ts + ts/qlipper_fa.ts + ts/qlipper_fr.ts + ts/qlipper_he.ts + ts/qlipper_hi.ts + ts/qlipper_hr.ts + ts/qlipper_hu.ts + ts/qlipper_it.ts ts/qlipper_ja.ts + ts/qlipper_ko.ts ts/qlipper_lt.ts + ts/qlipper_nb_NO.ts + ts/qlipper_nl.ts + ts/qlipper_oc.ts ts/qlipper_pl.ts + ts/qlipper_pt.ts + ts/qlipper_ru.ts + ts/qlipper_si.ts + ts/qlipper_sk.ts ts/qlipper_sr.ts ts/qlipper_sv.ts - ts/qlipper_it.ts + ts/qlipper_uk.ts ts/qlipper_zh_CN.ts - ts/qlipper_pt.ts ) QT6_WRAP_UI( QLIPPER_UI ${QLIPPER_FORMS} )
