Accepting request 160154 from home:dimstar:branches:GNOME:Factory
Update to 3.7.92 OBS-URL: https://build.opensuse.org/request/show/160154 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-robots?expand=0&rev=2
This commit is contained in:
parent
0edd0dcd31
commit
772de51116
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fec1ac5dbf473aa781b415dc4cf8c6625ee97c3db14156d0198352dbfc22a6bb
|
|
||||||
size 2049624
|
|
3
gnome-robots-3.7.92.tar.xz
Normal file
3
gnome-robots-3.7.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5695c5203ed35b3fe04771a1ec7d0d19517137fd9ab3a126253764a770baa86
|
||||||
|
size 2019352
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 22:51:44 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.92:
|
||||||
|
+ Rename the desktop file back to gnobots2.desktop.
|
||||||
|
+ Move themes in from gnome-games-extra-data.
|
||||||
|
+ Add high contrast icons.
|
||||||
|
+ Updated translations.
|
||||||
|
- Also obsolete gnobots2-lang to ease upgrades.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 20:16:14 UTC 2013 - dimstar@opensuse.org
|
Tue Mar 5 20:16:14 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: gnome-robots
|
Name: gnome-robots
|
||||||
Version: 3.7.90
|
Version: 3.7.92
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Summary: Robots Game for GNOME
|
Summary: Robots Game for GNOME
|
||||||
@ -34,6 +34,7 @@ BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
|
|||||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||||
# gnome-robots used to be called 'gnobots' and was part of gnome-games until 3.7.x
|
# gnome-robots used to be called 'gnobots' and was part of gnome-games until 3.7.x
|
||||||
Obsoletes: gnobots2 < 3.7
|
Obsoletes: gnobots2 < 3.7
|
||||||
|
Obsoletes: gnobots2-lang < 3.7
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
@ -54,7 +55,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%suse_update_desktop_file %{name}
|
%suse_update_desktop_file gnobots2
|
||||||
bash %{_docdir}/gnome-games-scripts/gnome-games-create-post %{buildroot}
|
bash %{_docdir}/gnome-games-scripts/gnome-games-create-post %{buildroot}
|
||||||
|
|
||||||
%post -f %{name}.scores_post
|
%post -f %{name}.scores_post
|
||||||
@ -62,6 +63,7 @@ bash %{_docdir}/gnome-games-scripts/gnome-games-create-post %{buildroot}
|
|||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
|
%icon_theme_cache_post HighContrast
|
||||||
|
|
||||||
%verifyscript
|
%verifyscript
|
||||||
%verify_permissions -e %{_bindir}/%{name}
|
%verify_permissions -e %{_bindir}/%{name}
|
||||||
@ -70,16 +72,18 @@ bash %{_docdir}/gnome-games-scripts/gnome-games-create-post %{buildroot}
|
|||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
%icon_theme_cache_postun HighContrast
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING NEWS
|
%doc COPYING NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/gnobots2.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
%{_datadir}/icons/hicolor/*/actions/teleport*
|
%{_datadir}/icons/hicolor/*/actions/teleport*
|
||||||
|
%{_datadir}/icons/HighContrast/
|
||||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||||
%defattr (0755, games, games)
|
%defattr (0755, games, games)
|
||||||
# WARNING: If you are modifying this list, don't forget to edit the
|
# WARNING: If you are modifying this list, don't forget to edit the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user