From 98dddcefbd30e9e12248c48f908c09d31bcfafbe Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 17 Dec 2008 18:40:13 +0000 Subject: [PATCH] - switch to rarian instead of scrollkeeper - regen PLIST ok ajacoutot@ --- comms/gmfsk/Makefile | 8 +++--- comms/gmfsk/pkg/PLIST | 10 +++---- devel/gconf-editor/Makefile | 7 ++--- devel/gconf-editor/pkg/PLIST | 46 +++++++------------------------- devel/glade3/Makefile | 8 +++--- devel/glade3/pkg/PLIST | 23 +++------------- games/pioneers/Makefile | 8 +++--- games/pioneers/pkg/PLIST | 6 ++--- graphics/evince/Makefile | 8 +++--- graphics/evince/pkg/PLIST-main | 6 ++--- graphics/gthumb/Makefile | 5 ++-- graphics/gthumb/pkg/PLIST | 6 ++--- mail/evolution/Makefile | 8 +++--- mail/evolution/pkg/PLIST | 21 ++++++++++++--- mail/mail-notification/Makefile | 10 +++---- mail/mail-notification/pkg/PLIST | 6 ++--- math/gnumeric/Makefile | 7 ++--- math/gnumeric/pkg/PLIST | 12 ++++----- print/lilypond/Makefile | 6 ++--- print/lilypond/pkg/PLIST-main | 10 +++---- textproc/gtk-doc/Makefile | 5 ++-- textproc/gtk-doc/pkg/PLIST | 6 ++--- www/epiphany/Makefile | 6 ++--- www/epiphany/pkg/PLIST | 6 ++--- www/galeon/Makefile | 6 ++--- www/galeon/pkg/PLIST | 10 +++---- 26 files changed, 116 insertions(+), 144 deletions(-) diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index ec935fd9797..37543bc72e4 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2008/09/10 17:25:26 martynas Exp $ +# $OpenBSD: Makefile,v 1.8 2008/12/17 18:40:13 jasper Exp $ COMMENT= GNOME multimode HF terminal DISTNAME= gmfsk-0.6 -PKGNAME= ${DISTNAME}p4 +PKGNAME= ${DISTNAME}p5 CATEGORIES= comms hamradio HOMEPAGE= http://gmfsk.connect.fi/ @@ -27,9 +27,9 @@ WANTLIB += ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama \ bonobo-activation bonoboui-2 gconf-2 gnome-2 \ gnome-keyring gnomecanvas-2 gnomevfs-2 pixman-1 popt xml2 -RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ +RUN_DEPENDS= ::textproc/rarian \ :yelp-*:x11/gnome/yelp -BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper +BUILD_DEPENDS= ::textproc/rarian LIB_DEPENDS= fftw.>=2::math/fftw \ gtk-x11-2.0,gdk_pixbuf-2.0,gdk-x11-2.0::x11/gtk+2 \ hamlib.>=2::comms/hamlib \ diff --git a/comms/gmfsk/pkg/PLIST b/comms/gmfsk/pkg/PLIST index 786cce3c093..aa1027ef428 100644 --- a/comms/gmfsk/pkg/PLIST +++ b/comms/gmfsk/pkg/PLIST @@ -1,6 +1,5 @@ -@comment $OpenBSD: PLIST,v 1.2 2007/07/29 14:40:58 ajacoutot Exp $ -bin/gmfsk -share/gnome/ +@comment $OpenBSD: PLIST,v 1.3 2008/12/17 18:40:13 jasper Exp $ +@bin bin/gmfsk share/gnome/help/ share/gnome/help/gmfsk/ share/gnome/help/gmfsk/C/ @@ -23,9 +22,8 @@ share/pixmaps/gmfsk/rx.xpm share/pixmaps/gmfsk/tune.xpm share/pixmaps/gmfsk/tx.xpm @unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gmfsk/*.schemas > /dev/null -share/schemas/ share/schemas/gmfsk/ share/schemas/gmfsk/gmfsk.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gmfsk/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update diff --git a/devel/gconf-editor/Makefile b/devel/gconf-editor/Makefile index 06b9ed1b988..24fce0c271e 100644 --- a/devel/gconf-editor/Makefile +++ b/devel/gconf-editor/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.28 2008/11/21 16:54:33 jasper Exp $ +# $OpenBSD: Makefile,v 1.29 2008/12/17 18:40:57 jasper Exp $ COMMENT= editor for the GConf configuration system GNOME_PROJECT= gconf-editor GNOME_VERSION= 2.24.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= devel HOMEPAGE= http://www.gnome.org/projects/gconf/ @@ -24,9 +25,9 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \ pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png popt \ pthread ssl util xml2 z -BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ +BUILD_DEPENDS= ::textproc/rarian \ :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils -RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper +RUN_DEPENDS= ::textproc/rarian LIB_DEPENDS= gconf-2::devel/gconf2 \ dbus-1::x11/dbus \ dbus-glib-1::x11/dbus-glib \ diff --git a/devel/gconf-editor/pkg/PLIST b/devel/gconf-editor/pkg/PLIST index 165713e53a9..b22d60e96e8 100644 --- a/devel/gconf-editor/pkg/PLIST +++ b/devel/gconf-editor/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.13 2008/11/21 16:54:33 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.14 2008/12/17 18:40:57 jasper Exp $ @bin bin/gconf-editor @man man/man1/gconf-editor.1 share/applications/gconf-editor.desktop @@ -15,7 +15,6 @@ share/gconf-editor/icons/hicolor/16x16/status/type-pair.png share/gconf-editor/icons/hicolor/16x16/status/type-schema.png share/gconf-editor/icons/hicolor/16x16/status/type-string.png share/gconf-editor/icons/hicolor/16x16/status/type-undefined.png -share/gnome/help/ share/gnome/help/gconf-editor/ share/gnome/help/gconf-editor/C/ share/gnome/help/gconf-editor/C/figures/ @@ -66,130 +65,103 @@ share/gnome/help/gconf-editor/uk/ share/gnome/help/gconf-editor/uk/figures/ share/gnome/help/gconf-editor/uk/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/uk/gconf-editor.xml -share/icons/hicolor/ share/icons/hicolor/48x48/ share/icons/hicolor/48x48/apps/ share/icons/hicolor/48x48/apps/gconf-editor.png +share/locale/am/ +share/locale/am/LC_MESSAGES/ share/locale/am/LC_MESSAGES/gconf-editor.mo -share/locale/ar/LC_MESSAGES/ share/locale/ar/LC_MESSAGES/gconf-editor.mo share/locale/as/ share/locale/as/LC_MESSAGES/ share/locale/as/LC_MESSAGES/gconf-editor.mo +share/locale/az/ +share/locale/az/LC_MESSAGES/ share/locale/az/LC_MESSAGES/gconf-editor.mo share/locale/be/LC_MESSAGES/gconf-editor.mo share/locale/be@latin/ share/locale/be@latin/LC_MESSAGES/ share/locale/be@latin/LC_MESSAGES/gconf-editor.mo share/locale/bg/LC_MESSAGES/gconf-editor.mo -share/locale/bn/LC_MESSAGES/ share/locale/bn/LC_MESSAGES/gconf-editor.mo -share/locale/bn_IN/LC_MESSAGES/ share/locale/bn_IN/LC_MESSAGES/gconf-editor.mo -share/locale/br/LC_MESSAGES/ share/locale/br/LC_MESSAGES/gconf-editor.mo -share/locale/bs/LC_MESSAGES/ share/locale/bs/LC_MESSAGES/gconf-editor.mo share/locale/ca/LC_MESSAGES/gconf-editor.mo share/locale/cs/LC_MESSAGES/gconf-editor.mo -share/locale/cy/LC_MESSAGES/ share/locale/cy/LC_MESSAGES/gconf-editor.mo share/locale/da/LC_MESSAGES/gconf-editor.mo share/locale/de/LC_MESSAGES/gconf-editor.mo -share/locale/dz/LC_MESSAGES/ share/locale/dz/LC_MESSAGES/gconf-editor.mo share/locale/el/LC_MESSAGES/gconf-editor.mo -share/locale/en_CA/LC_MESSAGES/ share/locale/en_CA/LC_MESSAGES/gconf-editor.mo -share/locale/en_GB/LC_MESSAGES/ share/locale/en_GB/LC_MESSAGES/gconf-editor.mo share/locale/es/LC_MESSAGES/gconf-editor.mo share/locale/et/LC_MESSAGES/gconf-editor.mo -share/locale/eu/LC_MESSAGES/ share/locale/eu/LC_MESSAGES/gconf-editor.mo -share/locale/fa/LC_MESSAGES/ share/locale/fa/LC_MESSAGES/gconf-editor.mo share/locale/fi/LC_MESSAGES/gconf-editor.mo share/locale/fr/LC_MESSAGES/gconf-editor.mo share/locale/ga/LC_MESSAGES/gconf-editor.mo share/locale/gl/LC_MESSAGES/gconf-editor.mo -share/locale/gu/LC_MESSAGES/ share/locale/gu/LC_MESSAGES/gconf-editor.mo share/locale/he/LC_MESSAGES/gconf-editor.mo -share/locale/hi/LC_MESSAGES/ share/locale/hi/LC_MESSAGES/gconf-editor.mo share/locale/hr/LC_MESSAGES/gconf-editor.mo share/locale/hu/LC_MESSAGES/gconf-editor.mo share/locale/id/LC_MESSAGES/gconf-editor.mo share/locale/it/LC_MESSAGES/gconf-editor.mo share/locale/ja/LC_MESSAGES/gconf-editor.mo -share/locale/ka/LC_MESSAGES/ share/locale/ka/LC_MESSAGES/gconf-editor.mo +share/locale/kn/ +share/locale/kn/LC_MESSAGES/ share/locale/kn/LC_MESSAGES/gconf-editor.mo share/locale/ko/LC_MESSAGES/gconf-editor.mo -share/locale/ku/LC_MESSAGES/ share/locale/ku/LC_MESSAGES/gconf-editor.mo -share/locale/li/LC_MESSAGES/ share/locale/li/LC_MESSAGES/gconf-editor.mo -share/locale/lt/LC_MESSAGES/ share/locale/lt/LC_MESSAGES/gconf-editor.mo share/locale/lv/LC_MESSAGES/gconf-editor.mo -share/locale/mg/LC_MESSAGES/ share/locale/mg/LC_MESSAGES/gconf-editor.mo -share/locale/mk/LC_MESSAGES/ share/locale/mk/LC_MESSAGES/gconf-editor.mo -share/locale/ml/LC_MESSAGES/ share/locale/ml/LC_MESSAGES/gconf-editor.mo -share/locale/mn/LC_MESSAGES/ share/locale/mn/LC_MESSAGES/gconf-editor.mo -share/locale/mr/LC_MESSAGES/ share/locale/mr/LC_MESSAGES/gconf-editor.mo -share/locale/ms/LC_MESSAGES/ share/locale/ms/LC_MESSAGES/gconf-editor.mo share/locale/nb/LC_MESSAGES/gconf-editor.mo -share/locale/ne/LC_MESSAGES/ share/locale/ne/LC_MESSAGES/gconf-editor.mo share/locale/nl/LC_MESSAGES/gconf-editor.mo share/locale/nn/LC_MESSAGES/gconf-editor.mo share/locale/oc/ share/locale/oc/LC_MESSAGES/ share/locale/oc/LC_MESSAGES/gconf-editor.mo -share/locale/or/LC_MESSAGES/ share/locale/or/LC_MESSAGES/gconf-editor.mo -share/locale/pa/LC_MESSAGES/ share/locale/pa/LC_MESSAGES/gconf-editor.mo share/locale/pl/LC_MESSAGES/gconf-editor.mo share/locale/pt/LC_MESSAGES/gconf-editor.mo share/locale/pt_BR/LC_MESSAGES/gconf-editor.mo share/locale/ro/LC_MESSAGES/gconf-editor.mo share/locale/ru/LC_MESSAGES/gconf-editor.mo -share/locale/rw/LC_MESSAGES/ share/locale/rw/LC_MESSAGES/gconf-editor.mo share/locale/si/ share/locale/si/LC_MESSAGES/ share/locale/si/LC_MESSAGES/gconf-editor.mo share/locale/sk/LC_MESSAGES/gconf-editor.mo share/locale/sl/LC_MESSAGES/gconf-editor.mo -share/locale/sq/LC_MESSAGES/ share/locale/sq/LC_MESSAGES/gconf-editor.mo share/locale/sr/LC_MESSAGES/gconf-editor.mo share/locale/sr@latin/ share/locale/sr@latin/LC_MESSAGES/ share/locale/sr@latin/LC_MESSAGES/gconf-editor.mo share/locale/sv/LC_MESSAGES/gconf-editor.mo -share/locale/ta/LC_MESSAGES/ share/locale/ta/LC_MESSAGES/gconf-editor.mo share/locale/te/ share/locale/te/LC_MESSAGES/ share/locale/te/LC_MESSAGES/gconf-editor.mo -share/locale/th/LC_MESSAGES/ share/locale/th/LC_MESSAGES/gconf-editor.mo share/locale/tr/LC_MESSAGES/gconf-editor.mo -share/locale/ug/LC_MESSAGES/ share/locale/ug/LC_MESSAGES/gconf-editor.mo share/locale/uk/LC_MESSAGES/gconf-editor.mo share/locale/vi/LC_MESSAGES/gconf-editor.mo -share/locale/xh/LC_MESSAGES/ share/locale/xh/LC_MESSAGES/gconf-editor.mo share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo share/locale/zh_HK/LC_MESSAGES/gconf-editor.mo @@ -211,8 +183,8 @@ share/omf/gconf-editor/gconf-editor-uk.omf share/schemas/gconf-editor/ share/schemas/gconf-editor/gconf-editor.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gconf-editor/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/update-desktop-database @unexec %D/bin/update-desktop-database @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile index 79d163bcac2..77e08577815 100644 --- a/devel/glade3/Makefile +++ b/devel/glade3/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2008/11/30 09:25:55 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2008/12/17 18:40:57 jasper Exp $ COMMENT= user interface builder for the GTK2+ toolkit GNOME_VERSION = 3.5.2 GNOME_PROJECT = glade3 -PKGNAME = ${DISTNAME}p0 +PKGNAME = ${DISTNAME}p1 CATEGORIES = devel SHARED_LIBS += gladeui-1 0.0 # .8.0 @@ -33,9 +33,9 @@ MODULES= devel/gettext \ LIB_DEPENDS= dbus-glib-1::x11/dbus-glib \ gnomeui-2::x11/gnome/libgnomeui -BUILD_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper \ +BUILD_DEPENDS= ::textproc/rarian \ ::x11/gnome/doc-utils -RUN_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper \ +RUN_DEPENDS= ::textproc/rarian \ ::x11/gnome/devhelp DESKTOP_FILES = Yes diff --git a/devel/glade3/pkg/PLIST b/devel/glade3/pkg/PLIST index 5d9b369c769..2319ee1813a 100644 --- a/devel/glade3/pkg/PLIST +++ b/devel/glade3/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/11 23:11:25 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.2 2008/12/17 18:40:57 jasper Exp $ %%SHARED%% @bin bin/glade-3 include/libgladeui-1.0/ @@ -295,7 +295,6 @@ share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-vseparator.png share/glade3/pixmaps/hicolor/22x22/actions/widget-gtk-window.png share/glade3/pixmaps/plus.png share/glade3/pixmaps/selector.png -share/gnome/ share/gnome/help/ share/gnome/help/glade/ share/gnome/help/glade/C/ @@ -383,7 +382,6 @@ share/gtk-doc/html/gladeui/right.png share/gtk-doc/html/gladeui/style.css share/gtk-doc/html/gladeui/up.png share/gtk-doc/html/gladeui/widgetclasses.html -share/icons/ share/icons/hicolor/ share/icons/hicolor/16x16/ share/icons/hicolor/16x16/apps/ @@ -403,25 +401,20 @@ share/icons/hicolor/48x48/apps/glade-3.png share/icons/hicolor/scalable/ share/icons/hicolor/scalable/apps/ share/icons/hicolor/scalable/apps/glade-3.svg -share/locale/ar/ share/locale/ar/LC_MESSAGES/ share/locale/ar/LC_MESSAGES/glade3.mo share/locale/az/LC_MESSAGES/glade3.mo share/locale/bg/LC_MESSAGES/glade3.mo -share/locale/bn/ share/locale/bn/LC_MESSAGES/ share/locale/bn/LC_MESSAGES/glade3.mo -share/locale/bn_IN/ share/locale/bn_IN/LC_MESSAGES/ share/locale/bn_IN/LC_MESSAGES/glade3.mo share/locale/ca/LC_MESSAGES/glade3.mo share/locale/da/LC_MESSAGES/glade3.mo share/locale/de/LC_MESSAGES/glade3.mo share/locale/el/LC_MESSAGES/glade3.mo -share/locale/en_CA/ share/locale/en_CA/LC_MESSAGES/ share/locale/en_CA/LC_MESSAGES/glade3.mo -share/locale/en_GB/ share/locale/en_GB/LC_MESSAGES/ share/locale/en_GB/LC_MESSAGES/glade3.mo share/locale/es/LC_MESSAGES/glade3.mo @@ -430,23 +423,18 @@ share/locale/fi/LC_MESSAGES/glade3.mo share/locale/fr/LC_MESSAGES/glade3.mo share/locale/gl/LC_MESSAGES/glade3.mo share/locale/he/LC_MESSAGES/glade3.mo -share/locale/hi/ share/locale/hi/LC_MESSAGES/ share/locale/hi/LC_MESSAGES/glade3.mo share/locale/hu/LC_MESSAGES/glade3.mo share/locale/it/LC_MESSAGES/glade3.mo share/locale/ja/LC_MESSAGES/glade3.mo share/locale/ko/LC_MESSAGES/glade3.mo -share/locale/lt/ share/locale/lt/LC_MESSAGES/ share/locale/lt/LC_MESSAGES/glade3.mo -share/locale/mk/ share/locale/mk/LC_MESSAGES/ share/locale/mk/LC_MESSAGES/glade3.mo -share/locale/ml/ share/locale/ml/LC_MESSAGES/ share/locale/ml/LC_MESSAGES/glade3.mo -share/locale/ms/ share/locale/ms/LC_MESSAGES/ share/locale/ms/LC_MESSAGES/glade3.mo share/locale/nb/LC_MESSAGES/glade3.mo @@ -454,10 +442,8 @@ share/locale/nn/LC_MESSAGES/glade3.mo share/locale/oc/ share/locale/oc/LC_MESSAGES/ share/locale/oc/LC_MESSAGES/glade3.mo -share/locale/or/ share/locale/or/LC_MESSAGES/ share/locale/or/LC_MESSAGES/glade3.mo -share/locale/pa/ share/locale/pa/LC_MESSAGES/ share/locale/pa/LC_MESSAGES/glade3.mo share/locale/pl/LC_MESSAGES/glade3.mo @@ -469,17 +455,14 @@ share/locale/si/LC_MESSAGES/ share/locale/si/LC_MESSAGES/glade3.mo share/locale/sk/LC_MESSAGES/glade3.mo share/locale/sl/LC_MESSAGES/glade3.mo -share/locale/sq/ share/locale/sq/LC_MESSAGES/ share/locale/sq/LC_MESSAGES/glade3.mo share/locale/sv/LC_MESSAGES/glade3.mo -share/locale/ta/ share/locale/ta/LC_MESSAGES/ share/locale/ta/LC_MESSAGES/glade3.mo share/locale/te/ share/locale/te/LC_MESSAGES/ share/locale/te/LC_MESSAGES/glade3.mo -share/locale/th/ share/locale/th/LC_MESSAGES/ share/locale/th/LC_MESSAGES/glade3.mo share/locale/tr/LC_MESSAGES/glade3.mo @@ -498,8 +481,8 @@ share/omf/glade/glade-it.omf share/omf/glade/glade-oc.omf share/omf/glade/glade-pt_BR.omf share/omf/glade/glade-sv.omf -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @exec %D/bin/update-desktop-database diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 2d948371b35..8160cb1af22 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2008/06/22 21:28:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2008/12/17 18:41:33 jasper Exp $ COMMENT= Settlers of Catan for GNOME/Gtk GNOME_PROJECT= pioneers GNOME_VERSION= 0.12.2 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= games @@ -32,9 +32,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/} MODULES= devel/gettext \ x11/gnome -BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ +BUILD_DEPENDS= ::textproc/rarian \ ::x11/gnome/librsvg -RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ +RUN_DEPENDS= ::textproc/rarian \ ::x11/gnome/librsvg LIB_DEPENDS= gnome-2.>=1900::x11/gnome/libgnome diff --git a/games/pioneers/pkg/PLIST b/games/pioneers/pkg/PLIST index a902cde266f..9cf3d49fa45 100644 --- a/games/pioneers/pkg/PLIST +++ b/games/pioneers/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.3 2008/06/22 21:28:14 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.4 2008/12/17 18:41:33 jasper Exp $ @conflict gnocatan-* @pkgpath games/gnocatan @bin bin/pioneers @@ -186,7 +186,7 @@ share/pixmaps/pioneers/style-human-7.png share/pixmaps/pioneers/style-human.png share/pixmaps/pioneers/trade.png share/pixmaps/pioneers/wool.png -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/update-desktop-database @unexec %D/bin/update-desktop-database diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 690ecfd3cce..7f3ffece54a 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2008/12/16 11:05:28 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2008/12/17 18:41:51 jasper Exp $ SHARED_ONLY= Yes @@ -11,7 +11,7 @@ GNOME_VERSION= 2.24.2 CATEGORIES= graphics print -PKGNAME-main= ${DISTNAME}p0 +PKGNAME-main= ${DISTNAME}p1 PKGNAME-djvu= evince-djvu-${GNOME_VERSION} PKGNAME-dvi= evince-dvi-${GNOME_VERSION} @@ -40,7 +40,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre \ pixman-1 png xml2 z -BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper +BUILD_DEPENDS= ::textproc/rarian WANTLIB-main= ${WANTLIB} ICE ORBit-2 SM c dbus-1 dbus-glib-1 \ gconf-2 glade-2.0 gnome-keyring gs gthread-2.0 \ @@ -48,7 +48,7 @@ WANTLIB-main= ${WANTLIB} ICE ORBit-2 SM c dbus-1 dbus-glib-1 \ LIB_DEPENDS-main= poppler.>=3,poppler-glib.>=3::print/poppler \ spectre::print/libspectre \ ${MODGETTEXT_LIB_DEPENDS} -RUN_DEPENDS-main= :scrollkeeper-*:textproc/scrollkeeper \ +RUN_DEPENDS-main= ::textproc/rarian \ :shared-mime-info-*:misc/shared-mime-info \ :ghostscript-*:print/ghostscript/gnu \ ::x11/gnome/icon-theme \ diff --git a/graphics/evince/pkg/PLIST-main b/graphics/evince/pkg/PLIST-main index 6bb77930daf..bb1c197b3be 100644 --- a/graphics/evince/pkg/PLIST-main +++ b/graphics/evince/pkg/PLIST-main @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST-main,v 1.2 2008/12/14 19:33:49 ajacoutot Exp $ +@comment $OpenBSD: PLIST-main,v 1.3 2008/12/17 18:41:51 jasper Exp $ @pkgpath graphics/evince @bin bin/evince @bin bin/evince-thumbnailer @@ -334,8 +334,8 @@ share/schemas/evince/evince-thumbnailer-ps.schemas share/schemas/evince/evince-thumbnailer.schemas share/schemas/evince/evince.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/evince/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/update-desktop-database @unexec %D/bin/update-desktop-database @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index aa75310aef4..48fe083005d 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,9 +1,10 @@ -#$OpenBSD: Makefile,v 1.19 2008/12/14 19:30:45 ajacoutot Exp $ +#$OpenBSD: Makefile,v 1.20 2008/12/17 18:41:51 jasper Exp $ COMMENT= Image viewer and browser for GNOME GNOME_PROJECT= gthumb GNOME_VERSION= 2.10.10 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS= gthumb 0.0 # .0.0 @@ -38,7 +39,7 @@ BUILD_DEPENDS= :gnome-doc-utils-*:x11/gnome/doc-utils LIB_DEPENDS= gnomeui-2.>=2000::x11/gnome/libgnomeui \ gphoto2.>=3,gphoto2_port.>=6::graphics/libgphoto2 RUN_DEPENDS= ::misc/shared-mime-info \ - :scrollkeeper-*:textproc/scrollkeeper + ::textproc/rarian MODGNOME_HELP_FILES= Yes DESKTOP_FILES= Yes diff --git a/graphics/gthumb/pkg/PLIST b/graphics/gthumb/pkg/PLIST index 4ea2e3f406e..f4bf6f5740b 100644 --- a/graphics/gthumb/pkg/PLIST +++ b/graphics/gthumb/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2008/12/14 19:30:45 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.9 2008/12/17 18:41:51 jasper Exp $ %%SHARED%% @bin bin/gthumb lib/bonobo/ @@ -216,8 +216,8 @@ share/omf/gthumb/gthumb-sv.omf share/schemas/gthumb/ share/schemas/gthumb/gthumb.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gthumb/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @exec %D/bin/update-desktop-database diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 044a648aabc..684089fb85c 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2008/12/01 01:32:40 kevlo Exp $ +# $OpenBSD: Makefile,v 1.53 2008/12/17 18:42:31 jasper Exp $ COMMENT= integrated email and PIM software for GNOME @@ -6,7 +6,7 @@ COMMENT= integrated email and PIM software for GNOME # under mail/evolution-plugin-rss/Makefile (and bump) GNOME_PROJECT= evolution GNOME_VERSION= 2.24.2 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= mail HOMEPAGE= http://www.gnome.org/projects/evolution/ @@ -44,11 +44,11 @@ MODULES= devel/gettext \ x11/gnome BUILD_DEPENDS= ::devel/bison \ - ::textproc/scrollkeeper \ + ::textproc/rarian \ ::x11/gnome/doc-utils \ ::misc/shared-mime-info RUN_DEPENDS= ::devel/desktop-file-utils \ - ::textproc/scrollkeeper \ + ::textproc/rarian \ ::x11/hicolor-icon-theme LIB_DEPENDS= camel-1.2,camel-provider-1.2,ebackend-1.2,ebook-1.2,ecal-1.2,edataserver-1.2,edataserverui-1.2,egroupwise-1.2,exchange-storage-1.2,gdata-1.2,gdata-google-1.2::databases/evolution-data-server \ lber.>=7,ldap.>=7::databases/openldap \ diff --git a/mail/evolution/pkg/PLIST b/mail/evolution/pkg/PLIST index ee5e759ec50..c7829b24444 100644 --- a/mail/evolution/pkg/PLIST +++ b/mail/evolution/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.21 2008/11/24 19:32:29 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.22 2008/12/17 18:42:31 jasper Exp $ %%SHARED%% @bin bin/evolution include/evolution-${R}/ @@ -225,6 +225,8 @@ include/evolution-${R}/text/ include/evolution-${R}/text/e-text-model-repos.h include/evolution-${R}/text/e-text-model.h include/evolution-${R}/text/e-text.h +lib/bonobo/ +lib/bonobo/servers/ lib/bonobo/servers/GNOME_Evolution_Addressbook.server lib/bonobo/servers/GNOME_Evolution_Calendar.server lib/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify.server @@ -2055,6 +2057,7 @@ share/icons/hicolor/48x48/apps/evolution-memos.png share/icons/hicolor/48x48/apps/evolution-tasks.png share/icons/hicolor/48x48/apps/evolution.png share/icons/hicolor/scalable/apps/evolution.svg +share/idl/ share/idl/evolution-${R}/ share/idl/evolution-${R}/Evolution-Component.idl share/idl/evolution-${R}/Evolution-ConfigControl.idl @@ -2064,12 +2067,16 @@ share/idl/evolution-${R}/Evolution.idl share/idl/evolution-${R}/evolution-calendar.idl share/locale/am/LC_MESSAGES/evolution-${R}.mo share/locale/ar/LC_MESSAGES/evolution-${R}.mo +share/locale/as/ +share/locale/as/LC_MESSAGES/ share/locale/as/LC_MESSAGES/evolution-${R}.mo share/locale/ast/ share/locale/ast/LC_MESSAGES/ share/locale/ast/LC_MESSAGES/evolution-${R}.mo share/locale/az/LC_MESSAGES/evolution-${R}.mo share/locale/be/LC_MESSAGES/evolution-${R}.mo +share/locale/be@latin/ +share/locale/be@latin/LC_MESSAGES/ share/locale/be@latin/LC_MESSAGES/evolution-${R}.mo share/locale/bg/LC_MESSAGES/evolution-${R}.mo share/locale/bn/LC_MESSAGES/evolution-${R}.mo @@ -2119,6 +2126,8 @@ share/locale/nb/LC_MESSAGES/evolution-${R}.mo share/locale/ne/LC_MESSAGES/evolution-${R}.mo share/locale/nl/LC_MESSAGES/evolution-${R}.mo share/locale/nn/LC_MESSAGES/evolution-${R}.mo +share/locale/oc/ +share/locale/oc/LC_MESSAGES/ share/locale/oc/LC_MESSAGES/evolution-${R}.mo share/locale/or/LC_MESSAGES/evolution-${R}.mo share/locale/pa/LC_MESSAGES/evolution-${R}.mo @@ -2131,14 +2140,20 @@ share/locale/pt_BR/LC_MESSAGES/evolution-${R}.mo share/locale/ro/LC_MESSAGES/evolution-${R}.mo share/locale/ru/LC_MESSAGES/evolution-${R}.mo share/locale/rw/LC_MESSAGES/evolution-${R}.mo +share/locale/si/ +share/locale/si/LC_MESSAGES/ share/locale/si/LC_MESSAGES/evolution-${R}.mo share/locale/sk/LC_MESSAGES/evolution-${R}.mo share/locale/sl/LC_MESSAGES/evolution-${R}.mo share/locale/sq/LC_MESSAGES/evolution-${R}.mo share/locale/sr/LC_MESSAGES/evolution-${R}.mo +share/locale/sr@latin/ +share/locale/sr@latin/LC_MESSAGES/ share/locale/sr@latin/LC_MESSAGES/evolution-${R}.mo share/locale/sv/LC_MESSAGES/evolution-${R}.mo share/locale/ta/LC_MESSAGES/evolution-${R}.mo +share/locale/te/ +share/locale/te/LC_MESSAGES/ share/locale/te/LC_MESSAGES/evolution-${R}.mo share/locale/th/LC_MESSAGES/evolution-${R}.mo share/locale/tr/LC_MESSAGES/evolution-${R}.mo @@ -2172,8 +2187,8 @@ share/schemas/evolution/apps_evolution_shell.schemas share/schemas/evolution/bogo-junk-plugin.schemas share/schemas/evolution/evolution-mail.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/evolution/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @exec %D/bin/update-desktop-database diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 3d611ab6248..7fdd7ff7d4c 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.23 2008/12/16 13:16:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.24 2008/12/17 18:42:31 jasper Exp $ COMMENT= mail notification for freedesktop.org-compliant system trays DISTNAME= mail-notification-5.4 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= mail EXTRACT_SUFX= .tar.bz2 @@ -31,9 +31,9 @@ MASTER_SITES= http://savannah.nongnu.org/download/mailnotify/ MODULES= devel/gettext \ textproc/intltool -BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper -RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ - :desktop-file-utils-*:devel/desktop-file-utils \ +BUILD_DEPENDS= ::textproc/rarian +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \ + ::textproc/rarian \ :yelp-*:x11/gnome/yelp \ :notification-daemon-*|notification-daemon-xfce-*:sysutils/notification-daemon LIB_DEPENDS= gnomeui-2.>=2400::x11/gnome/libgnomeui \ diff --git a/mail/mail-notification/pkg/PLIST b/mail/mail-notification/pkg/PLIST index f2e3d606b04..8d2e33ed383 100644 --- a/mail/mail-notification/pkg/PLIST +++ b/mail/mail-notification/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2008/12/16 13:16:37 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.9 2008/12/17 18:42:31 jasper Exp $ @bin bin/mail-notification share/applications/mail-notification-properties.desktop share/examples/mail-notification/ @@ -60,8 +60,8 @@ share/omf/mail-notification/mail-notification-C.omf share/schemas/mail-notification/ share/schemas/mail-notification/mail-notification.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/mail-notification/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @exec %D/bin/update-desktop-database diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 895a5f3452a..48f8149a732 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.24 2008/06/03 16:36:54 jasper Exp $ +# $OpenBSD: Makefile,v 1.25 2008/12/17 18:42:48 jasper Exp $ COMMENT= spreadsheet application for GNOME GNOME_PROJECT= gnumeric GNOME_VERSION= 1.8.3 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS += spreadsheet 0.0 CATEGORIES= math @@ -29,8 +30,8 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \ MODULES= devel/gettext \ x11/gnome -BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper -RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper +BUILD_DEPENDS= ::textproc/rarian +RUN_DEPENDS= ::textproc/rarian LIB_DEPENDS= art_lgpl_2.>=5.19::graphics/libart \ glade-2.0.>=0.8::devel/libglade2 \ gnomeui-2.>=1800::x11/gnome/libgnomeui \ diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST index db9e4154bec..19ed6f63245 100644 --- a/math/gnumeric/pkg/PLIST +++ b/math/gnumeric/pkg/PLIST @@ -1,9 +1,9 @@ -@comment $OpenBSD: PLIST,v 1.13 2008/06/03 16:36:54 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.14 2008/12/17 18:42:48 jasper Exp $ %%SHARED%% bin/gnumeric -bin/gnumeric-${VERSION} -bin/ssconvert -bin/ssindex +@bin bin/gnumeric-${VERSION} +@bin bin/ssconvert +@bin bin/ssindex include/libspreadsheet-1.8/ include/libspreadsheet-1.8/spreadsheet/ include/libspreadsheet-1.8/spreadsheet/application.h @@ -923,7 +923,7 @@ share/schemas/gnumeric/gnumeric-dialogs.schemas share/schemas/gnumeric/gnumeric-general.schemas share/schemas/gnumeric/gnumeric-plugins.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnumeric/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/update-desktop-database @unexec %D/bin/update-desktop-database diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index fc06de57c77..71b79e4a3be 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2007/12/18 16:05:48 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2008/12/17 18:43:13 jasper Exp $ # # Credits to Matt Jibson. He did the initial work on this port and many # tools it depends on. @@ -11,7 +11,7 @@ COMMENT-docs= lilypond documentation VERSION= 2.10.33 DISTNAME= lilypond-${VERSION} DISTNAME-docs= ${DISTNAME}-1.documentation -PKGNAME-main= lilypond-${VERSION}p1 +PKGNAME-main= lilypond-${VERSION}p2 PKGNAME-docs= lilypond-docs-${VERSION} CATEGORIES= print @@ -70,7 +70,7 @@ BUILD_DEPENDS= ::print/mftrace \ :autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \ ${RUN_DEPENDS} RUN_DEPENDS-main= ${RUN_DEPENDS} \ - :scrollkeeper-*:textproc/scrollkeeper + ::textproc/rarian SUBST_VARS+= VERSION diff --git a/print/lilypond/pkg/PLIST-main b/print/lilypond/pkg/PLIST-main index f28bfa5e37a..f4b7390592e 100644 --- a/print/lilypond/pkg/PLIST-main +++ b/print/lilypond/pkg/PLIST-main @@ -1,14 +1,14 @@ -@comment $OpenBSD: PLIST-main,v 1.4 2007/12/18 16:05:48 ajacoutot Exp $ +@comment $OpenBSD: PLIST-main,v 1.5 2008/12/17 18:43:13 jasper Exp $ @pkgpath print/lilypond bin/abc2ly bin/convert-ly bin/etf2ly -bin/lilypond +@bin bin/lilypond bin/lilypond-book bin/lilypond-invoke-editor bin/midi2ly bin/musicxml2ly -@info info/lilypond/ +info/lilypond/ @info info/lilypond/lilypond-internals.info @info info/lilypond/lilypond.info @info info/lilypond/music-glossary.info @@ -367,5 +367,5 @@ share/omf/lilypond/${VERSION}/lilypond.html.omf share/omf/lilypond/${VERSION}/lilypond.pdf.omf share/omf/lilypond/${VERSION}/music-glossary.html.omf share/omf/lilypond/${VERSION}/music-glossary.pdf.omf -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 2c315094b12..74ef5d68456 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2008/11/23 22:59:08 jasper Exp $ +# $OpenBSD: Makefile,v 1.10 2008/12/17 18:43:13 jasper Exp $ COMMENT= GTK C code documentation system GNOME_VERSION= 1.11 GNOME_PROJECT= gtk-doc +PKGNAME= ${DISTNAME}p0 CATEGORIES= textproc devel HOMEPAGE= http://www.gtk.org/gtk-doc/ @@ -27,7 +28,7 @@ RUN_DEPENDS= ::textproc/openjade \ ::textproc/docbook \ ::textproc/docbook-xsl \ ::textproc/libxslt \ - ::textproc/scrollkeeper \ + ::textproc/rarian \ ::x11/gnome/yelp NO_REGRESS= Yes diff --git a/textproc/gtk-doc/pkg/PLIST b/textproc/gtk-doc/pkg/PLIST index 799edb633ed..1cb7c8d5666 100644 --- a/textproc/gtk-doc/pkg/PLIST +++ b/textproc/gtk-doc/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2008/11/18 11:59:31 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.7 2008/12/17 18:43:13 jasper Exp $ bin/gtkdoc-check bin/gtkdoc-depscan bin/gtkdoc-fixxref @@ -36,5 +36,5 @@ share/omf/gtk-doc-manual/ share/omf/gtk-doc-manual/gtk-doc-manual-C.omf share/sgml/gtk-doc/ share/sgml/gtk-doc/gtk-doc.cat -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 96d7b02d36e..24f2029be82 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2008/11/19 14:12:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2008/12/17 18:43:30 jasper Exp $ SHARED_ONLY= Yes COMMENT= extremely lightweight and simple web browser for GNOME @@ -6,7 +6,7 @@ COMMENT= extremely lightweight and simple web browser for GNOME M= 2.18 V= 2.18.2 DISTNAME= epiphany-${V} -PKGNAME= ${DISTNAME}p6 +PKGNAME= ${DISTNAME}p7 CATEGORIES= www HOMEPAGE= http://www.gnome.org/projects/epiphany/ @@ -25,7 +25,7 @@ RUN_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \ :gnome-icon-theme-*:x11/gnome/icon-theme \ :gnome-themes-*:x11/gnome/themes \ :iso-codes-*:devel/iso-codes \ - :scrollkeeper-*:textproc/scrollkeeper \ + ::textproc/rarian \ :yelp-*:x11/gnome/yelp \ :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \ diff --git a/www/epiphany/pkg/PLIST b/www/epiphany/pkg/PLIST index 0a6588c3550..baac71f76a4 100644 --- a/www/epiphany/pkg/PLIST +++ b/www/epiphany/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.9 2008/11/19 14:12:41 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.10 2008/12/17 18:43:30 jasper Exp $ @bin bin/epiphany include/epiphany/ include/epiphany/${M}/ @@ -348,7 +348,7 @@ share/schemas/epiphany/epiphany-lockdown.schemas share/schemas/epiphany/epiphany-pango.schemas share/schemas/epiphany/epiphany.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/epiphany/*.schemas > /dev/null -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/update-desktop-database @unexec %D/bin/update-desktop-database diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 48c1dd60c4d..fe9ad3469f3 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.40 2008/06/03 14:56:09 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.41 2008/12/17 18:43:30 jasper Exp $ COMMENT= GNOME web browser based on gecko V= 2.0.3 DISTNAME= galeon-${V} -PKGNAME= ${DISTNAME}p3 +PKGNAME= ${DISTNAME}p4 CATEGORIES= www HOMEPAGE= http://galeon.sourceforge.net/ @@ -38,7 +38,7 @@ RUN_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \ :gnome-icon-theme-*:x11/gnome/icon-theme \ :gnome-themes-*:x11/gnome/themes \ :iso-codes-*:devel/iso-codes \ - :scrollkeeper-*:textproc/scrollkeeper \ + :rarian-*:textproc/rarian \ :yelp-*:x11/gnome/yelp \ :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \ diff --git a/www/galeon/pkg/PLIST b/www/galeon/pkg/PLIST index e18fc960c0a..b346b170547 100644 --- a/www/galeon/pkg/PLIST +++ b/www/galeon/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $OpenBSD: PLIST,v 1.12 2007/12/15 21:14:22 ajacoutot Exp $ -bin/galeon +@comment $OpenBSD: PLIST,v 1.13 2008/12/17 18:43:30 jasper Exp $ +@bin bin/galeon bin/galeon-config-tool lib/bonobo/ lib/bonobo/servers/ @@ -243,11 +243,11 @@ share/pixmaps/galeon.png @unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/galeon/*.schemas > /dev/null share/schemas/galeon/ share/schemas/galeon/galeon.schemas +@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/galeon/*.schemas > /dev/null share/sounds/ share/sounds/galeon/ share/sounds/galeon/clicked.wav -@exec %D/bin/scrollkeeper-update -q -@unexec %D/bin/scrollkeeper-update -q -@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/galeon/*.schemas > /dev/null +@exec %D/bin/rarian-sk-update +@unexec %D/bin/rarian-sk-update @exec %D/bin/update-desktop-database @unexec %D/bin/update-desktop-database