summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-14 06:16:03 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-14 06:16:03 +0800
commit0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb (patch)
tree6b11e595eeffb33f4c45d29539cf32b175ebde4b /x11-toolkits
parent6fae69c8aced596c875c612c27f2d0d1a2820922 (diff)
downloadmarcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.gz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.bz2
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.lz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.xz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.zst
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.zip
Add introspection USE_GNOME component.
Either introspection => both build and run dependancy or choosable with :build/:run modifiers. This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir isn't created in the /root dir anymore. Convert all users in MC. Reported by: bapt/miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk30/Makefile6
-rw-r--r--x11-toolkits/libwnck/Makefile4
-rw-r--r--x11-toolkits/libwnck3/Makefile4
-rw-r--r--x11-toolkits/pango/Makefile8
4 files changed, 8 insertions, 14 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index c75b6d78e..f243a3f9c 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -21,8 +21,7 @@ LATEST_LINK= gtk30
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk
+BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk
RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk
@@ -31,7 +30,8 @@ USE_PERL5_BUILD=yes
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache
+USE_GNOME= atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache \
+ introspection:build
USES= gettext pathfix pkgconfig
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile
index 181c11a86..a8adc3630 100644
--- a/x11-toolkits/libwnck/Makefile
+++ b/x11-toolkits/libwnck/Makefile
@@ -16,15 +16,13 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
-RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
CONFLICTS= libwnck-3.[0-9]*
USE_XORG= xres x11
USE_GMAKE= yes
-USE_GNOME= gtk20 ltverhack referencehack intlhack
+USE_GNOME= gtk20 ltverhack referencehack intlhack introspection
USES= bison gettext pathfix
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile
index 83673054a..9a1e85550 100644
--- a/x11-toolkits/libwnck3/Makefile
+++ b/x11-toolkits/libwnck3/Makefile
@@ -16,16 +16,14 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
-RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
CONFLICTS= libwnck-2.[0-9]*
LATEST_LINK= libwnck3
USE_XORG= xres x11
USE_GMAKE= yes
-USE_GNOME= gtk30 ltverhack referencehack intlhack
+USE_GNOME= gtk30 ltverhack referencehack intlhack introspection
USES= bison gettext pathfix
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index f5f1e5d46..58575bc46 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -16,22 +16,20 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig
+BUILD_DEPENDS= fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
freetype:${PORTSDIR}/print/freetype2 \
harfbuzz:${PORTSDIR}/print/harfbuzz \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \
- ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \
- ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
+ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}
USES= gettext pathfix pkgconfig
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= glib20 ltverhack referencehack
+USE_GNOME= glib20 ltverhack referencehack introspection
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib