4 Commits

Author SHA256 Message Date
92adb27957 Accepting request 1323537 from X11:LXQt
- Remove Group: declaration
- Remove %suse_update_desktop_file, deprecated
- Add qlipper-translations.patch

- Update to version 6.0.0
  * Plenty of translation updates
  * Port to Qt v6
  * Add wayland support (using KF6)

OBS-URL: https://build.opensuse.org/request/show/1323537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qlipper?expand=0&rev=6
2025-12-18 17:37:48 +00:00
ecbf4e2413 - Add qlipper-translations.patch
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qlipper?expand=0&rev=16
2025-12-18 15:25:57 +00:00
31ba65fe2e - Remove Group: declaration
- Remove %suse_update_desktop_file, deprecated

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qlipper?expand=0&rev=15
2025-12-17 22:58:02 +00:00
d9d7b62920 - Update to version 6.0.0
* Plenty of translation updates
  * Port to Qt v6
  * Add wayland support (using KF6)

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qlipper?expand=0&rev=14
2025-12-17 22:36:49 +00:00
5 changed files with 80 additions and 27 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9039458cfa18bd0be78b1e32e7da33b2e7e2c19d02d4b895d6946353ac8f706d
size 104652

3
qlipper-6.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4e70f54d007e1e1cd715944b6742c4c70bab5b28838aa33d673de0c7a6c1570
size 130712

View File

@@ -0,0 +1,43 @@
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} )

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Dec 17 22:38:05 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Remove Group: declaration
- Remove %suse_update_desktop_file, deprecated
- Add qlipper-translations.patch
-------------------------------------------------------------------
Wed Dec 17 21:33:53 UTC 2025 - Андрей Алыпов <and.november@opensuse.org>
- Update to version 6.0.0
* Plenty of translation updates
* Port to Qt v6
* Add wayland support (using KF6)
-------------------------------------------------------------------
Wed Oct 30 18:42:19 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>

View File

@@ -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