From 9b33dd6d827e1a730a242c84ba10047822d70c66e769dd65750c327f6357f268 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 16 Aug 2015 17:28:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++ kwayland-integration-5.3.95.tar.xz | 3 ++ kwayland-integration.changes | 5 +++ kwayland-integration.spec | 55 ++++++++++++++++++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 .gitattributes create mode 100644 kwayland-integration-5.3.95.tar.xz create mode 100644 kwayland-integration.changes create mode 100644 kwayland-integration.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/kwayland-integration-5.3.95.tar.xz b/kwayland-integration-5.3.95.tar.xz new file mode 100644 index 0000000..85a07a1 --- /dev/null +++ b/kwayland-integration-5.3.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cac139906a2499df3a339f686e794186d51e36b5990906572978c424c35a9fd +size 14008 diff --git a/kwayland-integration.changes b/kwayland-integration.changes new file mode 100644 index 0000000..3a18608 --- /dev/null +++ b/kwayland-integration.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Jul 11 10:15:23 UTC 2015 - hrvoje.senjan@gmail.com + +- Activate kwayland-integration package + diff --git a/kwayland-integration.spec b/kwayland-integration.spec new file mode 100644 index 0000000..0ef422e --- /dev/null +++ b/kwayland-integration.spec @@ -0,0 +1,55 @@ +# +# spec file for package kwayland-integration +# +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: kwayland-integration +Version: 5.3.95 +Release: 0 +Summary: Integration plugins for various KDE frameworks for wayland windowing system +License: LGPL-2.1+ +Group: Development/Libraries/KDE +Url: http://www.kde.org +Source: %{name}-%{version}.tar.xz +BuildRequires: cmake >= 2.8.12 +BuildRequires: extra-cmake-modules >= 1.4.0 +BuildRequires: kf5-filesystem +BuildRequires: kidletime-devel +BuildRequires: kwayland-devel +BuildRequires: kwindowsystem-devel +BuildRequires: pkgconfig(Qt5Core) >= 5.4.0 +BuildRequires: pkgconfig(Qt5Gui) >= 5.4.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Provides integration plugins for various KDE frameworks for the wayland windowing system. + +%prep +%setup -q + +%build + %cmake_kf5 -d build + %make_jobs + +%install + %kf5_makeinstall -C build + +%files +%defattr(-,root,root) +%doc COPYING* +%{_kf5_plugindir}/ + +%changelog