View | Details | Raw Unified | Return to bug 191378
Collapse All | Expand All

(-)x11-wm/ede/Makefile (-14 / +30 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/x11-wm/ede/Makefile 354393 2014-05-18 05:00:30Z miwi $
2
# $FreeBSD: head/x11-wm/ede/Makefile 354393 2014-05-18 05:00:30Z miwi $
3
3
4
PORTNAME=	ede
4
PORTNAME=	ede
5
PORTVERSION=	2.0
5
PORTVERSION=	2.1
6
PORTREVISION=	3
7
CATEGORIES=	x11-wm
6
CATEGORIES=	x11-wm
8
MASTER_SITES=	SF \
7
MASTER_SITES=	SF \
9
		SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib
8
		SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib
Lines 23-38 Link Here
23
		libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
22
		libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
24
		libfltk.so:${PORTSDIR}/x11-toolkits/fltk
23
		libfltk.so:${PORTSDIR}/x11-toolkits/fltk
25
24
26
USES=		fam iconv:translit gettext pathfix pkgconfig \
25
USES=		fam gettext iconv:translit pathfix pkgconfig \
27
		shared-mime-info shebangfix
26
		shared-mime-info shebangfix
28
SHEBANG_FILES=	doc/asciidoc/asciidoc.py
27
SHEBANG_FILES=	doc/asciidoc/asciidoc.py
29
python_OLD_CMD=	${SETENV} python
28
python_OLD_CMD=	${SETENV} python
30
python_CMD=	${PYTHON_CMD}
29
python_CMD=	${PYTHON_CMD}
31
USE_XORG=	xcomposite xft xinerama xpm xrandr
30
USE_XORG=	xcomposite xft xinerama xpm xrandr
32
USE_PYTHON=	2
31
USE_PYTHON=	2
32
USE_CSTD=	gnu89
33
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
34
CONFIGURE_ENV=	PEKWM_CXXFLAGS="${CXXFLAGS}"
34
CONFIGURE_ENV=	PEKWM_CXXFLAGS="${CXXFLAGS}" \
35
CONFIGURE_ARGS=	--with-edelib_path=${EDELIB_WRKSRC} \
35
		PKG_CONFIG_PATH="${EDELIB_WRKSRC}/pc"
36
CONFIGURE_ARGS=	--with-edelib-path=${EDELIB_WRKSRC} \
36
		--with-fltk-path=${LOCALBASE}
37
		--with-fltk-path=${LOCALBASE}
37
INSTALL_ICONS=	yes
38
INSTALL_ICONS=	yes
38
MAKE_JOBS_UNSAFE=	yes
39
MAKE_JOBS_UNSAFE=	yes
Lines 55-70 Link Here
55
56
56
post-patch:
57
post-patch:
57
	@${REINPLACE_CMD} -e \
58
	@${REINPLACE_CMD} -e \
58
		's|/usr/local/share|${LOCALBASE}/share| ; \
59
		'/DEVELOPER_FLAGS=/s|-pedantic|| ; \
59
		 /OPTIM_FLAGS=/s|-O2|-fPIC| ; \
60
		 /OPTIM_FLAGS=/s|-O2|-fPIC| ; \
60
		 s|_daylight=yes|_daylight=no|' ${EDELIB_WRKSRC}/configure
61
		 s|_daylight=yes|_daylight=no| ; \
62
		 s|/usr/local/share|${LOCALBASE}/share|' \
63
		${EDELIB_WRKSRC}/configure
64
	@${REINPLACE_CMD} -e \
65
		's|$$(CC)|@CXX@| ; \
66
		 /-lstdc++/s|^|#|' ${EDELIB_WRKSRC}/Jamconfig.in
61
	@${REINPLACE_CMD} -e \
67
	@${REINPLACE_CMD} -e \
62
		's| -liconv| ${ICONV_LIB}|' ${WRKSRC}/configure
68
		's| -liconv| ${ICONV_LIB}|' ${WRKSRC}/configure
63
	@${REINPLACE_CMD} -e \
69
	@${REINPLACE_CMD} -e \
64
		's|$$(CC)|@CXX@| ; \
70
		's|$$(CC)|@CXX@| ; \
65
		 s|-lstdc++||' ${WRKSRC}/Jamconfig.in
71
		 /panel-applets/s|EDE_DATA_DIR|libdir| ; \
72
		 /-lstdc++/s|^|#|' ${WRKSRC}/Jamconfig.in
73
	@${REINPLACE_CMD} -e \
74
		'/desktop-links/s|^|#|' ${WRKSRC}/data/Jamfile
66
	@${REINPLACE_CMD} -e \
75
	@${REINPLACE_CMD} -e \
67
		 '/desktop-links/s|^|#|' ${WRKSRC}/data/Jamfile
76
		'/-ldl/s|^|#|' ${WRKSRC}/ede-panel/Jamfile
77
	@${REINPLACE_CMD} -e \
78
		's|"\(panel-applets\)"|"../../lib/ede/\1"|' \
79
		${WRKSRC}/ede-panel/Panel.cpp
68
80
69
pre-configure:
81
pre-configure:
70
	@(cd ${EDELIB_WRKSRC} \
82
	@(cd ${EDELIB_WRKSRC} \
Lines 87-102 Link Here
87
do-install:
99
do-install:
88
	@(cd ${INSTALL_WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" \
100
	@(cd ${INSTALL_WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" \
89
		${LOCALBASE}/bin/jam ${INSTALL_TARGET})
101
		${LOCALBASE}/bin/jam ${INSTALL_TARGET})
90
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ede-2.0.0/manual/images
102
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ede-2.1.0/manual/images
91
	@(cd ${WRKSRC}/doc/manual/images && ${COPYTREE_SHARE} . \
103
	@(cd ${WRKSRC}/doc/manual/images && ${COPYTREE_SHARE} . \
92
		${STAGEDIR}${PREFIX}/share/doc/ede-2.0.0/manual/images)
104
		${STAGEDIR}${PREFIX}/share/doc/ede-2.1.0/manual/images)
93
.for i in ede-about ede-autostart ede-bell-conf ede-bug-report ede-crasher \
105
.for i in ede-about ede-autostart ede-bell-conf ede-bug-report ede-crasher \
94
	ede-calc ede-conf ede-desktop ede-desktop-conf ede-dialog \
106
	ede-calc ede-conf ede-desktop ede-desktop-conf ede-dialog \
95
	ede-keyboard-conf ede-notify-daemon ede-screensaver-conf \
107
	ede-keyboard-conf ede-notify-daemon ede-screensaver-conf \
96
	ede-image-view ede-launch emountd ede-timedate ede-tip \
108
	ede-image-view ede-launch ede-timedate ede-tip ede-tip-compiler \
97
	ede-tip-compiler ede-preferred-applications evoke ede-shutdown \
109
	ede-preferred-applications evoke ede-shutdown ede-panel pekwm
98
	ede-panel ede-menu-spec-test pekwm
99
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
110
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
100
.endfor
111
.endfor
112
.for i in battery_monitor.so clock.so cpu_monitor.so keyboard_layout.so \
113
	mem_monitor.so pager.so quick_launch.so start_menu.so \
114
	system_tray.so taskbar.so
115
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ede/panel-applets/${i}
116
.endfor
101
117
102
.include <bsd.port.mk>
118
.include <bsd.port.mk>
(-)x11-wm/ede/distinfo (-4 / +4 lines)
Lines 1-4 Link Here
1
SHA256 (ede-2.0.tar.gz) = c788b101881a9640ca09febd0202b4ceef0e9e9ba2a0a590ac04cde46a6ed71a
1
SHA256 (ede-2.1.tar.gz) = 3361af07d17f79bd0d12daf34059c9e6449ddf23a8843f2b6e17268a80298a0e
2
SIZE (ede-2.0.tar.gz) = 12839115
2
SIZE (ede-2.1.tar.gz) = 12854852
3
SHA256 (edelib-2.0.tar.gz) = c31bc7e5156424fa7e2fe3e671e7d7d876cbe55f035029ac8569bfc946fc84ae
3
SHA256 (edelib-2.1.tar.gz) = 38030d964affece5363edaf8e8f1ac2441f1a860472537a0501f6844e383f35c
4
SIZE (edelib-2.0.tar.gz) = 759985
4
SIZE (edelib-2.1.tar.gz) = 1054649
(-)x11-wm/ede/pkg-plist (-57 / +55 lines)
Lines 12-18 Link Here
12
bin/ede-image-view
12
bin/ede-image-view
13
bin/ede-keyboard-conf
13
bin/ede-keyboard-conf
14
bin/ede-launch
14
bin/ede-launch
15
bin/ede-menu-spec-test
16
bin/ede-notify-daemon
15
bin/ede-notify-daemon
17
bin/ede-panel
16
bin/ede-panel
18
bin/ede-preferred-applications
17
bin/ede-preferred-applications
Lines 23-29 Link Here
23
bin/ede-timedate
22
bin/ede-timedate
24
bin/ede-tip
23
bin/ede-tip
25
bin/ede-tip-compiler
24
bin/ede-tip-compiler
26
bin/emountd
27
bin/evoke
25
bin/evoke
28
bin/pekwm
26
bin/pekwm
29
bin/startede
27
bin/startede
Lines 39-44 Link Here
39
etc/xdg/ede/ede-settings.conf
37
etc/xdg/ede/ede-settings.conf
40
etc/xdg/ede/ede-startup.conf
38
etc/xdg/ede/ede-startup.conf
41
etc/xdg/menus/ede-applications.menu
39
etc/xdg/menus/ede-applications.menu
40
lib/ede/panel-applets/battery_monitor.so
41
lib/ede/panel-applets/clock.so
42
lib/ede/panel-applets/cpu_monitor.so
43
lib/ede/panel-applets/keyboard_layout.so
44
lib/ede/panel-applets/mem_monitor.so
45
lib/ede/panel-applets/pager.so
46
lib/ede/panel-applets/quick_launch.so
47
lib/ede/panel-applets/start_menu.so
48
lib/ede/panel-applets/system_tray.so
49
lib/ede/panel-applets/taskbar.so
42
share/applications/ede-about.desktop
50
share/applications/ede-about.desktop
43
share/applications/ede-calc.desktop
51
share/applications/ede-calc.desktop
44
share/applications/ede-conf.desktop
52
share/applications/ede-conf.desktop
Lines 61-116 Link Here
61
share/desktop-directories/ede-other.directory
69
share/desktop-directories/ede-other.directory
62
share/desktop-directories/ede-settings.directory
70
share/desktop-directories/ede-settings.directory
63
share/desktop-directories/ede-system.directory
71
share/desktop-directories/ede-system.directory
64
share/doc/ede-2.0.0/manual/README.html
72
share/doc/ede-2.1.0/manual/README.html
65
share/doc/ede-2.0.0/manual/dbus-usage.html
73
share/doc/ede-2.1.0/manual/dbus-usage.html
66
share/doc/ede-2.0.0/manual/ede-calc.html
74
share/doc/ede-2.1.0/manual/ede-calc.html
67
share/doc/ede-2.0.0/manual/ede-dialog.html
75
share/doc/ede-2.1.0/manual/ede-dialog.html
68
share/doc/ede-2.0.0/manual/ede-help.html
76
share/doc/ede-2.1.0/manual/ede-help.html
69
share/doc/ede-2.0.0/manual/ede-notify-daemon.html
77
share/doc/ede-2.1.0/manual/ede-notify-daemon.html
70
share/doc/ede-2.0.0/manual/ede-tip.html
78
share/doc/ede-2.1.0/manual/ede-tip.html
71
share/doc/ede-2.0.0/manual/emountd.html
79
share/doc/ede-2.1.0/manual/evoke.html
72
share/doc/ede-2.0.0/manual/evoke.html
80
share/doc/ede-2.1.0/manual/hacking.html
73
share/doc/ede-2.0.0/manual/hacking.html
81
share/doc/ede-2.1.0/manual/images/README
74
share/doc/ede-2.0.0/manual/images/README
82
share/doc/ede-2.1.0/manual/images/callouts/1.png
75
share/doc/ede-2.0.0/manual/images/callouts/1.png
83
share/doc/ede-2.1.0/manual/images/callouts/10.png
76
share/doc/ede-2.0.0/manual/images/callouts/10.png
84
share/doc/ede-2.1.0/manual/images/callouts/11.png
77
share/doc/ede-2.0.0/manual/images/callouts/11.png
85
share/doc/ede-2.1.0/manual/images/callouts/12.png
78
share/doc/ede-2.0.0/manual/images/callouts/12.png
86
share/doc/ede-2.1.0/manual/images/callouts/13.png
79
share/doc/ede-2.0.0/manual/images/callouts/13.png
87
share/doc/ede-2.1.0/manual/images/callouts/14.png
80
share/doc/ede-2.0.0/manual/images/callouts/14.png
88
share/doc/ede-2.1.0/manual/images/callouts/15.png
81
share/doc/ede-2.0.0/manual/images/callouts/15.png
89
share/doc/ede-2.1.0/manual/images/callouts/2.png
82
share/doc/ede-2.0.0/manual/images/callouts/2.png
90
share/doc/ede-2.1.0/manual/images/callouts/3.png
83
share/doc/ede-2.0.0/manual/images/callouts/3.png
91
share/doc/ede-2.1.0/manual/images/callouts/4.png
84
share/doc/ede-2.0.0/manual/images/callouts/4.png
92
share/doc/ede-2.1.0/manual/images/callouts/5.png
85
share/doc/ede-2.0.0/manual/images/callouts/5.png
93
share/doc/ede-2.1.0/manual/images/callouts/6.png
86
share/doc/ede-2.0.0/manual/images/callouts/6.png
94
share/doc/ede-2.1.0/manual/images/callouts/7.png
87
share/doc/ede-2.0.0/manual/images/callouts/7.png
95
share/doc/ede-2.1.0/manual/images/callouts/8.png
88
share/doc/ede-2.0.0/manual/images/callouts/8.png
96
share/doc/ede-2.1.0/manual/images/callouts/9.png
89
share/doc/ede-2.0.0/manual/images/callouts/9.png
97
share/doc/ede-2.1.0/manual/images/caution.png
90
share/doc/ede-2.0.0/manual/images/caution.png
98
share/doc/ede-2.1.0/manual/images/ede-calc.jpg
91
share/doc/ede-2.0.0/manual/images/ede-calc.jpg
99
share/doc/ede-2.1.0/manual/images/ede-tip.jpg
92
share/doc/ede-2.0.0/manual/images/ede-tip.jpg
100
share/doc/ede-2.1.0/manual/images/example.png
93
share/doc/ede-2.0.0/manual/images/example.png
101
share/doc/ede-2.1.0/manual/images/home.png
94
share/doc/ede-2.0.0/manual/images/home.png
102
share/doc/ede-2.1.0/manual/images/important.png
95
share/doc/ede-2.0.0/manual/images/important.png
103
share/doc/ede-2.1.0/manual/images/next.png
96
share/doc/ede-2.0.0/manual/images/next.png
104
share/doc/ede-2.1.0/manual/images/note.png
97
share/doc/ede-2.0.0/manual/images/note.png
105
share/doc/ede-2.1.0/manual/images/prev.png
98
share/doc/ede-2.0.0/manual/images/prev.png
106
share/doc/ede-2.1.0/manual/images/tip.png
99
share/doc/ede-2.0.0/manual/images/tip.png
107
share/doc/ede-2.1.0/manual/images/up.png
100
share/doc/ede-2.0.0/manual/images/up.png
108
share/doc/ede-2.1.0/manual/images/warning.png
101
share/doc/ede-2.0.0/manual/images/warning.png
109
share/doc/ede-2.1.0/manual/index.html
102
share/doc/ede-2.0.0/manual/index.html
110
share/doc/ede-2.1.0/manual/introduction.html
103
share/doc/ede-2.0.0/manual/introduction.html
104
%%DATADIR%%/panel-applets/clock.so
105
%%DATADIR%%/panel-applets/cpu_monitor.so
106
%%DATADIR%%/panel-applets/hider.so
107
%%DATADIR%%/panel-applets/keyboard_layout.so
108
%%DATADIR%%/panel-applets/mem_monitor.so
109
%%DATADIR%%/panel-applets/pager.so
110
%%DATADIR%%/panel-applets/quick_launch.so
111
%%DATADIR%%/panel-applets/start_menu.so
112
%%DATADIR%%/panel-applets/system_tray.so
113
%%DATADIR%%/panel-applets/taskbar.so
114
%%DATADIR%%/themes/splash-themes/scape/autostart.png
111
%%DATADIR%%/themes/splash-themes/scape/autostart.png
115
%%DATADIR%%/themes/splash-themes/scape/background.png
112
%%DATADIR%%/themes/splash-themes/scape/background.png
116
%%DATADIR%%/themes/splash-themes/scape/ede-desktop.png
113
%%DATADIR%%/themes/splash-themes/scape/ede-desktop.png
Lines 1544-1556 Link Here
1544
@dirrm %%DATADIR%%/themes/splash-themes/scape
1541
@dirrm %%DATADIR%%/themes/splash-themes/scape
1545
@dirrm %%DATADIR%%/themes/splash-themes
1542
@dirrm %%DATADIR%%/themes/splash-themes
1546
@dirrm %%DATADIR%%/themes
1543
@dirrm %%DATADIR%%/themes
1547
@dirrm %%DATADIR%%/panel-applets
1544
@dirrm lib/ede/panel-applets
1548
@dirrm %%DATADIR%%
1545
@dirrm %%DATADIR%%
1549
@dirrm share/doc/ede-2.0.0/manual/images/callouts
1546
@dirrm share/doc/ede-2.1.0/manual/images/callouts
1550
@dirrm share/doc/ede-2.0.0/manual/images
1547
@dirrm share/doc/ede-2.1.0/manual/images
1551
@dirrm share/doc/ede-2.0.0/manual
1548
@dirrm share/doc/ede-2.1.0/manual
1552
@dirrm share/doc/ede-2.0.0
1549
@dirrm share/doc/ede-2.1.0
1553
@dirrmtry share/desktop-directories
1550
@dirrmtry share/desktop-directories
1551
@dirrm lib/ede
1554
@dirrmtry etc/xdg/menus
1552
@dirrmtry etc/xdg/menus
1555
@dirrm etc/xdg/ede
1553
@dirrm etc/xdg/ede
1556
@dirrmtry etc/xdg
1554
@dirrmtry etc/xdg

Return to bug 191378