- add update-desktop-database goo
This commit is contained in:
parent
09b1a95c36
commit
65516bb8b0
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.64 2007/11/24 19:21:16 okan Exp $
|
# $OpenBSD: Makefile,v 1.65 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= GTK+2 IRC client
|
COMMENT= GTK+2 IRC client
|
||||||
|
|
||||||
MAJOR= 2.8
|
MAJOR= 2.8
|
||||||
VERSION= ${MAJOR}.4
|
VERSION= ${MAJOR}.4
|
||||||
DISTNAME= xchat-${VERSION}
|
DISTNAME= xchat-${VERSION}
|
||||||
PKGNAME= ${DISTNAME}p1
|
PKGNAME= ${DISTNAME}p2
|
||||||
CATEGORIES= net x11
|
CATEGORIES= net x11
|
||||||
|
|
||||||
HOMEPAGE= http://www.xchat.org/
|
HOMEPAGE= http://www.xchat.org/
|
||||||
@ -28,6 +28,7 @@ MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}
|
|||||||
|
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
|
||||||
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||||
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
|
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
|
||||||
sexy::x11/libsexy
|
sexy::x11/libsexy
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.22 2007/07/07 12:51:10 couderc Exp $
|
@comment $OpenBSD: PLIST,v 1.23 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
bin/xchat
|
bin/xchat
|
||||||
share/applications/
|
share/applications/
|
||||||
share/applications/xchat.desktop
|
share/applications/xchat.desktop
|
||||||
@ -38,3 +38,5 @@ share/locale/zh_CN/LC_MESSAGES/xchat.mo
|
|||||||
share/locale/zh_TW/LC_MESSAGES/xchat.mo
|
share/locale/zh_TW/LC_MESSAGES/xchat.mo
|
||||||
share/pixmaps/
|
share/pixmaps/
|
||||||
share/pixmaps/xchat.png
|
share/pixmaps/xchat.png
|
||||||
|
@exec %D/bin/update-desktop-database
|
||||||
|
@unexec %D/bin/update-desktop-database
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.49 2007/09/15 20:38:20 merdely Exp $
|
# $OpenBSD: Makefile,v 1.50 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= HTML editor for experienced web designers
|
COMMENT= HTML editor for experienced web designers
|
||||||
|
|
||||||
DISTNAME= bluefish-1.0.7
|
DISTNAME= bluefish-1.0.7
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
HOMEPAGE= http://bluefish.openoffice.nl/
|
HOMEPAGE= http://bluefish.openoffice.nl/
|
||||||
|
|
||||||
@ -26,6 +27,7 @@ WANTLIB= X11 Xext Xrender glitz png atk-1.0 c m \
|
|||||||
|
|
||||||
MODULES= devel/gettext
|
MODULES= devel/gettext
|
||||||
|
|
||||||
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||||
BUILD_DEPENDS= ::misc/shared-mime-info
|
BUILD_DEPENDS= ::misc/shared-mime-info
|
||||||
LIB_DEPENDS= gtk-x11-2.0.>=0.14,gdk-x11-2.0.>=0.14,gdk_pixbuf-2.0.>=0.14::x11/gtk+2 \
|
LIB_DEPENDS= gtk-x11-2.0.>=0.14,gdk-x11-2.0.>=0.14,gdk_pixbuf-2.0.>=0.14::x11/gtk+2 \
|
||||||
pcre::devel/pcre \
|
pcre::devel/pcre \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.17 2007/01/06 16:31:36 mbalmer Exp $
|
@comment $OpenBSD: PLIST,v 1.18 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
bin/bluefish
|
bin/bluefish
|
||||||
@man man/man1/bluefish.1
|
@man man/man1/bluefish.1
|
||||||
share/application-registry/
|
share/application-registry/
|
||||||
@ -66,3 +66,5 @@ share/mime/packages/bluefish.xml
|
|||||||
share/pixmaps/
|
share/pixmaps/
|
||||||
share/pixmaps/bluefish-icon.png
|
share/pixmaps/bluefish-icon.png
|
||||||
share/pixmaps/gnome-mime-application-bluefish-project.png
|
share/pixmaps/gnome-mime-application-bluefish-project.png
|
||||||
|
@exec %D/bin/update-desktop-database
|
||||||
|
@unexec %D/bin/update-desktop-database
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2007/09/15 20:38:21 merdely Exp $
|
# $OpenBSD: Makefile,v 1.18 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
COMMENT= extremely lightweight and simple web browser for gnome
|
COMMENT= extremely lightweight and simple web browser for gnome
|
||||||
@ -6,6 +6,7 @@ COMMENT= extremely lightweight and simple web browser for gnome
|
|||||||
M= 2.18
|
M= 2.18
|
||||||
V= 2.18.2
|
V= 2.18.2
|
||||||
DISTNAME= epiphany-${V}
|
DISTNAME= epiphany-${V}
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
HOMEPAGE= http://www.gnome.org/projects/epiphany/
|
HOMEPAGE= http://www.gnome.org/projects/epiphany/
|
||||||
@ -25,7 +26,8 @@ RUN_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \
|
|||||||
:gnome-themes-*:x11/gnome/themes \
|
:gnome-themes-*:x11/gnome/themes \
|
||||||
:iso-codes-*:devel/iso-codes \
|
:iso-codes-*:devel/iso-codes \
|
||||||
:scrollkeeper-*:textproc/scrollkeeper \
|
:scrollkeeper-*:textproc/scrollkeeper \
|
||||||
:yelp-*:x11/gnome/yelp
|
:yelp-*:x11/gnome/yelp \
|
||||||
|
:desktop-file-utils-*:devel/desktop-file-utils
|
||||||
LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
||||||
gnomeui-2.>=1400::x11/gnome/libgnomeui \
|
gnomeui-2.>=1400::x11/gnome/libgnomeui \
|
||||||
mozilla-firefox/gtkembedmoz,mozilla-firefox/mozjs,mozilla-firefox/xpcom,mozilla-firefox/xpcom_core:mozilla-firefox->=2.0:www/mozilla-firefox \
|
mozilla-firefox/gtkembedmoz,mozilla-firefox/mozjs,mozilla-firefox/xpcom,mozilla-firefox/xpcom_core:mozilla-firefox->=2.0:www/mozilla-firefox \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.6 2007/06/04 18:35:36 martynas Exp $
|
@comment $OpenBSD: PLIST,v 1.7 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
bin/epiphany
|
bin/epiphany
|
||||||
include/epiphany/
|
include/epiphany/
|
||||||
include/epiphany/${M}/
|
include/epiphany/${M}/
|
||||||
@ -349,3 +349,5 @@ 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 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
|
@exec %D/bin/scrollkeeper-update -q
|
||||||
@unexec %D/bin/scrollkeeper-update -q
|
@unexec %D/bin/scrollkeeper-update -q
|
||||||
|
@exec %D/bin/update-desktop-database
|
||||||
|
@unexec %D/bin/update-desktop-database
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.37 2007/09/15 20:38:21 merdely Exp $
|
# $OpenBSD: Makefile,v 1.38 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= GNOME web browser based on gecko
|
COMMENT= GNOME web browser based on gecko
|
||||||
|
|
||||||
V= 2.0.3
|
V= 2.0.3
|
||||||
DISTNAME= galeon-${V}
|
DISTNAME= galeon-${V}
|
||||||
PKGNAME= ${DISTNAME}p1
|
PKGNAME= ${DISTNAME}p2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
HOMEPAGE= http://galeon.sourceforge.net/
|
HOMEPAGE= http://galeon.sourceforge.net/
|
||||||
@ -38,7 +38,8 @@ RUN_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \
|
|||||||
:gnome-themes-*:x11/gnome/themes \
|
:gnome-themes-*:x11/gnome/themes \
|
||||||
:iso-codes-*:devel/iso-codes \
|
:iso-codes-*:devel/iso-codes \
|
||||||
:scrollkeeper-*:textproc/scrollkeeper \
|
:scrollkeeper-*:textproc/scrollkeeper \
|
||||||
:yelp-*:x11/gnome/yelp
|
:yelp-*:x11/gnome/yelp \
|
||||||
|
:desktop-file-utils-*:devel/desktop-file-utils
|
||||||
LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
||||||
gnomeui-2.>=1400::x11/gnome/libgnomeui \
|
gnomeui-2.>=1400::x11/gnome/libgnomeui \
|
||||||
mozilla-firefox/gtkembedmoz,mozilla-firefox/xpcom,mozilla-firefox/xpcom_core:mozilla-firefox->=2.0:www/mozilla-firefox \
|
mozilla-firefox/gtkembedmoz,mozilla-firefox/xpcom,mozilla-firefox/xpcom_core:mozilla-firefox->=2.0:www/mozilla-firefox \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.11 2007/08/08 17:24:58 martynas Exp $
|
@comment $OpenBSD: PLIST,v 1.12 2007/12/15 21:14:22 ajacoutot Exp $
|
||||||
bin/galeon
|
bin/galeon
|
||||||
bin/galeon-config-tool
|
bin/galeon-config-tool
|
||||||
lib/bonobo/
|
lib/bonobo/
|
||||||
@ -249,3 +249,5 @@ share/sounds/galeon/clicked.wav
|
|||||||
@exec %D/bin/scrollkeeper-update -q
|
@exec %D/bin/scrollkeeper-update -q
|
||||||
@unexec %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 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/update-desktop-database
|
||||||
|
@unexec %D/bin/update-desktop-database
|
||||||
|
Loading…
Reference in New Issue
Block a user