]> git.pld-linux.org Git - packages/copyq.git/commitdiff
up to 8.0.0 master auto/th/copyq-8.0.0-1
authorJan Palus <atler@pld-linux.org>
Thu, 14 Mar 2024 21:17:15 +0000 (22:17 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 14 Mar 2024 21:17:15 +0000 (22:17 +0100)
- disable native notifications -- packaging of kde stuff in pld is too
  big of a mess

copyq.spec

index 3a62c50132b14cc596ec12d44678aade3f8824f5..2ee430b8425702c0203c67f8d9d302996e564dea 100644 (file)
@@ -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}
This page took 0.187811 seconds and 4 git commands to generate.