[packages/kp6-kwayland] - updated to 6.0.0
witekfl
witekfl at pld-linux.org
Sun Mar 3 21:08:45 CET 2024
commit a0f42be5da928a1ddc0050df2c79f80087d81f0d
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sun Mar 3 20:55:54 2024 +0100
- updated to 6.0.0
kp6-kwayland.spec | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
---
diff --git a/kp6-kwayland.spec b/kp6-kwayland.spec
new file mode 100644
index 0000000..810fbac
--- /dev/null
+++ b/kp6-kwayland.spec
@@ -0,0 +1,73 @@
+%define kdeplasmaver 6.0.0
+%define qtver 5.3.2
+%define kpname kwayland
+
+Summary: Qt-style Client library wrapper for the Wayland libraries
+Name: kp6-%{kpname}
+Version: 6.0.0
+Release: 1
+License: LGPL v2.1+
+Group: X11/Libraries
+Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5: 97c448777e08ea7fe53aaef2cb35d17a
+URL: http://www.kde.org/
+BuildRequires: Qt6Core-devel >= %{qtver}
+BuildRequires: cmake >= 2.8.12
+BuildRequires: rpmbuild(macros) >= 1.164
+BuildRequires: wayland-devel
+BuildRequires: xz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define qt6dir %{_libdir}/qt6
+
+%description
+Qt-style Client library wrapper for the Wayland libraries.
+
+%package devel
+Summary: Header files for %{kpname} development
+Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kpname}
+Group: X11/Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for %{kpname} development.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla programistów używających %{kpname}.
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ ../
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libKWaylandClient.so.*.*
+%ghost %{_libdir}/libKWaylandClient.so.6
+%{_datadir}/qlogging-categories6/kwayland.categories
+%{_datadir}/qlogging-categories6/kwayland.renamecategories
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/KWayland
+%{_libdir}/cmake/KWayland
+%{_libdir}/libKWaylandClient.so
+%{_pkgconfigdir}/KWaylandClient.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp6-kwayland.git/commitdiff/a0f42be5da928a1ddc0050df2c79f80087d81f0d
More information about the pld-cvs-commit
mailing list