svn commit: r337997 - head/x11-wm/emerald

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 14:46:24 UTC 2013


Author: antoine
Date: Sun Dec 29 14:46:23 2013
New Revision: 337997
URL: http://svnweb.freebsd.org/changeset/ports/337997

Log:
  - Stage support
  - Uses gmake, desktop-file-utils and shared-mime-info

Modified:
  head/x11-wm/emerald/Makefile
  head/x11-wm/emerald/pkg-plist

Modified: head/x11-wm/emerald/Makefile
==============================================================================
--- head/x11-wm/emerald/Makefile	Sun Dec 29 14:46:08 2013	(r337996)
+++ head/x11-wm/emerald/Makefile	Sun Dec 29 14:46:23 2013	(r337997)
@@ -16,21 +16,16 @@ INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 USE_GL=		gl
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		pathfix pkgconfig gettext
+USES=		desktop-file-utils gettext gmake pathfix pkgconfig shared-mime-info
 USE_GNOME=	gtk20 libwnck pango
 USE_XORG=	xrender
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 
-MAN1=		emerald.1 \
-		emerald-theme-manager.1
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 # XXX - might want to change that
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in
 	@${REINPLACE_CMD} -e 's|#define GDK_DISABLE_DEPRECATED||g' \

Modified: head/x11-wm/emerald/pkg-plist
==============================================================================
--- head/x11-wm/emerald/pkg-plist	Sun Dec 29 14:46:08 2013	(r337996)
+++ head/x11-wm/emerald/pkg-plist	Sun Dec 29 14:46:23 2013	(r337997)
@@ -30,6 +30,8 @@ lib/emerald/engines/libzootreeves.so
 lib/emerald/engines/libzootreeves.la
 lib/emerald/engines/libzootreeves.a
 libdata/pkgconfig/emeraldengine.pc
+man/man1/emerald-theme-manager.1.gz
+man/man1/emerald.1.gz
 share/applications/emerald-theme-manager.desktop
 share/icons/hicolor/48x48/mimetypes/application-x-emerald-theme.png
 share/mime/packages/emerald.xml


More information about the svn-ports-head mailing list