[packages/kf5-plasma-wayland-protocols] - Initial version of the spec, created based upon the Fedora spec.

lmasko lmasko at pld-linux.org
Fri Aug 21 16:59:02 CEST 2020


commit 44f425f70c5b1a635134ca56c9622521f2c5dce7
Author: Łukasz Maśko <lmasko at pld-linux.org>
Date:   Fri Aug 21 16:58:20 2020 +0200

    - Initial version of the spec, created based upon the Fedora spec.

 kf5-plasma-wayland-protocols.spec | 53 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
---
diff --git a/kf5-plasma-wayland-protocols.spec b/kf5-plasma-wayland-protocols.spec
new file mode 100644
index 0000000..4786c07
--- /dev/null
+++ b/kf5-plasma-wayland-protocols.spec
@@ -0,0 +1,53 @@
+%define         kdeframever     5.73
+%define         qtver           5.9.0
+%define         kfname          plasma-wayland-protocols
+
+Name:		kf5-%{kfname}
+Group:		Library
+Version:	1.1.1
+Release:	0.1
+Summary:	Plasma Specific Protocols for Wayland
+
+License:	GPLv2+
+URL:		https://invent.kde.org/libraries/%{kfname}.git
+Source0:	https://download.kde.org/stable/%{kfname}/%{version}/%{kfname}-%{version}.tar.xz
+# Source0-md5:	82207f4df5e4a91452339bcf7b983d7e
+
+BuildRequires:	kf5-extra-cmake-modules
+#BuildRequires:	qt5-qtbase-devel
+
+%description
+Plasma Specific Protocols for Wayland
+
+%package	devel
+Summary:	Development files for %{name}
+Requires:	%{name} = %{version}-%{release}
+
+%description	devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q -n %{kfname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake -G Ninja \
+        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+        ../
+%ninja_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/plasma-wayland-protocols/
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/cmake/PlasmaWaylandProtocols/
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-plasma-wayland-protocols.git/commitdiff/44f425f70c5b1a635134ca56c9622521f2c5dce7



More information about the pld-cvs-commit mailing list