[Midnightbsd-cvs] mports: x11-wm/windowmaker: Add wmaker.desktop file for GDM.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 11 13:45:58 EST 2008


Log Message:
-----------
Add wmaker.desktop file for GDM.  Not everyone uses GDM, but we're heading in that direction.

Modified Files:
--------------
    mports/x11-wm/windowmaker:
        Makefile (r1.9 -> r1.10)
        pkg-plist (r1.4 -> r1.5)

Added Files:
-----------
    mports/x11-wm/windowmaker/files:
        wmaker.desktop (r1.1)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/x11-wm/windowmaker/pkg-plist,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11-wm/windowmaker/pkg-plist -L x11-wm/windowmaker/pkg-plist -u -r1.4 -r1.5
--- x11-wm/windowmaker/pkg-plist
+++ x11-wm/windowmaker/pkg-plist
@@ -89,6 +89,7 @@
 etc/WindowMaker/WMState
 etc/WindowMaker/WMWindowAttributes
 etc/WindowMaker/WindowMaker
+etc/dm/Sessions/wmaker.desktop
 include/WINGs/WINGs.h
 include/WINGs/WINGsP.h
 include/WINGs/WUtil.h
@@ -334,6 +335,7 @@
 @dirrm GNUstep/Local/Applications/WPrefs.app/xpm
 @dirrm GNUstep/Local/Applications/WPrefs.app
 @dirrm etc/WindowMaker
+ at dirrmtry etc/dm/Sessions
 @dirrm include/WINGs
 @dirrm man/sk/man1
 @dirrm man/sk
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-wm/windowmaker/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L x11-wm/windowmaker/Makefile -L x11-wm/windowmaker/Makefile -u -r1.9 -r1.10
--- x11-wm/windowmaker/Makefile
+++ x11-wm/windowmaker/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	windowmaker
 PORTVERSION=	0.92.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-wm windowmaker
 MASTER_SITES=	${MASTER_SITE_WINDOWMAKER} \
 		http://dougbarton.us/Downloads/
@@ -87,6 +87,8 @@
 
 post-install:
 	@${MKDIR} ${PREFIX}/share/WindowMaker/Sounds
+	@${MKDIR} -p ${PREFIX}/etc/dm/Sessions
+	${CP} ${FILESDIR}/wmaker.desktop ${PREFIX}/etc/dm/Sessions
 
 update-LINGUAS: extract
 	cd ${WRKSRC}/po && \
--- /dev/null
+++ x11-wm/windowmaker/files/wmaker.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=WindowMaker
+Comment=WindowMaker login
+Exec=/usr/local/bin/wmaker
+TryExec=/usr/local/bin/wmaker
+Icon=
+Type=Application


More information about the Midnightbsd-cvs mailing list