%global appname com.github.tkashkin.gamehub %global version_dev 0.16.0-1-master # Upstream recommendation disabling all optimizations due to known bugs # https://github.com/tkashkin/GameHub/pull/169 %global optflags %{optflags} -O0 %global commit b0f5e258999b495e0f777ceb6a8349aac0454032 %global branch master Name: gamehub Version: 0.16.0.1 Release: 1%{?dist} Summary: All your games in one place License: GPLv3+ URL: https://github.com/tkashkin/GameHub Source0: %{url}/archive/%{version_dev}/%{name}-%{version_dev}.tar.gz BuildRequires: desktop-file-utils BuildRequires: intltool BuildRequires: libappstream-glib BuildRequires: meson BuildRequires: vala BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(unity) BuildRequires: pkgconfig(webkit2gtk-4.0) %if 0%{?fedora} >= 30 BuildRequires: pkgconfig(manette-0.2) %endif Requires: hicolor-icon-theme Requires: polkit%{?_isa} Recommends: dosbox%{?_isa} Recommends: file-roller%{?_isa} Recommends: innoextract%{?_isa} Recommends: wine%{?_isa} # Requires for GOG DOSBox games Suggests: libcaca%{?_isa} # Interpreter for several adventure games Suggests: scummvm%{?_isa} %description Unified library for all your games, written in Vala using GTK+3, designed for elementary OS. GameHub allows to view, download, install, run and uninstall games from supported sources. GameHub supports non-native games as well as native games for Linux. It supports multiple compatibility layers for non-native games: • Wine / Proton • DOSBox • RetroArch • ScummVM It also allows to add custom emulators. GameHub supports WineWrap — a set of preconfigured wrappers for supported games. GameHub supports multiple game sources and services: • Steam • GOG • Humble Bundle • Humble Trove Locally installed games can also be added to GameHub. GameHub makes storing and managing your DRM-free game collection easier. Download installers, DLCs and bonus content and GameHub will save your downloads according to settings. %prep %autosetup -p1 -n GameHub-%{version_dev} %build branch=%{branch} commit=%{commit} commit_short="$(c=${commit}; echo ${c:0:7})" %meson --buildtype=debug -Dgit_branch="${branch}" -Dgit_commit="${commit}" -Dgit_commit_short="${commit_short}" %meson_build %install %meson_install %find_lang %{appname} # No HiDPI icons version yet rm -r %{buildroot}%{_datadir}/icons/hicolor/*@2/ %check appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appname}.appdata.xml desktop-file-validate %{buildroot}%{_datadir}/applications/%{appname}.desktop %files -f %{appname}.lang %doc README.md %license COPYING %{_bindir}/gamehub %{_bindir}/%{appname} %{_bindir}/%{appname}-overlayfs-helper %{_datadir}/%{appname} %{_datadir}/applications/%{appname}.desktop %{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml %{_datadir}/icons/hicolor/*/apps/%{appname}.svg %{_datadir}/polkit-1/actions/%{appname}.policy %{_metainfodir}/%{appname}.appdata.xml %changelog * Tue Apr 21 2020 Panagiotis Simatos - 0.16.0.1 - Update to 0.16.0.1 master version * Mon Mar 23 2020 Panagiotis Simatos - 0.15.0.45 - Update to 0.15.0.45 dev version - This fixes some problems with gog-downloader * Mon Nov 18 2019 Panagiotis Simatos - 0.15.0.1 - Update to 0.15.0.1 - Sync with the official build at https://src.fedoraproject.org - Official build finally using debugging flags. - The only difference now is the version. * Sat Jul 13 2019 Panagiotis Simatos - 0.14.1.24 - Update to 0.14.1.24 * Sat Jul 6 2019 Panagiotis Simatos - 0.14.1.16 - Update to 0.14.1.16 - Sync with the official build * Sun Jun 23 2019 Panagiotis Simatos - 0.14.0.35-1 - Update to 0.14.0.35 - Build with debugging flags. See: https://github.com/tkashkin/GameHub/issues/156 - Remove patch to enable symbolic icons by default * Sun Jun 16 2019 Artem Polishchuk - 0.14.0.19-1 - Update to 0.14.0.19-dev * Mon Jun 03 2019 Artem Polishchuk - 0.13.1.107-1 - Update to 0.13.1-107-dev * Fri May 24 2019 Artem Polishchuk - 0.13.1.96-1 - Update to 0.13.1-96-dev - Add more description - Suggests libcaca package * Sat Apr 13 2019 Artem Polishchuk - 0.13.1.80-3 - Update to latest snapshot - Add recommended packages as weak dependencies - Add libmanette-devel as BR for gamepad support - Enable symbolic icons by default * Tue Apr 09 2019 Artem Polishchuk - 0.13.1.77-1 - Initial Package