svn commit: r337011 - head/deskutils/lxshortcut
Rusmir Dusko
nemysis at FreeBSD.org
Fri Dec 20 13:36:08 UTC 2013
Author: nemysis
Date: Fri Dec 20 13:36:07 2013
New Revision: 337011
URL: http://svnweb.freebsd.org/changeset/ports/337011
Log:
- Bump PORTREVISION for dependency change
- Add dependency for textproc/p5-XML-Parser
- Change desktop entry
- Break lines around 80 characters
Approved by: pawel / wg (mentors, implicit)
Modified:
head/deskutils/lxshortcut/Makefile
Modified: head/deskutils/lxshortcut/Makefile
==============================================================================
--- head/deskutils/lxshortcut/Makefile Fri Dec 20 13:27:13 2013 (r337010)
+++ head/deskutils/lxshortcut/Makefile Fri Dec 20 13:36:07 2013 (r337011)
@@ -3,9 +3,10 @@
PORTNAME= lxshortcut
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF/lxde/LXShortcut%20%28edit%20app%20shortcut%29/LXShortcut%20${PORTVERSION}/ \
- SF/nemysisfreebsdp/lxde/:icons
+ SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
@@ -15,6 +16,8 @@ COMMENT= Small utility used to edit easi
LICENSE= GPLv3
+BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
+
USES= gmake pkgconfig
USE_GNOME= gtk20 intlhack
GNU_CONFIGURE= yes
@@ -32,7 +35,7 @@ NLS_USES= gettext
SUB_FILES= ${PORTNAME}-start
-DESKTOP_ENTRIES="LXShortcut" "${COMMENT}" "${PORTNAME}" \
+DESKTOP_ENTRIES="LXShortcut" "" "${PORTNAME}" \
"${PORTNAME}-start" "Settings;GTK;DesktopSettings;" true
.include <bsd.port.options.mk>
@@ -48,7 +51,8 @@ post-patch:
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-start ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/
+ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list