Blame ephemeral.spec

95a6fc6
%global appname com.github.cassidyjames
4d8c80e
4d8c80e
Name:           ephemeral
95a6fc6
Version:        5.2.1
95a6fc6
Release:        1%{?dist}
4d8c80e
Summary:        Private-by-default, always-incognito browser
4d8c80e
4d8c80e
License:        GPLv3+
4d8c80e
URL:            https://github.com/cassidyjames/ephemeral
4d8c80e
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
4d8c80e
2842efb
BuildRequires:  /usr/bin/appstream-util
2842efb
BuildRequires:  /usr/bin/desktop-file-validate
4d8c80e
BuildRequires:  meson
4d8c80e
BuildRequires:  pkgconfig(granite)
4d8c80e
BuildRequires:  pkgconfig(gtk+-3.0)
72bca69
BuildRequires:  pkgconfig(libdazzle-1.0)
4d8c80e
BuildRequires:  pkgconfig(webkit2gtk-4.0)
95a6fc6
BuildRequires:  vala
4d8c80e
4d8c80e
%description
4d8c80e
Browse the Internet in private without leaving a trace of history on your
4d8c80e
computer. Ephemeral is a stripped down private browser that's perfect for
4d8c80e
avoiding persistent cookies or web trackers. Close the window and all traces
4d8c80e
of your browsing are removed from your device.
4d8c80e
4d8c80e
%prep
4d8c80e
%autosetup
4d8c80e
4d8c80e
%build
4d8c80e
%meson
4d8c80e
%meson_build
4d8c80e
4d8c80e
%install
4d8c80e
%meson_install
72bca69
# No HiDPI version yet
72bca69
rm -r %{buildroot}%{_datadir}/icons/hicolor/*@2
95a6fc6
%find_lang %{appname}.%{name}
4d8c80e
4d8c80e
%check
95a6fc6
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appname}.%{name}.appdata.xml
95a6fc6
desktop-file-validate %{buildroot}%{_datadir}/applications/%{appname}.%{name}.desktop
4d8c80e
95a6fc6
%files -f %{appname}.%{name}.lang
4d8c80e
%license LICENSE
95a6fc6
%doc README.md
95a6fc6
%{_bindir}/%{appname}.%{name}
95a6fc6
%{_datadir}/applications/%{appname}.%{name}.desktop
95a6fc6
%{_datadir}/glib-2.0/schemas/%{appname}.%{name}.gschema.xml
95a6fc6
%{_datadir}/icons/hicolor/*/*/*
95a6fc6
%{_metainfodir}/%{appname}.%{name}.appdata.xml
4d8c80e
4d8c80e
%changelog
95a6fc6
* Wed Jul 31 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 5.2.1-1
95a6fc6
- Update to 5.2.1
95a6fc6
108403a
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
108403a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
108403a
72bca69
* Thu Jun 20 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 5.1.0-1
72bca69
- Update to 5.1.0
72bca69
- Remove duplicate HiDPI icons
066fa75
bec7b5d
* Tue Apr 02 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 5.0.1-1
bec7b5d
- Update to 5.0.1.
bec7b5d
2842efb
* Wed Mar 13 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.2.0-1
2842efb
- 4.2.0
2842efb
  - New option to close the window when opening a page in an external browser
2842efb
  - The web view is now focused when navigating
2842efb
cf53bd5
* Sat Feb 23 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.1.2-1
cf53bd5
- 4.1.2
cf53bd5
  - Updated and corrected several autocomplete domains
cf53bd5
  - No longer attempt to force HTTPS on protocol-less domains—fixes several popular sites
cf53bd5
  - Strip whitespace from URL entry before navigating—fixes instances where trying to navigate to a domain would perform a search
cf53bd5
- 4.1.1
cf53bd5
  - Corrected joinmastodon.org TLD
cf53bd5
  - Added descriptions for more sites
cf53bd5
  - Removed dead sites
cf53bd5
  - Updated translations
cf53bd5
- 4.1.0
cf53bd5
  - The URL entry will offer to complete over 400 popular sites*
cf53bd5
  - New Search Engine choice in the Menu
cf53bd5
  - Switched to Startpage.com by default
cf53bd5
33fdc50
* Wed Feb 13 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.4-1
33fdc50
- Added German translations
33fdc50
4d8c80e
* Sun Feb 10 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.3-9
4d8c80e
- Updated spec file
4d8c80e
4d8c80e
* Tue Feb 05 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.3-1
4d8c80e
- Added Russian translations
4d8c80e
4d8c80e
* Sun Feb 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.2-1
4d8c80e
- Initial release