Convert to using the new gconf2.port.mk module.
This should be the last pass... now let's seat and see if it breaks...
This commit is contained in:
parent
68a4cb8713
commit
9266dd4bce
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/16 13:55:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
|
||||
# dlopen() module
|
||||
SHARED_ONLY= Yes
|
||||
@ -7,6 +7,7 @@ COMMENT= open terminal from a nautilus folder
|
||||
|
||||
GNOME_PROJECT= nautilus-open-terminal
|
||||
GNOME_VERSION= 0.10
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -20,7 +21,7 @@ WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
||||
WANTLIB += Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation
|
||||
WANTLIB += bonoboui-2 cairo crypto dbus-1 dbus-glib-1 eel-2 expat
|
||||
WANTLIB += fontconfig freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += fontconfig freetype gailutil gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2
|
||||
WANTLIB += gnome-desktop-2 gnome-keyring gnomecanvas-2 gnomeui-2
|
||||
WANTLIB += gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0
|
||||
@ -28,17 +29,18 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png popt
|
||||
WANTLIB += ssl startup-notification-1 util xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
LIB_DEPENDS= nautilus-extension.>=2::x11/gnome/nautilus
|
||||
|
||||
USE_X11= Yes
|
||||
MODGCONF2_SCHEMAS_DIR= nautilus-open-terminal
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-static \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/nautilus-open-terminal \
|
||||
--disable-schemas-install
|
||||
--disable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/16 13:55:04 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
lib/nautilus/
|
||||
lib/nautilus/extensions-2.0/
|
||||
@comment lib/nautilus/extensions-2.0/libnautilus-open-terminal.la
|
||||
@ -97,8 +97,7 @@ share/locale/uk/LC_MESSAGES/nautilus-open-terminal.mo
|
||||
share/locale/vi/LC_MESSAGES/nautilus-open-terminal.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/nautilus-open-terminal.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nautilus-open-terminal.mo
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/nautilus-open-terminal/*.schemas > /dev/null
|
||||
share/schemas/
|
||||
share/schemas/nautilus-open-terminal/
|
||||
share/schemas/nautilus-open-terminal/nautilus-open-terminal.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/nautilus-open-terminal/*.schemas > /dev/null
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/nautilus-open-terminal.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/05 08:14:58 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= applications integration into Nautilus
|
||||
COMMENT-pidgin= pidgin integration in Nautilus
|
||||
@ -6,7 +6,7 @@ COMMENT-pidgin= pidgin integration in Nautilus
|
||||
GNOME_PROJECT= nautilus-sendto
|
||||
GNOME_VERSION= 1.0.1
|
||||
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-pidgin= ${GNOME_PROJECT}-pidgin-${GNOME_VERSION}
|
||||
|
||||
CATEGORIES-main= misc
|
||||
@ -27,7 +27,7 @@ WANTLIB += pixman-1 png xml2 z
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += ORBit-2 ORBitCosNaming-2 asn1 bonobo-2 bonobo-activation
|
||||
WANTLIB-main += c com_err crypto gconf-2 gcrypt glade-2.0 gnome-2 gnomevfs-2
|
||||
WANTLIB-main += c com_err crypto gcrypt glade-2.0 gnome-2 gnomevfs-2
|
||||
WANTLIB-main += gnutls gpg-error gssapi krb5 nspr4 nss3 plc4 plds4
|
||||
WANTLIB-main += popt pthread smime3 softokn3 soup-2.4 sqlite3 ssl ssl3
|
||||
WANTLIB-main += tasn1 util
|
||||
@ -36,7 +36,8 @@ WANTLIB-pidgin += ${WANTLIB}
|
||||
WANTLIB-pidgin += ncurses
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
MULTI_PACKAGES= -main -pidgin
|
||||
|
||||
@ -53,10 +54,9 @@ LIB_DEPENDS-pidgin= ${LIB_DEPENDS} \
|
||||
purple.>=4::net/pidgin
|
||||
|
||||
USE_X11= Yes
|
||||
MODGCONF2_SCHEMAS_DIR= nautilus-sendto
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/nautilus-sendto \
|
||||
--disable-schemas-install \
|
||||
--with-thunderbird-name=thunderbird \
|
||||
--with-gajim=${LOCALBASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2009/03/05 08:14:58 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
@bin bin/nautilus-sendto
|
||||
lib/nautilus/
|
||||
lib/nautilus-sendto/
|
||||
@ -103,8 +103,7 @@ share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/nautilus-sendto/
|
||||
share/nautilus-sendto/glade/
|
||||
share/nautilus-sendto/glade/nautilus-sendto.glade
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/nautilus-sendto/*.schemas > /dev/null
|
||||
share/schemas/
|
||||
share/schemas/nautilus-sendto/
|
||||
share/schemas/nautilus-sendto/nst.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/nautilus-sendto/*.schemas > /dev/null
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/nst.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2009/04/27 06:55:20 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
|
||||
# XXX: Without category, history or nplayer files for now.
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= MAME front-end for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-video-arcade
|
||||
GNOME_VERSION= 0.6.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
CATEGORIES= emulators games
|
||||
|
||||
@ -20,14 +21,15 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB += ICE ORBit-2 SM X11 XRes Xau Xcomposite Xcursor Xdamage
|
||||
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0
|
||||
WANTLIB += c cairo dbus-1 dbus-glib-1 expat fontconfig freetype
|
||||
WANTLIB += gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
|
||||
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
|
||||
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png pthread sqlite3 startup-notification-1
|
||||
WANTLIB += xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
::x11/gnome/icon-theme
|
||||
@ -37,13 +39,12 @@ LIB_DEPENDS= wnck-1.>=24::devel/libwnck
|
||||
USE_X11= Yes
|
||||
DESKTOP_FILES= Yes
|
||||
MODGNOME_HELP_FILES=Yes
|
||||
MODGCONF2_SCHEMAS_DIR= gnome-video-arcade
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-video-arcade/ \
|
||||
--disable-scrollkeeper \
|
||||
--disable-schemas-install \
|
||||
--disable-gtk-doc \
|
||||
--with-gnome \
|
||||
--with-wnck
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/04/27 06:55:20 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
@bin bin/gnome-video-arcade
|
||||
@man man/man1/gnome-video-arcade.1
|
||||
share/applications/gnome-video-arcade.desktop
|
||||
@ -86,10 +86,10 @@ share/omf/gnome-video-arcade/
|
||||
share/omf/gnome-video-arcade/gnome-video-arcade-C.omf
|
||||
share/omf/gnome-video-arcade/gnome-video-arcade-de.omf
|
||||
share/omf/gnome-video-arcade/gnome-video-arcade-sv.omf
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gnome-video-arcade/*.schemas > /dev/null
|
||||
share/schemas/gnome-video-arcade/
|
||||
share/schemas/gnome-video-arcade/gnome-video-arcade.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-video-arcade/*.schemas > /dev/null
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/gnome-video-arcade.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
@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
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2009/06/03 16:42:11 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
|
||||
COMMENT= VNC server for remote acces to your GNOME desktop
|
||||
|
||||
GNOME_PROJECT= vino
|
||||
GNOME_VERSION= 2.24.1
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -19,7 +19,7 @@ WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
||||
WANTLIB += Xrender Xtst art_lgpl_2 atk-1.0 avahi-client avahi-common
|
||||
WANTLIB += avahi-glib bonobo-2 bonobo-activation bonoboui-2 c
|
||||
WANTLIB += cairo crypto dbus-1 dbus-glib-1 expat fontconfig freetype
|
||||
WANTLIB += gailutil gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2
|
||||
WANTLIB += gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0
|
||||
WANTLIB += gpg-error gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0
|
||||
@ -27,7 +27,8 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png popt
|
||||
WANTLIB += pthread ssl tasn1 util xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
LIB_DEPENDS= notify::devel/libnotify \
|
||||
unique-1.0::devel/libunique \
|
||||
@ -37,10 +38,9 @@ LIB_DEPENDS= notify::devel/libnotify \
|
||||
USE_X11= Yes
|
||||
DESKTOP_FILES= Yes
|
||||
MODGNOME_HELP_FILES= Yes
|
||||
MODGCONF2_SCHEMAS_DIR= vino
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/vino \
|
||||
--disable-schemas-install \
|
||||
--enable-avahi \
|
||||
--enable-http-server=no \
|
||||
--enable-session-support \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/06/03 16:42:11 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
@bin bin/vino-passwd
|
||||
@bin bin/vino-preferences
|
||||
@bin libexec/vino-server
|
||||
@ -80,10 +80,10 @@ share/locale/xh/LC_MESSAGES/vino.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/vino.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/vino.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/vino.mo
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/vino/*.schemas > /dev/null
|
||||
share/schemas/vino/
|
||||
share/schemas/vino/vino-server.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/vino/*.schemas > /dev/null
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/vino-server.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
share/vino/
|
||||
share/vino/vino-preferences.glade
|
||||
share/vino/vino-prompt.glade
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2009/04/20 15:15:39 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNOME help browser
|
||||
|
||||
GNOME_PROJECT= yelp
|
||||
GNOME_VERSION= 2.24.0
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -16,7 +16,7 @@ WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
||||
WANTLIB += Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation
|
||||
WANTLIB += bonoboui-2 bz2 c cairo crypto dbus-1 dbus-glib-1 expat
|
||||
WANTLIB += fontconfig freetype gailutil gconf-2 gcrypt gdk-x11-2.0
|
||||
WANTLIB += fontconfig freetype gailutil gcrypt gdk-x11-2.0
|
||||
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0
|
||||
WANTLIB += gnome-2 gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0
|
||||
WANTLIB += gpg-error gthread-2.0 gtk-x11-2.0 m nspr4 pango-1.0
|
||||
@ -24,7 +24,8 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
|
||||
WANTLIB += png popt pthread ssl stdc++ util xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
BUILD_DEPENDS= ::devel/xulrunner,-devel \
|
||||
::x11/gnome/doc-utils
|
||||
@ -40,10 +41,9 @@ LIB_DEPENDS= startup-notification-1::devel/startup-notification \
|
||||
rarian::textproc/rarian
|
||||
|
||||
USE_X11= Yes
|
||||
MODGCONF2_SCHEMAS_DIR= yelp
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-schemas-install \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/yelp/ \
|
||||
--with-gecko=xulrunner \
|
||||
--with-search=basic
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/xulrunner/include/" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2009/01/12 17:37:25 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.19 2009/06/07 11:16:04 ajacoutot Exp $
|
||||
bin/gnome-help
|
||||
@bin bin/yelp
|
||||
share/applications/
|
||||
@ -133,11 +133,10 @@ share/locale/zh_TW/LC_MESSAGES/yelp.mo
|
||||
share/locale/zu/
|
||||
share/locale/zu/LC_MESSAGES/
|
||||
share/locale/zu/LC_MESSAGES/yelp.mo
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/yelp/*.schemas > /dev/null
|
||||
share/schemas/
|
||||
share/schemas/yelp/
|
||||
share/schemas/yelp/yelp.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/yelp/*.schemas > /dev/null
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/yelp.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
share/yelp/
|
||||
share/yelp/default.css
|
||||
share/yelp/icons/
|
||||
|
Loading…
Reference in New Issue
Block a user