]> git.pld-linux.org Git - packages/hatari.git/commitdiff
- Up to 2.1.0. Builds on current TH.
authorŁukasz Maśko <lmasko@pld-linux.org>
Fri, 10 Aug 2018 13:49:14 +0000 (15:49 +0200)
committerŁukasz Maśko <lmasko@pld-linux.org>
Fri, 10 Aug 2018 13:49:14 +0000 (15:49 +0200)
hatari-python_init.patch
hatari.spec

index 634af01ccb6ad43f36b2501be15127fb8826b202..d30da9acf6b35295e6c06ff6c2ea383049a3f4bf 100644 (file)
@@ -9,25 +9,3 @@
        # Assume package has been relocated, try relative data directory:
        path=${0%/*}/../share/hatari/hatariui
  fi
-@@ -20,18 +20,18 @@
- export HATARI_SYSTEM_CONFDIR=$conf
- # example setup for Hatari UI
--$path/$name.py --right "about,|,run,pause,forward,|,reset,|,quit" --embed $*
-+python $path/$name.pyc --right "about,|,run,pause,forward,|,reset,|,quit" --embed $*
- exit 0
- # test setup without embedding, duplicate toggles
--$path/$name.py --top "about,run,pause,quit" \
-+python $path/$name.pyc --top "about,run,pause,quit" \
- --panel "Testpanel,pause,>,close" \
- --bottom "sound,|,forward,pause,|,Testpanel" \
- $*
- exit 0
- # test setup with embedding and all available controls
--$path/$name.py --embed \
-+python $path/$name.pyc --embed \
- --top "about,|,run,pause,|,reset,debug,|,quit" \
- --left "run,pause,reset,machine,about" \
- --panel "Keys,F1=59,F2=60,F3=61,F4=62,F5=63,F6=64,F7=65,F8=66,F9=67,F10=68,>,Macro=Test,Undo=97,Help=98,Enter=114,>,close" \
index 64c6d073cc9eb962bb041e682abe8c68b82a7f06..730735110d63dcfb7805c501f9d672833e34a335 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       hatari - an Atari ST and STE emulator for Linux
 Summary(pl.UTF-8):     hatari - emulator Atari ST i STE dla Linuksa
 Name:          hatari
-Version:       1.9.0
+Version:       2.1.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://download.tuxfamily.org/hatari/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 24e54b19958943dbe5ac1b1f6f32b284
+# Source0-md5: f9c4b73695b28e7cf715373e88e4f683
 Patch0:                %{name}-useless_files.patch
 Patch1:                %{name}-python_init.patch
 Patch2:                %{name}-desktop.patch
@@ -109,4 +109,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/hatari.desktop
 %{_iconsdir}/hicolor/*/apps/hatari.*
 %{_iconsdir}/hicolor/*/mimetypes/application-x-st-disk-image.*
+%{_iconsdir}/hicolor/*/mimetypes/application-vnd.fastcopy-disk-image.*
+%{_iconsdir}/hicolor/*/mimetypes/application-vnd.msa-disk-image.*
+%{_iconsdir}/hicolor/*/mimetypes/application-x-stx-disk-image.*
 %{_datadir}/mime/packages/hatari.xml
This page took 0.099611 seconds and 4 git commands to generate.