commit b63f581251de4611a528707a93fee91b2e5a4941d56de641db1abba050e13f96 Author: Michael Vetter Date: Thu Apr 30 07:27:38 2020 +0000 New package OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wcm?expand=0&rev=1 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/v0.4.0.tar.gz b/v0.4.0.tar.gz new file mode 100644 index 0000000..131c45f --- /dev/null +++ b/v0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b03dbc9fad184c8e3277e8f5da68707148b3df9df6e042d848b80ee1c53b701 +size 263841 diff --git a/wcm.changes b/wcm.changes new file mode 100644 index 0000000..cf0fbde --- /dev/null +++ b/wcm.changes @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 30 05:13:39 UTC 2020 - Dead Mozay + +- Remove _service + +------------------------------------------------------------------- +Mon Mar 23 05:31:01 UTC 2020 - dead_mozay@opensuse.org + +- Update to version v0.4.0: + * No changelog was made available. + +------------------------------------------------------------------- +Mon Mar 23 05:30:47 UTC 2020 - Dead Mozay + +- Initial package diff --git a/wcm.obsinfo b/wcm.obsinfo new file mode 100644 index 0000000..e9c7d9f --- /dev/null +++ b/wcm.obsinfo @@ -0,0 +1,5 @@ +name: wcm +version: v0.4.0 +mtime: 1584642513 +commit: f6eb1ebeb50d7bebd8fd8f9432ff1b3917ab3f97 + diff --git a/wcm.spec b/wcm.spec new file mode 100644 index 0000000..267852a --- /dev/null +++ b/wcm.spec @@ -0,0 +1,60 @@ +# +# spec file for package wcm +# +# Copyright (c) 2020 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: wcm +Version: 0.4.0 +Release: 0 +Summary: Wayfire Config Manager +License: MIT +Url: https://wayfire.org/ +Source: https://github.com/WayfireWM/%{name}/archive/v%{version}.tar.gz +BuildRequires: meson +BuildRequires: gcc-c++ +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(wayfire) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libevdev) +BuildRequires: pkgconfig(wf-config) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-protocols) +Requires: wayfire + +%description +Wayfire Config Manager https://wayfire.org/. + +%prep +%autosetup -p1 + +%build +%meson +%meson_build + +%install +%meson_install +%suse_update_desktop_file -G -r wayfire-config-manager "Wayfire Config Manager" "Settings;DesktopSettings" + +%files +%license LICENSE +%{_bindir}/%{name} +%{_datadir}/wayfire/icons +%{_datadir}/icons/hicolor/* +%{_datadir}/applications/wayfire-config-manager.desktop + +%changelog +