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
This commit is contained in:
commit
5bc12a0c3d
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
0.3.1.tar.gz
Normal file
3
0.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf
|
||||
size 5732512
|
4
blanket.changes
Normal file
4
blanket.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 10:49:27 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Initial package of blanket 0.3.1 for openSUSE
|
69
blanket.spec
Normal file
69
blanket.spec
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user