Seems I still don't quite understand the ports framework... with help
from espie@
This commit is contained in:
parent
093570a8a6
commit
3fca82ecfb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.326 2012/05/28 15:53:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.327 2012/05/28 16:38:35 ajacoutot Exp $
|
||||
# $FreeBSD: Makefile,v 1.55 1997/11/03 12:12:27 tg Exp $
|
||||
#
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
SUBDIR += camlimages
|
||||
SUBDIR += cfdg
|
||||
SUBDIR += clutter
|
||||
SUBDIR += colord,
|
||||
SUBDIR += colord
|
||||
SUBDIR += colorexplorer
|
||||
SUBDIR += comix
|
||||
SUBDIR += compface
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2012/05/28 15:52:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2012/05/28 16:38:35 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= device color profile management daemon
|
||||
COMMENT-gtk= GTK integration for libcolord
|
||||
@ -35,7 +35,7 @@ WANTLIB-main += c polkit-gobject-1 pthread sqlite3
|
||||
MASTER_SITES= http://www.freedesktop.org/software/colord/releases/
|
||||
|
||||
PSEUDO_FLAVORS= no_gtk bootstrap
|
||||
FLAVOR?= no_gtk bootstrap
|
||||
FLAVOR?=
|
||||
|
||||
MULTI_PACKAGES= -main -gtk
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2012/05/28 16:04:31 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2012/05/28 16:38:35 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= GNOME desktop meta-package (base installation)
|
||||
COMMENT-extra= GNOME desktop meta-package (full installation)
|
||||
@ -9,7 +9,7 @@ PKGNAME= gnome-${V}
|
||||
PKGNAME-main= gnome-${V}
|
||||
PKGNAME-extra= gnome-extra-${V}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-main= 1
|
||||
REVISION-extra= 0
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
||||
@ -38,7 +38,7 @@ RUN_DEPENDS-main += \
|
||||
RUN_DEPENDS-main += devel/gconf2,-polkit
|
||||
|
||||
# colord and gtk+3 are already dependencies (obviously)
|
||||
RUN_DEPENDS-main += graphics/colord,-gtk,
|
||||
RUN_DEPENDS-main += graphics/colord,-gtk
|
||||
|
||||
# Install accessibility components -- daemons will start only if
|
||||
# accessibility is enabled by the user.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2012/05/12 06:22:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2012/05/28 16:38:35 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -14,6 +14,8 @@ PKGNAME-main= gtk+3-${V}
|
||||
PKGNAME-docs= gtk+3-docs-${V}
|
||||
PKGNAME-cups= gtk+3-cups-${V}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
# grep ^GTK_BINARY_VERSION ${WRKSRC}/Makefile (after do-configure)
|
||||
GTK_BINARY_VERSION=3.0.0
|
||||
SUBST_VARS= GTK_BINARY_VERSION
|
||||
@ -73,7 +75,7 @@ PKG_ARCH-docs= *
|
||||
RUN_DEPENDS-cups= # empty
|
||||
LIB_DEPENDS-cups= ${LIB_DEPENDS} \
|
||||
print/cups \
|
||||
graphics/colord \
|
||||
graphics/colord,no_gtk,bootstrap \
|
||||
STEM->=${V}:${BASE_PKGPATH},-main
|
||||
|
||||
WANTLIB-cups += ${WANTLIB}
|
||||
|
Loading…
Reference in New Issue
Block a user