2018-04-16 16:33:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.143 2018/04/16 14:33:56 wiz Exp $
|
2003-04-27 04:06:55 +02:00
|
|
|
|
2011-01-11 13:05:01 +01:00
|
|
|
DISTNAME= nautilus-2.32.2.1
|
2018-04-16 16:33:44 +02:00
|
|
|
PKGREVISION= 27
|
2003-04-27 04:06:55 +02:00
|
|
|
CATEGORIES= sysutils gnome
|
2010-11-24 21:29:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.32/}
|
2003-04-27 04:06:55 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2013-12-23 12:57:02 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2012-02-29 09:00:50 +01:00
|
|
|
HOMEPAGE= http://live.gnome.org/Nautilus
|
2003-04-27 04:06:55 +02:00
|
|
|
COMMENT= Nautilus file manager for GNOME2
|
2009-05-19 22:35:34 +02:00
|
|
|
#LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 AND gnu-lgpl-v2 AND TRADEMARK_NOTICE
|
2003-04-27 04:06:55 +02:00
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2003-04-27 04:06:55 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-03-22 17:14:16 +01:00
|
|
|
PKGCONFIG_OVERRIDE= libnautilus-extension/libnautilus-extension.pc.in
|
2003-04-27 04:06:55 +02:00
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2003-04-27 04:06:55 +02:00
|
|
|
|
2007-09-21 15:03:25 +02:00
|
|
|
GCONF_SCHEMAS= apps_nautilus_preferences.schemas
|
2003-04-27 18:05:03 +02:00
|
|
|
|
2010-06-11 10:33:00 +02:00
|
|
|
# needed for nautilus-2.28 and gtk2-2.20 -- remove on next update
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
|
|
|
|
|
2014-08-10 11:19:28 +02:00
|
|
|
# current default path
|
|
|
|
INSTALLATION_DIRS+= lib/nautilus/extensions-2.0
|
2007-01-14 02:11:34 +01:00
|
|
|
|
2006-03-30 23:12:43 +02:00
|
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
Update nautilus to 2.26.0.
pkgsrc changes:
* user-destdir support
* remove eel, libbonobo, libbonoboui, libgnome, libgnomeui, libgsf,
libart, ORBit2, startup-notification dependencies
* add exempi, libunique dependencies
Major changes in 2.26.0 are:
* Stable release
* Fix crash due to broken gdk-pixbuf tga loader
* make sure thumbnails are updated even when zoomed up
* fix crash in media settings preferences
Major changes in 2.25.93 are:
* Use ConsoleKit to make sure we only autorun on active sessions
* Never show unmount if we show an eject menu item
* Show the gvfs reported owner/group names
* Don't allow changing default app for folders
* Fix "can't unmount same location twice" bug
Major changes in 2.25.92 are:
* Set mmap limit to avoid desktop background memory not being returned to the os
* Warn when source overwrites destination in move
* Don't put "link to ..." in front of symlinks unless there are name conflicts
* Fix desktop flicker on theme change
* Require desktop file app launchers to be executable
* Support making symlinks on remote locations (if supported by backend)
Major changes in 2.25.91 are:
* Use G_DEFINE_TYPE_* instead of hand-written types
* fix: opening a new window restores minimised ones
* fix renaming of desktop files
* Handle new kinds of GIcons
* Don't display shadowed mounts
Major changes in 2.25.4 are:
* Don't show desktop files from other desktops than Gnome on the desktop
* Support crossfades of desktop backgrounds
* Don't snap desktop icons outside right margin
* Fix crashes and leaks
Major changes in 2.25.3 are:
* Remove CD/DVD creator from places menu and sidebar
* Allow deleting custom emblems
* Fix crashes
* Don't show read-only emblems in trash
* Trash performance fixes
* General performance fixes
* Update to new PackageKit API
Major changes in 2.25.2 are:
* Merged eel into nautilus
* Use single glib/gtk includes
* Support PackageKit application search
* Fix new windows not appearing after successful mount
* Remove support for old KDE trash dirs
Major changes in 2.25.1 are:
* Remove depencency on libgnome & gnome-vfs
* Fix crashes
* Chop trailing space characters when moving to FAT file system
* When DnD'ing, COPY instead of MOVE, when the source is not deletable
* Don't set default when opening with other app, just add to open with list.
* Don't make copies of files from readonly source (e.g. CDROM) readonly
* Don't show cancel dialog when showing the "run or display" dialog
2009-03-16 15:05:04 +01:00
|
|
|
.include "../../devel/exempi/buildlink3.mk"
|
2008-11-24 16:41:52 +01:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.17.5
|
2004-02-14 01:02:42 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
2004-09-21 18:54:57 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2004-04-01 20:38:03 +02:00
|
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
2007-09-20 23:37:35 +02:00
|
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
2009-05-19 23:46:23 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2004-02-14 01:02:42 +01:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2004-02-11 07:30:13 +01:00
|
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
2008-11-24 16:41:52 +01:00
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.13.0
|
2004-02-14 01:02:42 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2007-01-14 02:11:34 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
2008-11-24 16:41:52 +01:00
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
2007-01-14 02:11:34 +01:00
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
Update nautilus to 2.26.0.
pkgsrc changes:
* user-destdir support
* remove eel, libbonobo, libbonoboui, libgnome, libgnomeui, libgsf,
libart, ORBit2, startup-notification dependencies
* add exempi, libunique dependencies
Major changes in 2.26.0 are:
* Stable release
* Fix crash due to broken gdk-pixbuf tga loader
* make sure thumbnails are updated even when zoomed up
* fix crash in media settings preferences
Major changes in 2.25.93 are:
* Use ConsoleKit to make sure we only autorun on active sessions
* Never show unmount if we show an eject menu item
* Show the gvfs reported owner/group names
* Don't allow changing default app for folders
* Fix "can't unmount same location twice" bug
Major changes in 2.25.92 are:
* Set mmap limit to avoid desktop background memory not being returned to the os
* Warn when source overwrites destination in move
* Don't put "link to ..." in front of symlinks unless there are name conflicts
* Fix desktop flicker on theme change
* Require desktop file app launchers to be executable
* Support making symlinks on remote locations (if supported by backend)
Major changes in 2.25.91 are:
* Use G_DEFINE_TYPE_* instead of hand-written types
* fix: opening a new window restores minimised ones
* fix renaming of desktop files
* Handle new kinds of GIcons
* Don't display shadowed mounts
Major changes in 2.25.4 are:
* Don't show desktop files from other desktops than Gnome on the desktop
* Support crossfades of desktop backgrounds
* Don't snap desktop icons outside right margin
* Fix crashes and leaks
Major changes in 2.25.3 are:
* Remove CD/DVD creator from places menu and sidebar
* Allow deleting custom emblems
* Fix crashes
* Don't show read-only emblems in trash
* Trash performance fixes
* General performance fixes
* Update to new PackageKit API
Major changes in 2.25.2 are:
* Merged eel into nautilus
* Use single glib/gtk includes
* Support PackageKit application search
* Fix new windows not appearing after successful mount
* Remove support for old KDE trash dirs
Major changes in 2.25.1 are:
* Remove depencency on libgnome & gnome-vfs
* Fix crashes
* Chop trailing space characters when moving to FAT file system
* When DnD'ing, COPY instead of MOVE, when the source is not deletable
* Don't set default when opening with other app, just add to open with list.
* Don't make copies of files from readonly source (e.g. CDROM) readonly
* Don't show cancel dialog when showing the "run or display" dialog
2009-03-16 15:05:04 +01:00
|
|
|
.include "../../x11/libunique/buildlink3.mk"
|
2003-04-27 04:06:55 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|