svn commit: r360105 - in head/x11: avant-window-navigator avant-window-navigator-gnome
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 1 22:16:24 UTC 2014
Author: tijl
Date: Tue Jul 1 22:16:23 2014
New Revision: 360105
URL: http://svnweb.freebsd.org/changeset/ports/360105
QAT: https://qat.redports.org/buildarchive/r360105/
Log:
- New LIB_DEPENDS syntax
- Add USES=libtool
Modified:
head/x11/avant-window-navigator-gnome/Makefile
head/x11/avant-window-navigator/Makefile
head/x11/avant-window-navigator/pkg-plist
Modified: head/x11/avant-window-navigator-gnome/Makefile
==============================================================================
--- head/x11/avant-window-navigator-gnome/Makefile Tue Jul 1 22:03:40 2014 (r360104)
+++ head/x11/avant-window-navigator-gnome/Makefile Tue Jul 1 22:16:23 2014 (r360105)
@@ -1,7 +1,7 @@
# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 7
+PORTREVISION= 8
AWN_DESKTOP= gnome
MASTERDIR= ${.CURDIR}/../avant-window-navigator
Modified: head/x11/avant-window-navigator/Makefile
==============================================================================
--- head/x11/avant-window-navigator/Makefile Tue Jul 1 22:03:40 2014 (r360104)
+++ head/x11/avant-window-navigator/Makefile Tue Jul 1 22:16:23 2014 (r360105)
@@ -3,7 +3,7 @@
PORTNAME= avant-window-navigator
PORTVERSION= 0.3.2.1
-PORTREVISION?= 9
+PORTREVISION?= 10
CATEGORIES= x11
MASTER_SITES= http://launchpadlibrarian.net/26374006/ \
http://mirror.amdmi3.ru/distfiles/
@@ -13,18 +13,18 @@ COMMENT= Dock-like navigation bar
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
-LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
-USES= pathfix pkgconfig gettext gmake
+USES= gettext gmake libtool pathfix pkgconfig
USE_GNOME= glib20 gtk20 pygtk2
USE_PYTHON= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_XORG= x11 xproto xcomposite xrender
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib
AWN_DESKTOP?= agnostic
@@ -58,6 +58,8 @@ CONFIGURE_ARGS+= --without-gconf
.endif
post-patch:
+ @${REINPLACE_CMD} '/^awn_applet_activation_LDADD =/s/=/= -lgmodule-2.0/' \
+ ${WRKSRC}/awn-applet-activation/Makefile.in
@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|' \
${WRKSRC}/awn-manager/awnManager.py.in \
${WRKSRC}/awn-manager/awnManager.py
@@ -69,5 +71,7 @@ post-patch:
${WRKSRC}/libawn/awn-config-client-gconf.c
@${REINPLACE_CMD} -e 's|glib/gutils.h>|glib.h>|g' \
${WRKSRC}/libawn/awn-config-client-gkeyfile.c
+ @${REINPLACE_CMD} '/^avant_window_navigator_LDADD =/s/=/= -ldbus-glib-1/' \
+ ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
Modified: head/x11/avant-window-navigator/pkg-plist
==============================================================================
--- head/x11/avant-window-navigator/pkg-plist Tue Jul 1 22:03:40 2014 (r360104)
+++ head/x11/avant-window-navigator/pkg-plist Tue Jul 1 22:16:23 2014 (r360105)
@@ -20,14 +20,13 @@ include/libawn/awn-settings.h
include/libawn/awn-title.h
include/libawn/awn-vfs.h
lib/libawn.a
-lib/libawn.la
lib/libawn.so
lib/libawn.so.0
+lib/libawn.so.0.0.1
%%PYTHON_SITELIBDIR%%/awn/__init__.py
%%PYTHON_SITELIBDIR%%/awn/__init__.pyc
%%PYTHON_SITELIBDIR%%/awn/__init__.pyo
%%PYTHON_SITELIBDIR%%/awn/awn.a
-%%PYTHON_SITELIBDIR%%/awn/awn.la
%%PYTHON_SITELIBDIR%%/awn/awn.so
libdata/pkgconfig/awn.pc
share/applications/avant-window-navigator.desktop
More information about the svn-ports-all
mailing list