From 777935661c68de6c5b3413af94dba3a11e718ec3 Mon Sep 17 00:00:00 2001 From: nemysis Date: Mon, 21 Apr 2014 20:27:38 +0000 Subject: These ports are no longer used or cared for. Horia Racoviceanu wishes to maintain these ports with my help. misc/lxde-common - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com misc/xdg-menu - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Add DOCS Option - Break lines around 80 characters - Change pkg-plist, remove mtree sysutils/lxinput - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com sysutils/lxtask - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Remove TODO from DOCS sysutils/lxterminal - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11/florence - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils - Remove not needed MAN1 from Makefile x11/libfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree x11/lxde-meta - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11/lxmenu-data - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, remove mtree x11/lxpanel - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Strip libraries - Change pkg-plist, add missing x11/menu-cache - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - USES pathfix instead of USE_GNOME gnomehack - Strip library x11-fm/pcmanfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree, add missing x11-themes/lxde-icon-theme - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes - Change pkg-plist, remove mtree x11-wm/lxmed - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11-wm/lxsession - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11-wm/obapps - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Add DOCS Option - Change Desktop entry file x11-wm/obmenu - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Break lines around 80 characters --- misc/lxde-common/Makefile | 5 ++--- misc/xdg-menu/Makefile | 15 ++++++++------- misc/xdg-menu/pkg-plist | 1 - 3 files changed, 10 insertions(+), 11 deletions(-) (limited to 'misc') diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile index fabf77e70d0e..a403421fda1c 100644 --- a/misc/lxde-common/Makefile +++ b/misc/lxde-common/Makefile @@ -3,11 +3,11 @@ PORTNAME= lxde-common PORTVERSION= 0.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION}/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= LXDE Common files LICENSE= GPLv2 @@ -26,7 +26,6 @@ DATADIR= ${PREFIX}/share/lxde INSTALLS_ICONS= YES PORTDOCS= AUTHORS README - OPTIONS_DEFINE= DOCS post-install: diff --git a/misc/xdg-menu/Makefile b/misc/xdg-menu/Makefile index 1c213597d4e0..d68f755d23a7 100644 --- a/misc/xdg-menu/Makefile +++ b/misc/xdg-menu/Makefile @@ -1,9 +1,9 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= xdg-menu PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -12,7 +12,7 @@ DISTFILES= XDG-Menu-${DISTVERSION}.tgz \ DIST_SUBDIR= python EXTRACT_ONLY= XDG-Menu-${DISTVERSION}.tgz -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= ROX panel applet that displays an applications menu button LICENSE= GPLv2 @@ -29,10 +29,10 @@ INSTALLS_ICONS= yes PORTDOCS= * -DESKTOP_ENTRIES="XDG-Menu" "${COMMENT}" ${PORTNAME} \ - "${PORTNAME}" "Application;System;" false +DESKTOP_ENTRIES="XDG-Menu" "" ${PORTNAME} \ + "${PORTNAME}" "Application;System;" "" -OPTIONS_DEFINE= ROX +OPTIONS_DEFINE= DOCS ROX ROX_DESC= Enable ROX panel applet support SUB_FILES= ${PORTNAME} @@ -43,7 +43,8 @@ post-patch: @${REINPLACE_CMD} -i '' 's|/usr/lib|../../lib|' ${WRKSRC}/findrox.py .if ! ${PORT_OPTIONS:MROX} - @${REINPLACE_CMD} -i '' '/if not rox.confirm/,/sys.exit/s/^/#/' ${WRKSRC}/AppRun + @${REINPLACE_CMD} -i '' '/if not rox.confirm/,/sys.exit/s/^/#/' \ + ${WRKSRC}/AppRun @${ECHO_MSG} @${ECHO_MSG} "You have not enabled ROX panel applet support" @${ECHO_MSG} diff --git a/misc/xdg-menu/pkg-plist b/misc/xdg-menu/pkg-plist index d821ee3ddd62..cc050f42ba15 100644 --- a/misc/xdg-menu/pkg-plist +++ b/misc/xdg-menu/pkg-plist @@ -45,4 +45,3 @@ share/pixmaps/xdg-menu.png @dirrm apps/XDG-Menu/python @dirrm apps/XDG-Menu/Messages @dirrm apps/XDG-Menu -@dirrmtry apps -- cgit