diff options
author | makc <makc@FreeBSD.org> | 2013-01-23 07:12:20 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-23 07:12:20 +0800 |
commit | 648111d961a91126eaebcc7caa2e9fe4b7777e15 (patch) | |
tree | ee1709b461943ea50012d3f80c3a28636bfa71c0 /audio | |
parent | 80d091a0440cd85837ab53bb1248ce623dede38f (diff) | |
download | freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.tar.gz freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.tar.zst freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.zip |
- 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 from COMMENT
Approved by: maintainers
Diffstat (limited to 'audio')
-rw-r--r-- | audio/atunes/Makefile | 4 | ||||
-rw-r--r-- | audio/rubyripper/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile index e77eb89aa6a6..5f5c41ec6718 100644 --- a/audio/atunes/Makefile +++ b/audio/atunes/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= lme@FreeBSD.org -COMMENT= A full-featured audio player and manager developed in Java +COMMENT= Full-featured audio player and manager developed in Java NO_BUILD= yes USE_JAVA= yes @@ -65,7 +65,7 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac DESKTOP_ENTRIES="aTunes" \ "Audio player and manager" \ - "${DATADIR}/aTunes.ico" \ + "${PREFIX}/share/pixmaps/atunes.png" \ "aTunes" \ "Audio;AudioVideo;Java;" \ true diff --git a/audio/rubyripper/Makefile b/audio/rubyripper/Makefile index 1863ac68b982..f51b62e20b32 100644 --- a/audio/rubyripper/Makefile +++ b/audio/rubyripper/Makefile @@ -31,7 +31,7 @@ USE_RUBY= yes INSTALLS_ICONS= yes DESKTOP_ENTRIES="Rubyripper" "Secure Audio Disc Ripper" \ - "${PORTNAME}.png" "rrip_gtk2" "Audio;AudioVideo;" false + "${PORTNAME}" "rrip_gtk2" "Audio;AudioVideo;" false post-patch: # fix an apparent typo |