Redirect the glib-compile-schemas goo stdout to /dev/null, no need to

be chatty here.
This commit is contained in:
ajacoutot 2011-05-28 08:15:33 +00:00
parent def1350a98
commit 81c428a12d
73 changed files with 200 additions and 165 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2011/05/09 08:43:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -11,6 +11,9 @@ GNOME_VERSION= 0.7.5
PKGNAME-main= ${DISTNAME}
PKGNAME-editor= dconf-editor-${GNOME_VERSION}
REVISION-main= 0
REVISION-editor=0
SHARED_LIBS+= dconf 0.0 # 0.0.0
SHARED_LIBS+= dconf-dbus-1 0.0 # 0.0.0

View File

@ -1,11 +1,11 @@
# $OpenBSD: dconf.port.mk,v 1.2 2011/05/09 08:43:45 ajacoutot Exp $
# $OpenBSD: dconf.port.mk,v 1.3 2011/05/28 08:15:33 ajacoutot Exp $
# This module is used by ports installing gsettings schemas under
# PREFIX/share/glib-2.0/schemas/
# It requires the following goo in PLIST:
# @exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
# @unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
# @exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
# @unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
# use the "no_editor" FLAVOR to prevent a cyclic dependency
MODDCONF_BUILD_DEPENDS= devel/glib2

View File

@ -1,11 +1,11 @@
@comment $OpenBSD: PLIST-editor,v 1.3 2011/05/09 08:43:45 ajacoutot Exp $
@comment $OpenBSD: PLIST-editor,v 1.4 2011/05/28 08:15:33 ajacoutot Exp $
@conflict dconf-<0.5.1p5
@bin bin/dconf-editor
share/applications/dconf-editor.desktop
share/dconf-editor/
share/dconf-editor/dconf-editor.ui
share/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.118 2011/05/28 07:38:01 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.119 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
@ -8,7 +8,7 @@ DISTNAME= glib-${VERSION}
PKGNAME-main= glib2-${VERSION}
PKGNAME-docs= glib2-docs-${VERSION}
REVISION-main= 4
REVISION-main= 5
CATEGORIES= devel

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.18 2011/05/11 06:22:17 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.19 2011/05/28 08:15:33 ajacoutot Exp $
@conflict glib2-fam-*
@pkgpath devel/glib2
@pkgpath devel/glib2,-fam
@ -469,4 +469,4 @@ share/locale/zh_CN/LC_MESSAGES/glib20.mo
share/locale/zh_HK/LC_MESSAGES/glib20.mo
share/locale/zh_TW/LC_MESSAGES/glib20.mo
%%SHARED%%
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2011/05/27 16:43:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= collection of shared GSettings schemas
GNOME_PROJECT= gsettings-desktop-schemas
GNOME_VERSION= 3.0.1
REVISION= 0
REVISION= 1
CATEGORIES= devel

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2011/04/10 08:52:37 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.8 2011/05/28 08:15:33 ajacoutot Exp $
include/gsettings-desktop-schemas/
include/gsettings-desktop-schemas/gdesktop-enums.h
lib/pkgconfig/gsettings-desktop-schemas.pc
@ -27,5 +27,5 @@ share/locale/es/LC_MESSAGES/gsettings-desktop-schemas.mo
share/locale/ja/LC_MESSAGES/gsettings-desktop-schemas.mo
share/locale/sl/LC_MESSAGES/gsettings-desktop-schemas.mo
share/locale/sv/LC_MESSAGES/gsettings-desktop-schemas.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2011/04/07 11:30:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.61 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -20,7 +20,7 @@ PKGNAME-djvu= evince-djvu-${GNOME_VERSION}
PKGNAME-dvi= evince-dvi-${GNOME_VERSION}
PKGNAME-nautilus= nautilus-evince-${GNOME_VERSION}
REVISION-main= 3
REVISION-main= 4
REVISION-nautilus= 0
REVISION-dvi= 0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.15 2011/04/07 11:30:22 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.16 2011/05/28 08:15:33 ajacoutot Exp $
@pkgpath graphics/evince
@bin bin/evince
@bin bin/evince-previewer
@ -484,5 +484,5 @@ ${SCHEMAS_INSTDIR}/evince-thumbnailer.schemas
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.53 2011/05/15 08:32:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.54 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT-main = bad elements for GStreamer
COMMENT-neon = neon element for GStreamer (plugins-bad)
@ -11,6 +11,8 @@ PKGNAME-main = gstreamer-plugins-bad-${V}
PKGNAME-neon = gstreamer-neon-${V}
PKGNAME-mjpeg = gstreamer-mjpeg-${V}
REVISION-main = 0
MULTI_PACKAGES = -main -neon -mjpeg
SHARED_LIBS += gstphotography-0.10 1.0 # .0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.17 2011/05/15 08:32:37 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.18 2011/05/28 08:15:33 ajacoutot Exp $
@conflict gstreamer-plugins-base-<0.10.25
@conflict gstreamer-bz2-*
@conflict gstreamer-faac-*
@ -254,5 +254,5 @@ share/locale/tr/LC_MESSAGES/gst-plugins-bad-${VERSION}.mo
share/locale/uk/LC_MESSAGES/gst-plugins-bad-${VERSION}.mo
share/locale/vi/LC_MESSAGES/gst-plugins-bad-${VERSION}.mo
share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-${VERSION}.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2011/05/14 09:01:42 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= flexible communications framework, logger component
DISTNAME= telepathy-logger-0.2.9
REVISION= 0
SHARED_LIBS += telepathy-logger 2.0 # 3.1
HOMEPAGE= ${HOMEPAGE_TP:=Logger}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2011/04/07 07:54:59 jasper Exp $
@comment $OpenBSD: PLIST,v 1.5 2011/05/28 08:15:33 ajacoutot Exp $
include/telepathy-logger-0.2/
include/telepathy-logger-0.2/telepathy-logger/
include/telepathy-logger-0.2/telepathy-logger/entity.h
@ -34,5 +34,5 @@ share/gtk-doc/html/telepathy-logger/up.png
share/telepathy/
share/telepathy/clients/
share/telepathy/clients/Logger.client
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.13 2011/05/17 17:05:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT = labels and business card designer
GNOME_PROJECT = glabels
GNOME_VERSION = 3.0.0
REVISION = 0
CATEGORIES = productivity graphics
SHARED_LIBS += glabels-3.0 0.0 # 8.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2011/05/17 17:05:38 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/05/28 08:15:34 ajacoutot Exp $
%%SHARED%%
@bin bin/glabels-3
@bin bin/glabels-3-batch
@ -515,8 +515,8 @@ share/locale/sv/LC_MESSAGES/glabels-3.0.mo
share/locale/zh_CN/LC_MESSAGES/glabels-3.0.mo
share/locale/zh_TW/LC_MESSAGES/glabels-3.0.mo
share/mime/packages/glabels-3.0.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2011/05/19 18:16:16 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,7 +7,7 @@ COMMENT= gettext(1) files editor for GNOME
GNOME_PROJECT= gtranslator
GNOME_VERSION= 1.9.13
REVISION= 2
REVISION= 3
CATEGORIES= textproc devel

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2010/11/02 06:37:51 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.4 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gtranslator
include/gtranslator-2.0/
include/gtranslator-2.0/gtranslator/
@ -326,7 +326,7 @@ share/pixmaps/gtranslator/suse.png
share/pixmaps/gtranslator/xfce.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.47 2011/05/19 19:01:03 otto Exp $
# $OpenBSD: Makefile,v 1.48 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT = open source web browser engine
V = 1.4.0
DISTNAME = webkit-${V}
EPOCH = 0
REVISION = 0
REVISION = 1
CATEGORIES = www
HOMEPAGE = http://webkitgtk.org/

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.15 2011/05/11 06:00:08 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.16 2011/05/28 08:15:34 ajacoutot Exp $
%%gtk3%%
!%%gtk3%%
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.38 2011/05/26 07:51:55 dcoppa Exp $
# $OpenBSD: Makefile,v 1.39 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT = GTK+/GNOME frontend for MPlayer
DISTNAME = gnome-mplayer-1.0.3
REVISION = 2
REVISION = 3
CATEGORIES = x11 multimedia
MAINTAINER = David Coppa <dcoppa@openbsd.org>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.9 2011/05/25 12:35:33 dcoppa Exp $
@comment $OpenBSD: PLIST,v 1.10 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gnome-mplayer
@man man/man1/gnome-mplayer.1
share/applications/gnome-mplayer.desktop
@ -83,8 +83,8 @@ share/locale/uk/LC_MESSAGES/gnome-mplayer.mo
share/locale/zh_CN/LC_MESSAGES/gnome-mplayer.mo
share/locale/zh_HK/LC_MESSAGES/gnome-mplayer.mo
share/locale/zh_TW/LC_MESSAGES/gnome-mplayer.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2011/05/24 05:32:58 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,6 +7,8 @@ COMMENT= atk-bridge for at-spi2
GNOME_PROJECT= at-spi2-atk
GNOME_VERSION= 2.0.2
REVISION= 0
HOMEPAGE= http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
# LGPLv2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/24 05:32:58 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:52 ajacoutot Exp $
@conflict at-spi-<=1.32.0p3
lib/gnome-settings-daemon-3.0/
lib/gnome-settings-daemon-3.0/gtk-modules/
@ -77,5 +77,5 @@ share/locale/vi/LC_MESSAGES/at-spi2-atk.mo
share/locale/zh_CN/LC_MESSAGES/at-spi2-atk.mo
share/locale/zh_HK/LC_MESSAGES/at-spi2-atk.mo
share/locale/zh_TW/LC_MESSAGES/at-spi2-atk.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.67 2011/05/04 10:54:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.68 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= telepathy based messenger for GNOME
GNOME_PROJECT= empathy
GNOME_VERSION= 2.34.0
REVISION= 2
REVISION= 3
CATEGORIES= net

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.19 2011/05/04 10:54:28 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.20 2011/05/28 08:15:52 ajacoutot Exp $
@bin bin/empathy
@bin bin/empathy-accounts
@bin bin/empathy-debugger
@ -1186,5 +1186,5 @@ share/telepathy/clients/Empathy.client
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.43 2011/05/14 13:41:14 jasper Exp $
# $OpenBSD: Makefile,v 1.44 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= GTK2 desktop calculator
GNOME_PROJECT= gcalctool
GNOME_VERSION= 5.32.2
REVISION= 1
REVISION= 2
CATEGORIES= math

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.15 2010/10/04 06:49:33 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.16 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gcalccmd
@bin bin/gcalctool
bin/gnome-calculator
@ -745,5 +745,5 @@ share/locale/xh/LC_MESSAGES/gcalctool.mo
share/locale/zh_CN/LC_MESSAGES/gcalctool.mo
share/locale/zh_HK/LC_MESSAGES/gcalctool.mo
share/locale/zh_TW/LC_MESSAGES/gcalctool.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2011/05/23 22:41:04 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.46 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT-main= GNOME virtual file system
COMMENT-smb= samba module for GVFS
@ -9,6 +9,8 @@ GNOME_VERSION= 1.8.2
PKGNAME-main= ${DISTNAME}
PKGNAME-smb= ${GNOME_PROJECT}-smb-${GNOME_VERSION}
REVISION-main= 0
SHARED_LIBS += gvfscommon 3.0 # .0.0
SHARED_LIBS += gvfscommon-dnssd 1.0 # .0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.18 2011/04/26 13:31:58 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.19 2011/05/28 08:15:34 ajacoutot Exp $
@pkgpath ${BASE_PKGPATH}
%%SHARED%%
@bin bin/gvfs-cat
@ -139,7 +139,7 @@ share/locale/vi/LC_MESSAGES/gvfs.mo
share/locale/zh_CN/LC_MESSAGES/gvfs.mo
share/locale/zh_HK/LC_MESSAGES/gvfs.mo
share/locale/zh_TW/LC_MESSAGES/gvfs.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.54 2011/03/25 09:13:43 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.55 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= password agent for the GNOME project
@ -8,7 +8,7 @@ GNOME_VERSION= 2.32.1
SHARED_LIBS += gp11 1.0 # .0.0
SHARED_LIBS += gcr 1.0 # .0.0
REVISION= 2
REVISION= 3
# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.22 2010/09/30 07:34:39 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.23 2011/05/28 08:15:52 ajacoutot Exp $
%%SHARED%%
@bin bin/gnome-keyring
@bin bin/gnome-keyring-daemon
@ -280,5 +280,5 @@ share/locale/xh/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2011/04/28 17:29:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.29 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,7 +7,7 @@ COMMENT= applications integration into Nautilus
GNOME_PROJECT= nautilus-sendto
GNOME_VERSION= 2.32.0
REVISION= 5
REVISION= 6
CATEGORIES= misc net

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2010/09/30 10:41:38 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/05/28 08:15:53 ajacoutot Exp $
@conflict nautilus-sendto-pidgin-*
@pkgpath x11/gnome/nautilus-sendto,-main
@bin bin/nautilus-sendto
@ -117,5 +117,5 @@ share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo
share/nautilus-sendto/
share/nautilus-sendto/ui/
share/nautilus-sendto/ui/nautilus-sendto.ui
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/05/17 15:05:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,7 +7,7 @@ COMMENT= sytem configuration GUI for desktops
GNOME_PROJECT= gnome-system-tools
GNOME_VERSION= 2.32.0
REVISION= 9
REVISION= 10
CATEGORIES= sysutils

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2011/01/17 17:51:25 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/05/28 08:15:53 ajacoutot Exp $
@comment @bin bin/network-admin
@bin bin/services-admin
@bin bin/shares-admin
@ -574,7 +574,7 @@ share/omf/users-admin/users-admin-sv.omf
share/omf/users-admin/users-admin-zh_CN.omf
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/05/23 17:02:28 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,6 +7,8 @@ COMMENT= unified backend for PIM programs
GNOME_PROJECT= evolution-data-server
GNOME_VERSION= 3.0.2.1
REVISION= 0
CATEGORIES= databases
SHARED_LIBS += edataserver-1.2 12.0 # 14.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2011/05/23 17:02:28 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2011/05/28 08:15:34 ajacoutot Exp $
include/evolution-data-server-${R}/
include/evolution-data-server-${R}/camel/
include/evolution-data-server-${R}/camel/camel-address.h
@ -819,5 +819,5 @@ share/pixmaps/evolution-data-server/category_status_16.png
share/pixmaps/evolution-data-server/category_strategies_16.png
share/pixmaps/evolution-data-server/category_suppliers_16.png
share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2011/05/18 11:17:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= collection of extensions for Epiphany
GNOME_PROJECT= epiphany-extensions
GNOME_VERSION= 3.0.0
REVISION= 5
REVISION= 6
# sync with www/epiphany
M= ${GNOME_VERSION:R}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/18 11:17:37 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
lib/epiphany/
lib/epiphany/${M}/
lib/epiphany/${M}/extensions/
@ -289,5 +289,5 @@ share/omf/epiphany-extensions/epiphany-extensions-fr.omf
share/omf/epiphany-extensions/epiphany-extensions-oc.omf
share/omf/epiphany-extensions/epiphany-extensions-sl.omf
share/omf/epiphany-extensions/epiphany-extensions-sv.omf
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/05/25 07:00:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -12,7 +12,7 @@ COMMENT= GNOME web browser based on webkit
GNOME_PROJECT= epiphany
GNOME_VERSION= 3.0.3
REVISION= 3
REVISION= 4
M= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
SUBST_VARS= M

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1 2011/05/17 14:03:47 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/ephy-profile-migrator
@bin bin/epiphany
include/epiphany/
@ -404,5 +404,5 @@ share/omf/epiphany/epiphany-zh_CN.omf
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2011/05/18 09:06:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= plugins for EOG
GNOME_PROJECT= eog-plugins
GNOME_VERSION= 3.0.0
REVISION= 0
REVISION= 1
CATEGORIES= graphics

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/18 08:57:48 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
lib/eog/
lib/eog/plugins/
lib/eog/plugins/exif-display/
@ -62,5 +62,5 @@ share/locale/vi/LC_MESSAGES/eog-plugins.mo
share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo
share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo
share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/05/24 16:33:15 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/28 08:15:53 ajacoutot Exp $
# Don't forget to check eog-plugins when updating this port!
@ -7,6 +7,8 @@ COMMENT= Eye of GNOME, image viewing and cataloging program
GNOME_PROJECT= eog
GNOME_VERSION= 3.0.2
REVISION= 0
CATEGORIES= graphics
# GPLv2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/18 08:56:06 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/eog
include/eog-3.0/
include/eog-3.0/eog/
@ -440,5 +440,5 @@ share/omf/eog/eog-zh_TW.omf
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.4 2011/05/26 16:52:42 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= plugins for Gedit
GNOME_PROJECT= gedit-plugins
GNOME_VERSION= 3.0.3
REVISION= 0
CATEGORIES= editors
HOMEPAGE= http://live.gnome.org/Gedit/Plugins

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/26 16:52:42 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
lib/gedit/plugins/bookmarks.plugin
lib/gedit/plugins/bracketcompletion.plugin
lib/gedit/plugins/bracketcompletion.py
@ -308,5 +308,5 @@ share/locale/xh/LC_MESSAGES/gedit-plugins.mo
share/locale/zh_CN/LC_MESSAGES/gedit-plugins.mo
share/locale/zh_HK/LC_MESSAGES/gedit-plugins.mo
share/locale/zh_TW/LC_MESSAGES/gedit-plugins.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/05/25 15:39:49 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,6 +7,8 @@ COMMENT= lightweight GNOME text editor
GNOME_PROJECT= gedit
GNOME_VERSION= 3.0.3
REVISION= 0
CATEGORIES= editors
SHARED_LIBS += gedit-private 0.0 # 0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/25 15:39:49 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gedit
bin/gnome-text-editor
include/gedit-3.0/
@ -1567,5 +1567,5 @@ share/locale/zh_HK/LC_MESSAGES/gedit.mo
share/locale/zh_TW/LC_MESSAGES/gedit.mo
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.4 2011/05/26 16:06:09 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= password agent for the GNOME project
GNOME_PROJECT= gnome-keyring
GNOME_VERSION= 3.0.3
REVISION= 0
SHARED_LIBS += gck 0.0 # 0.0
SHARED_LIBS += gcr-3 0.0 # 0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/19 21:01:13 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
%%SHARED%%
bin/gnome-keyring
@bin bin/gnome-keyring-3
@ -223,7 +223,7 @@ share/locale/xh/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2011/05/17 14:11:30 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= keyboard configuration library
GNOME_PROJECT= libgnomekbd
GNOME_VERSION= 3.0.0.1
REVISION= 0
REVISION= 1
SHARED_LIBS += gnomekbd 5.0 # 7.0
SHARED_LIBS += gnomekbdui 5.0 # 7.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1 2011/05/17 14:03:48 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gkbd-indicator-plugins-capplet
@bin bin/gkbd-keyboard-display
include/libgnomekbd/
@ -109,7 +109,7 @@ share/locale/vi/LC_MESSAGES/libgnomekbd.mo
share/locale/zh_CN/LC_MESSAGES/libgnomekbd.mo
share/locale/zh_HK/LC_MESSAGES/libgnomekbd.mo
share/locale/zh_TW/LC_MESSAGES/libgnomekbd.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/05/24 19:59:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= GNOME file manager
@ -18,6 +18,8 @@ COMMENT= GNOME file manager
GNOME_PROJECT= nautilus
GNOME_VERSION= 3.0.2
REVISION= 0
SHARED_LIBS += nautilus-extension 3.0 # 5.0
CATEGORIES= x11

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/24 19:59:10 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
%%SHARED%%
@bin bin/nautilus
@bin bin/nautilus-autorun-software
@ -248,7 +248,7 @@ share/pixmaps/nautilus/thumbnail_frame.png
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2011/05/18 15:25:34 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= GNOME interface for various networking tools
GNOME_PROJECT= gnome-nettool
GNOME_VERSION= 3.0.0
REVISION= 1
REVISION= 2
CATEGORIES= net

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/17 17:21:35 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gnome-nettool
share/applications/gnome-nettool.desktop
share/glib-2.0/schemas/org.gnome.gnome-nettool.gschema.xml
@ -173,5 +173,5 @@ share/omf/gnome-nettool/gnome-nettool-zh_CN.omf
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2011/05/24 05:32:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2011/05/28 08:15:53 ajacoutot Exp $
# XXX: py-gnome may be needed to load the old applets?
@ -9,6 +9,8 @@ COMMENT= GNOME panel
GNOME_PROJECT= gnome-panel
GNOME_VERSION= 3.0.2
REVISION= 0
SHARED_LIBS= panel-applet-4 0.0 # 0.0
CATEGORIES= x11

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2011/05/24 05:32:28 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.4 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gnome-desktop-item-edit
@bin bin/gnome-panel
@bin bin/panel-test-applets
@ -572,5 +572,5 @@ ${SCHEMAS_INSTDIR}/clock.schemas
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2011/05/27 12:58:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= GNOME session
GNOME_PROJECT= gnome-session
GNOME_VERSION= 3.0.2
REVISION= 1
REVISION= 2
CATEGORIES= x11

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/23 21:32:47 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/gnome-session
@bin bin/gnome-session-properties
@bin bin/gnome-session-quit
@ -136,7 +136,7 @@ share/xsessions/
share/xsessions/gnome.desktop
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2011/05/23 10:31:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,6 +7,8 @@ COMMENT= GNOME settings daemon
GNOME_PROJECT= gnome-settings-daemon
GNOME_VERSION= 3.0.2
REVISION= 0
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1 2011/05/17 14:03:48 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
include/gnome-settings-daemon-3.0/
include/gnome-settings-daemon-3.0/gnome-settings-daemon/
include/gnome-settings-daemon-3.0/gnome-settings-daemon/gnome-settings-plugin.h
@ -207,8 +207,8 @@ share/locale/zh_HK/LC_MESSAGES/gnome-settings-daemon.mo
share/locale/zh_TW/LC_MESSAGES/gnome-settings-daemon.mo
share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo
share/polkit-1/actions/org.gnome.settingsdaemon.datetimemechanism.policy
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/05/23 14:12:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT-main= official media player for GNOME
COMMENT-nautilus= totem properties plugin for nautilus
@ -9,7 +9,7 @@ GNOME_VERSION= 3.0.1
PKGNAME-main= ${DISTNAME}
PKGNAME-nautilus= nautilus-${DISTNAME}
REVISION-main= 1
REVISION-main= 2
REVISION-nautilus= 0
SHARED_LIBS += totem 0.0 # 0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.2 2011/05/23 14:12:23 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
@pkgpath x11/gnome/totem,xine
@bin bin/totem
@bin bin/totem-audio-preview
@ -553,5 +553,5 @@ share/totem/video-list.ui
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/19 19:20:23 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,6 +7,8 @@ COMMENT= GNOME utility programs
GNOME_PROJECT= gnome-utils
GNOME_VERSION= 3.0.1
REVISION= 0
SHARED_LIBS += gdict-1.0 6.1 # .6.7
# GPLv3

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/19 19:20:24 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
@bin bin/baobab
@bin bin/gnome-dictionary
@bin bin/gnome-font-viewer
@ -859,5 +859,5 @@ share/thumbnailers/gnome-font-viewer.thumbnailer
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2011/05/18 11:17:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= MAME front-end for GNOME
GNOME_PROJECT= gnome-video-arcade
GNOME_VERSION= 0.8.0
REVISION= 2
REVISION= 3
CATEGORIES= emulators games

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/18 11:17:37 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/05/28 08:15:34 ajacoutot Exp $
%%SHARED%%
@bin bin/gnome-video-arcade
lib/glade/
@ -172,7 +172,7 @@ share/omf/gnome-video-arcade/gnome-video-arcade-sl.omf
share/omf/gnome-video-arcade/gnome-video-arcade-sv.omf
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.4 2011/05/24 05:38:56 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= GNOME help browser
GNOME_PROJECT= yelp
GNOME_VERSION= 3.0.3
REVISION= 0
SHARED_LIBS += yelp 0.0 # 0.0
# GPLv2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1 2011/05/17 14:03:48 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/05/28 08:15:34 ajacoutot Exp $
%%SHARED%%
bin/gnome-help
@bin bin/yelp
@ -245,8 +245,8 @@ share/yelp/xslt/search2html.xsl
share/yelp/xslt/toc2html.xsl
share/yelp/xslt/yelp-common.xsl
share/yelp/yelp.js
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2011/05/23 06:11:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2011/05/28 08:15:53 ajacoutot Exp $
SHARED_ONLY= Yes
@ -13,6 +13,8 @@ PKGNAME-main= gtk+3-${V}
PKGNAME-docs= gtk+3-docs-${V}
PKGNAME-cups= gtk+3-cups-${V}
REVISION-main= 0
CATEGORIES= x11 devel
SHARED_LIBS += gdk-3 0.0 # 0.4

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.5 2011/05/19 14:30:39 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.6 2011/05/28 08:15:34 ajacoutot Exp $
@unexec-delete rm -f ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@bin bin/gtk-query-immodules-3.0
@bin bin/gtk3-demo
@ -637,7 +637,7 @@ share/themes/Emacs/gtk-3.0/gtk-keys.css
share/themes/Raleigh/gtk-3.0/
share/themes/Raleigh/gtk-3.0/gtk.css
@sample ${SYSCONFDIR}/gtk-3.0/
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/gtk-query-immodules-3.0 > ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true