diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-themes/gtk-qt4-engine | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'x11-themes/gtk-qt4-engine')
-rw-r--r-- | x11-themes/gtk-qt4-engine/Makefile | 6 | ||||
-rw-r--r-- | x11-themes/gtk-qt4-engine/pkg-plist | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index 20fc1c3370a7..6e042621c112 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-qt-engine PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \ http://freebsd.ricin.com/ports/distfiles/ @@ -25,7 +25,7 @@ USE_QT_VER= 3 WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= GTK_VER=${GTK2_VERSION} -PLIST_SUB+= X11BASE=${X11BASE} +PLIST_SUB+= LOCALBASE=${LOCALBASE} CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include @@ -38,7 +38,7 @@ LIB_DEPENDS+= bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui .endif pre-configure: - @${REINPLACE_CMD} -e "s|/share/themes/|/X11R6/share/themes/|" \ + @${REINPLACE_CMD} -e "s|/share/themes/|${LOCALBASE}/share/themes/|" \ ${WRKSRC}/kcm_gtk/kcmgtk.cpp post-configure: diff --git a/x11-themes/gtk-qt4-engine/pkg-plist b/x11-themes/gtk-qt4-engine/pkg-plist index fbfae219df35..5be5974ed5c8 100644 --- a/x11-themes/gtk-qt4-engine/pkg-plist +++ b/x11-themes/gtk-qt4-engine/pkg-plist @@ -6,7 +6,7 @@ share/locale/de/LC_MESSAGES/gtkqtengine.mo share/locale/es/LC_MESSAGES/gtkqtengine.mo share/locale/fr/LC_MESSAGES/gtkqtengine.mo share/locale/nn/LC_MESSAGES/gtkqtengine.mo -@cwd %%X11BASE%% +@cwd %%LOCALBASE%% lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.a lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.la lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.so @@ -15,3 +15,5 @@ share/themes/Qt/gtk-2.0/gtkrc @dirrm share/themes/Qt/gtk-2.0 @dirrm share/themes/Qt @dirrm share/gtk-qt-engine +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn |