Missing dependency on gsettings-desktop-schemas.
This commit is contained in:
parent
498009b707
commit
541a25fae3
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2013/03/29 18:26:08 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2013/03/31 08:23:24 ajacoutot Exp $
|
||||
|
||||
COMMENT= plugins for EOG
|
||||
|
||||
GNOME_PROJECT= eog-plugins
|
||||
GNOME_VERSION= 3.8.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -35,8 +36,12 @@ LIB_DEPENDS= devel/libgdata \
|
||||
devel/libpeas \
|
||||
geo/libchamplain>=0.12.2 \
|
||||
graphics/libexif
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= x11/gnome/eog>=${GNOME_VERSION}
|
||||
|
||||
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
||||
x11/gnome/eog>=${GNOME_VERSION}
|
||||
|
||||
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
||||
x11/gnome/eog>=${GNOME_VERSION}
|
||||
|
||||
# XXX the "postr" plugin needs postr which hasn't been ported yet
|
||||
CONFIGURE_ARGS+= --enable-python \
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2013/03/30 16:07:50 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2013/03/31 08:23:24 ajacoutot Exp $
|
||||
|
||||
COMMENT= next generation GNOME shell
|
||||
|
||||
GNOME_PROJECT= gnome-shell
|
||||
GNOME_VERSION= 3.8.0.1
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
HOMEPAGE= http://live.gnome.org/GnomeShell
|
||||
|
||||
@ -38,6 +38,8 @@ MODULES= devel/dconf \
|
||||
|
||||
MODGNOME_TOOLS= goi
|
||||
|
||||
BUILD_DEPENDS += devel/gsettings-desktop-schemas
|
||||
|
||||
# man pages
|
||||
BUILD_DEPENDS += textproc/docbook-xsl
|
||||
|
||||
@ -58,7 +60,8 @@ LIB_DEPENDS= audio/pulseaudio>=2.1 \
|
||||
x11/gnome/menus \
|
||||
x11/gnome/mutter>=3.6.1
|
||||
|
||||
RUN_DEPENDS= devel/py-gobject3 \
|
||||
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
||||
devel/py-gobject3 \
|
||||
x11/gnome/caribou
|
||||
|
||||
# polkit(8) almost always needs to know the "active" session
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.96 2013/03/29 19:48:10 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.97 2013/03/31 08:23:24 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= official media player for GNOME
|
||||
|
||||
GNOME_PROJECT= totem
|
||||
GNOME_VERSION= 3.8.0
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += totem 0.0 # 0.0
|
||||
|
||||
@ -37,18 +38,24 @@ MODULES= devel/dconf \
|
||||
lang/python \
|
||||
x11/gnome
|
||||
|
||||
BUILD_DEPENDS= devel/py-gobject3 \
|
||||
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
||||
devel/py-gobject3 \
|
||||
multimedia/gstreamer1/plugins-good \
|
||||
multimedia/gstreamer1/plugins-bad #soundtouch
|
||||
|
||||
# needed for make check
|
||||
BUILD_DEPENDS += devel/pylint
|
||||
|
||||
RUN_DEPENDS= devel/py-gobject3 \
|
||||
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
||||
devel/py-gobject3 \
|
||||
devel/py-xdg \
|
||||
x11/dbus-python \
|
||||
x11/gnome/grilo-plugins
|
||||
|
||||
# configure checks for this
|
||||
BUILD_DEPENDS += x11/gnome/icon-theme
|
||||
RUN_DEPENDS += x11/gnome/icon-theme
|
||||
|
||||
LIB_DEPENDS= x11/gnome/totem-pl-parser \
|
||||
devel/gobject-introspection \
|
||||
devel/libpeas \
|
||||
|
Loading…
Reference in New Issue
Block a user