[packages/copyq] up to 8.0.0

atler atler at pld-linux.org
Thu Mar 14 22:25:32 CET 2024


commit 72ec171b43f2b851274debd0ef760c374f2594a2
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Mar 14 22:17:15 2024 +0100

    up to 8.0.0
    
    - disable native notifications -- packaging of kde stuff in pld is too
      big of a mess

 copyq.spec | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/copyq.spec b/copyq.spec
index 3a62c50..2ee430b 100644
--- a/copyq.spec
+++ b/copyq.spec
@@ -7,12 +7,12 @@
 
 Summary:	Advanced clipboard manager with editing and scripting features
 Name:		copyq
-Version:	7.1.0
+Version:	8.0.0
 Release:	1
 License:	GPL v3+
 Group:		X11/Applications
 Source0:	https://github.com/hluk/CopyQ/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	08c93069ad9221eb46f6168ef7ea3f58
+# Source0-md5:	f73dc0cee3e25a98dae5632e38b74751
 Patch0:		%{name}-plugindir.patch
 URL:		https://hluk.github.io/CopyQ/
 %if %{without qt6}
@@ -38,8 +38,6 @@ BuildRequires:	Qt6Xml-devel >= %{qt6ver}
 BuildRequires:	qt6-linguist
 %endif
 BuildRequires:	cmake >= 3.13
-BuildRequires:	kf5-extra-cmake-modules >= 5.18.0
-BuildRequires:	kf5-knotifications-devel >= 5.18.0
 BuildRequires:	libstdc++-devel >= 6:7
 BuildRequires:	libxcb-devel
 BuildRequires:	rpm-build >= 4.6
@@ -97,6 +95,7 @@ Bash completion for CopyQ.
 install -d build
 cd build
 %cmake .. \
+	-DWITH_NATIVE_NOTIFICATIONS:BOOL=OFF \
 	%{cmake_on_off qt6 WITH_QT6} \
 	-DDATA_INSTALL_PREFIX:PATH=%{_datadir}
 %{__make}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/copyq.git/commitdiff/72ec171b43f2b851274debd0ef760c374f2594a2



More information about the pld-cvs-commit mailing list