View | Details | Raw Unified | Return to bug 230918 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +16 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	emerald
3
PORTNAME=	emerald
4
PORTVERSION=	0.8.8
4
PORTVERSION=	0.8.8
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	x11-wm
6
CATEGORIES=	x11-wm
7
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
7
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
8
8
Lines 9-24 Link Here
9
MAINTAINER=	freebsd-ports@dan.me.uk
9
MAINTAINER=	freebsd-ports@dan.me.uk
10
COMMENT=	Emerald Window Decorator
10
COMMENT=	Emerald Window Decorator
11
11
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
12
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz
15
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz
16
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
17
		libfreetype.so:print/freetype2
13
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
14
19
15
INSTALLS_ICONS=	yes
20
INSTALLS_ICONS=	yes
16
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USES=		desktop-file-utils gmake libtool pathfix \
23
		pkgconfig shared-mime-info tar:bzip2
17
USE_GL=		gl
24
USE_GL=		gl
18
USES=		desktop-file-utils gettext gmake libtool pathfix \
25
USE_GNOME=	cairo gtk20 intltool libwnck pango
19
		pkgconfig shared-mime-info tar:bzip2
26
USE_XORG=	x11 xrender
20
USE_GNOME=	gtk20 intltool libwnck pango
21
USE_XORG=	xrender
22
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
23
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
24
29
Lines 25-30 Link Here
25
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS+=	-I${LOCALBASE}/include
26
LIBS+=		-L${LOCALBASE}/lib
31
LIBS+=		-L${LOCALBASE}/lib
27
32
33
OPTIONS_DEFINE=		NLS
34
OPTIONS_DEFAULT=	NLS
35
36
NLS_CONFIGURE_ENABLE=	nls
37
NLS_USES=		gettext-runtime gettext-tools
38
28
# XXX - might want to change that
39
# XXX - might want to change that
29
post-patch:
40
post-patch:
30
	@${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in
41
	@${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in
(-)files/patch-themer_main.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- themer/main.c.orig	2009-10-13 20:56:23.000000000 -0400
1
--- themer/main.c.orig	2011-04-21 12:06:20 UTC
2
+++ themer/main.c	2010-11-24 15:45:57.000000000 -0500
2
+++ themer/main.c
3
@@ -7,6 +7,103 @@
3
@@ -7,6 +7,103 @@
4
 #include <emerald.h>
4
 #include <emerald.h>
5
 #include <engine.h>
5
 #include <engine.h>

Return to bug 230918