forked from pool/gbrainy
Accepting request 25931 from GNOME:Apps
Copy from GNOME:Apps/gbrainy based on submit request 25931 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gbrainy?expand=0&rev=9
This commit is contained in:
parent
036906b33a
commit
3a20c68cb5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c2ca8cf64acea7e1bc79caab64aacc6c96ebf823f5adab851126e33330f1f8ff
|
|
||||||
size 483642
|
|
3
gbrainy-1.20.tar.bz2
Normal file
3
gbrainy-1.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:daa3c3db75ac562c40ffb4300efd8240b1de04ec67bd76fca11a740296c85661
|
||||||
|
size 524742
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 2 01:02:11 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.20:
|
||||||
|
+ 6 new games
|
||||||
|
+ Verbal analogies
|
||||||
|
+ New translations
|
||||||
|
+ Bug fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 12:51:14 UTC 2009 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- fix libdir.patch to apply with fuzz=0
|
||||||
|
- pass --disable-static to configure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 22 23:47:55 CEST 2009 - dimstar@opensuse.org
|
Sat Aug 22 23:47:55 CEST 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
14
gbrainy.spec
14
gbrainy.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gbrainy (Version 1.12)
|
# spec file for package gbrainy (Version 1.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gbrainy
|
Name: gbrainy
|
||||||
Version: 1.12
|
Version: 1.20
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: libdir.patch
|
Patch: libdir.patch
|
||||||
PreReq: filesystem
|
PreReq: filesystem
|
||||||
@ -57,12 +57,6 @@ It provides the following types of games: * Logic puzzles. Games
|
|||||||
|
|
||||||
* Memory trainers. Games designed to challenge your short term memory.
|
* Memory trainers. Games designed to challenge your short term memory.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jordi Mas i Hernandez <jmas@softcatala.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
@ -70,7 +64,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
export MONO_SHARED_DIR=/var/tmp
|
export MONO_SHARED_DIR=/var/tmp
|
||||||
autoreconf
|
autoreconf
|
||||||
%configure
|
%configure --disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
18
libdir.patch
18
libdir.patch
@ -1,5 +1,7 @@
|
|||||||
--- src/gbrainy.in 2008-09-01 03:47:45.000000000 -0600
|
Index: src/gbrainy.in
|
||||||
+++ src/gbrainy.in 2008-09-02 12:56:08.000000000 -0600
|
===================================================================
|
||||||
|
--- src/gbrainy.in.orig 2009-08-20 22:34:52.000000000 +0200
|
||||||
|
+++ src/gbrainy.in 2009-12-01 13:49:08.862712000 +0100
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
@ -9,11 +11,13 @@
|
|||||||
|
|
||||||
MONO_EXE="$libdir/gbrainy/gbrainy.exe"
|
MONO_EXE="$libdir/gbrainy/gbrainy.exe"
|
||||||
|
|
||||||
--- src/Makefile.am 2008-09-01 03:47:45.000000000 -0600
|
Index: src/Makefile.am
|
||||||
+++ src/Makefile.am 2008-09-02 12:55:15.000000000 -0600
|
===================================================================
|
||||||
@@ -88,7 +88,7 @@
|
--- src/Makefile.am.orig 2009-08-20 22:37:18.000000000 +0200
|
||||||
-resource:$(top_srcdir)/data/memory-games-32.png \
|
+++ src/Makefile.am 2009-12-01 13:49:08.869712000 +0100
|
||||||
-resource:$(top_srcdir)/data/gbrainy.svg
|
@@ -98,7 +98,7 @@ RESOURCES = \
|
||||||
|
-resource:$(top_srcdir)/data/game-graphics/handshake.svg \
|
||||||
|
-resource:$(srcdir)/gbrainy.addin.xml
|
||||||
|
|
||||||
-gbrainydir = $(libdir)/gbrainy
|
-gbrainydir = $(libdir)/gbrainy
|
||||||
+gbrainydir = $(prefix)/lib/gbrainy
|
+gbrainydir = $(prefix)/lib/gbrainy
|
||||||
|
Loading…
Reference in New Issue
Block a user