From d3d0c8d6d0a8a684bd36b53c40cc9a09a25807c3 Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 24 Sep 2020 17:02:01 +0000 Subject: [PATCH] Refine desktop categories, after re-reading the documentation. "For the lucky number" - not. I resisted adding "Spirituality" for the Church Of Emacs. ;) --- editors/xemacs-current/Makefile | 4 ++-- editors/xemacs/Makefile | 4 ++-- editors/xemacs/files/xemacs.desktop | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index a2637269b6b1..c21815f269ca 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.105 2020/09/24 11:51:48 hauke Exp $ +# $NetBSD: Makefile,v 1.106 2020/09/24 17:02:02 hauke Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} # extra options for x11 support, not for sharing with xemacs-current-nox11 diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 3c2a09bd6185..de7aa8c5291b 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.131 2020/09/24 11:51:47 hauke Exp $ +# $NetBSD: Makefile,v 1.132 2020/09/24 17:02:01 hauke Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 COMMENT= XEmacs text editor version 21.4 # extra options for x11 support, not for sharing with xemacs-current-nox11 diff --git a/editors/xemacs/files/xemacs.desktop b/editors/xemacs/files/xemacs.desktop index abaa46907dc9..b13841571661 100644 --- a/editors/xemacs/files/xemacs.desktop +++ b/editors/xemacs/files/xemacs.desktop @@ -1,4 +1,4 @@ -# $NetBSD: xemacs.desktop,v 1.1 2020/09/24 11:51:47 hauke Exp $ +# $NetBSD: xemacs.desktop,v 1.2 2020/09/24 17:02:01 hauke Exp $ [Desktop Entry] Type=Application @@ -8,5 +8,5 @@ Comment=Highly customizable open source text editor and application development MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; Exec=@PREFIX@/bin/xemacs %F Icon=@LIBDIR@/etc/xemacs-icon.xpm -Categories=Development;Office;System;Utility +Categories=Development;IDE;Utility;TextEditor StartupWMClass=XEmacs