]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- 1.0.0
authorwitekfl <witekfl@pld-linux.org>
Fri, 17 Dec 2010 09:04:07 +0000 (09:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added the svgakeysym.patch
- svga version doesn't work me

Changed files:
    fuse-svgakeysym.patch -> 1.1
    fuse.spec -> 1.47

fuse-svgakeysym.patch [new file with mode: 0644]
fuse.spec

diff --git a/fuse-svgakeysym.patch b/fuse-svgakeysym.patch
new file mode 100644 (file)
index 0000000..8379c60
--- /dev/null
@@ -0,0 +1,10 @@
+--- fuse-1.0.0/keysyms.pl.old  2010-12-17 09:32:30.000000000 +0100
++++ fuse-1.0.0/keysyms.pl      2010-12-17 09:34:25.000000000 +0100
+@@ -203,6 +203,7 @@ my %ui_data = (
+                 Down       => 'CURSORBLOCKDOWN',
+                 Up         => 'CURSORBLOCKUP',
+                 Right      => 'CURSORBLOCKRIGHT',
++                KP_Enter   => 'KEYPADENTER',
+             },
+             function => \&svga_keysym,
+           },
index ef193573f796f16e695d399e7379abb34177a074..305344a40b076d82a8688699971bdc44e92597e9 100644 (file)
--- a/fuse.spec
+++ b/fuse.spec
@@ -9,13 +9,13 @@
 Summary:       Free Unix Spectrum Emulator
 Summary(pl.UTF-8):     Darmowy uniksowy emulator ZX Spectrum
 Name:          fuse
-Version:       0.10.0.2
-Release:       4
+Version:       1.0.0
+Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
-Source0:       http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
-# Source0-md5: f6e44ad9d3ef6668cbfa60cd4647e024
-Patch0:                %{name}-widget.patch
+Source0:       http://download.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
+# Source0-md5: c83fc5c8b1af89cc341816b298124f10
+Patch0:        %{name}-svgakeysym.patch
 URL:           http://fuse-emulator.sourceforge.net/
 %{?with_sdl:BuildRequires:     SDL-devel >= 1.2.4}
 BuildRequires: autoconf >= 2.59-9
@@ -24,7 +24,7 @@ BuildRequires:        automake
 BuildRequires: libjsw-devel
 BuildRequires: libpng-devel
 BuildRequires: libsamplerate-devel
-BuildRequires: libspectrum-devel >= 0.5.0
+BuildRequires: libspectrum-devel >= 1.0.0
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.0.0
 BuildRequires: perl-base
@@ -212,7 +212,7 @@ W tym pakiecie znajdują się pliki dla wersji X11.
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
 
 %build
 #%{__libtoolize}
This page took 0.061609 seconds and 4 git commands to generate.