Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= lxsession |
4 |
PORTNAME= lxsession |
5 |
PORTVERSION= 0.5.3 |
5 |
PORTVERSION= 0.5.4 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= x11-wm |
7 |
CATEGORIES= x11-wm |
8 |
MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%200.5.x/ |
8 |
MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%200.5.x/ |
Lines 21-37
Link Here
|
21 |
libpolkit-agent-1.so:sysutils/polkit \ |
21 |
libpolkit-agent-1.so:sysutils/polkit \ |
22 |
libck-connector.so:sysutils/consolekit2 |
22 |
libck-connector.so:sysutils/consolekit2 |
23 |
|
23 |
|
24 |
USES= autoreconf gmake localbase pkgconfig tar:xz |
24 |
USES= autoreconf gmake gnome localbase pkgconfig tar:xz |
25 |
USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 libxslt |
25 |
USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 libxslt |
26 |
GNU_CONFIGURE= yes |
|
|
27 |
USE_XORG= x11 |
26 |
USE_XORG= x11 |
28 |
USE_LDCONFIG= yes |
|
|
29 |
INSTALL_TARGET= install-strip |
30 |
|
27 |
|
31 |
SUB_FILES= pkg-message |
28 |
GNU_CONFIGURE= yes |
32 |
|
|
|
33 |
CONFIGURE_ARGS= --enable-buildin-clipboard \ |
29 |
CONFIGURE_ARGS= --enable-buildin-clipboard \ |
34 |
--enable-buildin-polkit |
30 |
--enable-buildin-polkit |
|
|
31 |
INSTALL_TARGET= install-strip |
32 |
SUB_FILES= pkg-message |
35 |
|
33 |
|
36 |
OPTIONS_DEFINE= NLS UPOWER |
34 |
OPTIONS_DEFINE= NLS UPOWER |
37 |
OPTIONS_SUB= yes |
35 |
OPTIONS_SUB= yes |
Lines 42-47
Link Here
|
42 |
UPOWER_DESC= Suspend/Hibernate support |
40 |
UPOWER_DESC= Suspend/Hibernate support |
43 |
|
41 |
|
44 |
post-patch: |
42 |
post-patch: |
|
|
43 |
@${REINPLACE_CMD} -e \ |
44 |
's|/usr/lib64/kde4|%%QT4_LIBDIR%%|g ; \ |
45 |
s|/usr/lib/kde4|%%QT5_LIBDIR%%|g' \ |
46 |
${WRKSRC}/lxsession/environement.c \ |
47 |
${WRKSRC}/lxsession/environement.vala |
45 |
@${FIND} ${WRKSRC} -type f | ${XARGS} \ |
48 |
@${FIND} ${WRKSRC} -type f | ${XARGS} \ |
46 |
${REINPLACE_CMD} -e 's|/etc/xdg|${PREFIX}/etc/xdg|g ;\ |
49 |
${REINPLACE_CMD} -e 's|/etc/xdg|${PREFIX}/etc/xdg|g ;\ |
47 |
s|%%PREFIX%%|${PREFIX}| ;\ |
50 |
s|%%PREFIX%%|${PREFIX}| ;\ |