From 3d1ce69f81392a6e9144039c2ced170988e24238593bfe2b7b7eb7960c6adc61 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 24 Apr 2020 13:41:48 +0000 Subject: [PATCH] New package OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-config?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++ .gitignore | 1 + _service | 19 +++++++++++ _servicedata | 4 +++ wf-config-0.4.0.obscpio | 3 ++ wf-config.changes | 22 +++++++++++++ wf-config.obsinfo | 5 +++ wf-config.spec | 73 +++++++++++++++++++++++++++++++++++++++++ 8 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 wf-config-0.4.0.obscpio create mode 100644 wf-config.changes create mode 100644 wf-config.obsinfo create mode 100644 wf-config.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/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..e75f125 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + wf-config + https://github.com/WayfireWM/wf-config.git + git + git-master + @PARENT_TAG@ + 0.4.0 + enable + dead_mozay@opensuse.org + + + + + xz + *.tar + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..56919dd --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/WayfireWM/wf-config.git + 0c91e34356780b19024f833110a1dca613cc56bd \ No newline at end of file diff --git a/wf-config-0.4.0.obscpio b/wf-config-0.4.0.obscpio new file mode 100644 index 0000000..b2512df --- /dev/null +++ b/wf-config-0.4.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df213f728eb1801492554397dc085abdbe6fcc7df08ac2321163d83bd6c1b137 +size 412683 diff --git a/wf-config.changes b/wf-config.changes new file mode 100644 index 0000000..43a2099 --- /dev/null +++ b/wf-config.changes @@ -0,0 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 23 03:53:10 UTC 2020 - dead_mozay@opensuse.org + +- Update to version 0.4.0: + * This release is a complete rewrite of the old wf-config + +------------------------------------------------------------------- +Tue Mar 17 06:21:54 UTC 2020 - dead_mozay@opensuse.org + +- Update to version 0.3.git~20200223.fdcc040: + * No user-visible changes + +------------------------------------------------------------------- +Thu Oct 03 10:47:42 UTC 2019 - dead_mozay@opensuse.org + +- Update to version 0.1: + * No user-visible changes + +------------------------------------------------------------------- +Thu Oct 3 10:47:22 UTC 2019 - Dead Mozay + +- Initial package diff --git a/wf-config.obsinfo b/wf-config.obsinfo new file mode 100644 index 0000000..5bf2aa6 --- /dev/null +++ b/wf-config.obsinfo @@ -0,0 +1,5 @@ +name: wf-config +version: 0.4.0 +mtime: 1584817349 +commit: 0c91e34356780b19024f833110a1dca613cc56bd + diff --git a/wf-config.spec b/wf-config.spec new file mode 100644 index 0000000..eae6dfb --- /dev/null +++ b/wf-config.spec @@ -0,0 +1,73 @@ +# +# spec file for package wf-config +# +# Copyright (c) 2019 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 https://bugs.opensuse.org/ +# + +%define so_ver 0.3 +%define libname libwf-config0 +Name: wf-config +Version: 0.4.0 +Release: 0 +Summary: A library for managing configuration files +License: MIT +URL: https://wayfire.org/ +Source: %{name}-%{version}.tar.xz +BuildRequires: gcc-c++ +BuildRequires: meson +BuildRequires: pkgconfig +BuildRequires: pkgconfig(glm) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libevdev) +BuildRequires: pkgconfig(wlroots) + +%description +A library for managing configuration files, written for wayfire. + +%package -n %{libname} +Summary: A library for managing configuration files + +%description -n %{libname} +A library for managing configuration files, written for wayfire. + +%package devel +Summary: Development files for %{name} +Requires: %{libname} = %{version} + +%description devel +Development files for %{name}. + +%prep +%autosetup -p1 + +%build +%meson +%meson_build + +%install +%meson_install + +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig + +%files -n %{libname} +%license LICENSE +%{_libdir}/*.so.* + +%files devel +%{_includedir}/wayfire +%{_libdir}/libwf-config.so +%{_libdir}/pkgconfig/wf-config.pc + +%changelog