summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorahoka <ahoka>2008-12-20 15:16:52 +0000
committerahoka <ahoka>2008-12-20 15:16:52 +0000
commitf324ce292233190507779de4cf0fea5c635c0d42 (patch)
tree673c42598613001df57132635033edc3f0e87970 /emulators
parent399eb813801fbce5635b454d1b2ec7e816be811e (diff)
downloadpkgsrc-f324ce292233190507779de4cf0fea5c635c0d42.tar.gz
Add .desktop file so users can start it from a freedesktop compatible menu.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/e-uae/Makefile9
-rw-r--r--emulators/e-uae/PLIST3
-rw-r--r--emulators/e-uae/files/e-uae.desktop12
3 files changed, 20 insertions, 4 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index 7611f3be654..242810001dc 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2007/08/16 22:23:46 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/12/20 15:16:52 ahoka Exp $
DISTNAME= e-uae-0.8.28
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.rcdrummond.net/uae/e-uae-0.8.28/
EXTRACT_SUFX= .tar.bz2
@@ -17,13 +17,16 @@ CONFLICTS+= uae-[0-9]*
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+USE_DIRS+= xdg-1.4
.include "options.mk"
-INSTALLATION_DIRS= share/doc/uae
+INSTALLATION_DIRS= share/doc/uae \
+ share/applications
post-install:
cd ${WRKSRC}/docs && ${INSTALL_DATA} *.txt ${DESTDIR}${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${FILESDIR}/e-uae.desktop ${DESTDIR}${PREFIX}/share/applications
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
diff --git a/emulators/e-uae/PLIST b/emulators/e-uae/PLIST
index 39f763066da..52eb3207180 100644
--- a/emulators/e-uae/PLIST
+++ b/emulators/e-uae/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/24 20:21:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/12/20 15:16:52 ahoka Exp $
bin/readdisk
bin/uae
share/doc/uae/bsdsocket.txt
@@ -9,4 +9,5 @@ share/doc/uae/floppies.txt
share/doc/uae/joystick.txt
share/doc/uae/keyboard.txt
share/doc/uae/scsi.txt
+share/applications/e-uae.desktop
@dirrm share/doc/uae
diff --git a/emulators/e-uae/files/e-uae.desktop b/emulators/e-uae/files/e-uae.desktop
new file mode 100644
index 00000000000..91a0f1ea484
--- /dev/null
+++ b/emulators/e-uae/files/e-uae.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=e-uae
+Comment=Ubiquitous Amiga Emulator
+Comment[tr]=Amiga Emülatörü
+Comment[hu]=Amiga Emulátor
+Exec=uae
+Icon=package_games_arcade
+Terminal=false
+Type=Application
+Categories=Application;Game;Emulator
+StartupNotify=false