From f8f0dfef7f11fffcb314934bf6daa2980cf047ce Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 29 May 2006 05:32:31 +0000 Subject: x11-fm/nautilus2 -> x11-fm/nautilus Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. --- x11-fm/Makefile | 2 +- x11-fm/nautilus/Makefile | 45 +++++ x11-fm/nautilus/distinfo | 3 + x11-fm/nautilus/files/patch-Makefile.in | 10 ++ x11-fm/nautilus/files/patch-aa | 20 +++ ...tch-libnautilus-private_nautilus-emblem-utils.c | 10 ++ x11-fm/nautilus/pkg-descr | 5 + x11-fm/nautilus/pkg-plist | 182 +++++++++++++++++++++ x11-fm/nautilus2/Makefile | 46 ------ x11-fm/nautilus2/distinfo | 3 - x11-fm/nautilus2/files/patch-Makefile.in | 10 -- x11-fm/nautilus2/files/patch-aa | 20 --- ...tch-libnautilus-private_nautilus-emblem-utils.c | 10 -- x11-fm/nautilus2/pkg-descr | 5 - x11-fm/nautilus2/pkg-plist | 182 --------------------- x11-fm/py-nautilus/Makefile | 2 +- 16 files changed, 277 insertions(+), 278 deletions(-) create mode 100644 x11-fm/nautilus/Makefile create mode 100644 x11-fm/nautilus/distinfo create mode 100644 x11-fm/nautilus/files/patch-Makefile.in create mode 100644 x11-fm/nautilus/files/patch-aa create mode 100644 x11-fm/nautilus/files/patch-libnautilus-private_nautilus-emblem-utils.c create mode 100644 x11-fm/nautilus/pkg-descr create mode 100644 x11-fm/nautilus/pkg-plist delete mode 100644 x11-fm/nautilus2/Makefile delete mode 100644 x11-fm/nautilus2/distinfo delete mode 100644 x11-fm/nautilus2/files/patch-Makefile.in delete mode 100644 x11-fm/nautilus2/files/patch-aa delete mode 100644 x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c delete mode 100644 x11-fm/nautilus2/pkg-descr delete mode 100644 x11-fm/nautilus2/pkg-plist (limited to 'x11-fm') diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 35c0ad4f52c2..081dea0b1862 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -21,7 +21,7 @@ SUBDIR += jaffm SUBDIR += krusader SUBDIR += mtoolsfm - SUBDIR += nautilus2 + SUBDIR += nautilus SUBDIR += offix-files SUBDIR += pcmanfm SUBDIR += py-nautilus diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile new file mode 100644 index 000000000000..b560a2b257da --- /dev/null +++ b/x11-fm/nautilus/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: nautilus2 +# Date created: 28th August 2000 +# Whom: ade, archie +# +# $FreeBSD$ +# $MCom: ports/x11-fm/nautilus2/Makefile,v 1.105 2006/04/13 07:52:42 bland Exp $ +# + +PORTNAME= nautilus +PORTVERSION= 2.14.1 +CATEGORIES= x11-fm gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= File manager for the GNOME desktop + +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \ + librsvg2 desktopfileutils +GNOME_DESKTOP_VERSION=2 +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ + LIBPNG="-L${LOCALBASE}/lib -lpng -lz" +CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ + --with-freetype2-include-place=${LOCALBASE}/include/freetype2 \ + --enable-static +MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" + +GCONF_SCHEMAS= apps_nautilus_preferences.schemas + +post-install: + ${MKDIR} ${PREFIX}/lib/nautilus/extensions-1.0 + @-update-desktop-database +# @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop + +.include diff --git a/x11-fm/nautilus/distinfo b/x11-fm/nautilus/distinfo new file mode 100644 index 000000000000..672c4c291eb1 --- /dev/null +++ b/x11-fm/nautilus/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/nautilus-2.14.1.tar.bz2) = d8bad8b9141bc823c612abb7d460b725 +SHA256 (gnome2/nautilus-2.14.1.tar.bz2) = ace7b821176159bf70cca61ee9a38384896878ec028e1fc1014ec975c08b12db +SIZE (gnome2/nautilus-2.14.1.tar.bz2) = 4057351 diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in new file mode 100644 index 000000000000..a4f79ca6bb37 --- /dev/null +++ b/x11-fm/nautilus/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig Wed Nov 24 13:14:21 2004 ++++ Makefile.in Wed Nov 24 13:14:47 2004 +@@ -183,7 +183,6 @@ + libbackground \ + libnautilus-private \ + src \ +- test \ + po \ + data \ + icons \ diff --git a/x11-fm/nautilus/files/patch-aa b/x11-fm/nautilus/files/patch-aa new file mode 100644 index 000000000000..25fa0ee71c8a --- /dev/null +++ b/x11-fm/nautilus/files/patch-aa @@ -0,0 +1,20 @@ +--- configure.orig Mon Apr 10 20:37:17 2006 ++++ configure Mon Apr 10 20:38:17 2006 +@@ -25674,7 +25674,7 @@ + + CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $CDDA_LIBS $LIBJPEG $x_libs" + +-CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | $srcdir/add-include-prefix`" ++CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | xargs -n1 echo -n ' -I '`" + + + DISABLE_DEPRECATED_CFLAGS="" +@@ -26832,7 +26832,7 @@ + s,@STARTUP_NOTIFICATION_PACKAGE@,$STARTUP_NOTIFICATION_PACKAGE,;t t + s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t + s,@ALL_CFLAGS@,$ALL_CFLAGS,;t t +-s,@ALL_LIBS@,$ALL_LIBS,;t t ++s~@ALL_LIBS@~$ALL_LIBS~;t t + s,@CONFIG_STATUS_DEPENDENCIES@,$CONFIG_STATUS_DEPENDENCIES,;t t + s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t + s,@USE_NLS@,$USE_NLS,;t t diff --git a/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-emblem-utils.c b/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-emblem-utils.c new file mode 100644 index 000000000000..2d67d65e74db --- /dev/null +++ b/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-emblem-utils.c @@ -0,0 +1,10 @@ +--- libnautilus-private/nautilus-emblem-utils.c.orig Mon Oct 14 22:20:28 2002 ++++ libnautilus-private/nautilus-emblem-utils.c Mon Oct 14 22:20:56 2002 +@@ -24,6 +24,7 @@ + + #include + ++#include + #include + #include + #include diff --git a/x11-fm/nautilus/pkg-descr b/x11-fm/nautilus/pkg-descr new file mode 100644 index 000000000000..b4f3fd678e8f --- /dev/null +++ b/x11-fm/nautilus/pkg-descr @@ -0,0 +1,5 @@ +Nautilus is a file manager tightly integrated into the GNOME destkop. +It is also responsible for desktop and icon management, and provides +an intuitive interface for accessing files and webpages. + +WWW: http://www.gnome.org/projects/nautilus/ diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist new file mode 100644 index 000000000000..b8cea3254ea9 --- /dev/null +++ b/x11-fm/nautilus/pkg-plist @@ -0,0 +1,182 @@ +bin/nautilus +bin/nautilus-connect-server +bin/nautilus-file-management-properties +include/nautilus/libnautilus-extension/nautilus-column-provider.h +include/nautilus/libnautilus-extension/nautilus-column.h +include/nautilus/libnautilus-extension/nautilus-extension-types.h +include/nautilus/libnautilus-extension/nautilus-file-info.h +include/nautilus/libnautilus-extension/nautilus-info-provider.h +include/nautilus/libnautilus-extension/nautilus-location-widget-provider.h +include/nautilus/libnautilus-extension/nautilus-menu-item.h +include/nautilus/libnautilus-extension/nautilus-menu-provider.h +include/nautilus/libnautilus-extension/nautilus-property-page-provider.h +include/nautilus/libnautilus-extension/nautilus-property-page.h +lib/libnautilus-extension.a +lib/libnautilus-extension.la +lib/libnautilus-extension.so +lib/libnautilus-extension.so.1 +libdata/bonobo/servers/Nautilus_shell.server +libdata/pkgconfig/libnautilus-extension.pc +share/gnome/applications/nautilus-computer.desktop +share/gnome/applications/nautilus-file-management-properties.desktop +share/gnome/applications/nautilus-folder-handler.desktop +share/gnome/applications/nautilus-home.desktop +share/gnome/applications/nautilus.desktop +share/gnome/applications/network-scheme.desktop +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +share/gnome/nautilus/browser.xml +share/gnome/nautilus/glade/nautilus-bookmarks-window.glade +share/gnome/nautilus/glade/nautilus-file-management-properties.glade +share/gnome/nautilus/nautilus-extras.placeholder +share/gnome/nautilus/nautilus-suggested.placeholder +share/gnome/nautilus/patterns/blue_gray_rough.png +share/gnome/nautilus/patterns/blue_ridge.png +share/gnome/nautilus/patterns/blue_type.png +share/gnome/nautilus/patterns/brushed_metal.png +share/gnome/nautilus/patterns/burlap.jpg +share/gnome/nautilus/patterns/camouflage.png +share/gnome/nautilus/patterns/chalk.jpg +share/gnome/nautilus/patterns/cork.png +share/gnome/nautilus/patterns/countertop.png +share/gnome/nautilus/patterns/dark-gnome.jpg +share/gnome/nautilus/patterns/dots.png +share/gnome/nautilus/patterns/fibers.png +share/gnome/nautilus/patterns/fleur_de_lis.png +share/gnome/nautilus/patterns/floral.png +share/gnome/nautilus/patterns/fossil.png +share/gnome/nautilus/patterns/gnome.jpg +share/gnome/nautilus/patterns/green_weave.png +share/gnome/nautilus/patterns/ice.png +share/gnome/nautilus/patterns/manila_paper.png +share/gnome/nautilus/patterns/moss_ridge.png +share/gnome/nautilus/patterns/numbers.png +share/gnome/nautilus/patterns/ocean_stripes.png +share/gnome/nautilus/patterns/purple_marble.png +share/gnome/nautilus/patterns/reset.png +share/gnome/nautilus/patterns/ridged_paper.png +share/gnome/nautilus/patterns/rough_paper.png +share/gnome/nautilus/patterns/sky_ridge.png +share/gnome/nautilus/patterns/snow_ridge.png +share/gnome/nautilus/patterns/stucco.jpg +share/gnome/nautilus/patterns/terracotta.png +share/gnome/nautilus/patterns/wavy_white.png +share/gnome/nautilus/ui/nautilus-desktop-icon-view-ui.xml +share/gnome/nautilus/ui/nautilus-directory-view-ui.xml +share/gnome/nautilus/ui/nautilus-icon-view-ui.xml +share/gnome/nautilus/ui/nautilus-list-view-ui.xml +share/gnome/nautilus/ui/nautilus-navigation-window-ui.xml +share/gnome/nautilus/ui/nautilus-shell-ui.xml +share/gnome/nautilus/ui/nautilus-spatial-window-ui.xml +share/gnome/pixmaps/nautilus/audio.svg +share/gnome/pixmaps/nautilus/backgrounds.png +share/gnome/pixmaps/nautilus/chit_frame.png +share/gnome/pixmaps/nautilus/colors.png +share/gnome/pixmaps/nautilus/emblems.png +share/gnome/pixmaps/nautilus/erase.png +share/gnome/pixmaps/nautilus/knob.png +share/gnome/pixmaps/nautilus/nautilus-launch-icon.png +share/gnome/pixmaps/nautilus/note-indicator.png +share/gnome/pixmaps/nautilus/text-selection-frame.png +share/gnome/pixmaps/nautilus/thumbnail_frame.png +share/locale/af/LC_MESSAGES/nautilus.mo +share/locale/am/LC_MESSAGES/nautilus.mo +share/locale/ar/LC_MESSAGES/nautilus.mo +share/locale/az/LC_MESSAGES/nautilus.mo +share/locale/be/LC_MESSAGES/nautilus.mo +share/locale/bg/LC_MESSAGES/nautilus.mo +share/locale/bn/LC_MESSAGES/nautilus.mo +share/locale/bs/LC_MESSAGES/nautilus.mo +share/locale/ca/LC_MESSAGES/nautilus.mo +share/locale/cs/LC_MESSAGES/nautilus.mo +share/locale/cy/LC_MESSAGES/nautilus.mo +share/locale/da/LC_MESSAGES/nautilus.mo +share/locale/de/LC_MESSAGES/nautilus.mo +share/locale/el/LC_MESSAGES/nautilus.mo +share/locale/en_CA/LC_MESSAGES/nautilus.mo +share/locale/en_GB/LC_MESSAGES/nautilus.mo +share/locale/es/LC_MESSAGES/nautilus.mo +share/locale/et/LC_MESSAGES/nautilus.mo +share/locale/eu/LC_MESSAGES/nautilus.mo +share/locale/fa/LC_MESSAGES/nautilus.mo +share/locale/fi/LC_MESSAGES/nautilus.mo +share/locale/fr/LC_MESSAGES/nautilus.mo +share/locale/ga/LC_MESSAGES/nautilus.mo +share/locale/gl/LC_MESSAGES/nautilus.mo +share/locale/gu/LC_MESSAGES/nautilus.mo +share/locale/he/LC_MESSAGES/nautilus.mo +share/locale/hi/LC_MESSAGES/nautilus.mo +share/locale/hr/LC_MESSAGES/nautilus.mo +share/locale/hu/LC_MESSAGES/nautilus.mo +share/locale/id/LC_MESSAGES/nautilus.mo +share/locale/is/LC_MESSAGES/nautilus.mo +share/locale/it/LC_MESSAGES/nautilus.mo +share/locale/ja/LC_MESSAGES/nautilus.mo +share/locale/ka/LC_MESSAGES/nautilus.mo +share/locale/km/LC_MESSAGES/nautilus.mo +share/locale/ko/LC_MESSAGES/nautilus.mo +share/locale/ku/LC_MESSAGES/nautilus.mo +share/locale/li/LC_MESSAGES/nautilus.mo +share/locale/lt/LC_MESSAGES/nautilus.mo +share/locale/lv/LC_MESSAGES/nautilus.mo +share/locale/mi/LC_MESSAGES/nautilus.mo +share/locale/mk/LC_MESSAGES/nautilus.mo +share/locale/ml/LC_MESSAGES/nautilus.mo +share/locale/mn/LC_MESSAGES/nautilus.mo +share/locale/ms/LC_MESSAGES/nautilus.mo +share/locale/nb/LC_MESSAGES/nautilus.mo +share/locale/ne/LC_MESSAGES/nautilus.mo +share/locale/nl/LC_MESSAGES/nautilus.mo +share/locale/nn/LC_MESSAGES/nautilus.mo +share/locale/no/LC_MESSAGES/nautilus.mo +share/locale/nso/LC_MESSAGES/nautilus.mo +share/locale/pa/LC_MESSAGES/nautilus.mo +share/locale/pl/LC_MESSAGES/nautilus.mo +share/locale/pt/LC_MESSAGES/nautilus.mo +share/locale/pt_BR/LC_MESSAGES/nautilus.mo +share/locale/ro/LC_MESSAGES/nautilus.mo +share/locale/ru/LC_MESSAGES/nautilus.mo +share/locale/rw/LC_MESSAGES/nautilus.mo +share/locale/sk/LC_MESSAGES/nautilus.mo +share/locale/sl/LC_MESSAGES/nautilus.mo +share/locale/sq/LC_MESSAGES/nautilus.mo +share/locale/sr/LC_MESSAGES/nautilus.mo +share/locale/sr@Latn/LC_MESSAGES/nautilus.mo +share/locale/sr@ije/LC_MESSAGES/nautilus.mo +share/locale/sv/LC_MESSAGES/nautilus.mo +share/locale/ta/LC_MESSAGES/nautilus.mo +share/locale/te/LC_MESSAGES/nautilus.mo +share/locale/th/LC_MESSAGES/nautilus.mo +share/locale/tk/LC_MESSAGES/nautilus.mo +share/locale/tr/LC_MESSAGES/nautilus.mo +share/locale/uk/LC_MESSAGES/nautilus.mo +share/locale/vi/LC_MESSAGES/nautilus.mo +share/locale/wa/LC_MESSAGES/nautilus.mo +share/locale/xh/LC_MESSAGES/nautilus.mo +share/locale/yi/LC_MESSAGES/nautilus.mo +share/locale/zh_CN/LC_MESSAGES/nautilus.mo +share/locale/zh_HK/LC_MESSAGES/nautilus.mo +share/locale/zh_TW/LC_MESSAGES/nautilus.mo +share/locale/zu/LC_MESSAGES/nautilus.mo +share/mime/application/x-gnome-saved-search.xml +share/mime/packages/nautilus.xml +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrm share/gnome/pixmaps/nautilus +@dirrm share/gnome/nautilus/ui +@dirrm share/gnome/nautilus/patterns +@dirrm share/gnome/nautilus/glade +@dirrm share/gnome/nautilus +@dirrm include/nautilus/libnautilus-extension +@dirrm include/nautilus +@exec /bin/mkdir -p %D/lib/nautilus/extensions-1.0 +@dirrmtry lib/nautilus/extensions-1.0 +@dirrmtry lib/nautilus +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile deleted file mode 100644 index b77b277daaa2..000000000000 --- a/x11-fm/nautilus2/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: nautilus2 -# Date created: 28th August 2000 -# Whom: ade, archie -# -# $FreeBSD$ -# $MCom: ports/x11-fm/nautilus2/Makefile,v 1.105 2006/04/13 07:52:42 bland Exp $ -# - -PORTNAME= nautilus2 -PORTVERSION= 2.14.1 -CATEGORIES= x11-fm gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= nautilus-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= File manager for the GNOME desktop - -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \ - librsvg2 desktopfileutils -GNOME_DESKTOP_VERSION=2 -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ - LIBPNG="-L${LOCALBASE}/lib -lpng -lz" -CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ - --with-freetype2-include-place=${LOCALBASE}/include/freetype2 \ - --enable-static -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= apps_nautilus_preferences.schemas - -post-install: - ${MKDIR} ${PREFIX}/lib/nautilus/extensions-1.0 - @-update-desktop-database -# @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop - -.include diff --git a/x11-fm/nautilus2/distinfo b/x11-fm/nautilus2/distinfo deleted file mode 100644 index 672c4c291eb1..000000000000 --- a/x11-fm/nautilus2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/nautilus-2.14.1.tar.bz2) = d8bad8b9141bc823c612abb7d460b725 -SHA256 (gnome2/nautilus-2.14.1.tar.bz2) = ace7b821176159bf70cca61ee9a38384896878ec028e1fc1014ec975c08b12db -SIZE (gnome2/nautilus-2.14.1.tar.bz2) = 4057351 diff --git a/x11-fm/nautilus2/files/patch-Makefile.in b/x11-fm/nautilus2/files/patch-Makefile.in deleted file mode 100644 index a4f79ca6bb37..000000000000 --- a/x11-fm/nautilus2/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Wed Nov 24 13:14:21 2004 -+++ Makefile.in Wed Nov 24 13:14:47 2004 -@@ -183,7 +183,6 @@ - libbackground \ - libnautilus-private \ - src \ -- test \ - po \ - data \ - icons \ diff --git a/x11-fm/nautilus2/files/patch-aa b/x11-fm/nautilus2/files/patch-aa deleted file mode 100644 index 25fa0ee71c8a..000000000000 --- a/x11-fm/nautilus2/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Mon Apr 10 20:37:17 2006 -+++ configure Mon Apr 10 20:38:17 2006 -@@ -25674,7 +25674,7 @@ - - CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $CDDA_LIBS $LIBJPEG $x_libs" - --CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | $srcdir/add-include-prefix`" -+CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | xargs -n1 echo -n ' -I '`" - - - DISABLE_DEPRECATED_CFLAGS="" -@@ -26832,7 +26832,7 @@ - s,@STARTUP_NOTIFICATION_PACKAGE@,$STARTUP_NOTIFICATION_PACKAGE,;t t - s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t - s,@ALL_CFLAGS@,$ALL_CFLAGS,;t t --s,@ALL_LIBS@,$ALL_LIBS,;t t -+s~@ALL_LIBS@~$ALL_LIBS~;t t - s,@CONFIG_STATUS_DEPENDENCIES@,$CONFIG_STATUS_DEPENDENCIES,;t t - s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t - s,@USE_NLS@,$USE_NLS,;t t diff --git a/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c b/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c deleted file mode 100644 index 2d67d65e74db..000000000000 --- a/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libnautilus-private/nautilus-emblem-utils.c.orig Mon Oct 14 22:20:28 2002 -+++ libnautilus-private/nautilus-emblem-utils.c Mon Oct 14 22:20:56 2002 -@@ -24,6 +24,7 @@ - - #include - -+#include - #include - #include - #include diff --git a/x11-fm/nautilus2/pkg-descr b/x11-fm/nautilus2/pkg-descr deleted file mode 100644 index b4f3fd678e8f..000000000000 --- a/x11-fm/nautilus2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Nautilus is a file manager tightly integrated into the GNOME destkop. -It is also responsible for desktop and icon management, and provides -an intuitive interface for accessing files and webpages. - -WWW: http://www.gnome.org/projects/nautilus/ diff --git a/x11-fm/nautilus2/pkg-plist b/x11-fm/nautilus2/pkg-plist deleted file mode 100644 index b8cea3254ea9..000000000000 --- a/x11-fm/nautilus2/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -bin/nautilus -bin/nautilus-connect-server -bin/nautilus-file-management-properties -include/nautilus/libnautilus-extension/nautilus-column-provider.h -include/nautilus/libnautilus-extension/nautilus-column.h -include/nautilus/libnautilus-extension/nautilus-extension-types.h -include/nautilus/libnautilus-extension/nautilus-file-info.h -include/nautilus/libnautilus-extension/nautilus-info-provider.h -include/nautilus/libnautilus-extension/nautilus-location-widget-provider.h -include/nautilus/libnautilus-extension/nautilus-menu-item.h -include/nautilus/libnautilus-extension/nautilus-menu-provider.h -include/nautilus/libnautilus-extension/nautilus-property-page-provider.h -include/nautilus/libnautilus-extension/nautilus-property-page.h -lib/libnautilus-extension.a -lib/libnautilus-extension.la -lib/libnautilus-extension.so -lib/libnautilus-extension.so.1 -libdata/bonobo/servers/Nautilus_shell.server -libdata/pkgconfig/libnautilus-extension.pc -share/gnome/applications/nautilus-computer.desktop -share/gnome/applications/nautilus-file-management-properties.desktop -share/gnome/applications/nautilus-folder-handler.desktop -share/gnome/applications/nautilus-home.desktop -share/gnome/applications/nautilus.desktop -share/gnome/applications/network-scheme.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -share/gnome/nautilus/browser.xml -share/gnome/nautilus/glade/nautilus-bookmarks-window.glade -share/gnome/nautilus/glade/nautilus-file-management-properties.glade -share/gnome/nautilus/nautilus-extras.placeholder -share/gnome/nautilus/nautilus-suggested.placeholder -share/gnome/nautilus/patterns/blue_gray_rough.png -share/gnome/nautilus/patterns/blue_ridge.png -share/gnome/nautilus/patterns/blue_type.png -share/gnome/nautilus/patterns/brushed_metal.png -share/gnome/nautilus/patterns/burlap.jpg -share/gnome/nautilus/patterns/camouflage.png -share/gnome/nautilus/patterns/chalk.jpg -share/gnome/nautilus/patterns/cork.png -share/gnome/nautilus/patterns/countertop.png -share/gnome/nautilus/patterns/dark-gnome.jpg -share/gnome/nautilus/patterns/dots.png -share/gnome/nautilus/patterns/fibers.png -share/gnome/nautilus/patterns/fleur_de_lis.png -share/gnome/nautilus/patterns/floral.png -share/gnome/nautilus/patterns/fossil.png -share/gnome/nautilus/patterns/gnome.jpg -share/gnome/nautilus/patterns/green_weave.png -share/gnome/nautilus/patterns/ice.png -share/gnome/nautilus/patterns/manila_paper.png -share/gnome/nautilus/patterns/moss_ridge.png -share/gnome/nautilus/patterns/numbers.png -share/gnome/nautilus/patterns/ocean_stripes.png -share/gnome/nautilus/patterns/purple_marble.png -share/gnome/nautilus/patterns/reset.png -share/gnome/nautilus/patterns/ridged_paper.png -share/gnome/nautilus/patterns/rough_paper.png -share/gnome/nautilus/patterns/sky_ridge.png -share/gnome/nautilus/patterns/snow_ridge.png -share/gnome/nautilus/patterns/stucco.jpg -share/gnome/nautilus/patterns/terracotta.png -share/gnome/nautilus/patterns/wavy_white.png -share/gnome/nautilus/ui/nautilus-desktop-icon-view-ui.xml -share/gnome/nautilus/ui/nautilus-directory-view-ui.xml -share/gnome/nautilus/ui/nautilus-icon-view-ui.xml -share/gnome/nautilus/ui/nautilus-list-view-ui.xml -share/gnome/nautilus/ui/nautilus-navigation-window-ui.xml -share/gnome/nautilus/ui/nautilus-shell-ui.xml -share/gnome/nautilus/ui/nautilus-spatial-window-ui.xml -share/gnome/pixmaps/nautilus/audio.svg -share/gnome/pixmaps/nautilus/backgrounds.png -share/gnome/pixmaps/nautilus/chit_frame.png -share/gnome/pixmaps/nautilus/colors.png -share/gnome/pixmaps/nautilus/emblems.png -share/gnome/pixmaps/nautilus/erase.png -share/gnome/pixmaps/nautilus/knob.png -share/gnome/pixmaps/nautilus/nautilus-launch-icon.png -share/gnome/pixmaps/nautilus/note-indicator.png -share/gnome/pixmaps/nautilus/text-selection-frame.png -share/gnome/pixmaps/nautilus/thumbnail_frame.png -share/locale/af/LC_MESSAGES/nautilus.mo -share/locale/am/LC_MESSAGES/nautilus.mo -share/locale/ar/LC_MESSAGES/nautilus.mo -share/locale/az/LC_MESSAGES/nautilus.mo -share/locale/be/LC_MESSAGES/nautilus.mo -share/locale/bg/LC_MESSAGES/nautilus.mo -share/locale/bn/LC_MESSAGES/nautilus.mo -share/locale/bs/LC_MESSAGES/nautilus.mo -share/locale/ca/LC_MESSAGES/nautilus.mo -share/locale/cs/LC_MESSAGES/nautilus.mo -share/locale/cy/LC_MESSAGES/nautilus.mo -share/locale/da/LC_MESSAGES/nautilus.mo -share/locale/de/LC_MESSAGES/nautilus.mo -share/locale/el/LC_MESSAGES/nautilus.mo -share/locale/en_CA/LC_MESSAGES/nautilus.mo -share/locale/en_GB/LC_MESSAGES/nautilus.mo -share/locale/es/LC_MESSAGES/nautilus.mo -share/locale/et/LC_MESSAGES/nautilus.mo -share/locale/eu/LC_MESSAGES/nautilus.mo -share/locale/fa/LC_MESSAGES/nautilus.mo -share/locale/fi/LC_MESSAGES/nautilus.mo -share/locale/fr/LC_MESSAGES/nautilus.mo -share/locale/ga/LC_MESSAGES/nautilus.mo -share/locale/gl/LC_MESSAGES/nautilus.mo -share/locale/gu/LC_MESSAGES/nautilus.mo -share/locale/he/LC_MESSAGES/nautilus.mo -share/locale/hi/LC_MESSAGES/nautilus.mo -share/locale/hr/LC_MESSAGES/nautilus.mo -share/locale/hu/LC_MESSAGES/nautilus.mo -share/locale/id/LC_MESSAGES/nautilus.mo -share/locale/is/LC_MESSAGES/nautilus.mo -share/locale/it/LC_MESSAGES/nautilus.mo -share/locale/ja/LC_MESSAGES/nautilus.mo -share/locale/ka/LC_MESSAGES/nautilus.mo -share/locale/km/LC_MESSAGES/nautilus.mo -share/locale/ko/LC_MESSAGES/nautilus.mo -share/locale/ku/LC_MESSAGES/nautilus.mo -share/locale/li/LC_MESSAGES/nautilus.mo -share/locale/lt/LC_MESSAGES/nautilus.mo -share/locale/lv/LC_MESSAGES/nautilus.mo -share/locale/mi/LC_MESSAGES/nautilus.mo -share/locale/mk/LC_MESSAGES/nautilus.mo -share/locale/ml/LC_MESSAGES/nautilus.mo -share/locale/mn/LC_MESSAGES/nautilus.mo -share/locale/ms/LC_MESSAGES/nautilus.mo -share/locale/nb/LC_MESSAGES/nautilus.mo -share/locale/ne/LC_MESSAGES/nautilus.mo -share/locale/nl/LC_MESSAGES/nautilus.mo -share/locale/nn/LC_MESSAGES/nautilus.mo -share/locale/no/LC_MESSAGES/nautilus.mo -share/locale/nso/LC_MESSAGES/nautilus.mo -share/locale/pa/LC_MESSAGES/nautilus.mo -share/locale/pl/LC_MESSAGES/nautilus.mo -share/locale/pt/LC_MESSAGES/nautilus.mo -share/locale/pt_BR/LC_MESSAGES/nautilus.mo -share/locale/ro/LC_MESSAGES/nautilus.mo -share/locale/ru/LC_MESSAGES/nautilus.mo -share/locale/rw/LC_MESSAGES/nautilus.mo -share/locale/sk/LC_MESSAGES/nautilus.mo -share/locale/sl/LC_MESSAGES/nautilus.mo -share/locale/sq/LC_MESSAGES/nautilus.mo -share/locale/sr/LC_MESSAGES/nautilus.mo -share/locale/sr@Latn/LC_MESSAGES/nautilus.mo -share/locale/sr@ije/LC_MESSAGES/nautilus.mo -share/locale/sv/LC_MESSAGES/nautilus.mo -share/locale/ta/LC_MESSAGES/nautilus.mo -share/locale/te/LC_MESSAGES/nautilus.mo -share/locale/th/LC_MESSAGES/nautilus.mo -share/locale/tk/LC_MESSAGES/nautilus.mo -share/locale/tr/LC_MESSAGES/nautilus.mo -share/locale/uk/LC_MESSAGES/nautilus.mo -share/locale/vi/LC_MESSAGES/nautilus.mo -share/locale/wa/LC_MESSAGES/nautilus.mo -share/locale/xh/LC_MESSAGES/nautilus.mo -share/locale/yi/LC_MESSAGES/nautilus.mo -share/locale/zh_CN/LC_MESSAGES/nautilus.mo -share/locale/zh_HK/LC_MESSAGES/nautilus.mo -share/locale/zh_TW/LC_MESSAGES/nautilus.mo -share/locale/zu/LC_MESSAGES/nautilus.mo -share/mime/application/x-gnome-saved-search.xml -share/mime/packages/nautilus.xml -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrm share/gnome/pixmaps/nautilus -@dirrm share/gnome/nautilus/ui -@dirrm share/gnome/nautilus/patterns -@dirrm share/gnome/nautilus/glade -@dirrm share/gnome/nautilus -@dirrm include/nautilus/libnautilus-extension -@dirrm include/nautilus -@exec /bin/mkdir -p %D/lib/nautilus/extensions-1.0 -@dirrmtry lib/nautilus/extensions-1.0 -@dirrmtry lib/nautilus -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime diff --git a/x11-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile index 4b3dbc9f0a5f..ba8f5ff8839c 100644 --- a/x11-fm/py-nautilus/Makefile +++ b/x11-fm/py-nautilus/Makefile @@ -17,7 +17,7 @@ DISTNAME= nautilus-python-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python nautilus bindings -LIB_DEPENDS= nautilus-extension:${PORTSDIR}/x11-fm/nautilus2 +LIB_DEPENDS= nautilus-extension:${PORTSDIR}/x11-fm/nautilus USE_BZIP2= yes USE_X_PREFIX= yes -- cgit