No need to build_depends on gtk+2,-guic nor shared-mime-info.
This commit is contained in:
parent
415a61c5a3
commit
958b0b6915
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:11 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2013/04/03 06:20:50 ajacoutot Exp $
|
||||
|
||||
COMMENT= IDE for the .NET platform
|
||||
DISTNAME= monodevelop-2.4.2
|
||||
@ -6,7 +6,7 @@ CATEGORIES= devel lang
|
||||
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/monodevelop/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
HOMEPAGE= http://monodevelop.com/
|
||||
|
||||
@ -22,15 +22,20 @@ USE_GROFF= Yes
|
||||
NO_SYSTRACE= Yes
|
||||
|
||||
MODULES= lang/mono
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
x11/gtk+2,-guic
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
misc/shared-mime-info>=0.21 \
|
||||
devel/mono-addins \
|
||||
|
||||
BUILD_DEPENDS= devel/mono-addins \
|
||||
shells/bash \
|
||||
x11/gnome/mono-gnome \
|
||||
devel/ectags
|
||||
|
||||
RUN_DEPENDS= devel/mono-addins \
|
||||
shells/bash \
|
||||
x11/gnome/mono-gnome \
|
||||
devel/ectags \
|
||||
devel/desktop-file-utils \
|
||||
misc/shared-mime-info \
|
||||
x11/gtk+2,-guic
|
||||
|
||||
# see patches/patch-src_addins_MonoDevelop_Autotools_SolutionDeployer_cs
|
||||
RUN_DEPENDS+= devel/gmake
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:46:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2013/04/03 06:20:50 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= music management and playback application for GNOME
|
||||
|
||||
GNOME_VERSION= 2.6.0
|
||||
GNOME_PROJECT= banshee
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= audio multimedia
|
||||
|
||||
@ -33,9 +34,7 @@ MODULES= x11/gnome \
|
||||
lang/mono \
|
||||
devel/gettext
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
RUN_DEPENDS= devel/mono-notify \
|
||||
COMMON_DEPENDS= devel/mono-notify \
|
||||
audio/mono-taglib \
|
||||
devel/dbus-sharp-glib \
|
||||
devel/libmtp \
|
||||
@ -43,7 +42,10 @@ RUN_DEPENDS= devel/mono-notify \
|
||||
devel/mono-gdata \
|
||||
net/mono-zeroconf \
|
||||
shells/bash \
|
||||
multimedia/gstreamer-0.10/plugins-good # libgstgconfelements
|
||||
multimedia/gstreamer-0.10/plugins-good #libgstgconfelements
|
||||
|
||||
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
||||
RUN_DEPENDS= ${COMMON_DEPENDS}
|
||||
|
||||
# MP3 support
|
||||
RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-ugly
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2013/04/02 16:16:47 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2013/04/03 06:20:50 ajacoutot Exp $
|
||||
|
||||
COMMENT= Tango icon theme
|
||||
|
||||
@ -15,9 +15,8 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
MODULES= textproc/intltool
|
||||
|
||||
RUN_DEPENDS= x11/gtk+2,-guic
|
||||
BUILD_DEPENDS= x11/icon-naming-utils>=0.8.7 \
|
||||
graphics/ImageMagick \
|
||||
x11/gtk+2,-guic
|
||||
BUILD_DEPENDS= x11/icon-naming-utils \
|
||||
graphics/ImageMagick
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2013/03/29 15:39:56 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2013/04/03 06:20:50 ajacoutot Exp $
|
||||
|
||||
COMMENT = Thunar archive plugin
|
||||
|
||||
XFCE_VERSION = 0.3.0
|
||||
THUNAR_PLUGIN = thunar-archive-plugin
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
@ -13,7 +13,8 @@ MODULES = x11/xfce4
|
||||
|
||||
MODXFCE_ICON_CACHE= Yes
|
||||
|
||||
BUILD_DEPENDS +=${RUN_DEPENDS}
|
||||
BUILD_DEPENDS = x11/xfce4/thunar
|
||||
|
||||
RUN_DEPENDS = x11/xfce4/thunar \
|
||||
xarchiver-*|file-roller-*|kdeutils-*:x11/xarchiver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user