]> git.pld-linux.org Git - packages/gnome-games.git/blame - gnome-games.spec
- overwritten by current GNOME Games app (games library)
[packages/gnome-games.git] / gnome-games.spec
CommitLineData
a96b450e
JB
1Summary: Video games for GNOME
2Summary(pl.UTF-8): Gry wideo dla GNOME
1fe95821 3Name: gnome-games
a96b450e
JB
4Version: 3.34.2
5Release: 1
8b8bf796 6Epoch: 1
a96b450e 7License: GPL v3+
22fa9ef6 8Group: X11/Applications/Games
a96b450e
JB
9Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-games/3.34/%{name}-%{version}.tar.xz
10# Source0-md5: f9cdbaaecab5100bb2c84f2210c07fe0
11URL: https://wiki.gnome.org/Apps/Games
4bf2fee0 12BuildRequires: gettext-tools
a96b450e
JB
13BuildRequires: glib2-devel >= 1:2.38
14BuildRequires: grilo-devel >= 0.3
15BuildRequires: gtk+3-devel >= 3.0
16BuildRequires: libarchive-devel
17BuildRequires: libhandy-devel >= 0.0.10
18BuildRequires: libmanette-devel >= 0.2.0
d98e0888 19BuildRequires: librsvg-devel >= 1:2.32.0
a96b450e
JB
20BuildRequires: libxml2-devel >= 2.0
21BuildRequires: meson >= 0.46.1
22BuildRequires: ninja >= 1.5
23BuildRequires: pkgconfig
24BuildRequires: retro-gtk-devel >= 0.18.0
25BuildRequires: rpmbuild(macros) >= 1.736
0c2cb79f 26BuildRequires: tar >= 1:1.22
a96b450e 27BuildRequires: tracker-devel >= 2.0
f3308006 28BuildRequires: vala >= 2:0.15.1
a96b450e
JB
29BuildRequires: vala-grilo >= 0.3
30BuildRequires: vala-libhandy >= 0.0.10
31BuildRequires: vala-libmanette >= 0.2.0
32BuildRequires: vala-librsvg >= 1:2.32.0
33BuildRequires: vala-retro-gtk >= 0.18.0
34BuildRequires: vala-tracker >= 2.0
0c2cb79f 35BuildRequires: xz
faf554c0 36Requires(post,postun): gtk-update-icon-cache
a96b450e
JB
37Requires(post,postun): glib2 >= 1:2.38
38Requires: glib2-devel >= 1:2.38
d98e0888 39Requires: hicolor-icon-theme
a96b450e 40Requires: libhandy >= 0.0.10
d98e0888 41Requires: librsvg >= 1:2.32.0
617bfb5a 42BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
7f3383bc 43
44%description
a96b450e
JB
45Games is a GNOME 3 application to browse your video games library and
46to easily pick and play a game from it. It aims to do for games what
47Music already does for your music library.
7f3383bc 48
829f10ae 49%description -l pl.UTF-8
a96b450e
JB
50GNOME Games to aplikacja GNOME 3 do przeglądania biblioteki gier wideo
51i łatwego wybierania gier i grania w nie. Celem jest, aby robić z
52grami to, co GNOME Music robi z biblioteką muzyczną.
67946874 53
7f3383bc 54%prep
55%setup -q
2bb74d1a 56
7f3383bc 57%build
a96b450e
JB
58%meson build \
59 -Dmame-plugin=true
67946874 60
a96b450e 61%ninja_build -C build
7f3383bc 62
63%install
64rm -rf $RPM_BUILD_ROOT
65
a96b450e 66%ninja_install -C build
f9d19920 67
f3308006 68%find_lang %{name}
1fe95821 69
0add80e9
JB
70%clean
71rm -rf $RPM_BUILD_ROOT
72
d98e0888
MB
73%post
74%glib_compile_schemas
f3308006 75%update_icon_cache hicolor
d98e0888
MB
76
77%postun
78%glib_compile_schemas
f3308006 79%update_icon_cache hicolor
d98e0888 80
3cf32ce7 81%files -f %{name}.lang
6bc1ab0e 82%defattr(644,root,root,755)
a96b450e
JB
83%doc AUTHORS NEWS README.md
84%attr(755,root,root) %{_bindir}/gnome-games
85%dir %{_libdir}/gnome-games
86%dir %{_libdir}/gnome-games/plugins
87%attr(755,root,root) %{_libdir}/gnome-games/plugins/libgames-*-plugin.so
88%attr(755,root,root) %{_libdir}/gnome-games/plugins/*.plugin
89%{_datadir}/glib-2.0/schemas/org.gnome.Games.gschema.xml
90%{_datadir}/gnome-games
91%{_datadir}/metainfo/org.gnome.Games.appdata.xml
92%{_desktopdir}/org.gnome.Games.desktop
93%{_iconsdir}/hicolor/scalable/apps/org.gnome.Games.svg
94%{_iconsdir}/hicolor/symbolic/apps/org.gnome.Games-symbolic.svg
This page took 0.120753 seconds and 4 git commands to generate.