Accepting request 537981 from home:1Antoine1:GNOME

- Initial package: eolie 0.9.9.

OBS-URL: https://build.opensuse.org/request/show/537981
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=1
This commit is contained in:
Dominique Leuenberger 2017-11-01 12:11:50 +00:00 committed by Git OBS Bridge
commit e97739b832
4 changed files with 119 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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

3
eolie-0.9.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28c9422563d673ac226edbb7e99c5be4db914a19f33884858069c23fdeec4ca4
size 214364

5
eolie.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Tue Oct 31 20:06:57 UTC 2017 - antoine.belvire@opensuse.org
- Initial package: eolie 0.9.9.

88
eolie.spec Normal file
View File

@ -0,0 +1,88 @@
#
# spec file for package eolie
#
# Copyright (c) 2017 The openSUSE Project.
#
# 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: eolie
Version: 0.9.9
Release: 0
Summary: Web browser for GNOME
License: GPL-3.0
Group: Productivity/Networking/Web/Browsers
URL: https://gnumdk.github.io/eolie-web
Source: https://github.com/gnumdk/eolie/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(pygobject-3.0)
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0)
%description
Eolie is a Web browser for the GNOME Desktop. It provides:
* Firefox sync support
* Secret password store
* A modern UI
%package -n gnome-shell-search-provider-eolie
Summary: Eolie Search Provider for GNOME Shell
Group: Productivity/Networking/Web/Browsers
Requires: %{name} = %{version}
Requires: gnome-shell
Supplements: packageand(%{name}:gnome-shell)
%description -n gnome-shell-search-provider-eolie
This package contains a search provider to enable GNOME Shell to get
search results from the Eolie Web browser.
%lang_package
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%suse_update_desktop_file org.gnome.Eolie
%find_lang %{name} %{?no_lang_C}
%files
%license COPYING
%doc README.md
%{_bindir}/%{name}
%{_datadir}/appdata/org.gnome.Eolie.appdata.xml
%{_datadir}/applications/org.gnome.Eolie.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.Eolie.gschema.xml
%{_datadir}/icons/hicolor/*/*/org.gnome.Eolie*
%{_datadir}/%{name}
%{_libdir}/%{name}
%{python3_sitelib}/%{name}
%files -n gnome-shell-search-provider-eolie
%dir %{_datadir}/gnome-shell
%dir %{_datadir}/gnome-shell/search-providers
%{_datadir}/dbus-1/services/org.gnome.Eolie.SearchProvider.service
%{_datadir}/gnome-shell/search-providers/eolie-search-provider.ini
%{_libexecdir}/%{name}-sp
%files lang -f %{name}.lang
%changelog