summaryrefslogtreecommitdiffstats
path: root/x11
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
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')
-rw-r--r--x11/gnome-desktop3/Makefile6
-rw-r--r--x11/gnome-menus/Makefile5
-rw-r--r--x11/gnome-menus3/Makefile5
-rw-r--r--x11/libgnomekbd3/Makefile7
-rw-r--r--x11/libxklavier/Makefile5
5 files changed, 12 insertions, 16 deletions
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile
index b965ea8d7..719ed0371 100644
--- a/x11/gnome-desktop3/Makefile
+++ b/x11/gnome-desktop3/Makefile
@@ -19,8 +19,7 @@ USE_XZ= yes
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \
${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \
- itstool:${PORTSDIR}/textproc/itstool \
- g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+ itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \
@@ -29,7 +28,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTS
LATEST_LINK= gnome-desktop3
USE_XORG= x11 xrandr xext
USES= bison pathfix gettext
-USE_GNOME= gnomeprefix intlhack gtk30 ltverhack referencehack
+USE_GNOME= gnomeprefix intlhack gtk30 ltverhack referencehack \
+ introspection:build
USE_GMAKE= yes
USE_PYTHON= yes
USE_LDCONFIG= yes
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile
index 50cc69db5..c09c302ed 100644
--- a/x11/gnome-menus/Makefile
+++ b/x11/gnome-menus/Makefile
@@ -12,14 +12,13 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Implementation of the FreeDesktop Desktop Menu Spec
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
CONFLICTS= gnome-menus-3.[0-9]*
USES= gettext pathfix pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack
+USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack \
+ introspection:build
USE_AUTOTOOLS= libtool
USE_PYTHON= yes
USE_LDCONFIG= yes
diff --git a/x11/gnome-menus3/Makefile b/x11/gnome-menus3/Makefile
index c3d021e7c..7e147fd81 100644
--- a/x11/gnome-menus3/Makefile
+++ b/x11/gnome-menus3/Makefile
@@ -11,15 +11,14 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Implementation of the FreeDesktop Desktop Menu Spec
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
CONFLICTS= gnome-menus-2.[0-9]*
LATEST_LINK= gnome-menus3
USES= gettext pathfix pkgconfig
USE_XZ= yes
USE_GMAKE= yes
-USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack
+USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack \
+ introspection:build
USE_AUTOTOOLS= libtool
USE_PYTHON= yes
USE_LDCONFIG= yes
diff --git a/x11/libgnomekbd3/Makefile b/x11/libgnomekbd3/Makefile
index 7a2aa1fc5..69defbce1 100644
--- a/x11/libgnomekbd3/Makefile
+++ b/x11/libgnomekbd3/Makefile
@@ -11,16 +11,15 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME keyboard shared library
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- libxklavier>=5.2:${PORTSDIR}/x11/libxklavier
-LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
+BUILD_DEPENDS= libxklavier>=5.2:${PORTSDIR}/x11/libxklavier
+LIB_DEPENDS= xklavier:${PORTSDIR}/x11/libxklavier
LATEST_LINK= libgnomekbd3
CONFLICTS= libgnomekbd-2.[0-9]*
USE_XZ= yes
-USE_GNOME= gnomeprefix ltverhack intltool gtk30
+USE_GNOME= gnomeprefix ltverhack intltool gtk30 introspection:build
USE_AUTOTOOLS= libtool
USE_XORG= ice
INSTALLS_ICONS= yes
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index 9d19f1762..c34b784de 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -11,8 +11,7 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= An utility library to make XKB stuff easier
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \
${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
@@ -20,7 +19,7 @@ USE_XORG= x11 xkbfile
USE_XZ= yes
USE_GMAKE= yes
USES= pathfix
-USE_GNOME= libxml2 glib20 ltverhack:12
+USE_GNOME= libxml2 glib20 ltverhack:12 introspection:build
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include