[csw-devel] SF.net SVN: gar:[21373] csw/mgar/pkg/scummvm/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu Jun 20 13:51:25 CEST 2013
Revision: 21373
http://gar.svn.sourceforge.net/gar/?rev=21373&view=rev
Author: lblume
Date: 2013-06-20 11:51:20 +0000 (Thu, 20 Jun 2013)
Log Message:
-----------
scummvm/trunk: Add readme and .desktop file
Modified Paths:
--------------
csw/mgar/pkg/scummvm/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/scummvm/trunk/files/README.solaris
csw/mgar/pkg/scummvm/trunk/files/scummvm.desktop
Modified: csw/mgar/pkg/scummvm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scummvm/trunk/Makefile 2013-06-20 08:08:05 UTC (rev 21372)
+++ csw/mgar/pkg/scummvm/trunk/Makefile 2013-06-20 11:51:20 UTC (rev 21373)
@@ -8,7 +8,9 @@
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(NAME)-$(VERSION).tar.bz2
+DISTFILES += README.solaris scummvm.desktop
+
RUNTIME_DEP_PKGS_CSWscummvm += CSWlibz1
RUNTIME_DEP_PKGS_CSWscummvm += CSWlibogg0
RUNTIME_DEP_PKGS_CSWscummvm += CSWlibvorbis0
@@ -59,3 +61,9 @@
# For "install" with GNU syntax
PATH := /opt/csw/gnu:$(PATH)
+
+post-install-modulated:
+ ginstall -m 0644 $(WORKSRC)/README.solaris \
+ $(DESTDIR)$(datadir)/doc/scummvm/
+ ginstall -m 0644 $(WORKSRC)/scummvm.desktop \
+ $(DESTDIR)$(datadir)/applications/scummvm/
Added: csw/mgar/pkg/scummvm/trunk/files/README.solaris
===================================================================
--- csw/mgar/pkg/scummvm/trunk/files/README.solaris (rev 0)
+++ csw/mgar/pkg/scummvm/trunk/files/README.solaris 2013-06-20 11:51:20 UTC (rev 21373)
@@ -0,0 +1,80 @@
+
+ ScummVM Solaris & OpenIndiana
+ =============================
+
+ Introduction
+ ------------
+
+ This package contains 32 & 64 bit binaries built for Solaris 10 and later.
+ The version adapted to the currently loaded kernel will be automatically
+ started when running ScummVM.
+ It was also tested and should work on OpenSolaris-related distros such as
+ OpenIndiana, Solaris 11.
+
+ Installation
+ ------------
+
+ Installation is done as root with the pkgadd command:
+ # pkgadd -d scummvm-x.y.z-solaris-arch.pkg all
+
+ Or using sudo:
+
+ $ sudo pkgadd -d scummvm-x.y.z-solaris-arch.pkg all
+
+ It will be immediately usable as:
+ $ /opt/csw/bin/scummvm
+
+ To make it appear in the GNOME menus, please run the following commands,
+ then log out and back in:
+
+ $ sudo ln -s /opt/csw/share/pixmaps/scummvm.xpm /usr/share/pixmaps/
+ $ sudo ln -s PRFXDIR/scummvm/share/scummvm/scummvm.desktop \
+ /usr/share/applications/
+
+ Notes
+ -----
+
+ This package is built as part of the OpenCSW project that packages useful
+ programes for Solaris. Visit them at http://www/opencsw.org/
+ All the needed libraries are included as a convenience, as I believe a
+ games should be as easy to install and run as possible.
+
+ Have fun
+ -- Laurent À opencsw.org
+
+
+ Remerciements/Thanks
+ --------------------
+
+ à Alexandre et William pour leur aide avec isaexec(3C)
+ à Elsa, Katrina, Mariusz, Olga pour les traductions de la description
+
+ Links
+ -----
+
+ ScummVM
+ http://www.scummvm.org/
+
+ SDL - Simple DirectMedia Layer
+ http://www.libsdl.org/
+
+ Ogg Vorbis
+ http://www.vorbis.com/
+
+ FLAC - Free Lossless Audio Codec
+ http://flac.sourceforge.net/
+
+ MAD - MPEG Audio Decoder
+ http://www.underbit.com/products/mad/
+
+ GCC
+ http://gcc.gnu.org/
+
+ Oracle Solaris
+ http://www.oracle.com/us/products/servers-storage/solaris/index.html
+
+ OpenIndiana
+ http://openindiana.org/
+
+ Oracle Solaris Studio
+ http://www.oracle.com/us/products/tools/050872.html
Added: csw/mgar/pkg/scummvm/trunk/files/scummvm.desktop
===================================================================
--- csw/mgar/pkg/scummvm/trunk/files/scummvm.desktop (rev 0)
+++ csw/mgar/pkg/scummvm/trunk/files/scummvm.desktop 2013-06-20 11:51:20 UTC (rev 21373)
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=ScummVM
+Exec=scummvm
+Icon=scummvm.xpm
+Terminal=false
+Type=Application
+StartupNotify=false
+Categories=Application;Game;AdventureGame;
+Comment=Allows playing many classic graphical adventure games on modern computers
+Comment[da]=Giver lov til at spille mange klassiske eventyr grafikspil paa moderne computer
+Comment[de]=Zum spielen viele alter graphischer Adventures auf modernen Rechnern
+Comment[es]=Permite jugar una gran variedad de videojuegos clásicos de aventura en computadoras modernas
+Comment[fr]=Permet de jouer à des jeux d'aventure graphiques traditionnels sur des ordinateurs modernes
+Comment[it]=Permette di giocare una gran varietà di giochi classici di avventura sui computer moderni
+Comment[pl]=Pozwala grać w wiele klasycznych gier przygodowych na nowoczesnych komputerach
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list