Accepting request 75064 from home:vuntz:branches:GNOME:Apps
Update to 2.00 OBS-URL: https://build.opensuse.org/request/show/75064 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gbrainy?expand=0&rev=36
This commit is contained in:
parent
58d5cecd10
commit
765fd3cf8a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b880be56edad411aa8a4e05a01cb1fb9a608e8ee32fe6617ca886ddb5aaff0e2
|
||||
size 1290442
|
3
gbrainy-2.00.tar.gz
Normal file
3
gbrainy-2.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95df612d00e12f5bda4a7df4c77818e20aec163fd1da5bade7e5fbd5acef624a
|
||||
size 2250228
|
@ -3,8 +3,8 @@ Index: src/Clients/Classical/Makefile.am
|
||||
--- src/Clients/Classical/Makefile.am.orig
|
||||
+++ src/Clients/Classical/Makefile.am
|
||||
@@ -41,7 +41,7 @@ RESOURCES = \
|
||||
-resource:$(top_srcdir)/data/app-graphics/verbal-games-32.png \
|
||||
-resource:$(top_srcdir)/data/app-graphics/gbrainy.svg
|
||||
-resource:$(top_srcdir)/data/app-graphics/gtk-stop.svg \
|
||||
-resource:$(top_srcdir)/data/app-graphics/gtk-ok.svg
|
||||
|
||||
-gbrainydir = $(libdir)/gbrainy
|
||||
+gbrainydir = $(pkglibexecdir)
|
||||
@ -131,8 +131,8 @@ Index: src/Clients/Classical/Makefile.in
|
||||
--- src/Clients/Classical/Makefile.in.orig
|
||||
+++ src/Clients/Classical/Makefile.in
|
||||
@@ -274,7 +274,7 @@ RESOURCES = \
|
||||
-resource:$(top_srcdir)/data/app-graphics/verbal-games-32.png \
|
||||
-resource:$(top_srcdir)/data/app-graphics/gbrainy.svg
|
||||
-resource:$(top_srcdir)/data/app-graphics/gtk-stop.svg \
|
||||
-resource:$(top_srcdir)/data/app-graphics/gtk-ok.svg
|
||||
|
||||
-gbrainydir = $(libdir)/gbrainy
|
||||
+gbrainydir = $(pkglibexecdir)
|
||||
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 2 09:34:59 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.00:
|
||||
+ UI:
|
||||
- Integrated question and solution
|
||||
- Theme support
|
||||
- New default theme (notebook)
|
||||
- Vertical / Horizontal toolbar orientation
|
||||
+ Game experience:
|
||||
- Better answer handling
|
||||
- Accept words, accept figures names, more flexibility handling
|
||||
spaces, etc
|
||||
- Better rationale explanations (%)
|
||||
- Fixed some verbal analogies
|
||||
+ Localization:
|
||||
- I18N fixes
|
||||
- Proof-reading on English by native speakers. 20% of strings
|
||||
where enhanced for better grammar.
|
||||
- Ability to run gbrainy in English ignoring the translations
|
||||
+ 11 new games: 4 logic games, 1 calculation game, 6 new verbal
|
||||
analogies
|
||||
+ Infrastructure Fixes
|
||||
- Minor memory leaks
|
||||
- Mono 2.10 support
|
||||
+ Several bug fixes
|
||||
- Remove unneeded glade-sharp2 BuildRequires.
|
||||
- Remove filesystem PreReq, which doesn't need to be explicit.
|
||||
- Rebase gbrainy-use-libexecdir.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 09:36:25 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
11
gbrainy.spec
11
gbrainy.spec
@ -19,12 +19,11 @@
|
||||
|
||||
|
||||
Name: gbrainy
|
||||
Version: 1.65
|
||||
Version: 2.00
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
|
||||
Patch: gbrainy-use-libexecdir.patch
|
||||
PreReq: filesystem
|
||||
Url: http://live.gnome.org/gbrainy
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -38,7 +37,7 @@ BuildRequires: translation-update-upstream
|
||||
Group: Amusements/Games/Logic
|
||||
Summary: A brain teaser game and trainer
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: glade-sharp2 gnome-sharp2
|
||||
BuildRequires: gnome-sharp2
|
||||
BuildRequires: update-desktop-files
|
||||
%else
|
||||
%define suse_update_desktop_file true
|
||||
@ -84,8 +83,8 @@ make
|
||||
%suse_update_desktop_file %name Game
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
# It's not the right size: 32x32
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gbrainy.png
|
||||
## It's not the right size: 32x32
|
||||
#rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gbrainy.png
|
||||
# There are no extensions yet, Thus creating a -devel package sounds overkill (file can't reside in noarch package).
|
||||
rm %{buildroot}%{_libdir}/pkgconfig/gbrainy.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user