diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
commit | 826aae24a51502c0b589f8706d66dacd44360ba4 (patch) | |
tree | 4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /x11-wm/gcompmgr/Makefile | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff) |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days)
Notes
Notes:
svn path=/head/; revision=310845
Diffstat (limited to 'x11-wm/gcompmgr/Makefile')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index 7bd195624221..adf78937a47f 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= umeno@rr.iij4u.or.jp -COMMENT= A GNOME interface to xcompmgr +COMMENT= GNOME interface to xcompmgr RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 @@ -24,7 +24,7 @@ DESKTOP_ENTRIES="gcompmgr" \ "Configure window effects" \ "" \ "gcompmgr" \ - "Application;Settings;" \ + "DesktopSettings;Settings;GTK;" \ true |