commit 5bc12a0c3dd6a59631a0c00736808eecc19ec891730c60e8dabd056799607a09 Author: Martin Pluskal Date: Tue Nov 3 14:05:20 2020 +0000 Accepting request 845700 from home:jubalh please add me as maintainer OBS-URL: https://build.opensuse.org/request/show/845700 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/blanket?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/0.3.1.tar.gz b/0.3.1.tar.gz new file mode 100644 index 0000000..ac9edd8 --- /dev/null +++ b/0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf +size 5732512 diff --git a/blanket.changes b/blanket.changes new file mode 100644 index 0000000..a70d13c --- /dev/null +++ b/blanket.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Nov 3 10:49:27 UTC 2020 - Michael Vetter + +- Initial package of blanket 0.3.1 for openSUSE diff --git a/blanket.spec b/blanket.spec new file mode 100644 index 0000000..e7476df --- /dev/null +++ b/blanket.spec @@ -0,0 +1,69 @@ +# +# spec file for package blanket +# +# Copyright (c) 2020 SUSE LLC +# +# 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/ +# + + +Name: blanket +Version: 0.3.1 +Release: 0 +Summary: Listen to different sounds +License: GPL-3.0-or-later +Group: Amusements/Toys/Other +URL: https://github.com/rafaelmardojai/blanket +Source: https://github.com/rafaelmardojai/blanket/archive/0.3.1.tar.gz +BuildRequires: appstream-glib-devel +BuildRequires: libhandy-devel +BuildRequires: meson +BuildRequires: ninja +BuildRequires: pkgconfig +BuildRequires: python3 +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildArch: noarch + +%description +Improve focus and increase your productivity by listening to different sounds. +Or allows you to fall asleep in a noisy environment. + +%lang_package + +%prep +%setup -q + +%build +%meson +%meson_build + +%install +%meson_install + +%find_lang %{name} + +%files +%license COPYING +%doc README.md +%{_bindir}/blanket +%{_datadir}/blanket/ +%{_datadir}/applications/com.rafaelmardojai.Blanket.desktop +%{_datadir}/glib-2.0/schemas/com.rafaelmardojai.Blanket.gschema.xml +%{_datadir}/metainfo/com.rafaelmardojai.Blanket.metainfo.xml +%{_datadir}/icons/hicolor/scalable/apps/com.rafaelmardojai.Blanket.svg +%{_datadir}/icons/hicolor/symbolic/apps/com.rafaelmardojai.Blanket-symbolic.svg + +%files lang -f %{name}.lang +%{_datadir}/locale/??/LC_MESSAGES/blanket.mo +%{_datadir}/locale/pt_BR/LC_MESSAGES/blanket.mo + +%changelog