From owner-svn-ports-head@FreeBSD.ORG Sun Feb 23 22:08:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5DA4CF7; Sun, 23 Feb 2014 22:08:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A38D31A82; Sun, 23 Feb 2014 22:08:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1NM85DX055255; Sun, 23 Feb 2014 22:08:05 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1NM83Xi055240; Sun, 23 Feb 2014 22:08:03 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201402232208.s1NM83Xi055240@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 23 Feb 2014 22:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345771 - in head: deskutils/lxshortcut x11-fm/pcmanfm x11-fm/pcmanfm/files x11/libfm x11/lxde-meta X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 22:08:05 -0000 Author: nemysis Date: Sun Feb 23 22:08:03 2014 New Revision: 345771 URL: http://svnweb.freebsd.org/changeset/ports/345771 QAT: https://qat.redports.org/buildarchive/r345771/ Log: x11/libfm - Update to 1.2.0 - Add dependency for textproc/p5-XML-Parser - ADD USE_XZ=yes - Add USES desktop-file-utils shared-mime-info - Add USE_AUTOTOOLS=aclocal automake - Strip executables and/or libraries - Add DOCS and Option - Add MAJORVER, VER and PLIST_SUB - Change REINPLACE, remove obsolete and libfm-gtk3.pc [1] - Remove obsolete pre-install - Added executable and desktop for lxshortcut [1] - Update WWW x11-fm/pcmanfm - Update to 1.2.0 - Remove dependency for x11/startup-notification [1] - ADD USE_XZ=yes - Add USES desktop-file-utils pathfix - Add DEBUG and DOCS Options, add DOCS - Add patch [1] - Update WWW deskutils/lxshortcut - Add conflict with libfm-1.2.0 - Mark DEPRECATED, set EXPIRATION_DATE x11/lxde-meta - Bump PORTREVISION - Remove dependency for deskutils/lxshortcut Reported by:<-->Upstream (IRC) [1] Added: head/x11-fm/pcmanfm/files/ head/x11-fm/pcmanfm/files/patch-src__Makefile.am (contents, props changed) Modified: head/deskutils/lxshortcut/Makefile head/x11-fm/pcmanfm/Makefile head/x11-fm/pcmanfm/distinfo head/x11-fm/pcmanfm/pkg-descr head/x11-fm/pcmanfm/pkg-plist head/x11/libfm/Makefile head/x11/libfm/distinfo head/x11/libfm/pkg-descr head/x11/libfm/pkg-plist head/x11/lxde-meta/Makefile Modified: head/deskutils/lxshortcut/Makefile ============================================================================== --- head/deskutils/lxshortcut/Makefile Sun Feb 23 21:39:02 2014 (r345770) +++ head/deskutils/lxshortcut/Makefile Sun Feb 23 22:08:03 2014 (r345771) @@ -25,6 +25,11 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFLICTS= libfm-1.2.0 + +DEPRECATED= Now distributed with x11/libfm-1.2.0 +EXPIRATION_DATE=2014-03-23 + PORTDOCS= README OPTIONS_DEFINE= DOCS NLS Modified: head/x11-fm/pcmanfm/Makefile ============================================================================== --- head/x11-fm/pcmanfm/Makefile Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11-fm/pcmanfm/Makefile Sun Feb 23 22:08:03 2014 (r345771) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pcmanfm -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/ @@ -12,27 +11,33 @@ COMMENT= PCMan File Manager LICENSE= GPLv2 -LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ - libfm-gtk.so.4:${PORTSDIR}/x11/libfm +LIB_DEPENDS= libfm-gtk.so:${PORTSDIR}/x11/libfm -USES= fam gmake pkgconfig +USE_XZ= yes +USES= desktop-file-utils fam gmake pathfix pkgconfig USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= aclocal automake libtool + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= NLS +PORTDOCS= AUTHORS NEWS + +OPTIONS_DEFINE= DEBUG DOCS NLS OPTIONS_SUB= yes +DEBUG_CONFIGURE_ENABLE= debug + NLS_USES= gettext .include post-patch: - @${REINPLACE_CMD} -e '/pcmanfm.conf/ d' ${WRKSRC}/data/Makefile.in + @${REINPLACE_CMD} -e '/pcmanfm.conf/ d' ${WRKSRC}/data/Makefile.am + .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|src po|src|' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.am .endif post-install: @@ -40,4 +45,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/data/pcmanfm.conf \ ${STAGEDIR}${PREFIX}/etc/xdg/pcmanfm/default/pcmanfm.conf.sample + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + .include Modified: head/x11-fm/pcmanfm/distinfo ============================================================================== --- head/x11-fm/pcmanfm/distinfo Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11-fm/pcmanfm/distinfo Sun Feb 23 22:08:03 2014 (r345771) @@ -1,2 +1,2 @@ -SHA256 (pcmanfm-1.1.2.tar.gz) = 23ee33b34066ac83ce9a98bc9930049e69839438fb60489bd453bec8c2068950 -SIZE (pcmanfm-1.1.2.tar.gz) = 434785 +SHA256 (pcmanfm-1.2.0.tar.xz) = 52d0eec6ee3dc3dce801c24db506c6a6556d030c8c9d9f90cdf9c9db8e9cbab2 +SIZE (pcmanfm-1.2.0.tar.xz) = 399548 Added: head/x11-fm/pcmanfm/files/patch-src__Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/pcmanfm/files/patch-src__Makefile.am Sun Feb 23 22:08:03 2014 (r345771) @@ -0,0 +1,13 @@ +--- ./src/Makefile.am.orig 2014-01-06 23:55:25.000000000 +0000 ++++ ./src/Makefile.am 2014-02-23 09:58:26.669238176 +0000 +@@ -49,3 +49,10 @@ + $(XLIB_LIBS) \ + $(FM_LIBS) \ + $(NULL) ++ ++# create plugins' directory anyway ++install-exec-hook: ++ $(MKDIR_P) $(DESTDIR)$(libdir)/pcmanfm ++ ++uninstall-hook: ++ -rmdir $(DESTDIR)$(libdir)/pcmanfm Modified: head/x11-fm/pcmanfm/pkg-descr ============================================================================== --- head/x11-fm/pcmanfm/pkg-descr Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11-fm/pcmanfm/pkg-descr Sun Feb 23 22:08:03 2014 (r345771) @@ -17,4 +17,4 @@ o Provide icon view and detailed list vi o Standard compliant (Follows FreeDesktop.org) o Clean and user-friendly interface (GTK+ 2) -WWW: http://pcmanfm.sourceforge.net/ +WWW: http://wiki.lxde.org/en/PCManFM Modified: head/x11-fm/pcmanfm/pkg-plist ============================================================================== --- head/x11-fm/pcmanfm/pkg-plist Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11-fm/pcmanfm/pkg-plist Sun Feb 23 22:08:03 2014 (r345771) @@ -2,6 +2,7 @@ bin/pcmanfm @unexec if cmp -s %D/etc/xdg/pcmanfm/default/pcmanfm.conf %D/etc/xdg/pcmanfm/default/pcmanfm.conf.sample; then rm -f %D/etc/xdg/pcmanfm/default/pcmanfm.conf; fi etc/xdg/pcmanfm/default/pcmanfm.conf.sample @exec if [ ! -f %D/etc/xdg/pcmanfm/default/pcmanfm.conf ] ; then cp -p %D/%F %B/pcmanfm.conf; fi +include/pcmanfm-modules.h man/man1/pcmanfm.1.gz share/applications/pcmanfm-desktop-pref.desktop share/applications/pcmanfm.desktop @@ -27,6 +28,7 @@ share/applications/pcmanfm.desktop %%NLS%%share/locale/hr/LC_MESSAGES/pcmanfm.mo %%NLS%%share/locale/hu/LC_MESSAGES/pcmanfm.mo %%NLS%%share/locale/id/LC_MESSAGES/pcmanfm.mo +%%NLS%%share/locale/is/LC_MESSAGES/pcmanfm.mo %%NLS%%share/locale/it/LC_MESSAGES/pcmanfm.mo %%NLS%%share/locale/ja/LC_MESSAGES/pcmanfm.mo %%NLS%%share/locale/kk/LC_MESSAGES/pcmanfm.mo @@ -60,10 +62,16 @@ share/applications/pcmanfm.desktop %%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanfm.mo %%DATADIR%%/ui/about.ui %%DATADIR%%/ui/autorun.ui +%%DATADIR%%/ui/connect.ui %%DATADIR%%/ui/desktop-pref.ui %%DATADIR%%/ui/pref.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%%/ui +@dirrmtry %%DATADIR%% +%%NLS%%@dirrmtry share/locale/tt_RU/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tt_RU +%%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lg +@dirrmtry lib/pcmanfm @dirrmtry etc/xdg/pcmanfm/default @dirrmtry etc/xdg/pcmanfm @dirrmtry etc/xdg Modified: head/x11/libfm/Makefile ============================================================================== --- head/x11/libfm/Makefile Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11/libfm/Makefile Sun Feb 23 22:08:03 2014 (r345771) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libfm -PORTVERSION= 1.1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/ @@ -12,47 +11,57 @@ COMMENT= The libFM backend library to PC LICENSE= GPLv2 -BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + valac:${PORTSDIR}/lang/vala LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache \ libexif.so:${PORTSDIR}/graphics/libexif -USES= fam gmake pkgconfig -USE_GNOME= gnomehack gtk20 -USE_AUTOTOOLS= libtool +USE_XZ= yes +USES= desktop-file-utils fam gmake pkgconfig shared-mime-info +USE_GNOME= gtk20 +USE_AUTOTOOLS= aclocal automake libtool CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= NLS +PORTDOCS= AUTHORS NEWS README + +OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext .include +PLIST_SUB+= MAJORVER=1.0 +PLIST_SUB+= VER=4 + post-patch: - @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e \ 's|-Wno-unused-but-set-variable||' \ - ${WRKSRC}/src/actions/Makefile.am ${WRKSRC}/src/actions/Makefile.in - @${REINPLACE_CMD} -e '/libfm.conf/,/pref-apps.conf/ d' ${WRKSRC}/data/Makefile.in + ${WRKSRC}/src/actions/Makefile.am \ + ${WRKSRC}/src/actions/Makefile.in + @${REINPLACE_CMD} -e '/^pkgconfigdir/s|$$(libdir)|$$(prefix)/libdata|; \ + s|libfm-gtk3.pc||' \ + ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/libfm.conf/ d' ${WRKSRC}/data/Makefile.am .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|src po|src|' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.am .endif -pre-install: - @(cd ${WRKDIR}/libfm-${PORTVERSION} && ${CHMOD} 755 install-sh) - post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/libfm ${INSTALL_DATA} ${WRKSRC}/data/libfm.conf \ ${STAGEDIR}${PREFIX}/etc/xdg/libfm/libfm.conf.sample - ${INSTALL_DATA} ${WRKSRC}/data/pref-apps.conf \ - ${STAGEDIR}${PREFIX}/etc/xdg/libfm/pref-apps.conf.sample + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/x11/libfm/distinfo ============================================================================== --- head/x11/libfm/distinfo Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11/libfm/distinfo Sun Feb 23 22:08:03 2014 (r345771) @@ -1,2 +1,2 @@ -SHA256 (libfm-1.1.2.2.tar.gz) = 158e2b6974350d2dab15932b496bb4d448553e60bbf7cdfe4d6e9bd99d19d682 -SIZE (libfm-1.1.2.2.tar.gz) = 1055591 +SHA256 (libfm-1.2.0.tar.xz) = f0513484e43dcc576097508b7d666f7eb72530963e5a21692034a7ea6a6efc22 +SIZE (libfm-1.2.0.tar.xz) = 890064 Modified: head/x11/libfm/pkg-descr ============================================================================== --- head/x11/libfm/pkg-descr Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11/libfm/pkg-descr Sun Feb 23 22:08:03 2014 (r345771) @@ -1,3 +1,3 @@ Library which provides the core functionality to PCManFM. -WWW: http://pcmanfm.sourceforge.net/ +WWW: http://wiki.lxde.org/en/Libfm Modified: head/x11/libfm/pkg-plist ============================================================================== --- head/x11/libfm/pkg-plist Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11/libfm/pkg-plist Sun Feb 23 22:08:03 2014 (r345771) @@ -1,86 +1,109 @@ bin/libfm-pref-apps +bin/lxshortcut @unexec if cmp -s %D/etc/xdg/libfm/libfm.conf %D/etc/xdg/libfm/libfm.conf.sample; then rm -f %D/etc/xdg/libfm/libfm.conf; fi etc/xdg/libfm/libfm.conf.sample @exec if [ ! -f %D/etc/xdg/libfm/libfm.conf ] ; then cp -p %D/%F %B/libfm.conf; fi -@unexec if cmp -s %D/etc/xdg/libfm/pref-apps.conf %D/etc/xdg/libfm/pref-apps.conf.sample; then rm -f %D/etc/xdg/libfm/pref-apps.conf; fi -etc/xdg/libfm/pref-apps.conf.sample -@exec if [ ! -f %D/etc/xdg/libfm/pref-apps.conf ] ; then cp -p %D/%F %B/pref-apps.conf; fi include/libfm -include/libfm-1.0/fm-actions.h -include/libfm-1.0/fm-app-chooser-combo-box.h -include/libfm-1.0/fm-app-chooser-dlg.h -include/libfm-1.0/fm-app-info.h -include/libfm-1.0/fm-app-menu-view.h -include/libfm-1.0/fm-archiver.h -include/libfm-1.0/fm-bookmarks.h -include/libfm-1.0/fm-cell-renderer-pixbuf.h -include/libfm-1.0/fm-cell-renderer-text.h -include/libfm-1.0/fm-clipboard.h -include/libfm-1.0/fm-config.h -include/libfm-1.0/fm-deep-count-job.h -include/libfm-1.0/fm-dir-list-job.h -include/libfm-1.0/fm-dir-tree-model.h -include/libfm-1.0/fm-dir-tree-view.h -include/libfm-1.0/fm-dnd-auto-scroll.h -include/libfm-1.0/fm-dnd-dest.h -include/libfm-1.0/fm-dnd-src.h -include/libfm-1.0/fm-dummy-monitor.h -include/libfm-1.0/fm-file-info-job.h -include/libfm-1.0/fm-file-info.h -include/libfm-1.0/fm-file-launcher.h -include/libfm-1.0/fm-file-menu.h -include/libfm-1.0/fm-file-ops-job-change-attr.h -include/libfm-1.0/fm-file-ops-job-delete.h -include/libfm-1.0/fm-file-ops-job-xfer.h -include/libfm-1.0/fm-file-ops-job.h -include/libfm-1.0/fm-file-properties.h -include/libfm-1.0/fm-file.h -include/libfm-1.0/fm-folder-model.h -include/libfm-1.0/fm-folder-view.h -include/libfm-1.0/fm-folder.h -include/libfm-1.0/fm-gtk-file-launcher.h -include/libfm-1.0/fm-gtk-marshal.h -include/libfm-1.0/fm-gtk-utils.h -include/libfm-1.0/fm-gtk.h -include/libfm-1.0/fm-icon-pixbuf.h -include/libfm-1.0/fm-icon.h -include/libfm-1.0/fm-job.h -include/libfm-1.0/fm-list.h -include/libfm-1.0/fm-marshal.h -include/libfm-1.0/fm-mime-type.h -include/libfm-1.0/fm-monitor.h -include/libfm-1.0/fm-nav-history.h -include/libfm-1.0/fm-path-bar.h -include/libfm-1.0/fm-path-entry.h -include/libfm-1.0/fm-path.h -include/libfm-1.0/fm-places-model.h -include/libfm-1.0/fm-places-view.h -include/libfm-1.0/fm-progress-dlg.h -include/libfm-1.0/fm-side-pane.h -include/libfm-1.0/fm-simple-job.h -include/libfm-1.0/fm-sortable.h -include/libfm-1.0/fm-standard-view.h -include/libfm-1.0/fm-tab-label.h -include/libfm-1.0/fm-thumbnail.h -include/libfm-1.0/fm-thumbnailer.h -include/libfm-1.0/fm-utils.h -include/libfm-1.0/fm.h +include/libfm-%%MAJORVER%%/fm-actions.h +include/libfm-%%MAJORVER%%/fm-app-chooser-combo-box.h +include/libfm-%%MAJORVER%%/fm-app-chooser-dlg.h +include/libfm-%%MAJORVER%%/fm-app-info.h +include/libfm-%%MAJORVER%%/fm-app-menu-view.h +include/libfm-%%MAJORVER%%/fm-archiver.h +include/libfm-%%MAJORVER%%/fm-bookmarks.h +include/libfm-%%MAJORVER%%/fm-cell-renderer-pixbuf.h +include/libfm-%%MAJORVER%%/fm-cell-renderer-text.h +include/libfm-%%MAJORVER%%/fm-clipboard.h +include/libfm-%%MAJORVER%%/fm-config.h +include/libfm-%%MAJORVER%%/fm-deep-count-job.h +include/libfm-%%MAJORVER%%/fm-dir-list-job.h +include/libfm-%%MAJORVER%%/fm-dir-tree-model.h +include/libfm-%%MAJORVER%%/fm-dir-tree-view.h +include/libfm-%%MAJORVER%%/fm-dnd-auto-scroll.h +include/libfm-%%MAJORVER%%/fm-dnd-dest.h +include/libfm-%%MAJORVER%%/fm-dnd-src.h +include/libfm-%%MAJORVER%%/fm-dummy-monitor.h +include/libfm-%%MAJORVER%%/fm-extra.h +include/libfm-%%MAJORVER%%/fm-file-info-job.h +include/libfm-%%MAJORVER%%/fm-file-info.h +include/libfm-%%MAJORVER%%/fm-file-launcher.h +include/libfm-%%MAJORVER%%/fm-file-menu.h +include/libfm-%%MAJORVER%%/fm-file-ops-job-change-attr.h +include/libfm-%%MAJORVER%%/fm-file-ops-job-delete.h +include/libfm-%%MAJORVER%%/fm-file-ops-job-xfer.h +include/libfm-%%MAJORVER%%/fm-file-ops-job.h +include/libfm-%%MAJORVER%%/fm-file-properties.h +include/libfm-%%MAJORVER%%/fm-file.h +include/libfm-%%MAJORVER%%/fm-folder-config.h +include/libfm-%%MAJORVER%%/fm-folder-model.h +include/libfm-%%MAJORVER%%/fm-folder-view.h +include/libfm-%%MAJORVER%%/fm-folder.h +include/libfm-%%MAJORVER%%/fm-gtk-file-launcher.h +include/libfm-%%MAJORVER%%/fm-gtk-marshal.h +include/libfm-%%MAJORVER%%/fm-gtk-utils.h +include/libfm-%%MAJORVER%%/fm-gtk.h +include/libfm-%%MAJORVER%%/fm-icon-pixbuf.h +include/libfm-%%MAJORVER%%/fm-icon.h +include/libfm-%%MAJORVER%%/fm-job.h +include/libfm-%%MAJORVER%%/fm-list.h +include/libfm-%%MAJORVER%%/fm-marshal.h +include/libfm-%%MAJORVER%%/fm-menu-tool-item.h +include/libfm-%%MAJORVER%%/fm-mime-type.h +include/libfm-%%MAJORVER%%/fm-module.h +include/libfm-%%MAJORVER%%/fm-monitor.h +include/libfm-%%MAJORVER%%/fm-nav-history.h +include/libfm-%%MAJORVER%%/fm-path-bar.h +include/libfm-%%MAJORVER%%/fm-path-entry.h +include/libfm-%%MAJORVER%%/fm-path.h +include/libfm-%%MAJORVER%%/fm-places-model.h +include/libfm-%%MAJORVER%%/fm-places-view.h +include/libfm-%%MAJORVER%%/fm-progress-dlg.h +include/libfm-%%MAJORVER%%/fm-seal.h +include/libfm-%%MAJORVER%%/fm-side-pane.h +include/libfm-%%MAJORVER%%/fm-simple-job.h +include/libfm-%%MAJORVER%%/fm-sortable.h +include/libfm-%%MAJORVER%%/fm-standard-view.h +include/libfm-%%MAJORVER%%/fm-tab-label.h +include/libfm-%%MAJORVER%%/fm-templates.h +include/libfm-%%MAJORVER%%/fm-terminal.h +include/libfm-%%MAJORVER%%/fm-thumbnail-loader.h +include/libfm-%%MAJORVER%%/fm-thumbnail.h +include/libfm-%%MAJORVER%%/fm-thumbnailer.h +include/libfm-%%MAJORVER%%/fm-utils.h +include/libfm-%%MAJORVER%%/fm-version.h +include/libfm-%%MAJORVER%%/fm-xml-file.h +include/libfm-%%MAJORVER%%/fm.h +lib/libfm-extra.a +lib/libfm-extra.la +lib/libfm-extra.so +lib/libfm-extra.so.%%VER%% lib/libfm-gtk.a lib/libfm-gtk.la lib/libfm-gtk.so -lib/libfm-gtk.so.4 +lib/libfm-gtk.so.%%VER%% lib/libfm.a lib/libfm.la lib/libfm.so -lib/libfm.so.4 +lib/libfm.so.%%VER%% +lib/libfm/modules/gtk-fileprop-x-desktop.so +lib/libfm/modules/gtk-fileprop-x-shortcut.so +lib/libfm/modules/gtk-menu-actions.so +lib/libfm/modules/gtk-menu-trash.so +lib/libfm/modules/vfs-menu.so +lib/libfm/modules/vfs-search.so libdata/pkgconfig/libfm-gtk.pc -libdata/pkgconfig/libfm-gtk3.pc libdata/pkgconfig/libfm.pc man/man1/libfm-pref-apps.1.gz +man/man1/lxshortcut.1.gz share/applications/libfm-pref-apps.desktop +share/applications/lxshortcut.desktop %%DATADIR%%/archivers.list +%%DATADIR%%/images/folder.png +%%DATADIR%%/images/unknown.png +%%DATADIR%%/terminals.list %%DATADIR%%/ui/app-chooser.ui %%DATADIR%%/ui/ask-rename.ui +%%DATADIR%%/ui/choose-icon.ui %%DATADIR%%/ui/exec-file.ui %%DATADIR%%/ui/file-prop.ui %%DATADIR%%/ui/filesearch.ui @@ -110,6 +133,7 @@ share/applications/libfm-pref-apps.deskt %%NLS%%share/locale/hr/LC_MESSAGES/libfm.mo %%NLS%%share/locale/hu/LC_MESSAGES/libfm.mo %%NLS%%share/locale/id/LC_MESSAGES/libfm.mo +%%NLS%%share/locale/is/LC_MESSAGES/libfm.mo %%NLS%%share/locale/it/LC_MESSAGES/libfm.mo %%NLS%%share/locale/ja/LC_MESSAGES/libfm.mo %%NLS%%share/locale/kk/LC_MESSAGES/libfm.mo @@ -121,6 +145,7 @@ share/applications/libfm-pref-apps.deskt %%NLS%%share/locale/nb/LC_MESSAGES/libfm.mo %%NLS%%share/locale/nl/LC_MESSAGES/libfm.mo %%NLS%%share/locale/nn/LC_MESSAGES/libfm.mo +%%NLS%%share/locale/pa/LC_MESSAGES/libfm.mo %%NLS%%share/locale/pl/LC_MESSAGES/libfm.mo %%NLS%%share/locale/ps/LC_MESSAGES/libfm.mo %%NLS%%share/locale/pt/LC_MESSAGES/libfm.mo @@ -153,7 +178,10 @@ share/mime/packages/libfm.xml %%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES %%NLS%%@dirrmtry share/locale/lg @dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/images @dirrm %%DATADIR%% -@dirrm include/libfm-1.0 +@dirrm lib/libfm/modules +@dirrm lib/libfm +@dirrm include/libfm-%%MAJORVER%% @dirrmtry etc/xdg/libfm @dirrmtry etc/xdg Modified: head/x11/lxde-meta/Makefile ============================================================================== --- head/x11/lxde-meta/Makefile Sun Feb 23 21:39:02 2014 (r345770) +++ head/x11/lxde-meta/Makefile Sun Feb 23 22:08:03 2014 (r345771) @@ -3,7 +3,7 @@ PORTNAME= lxde-meta PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= #none DISTFILES= #none @@ -18,7 +18,6 @@ RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/ lxinput:${PORTSDIR}/sysutils/lxinput \ lxtask:${PORTSDIR}/sysutils/lxtask \ lxterminal:${PORTSDIR}/sysutils/lxterminal \ - lxshortcut:${PORTSDIR}/deskutils/lxshortcut \ pcmanfm:${PORTSDIR}/x11-fm/pcmanfm \ gpicview:${PORTSDIR}/graphics/gpicview \ lxde-icon-theme>=0:${PORTSDIR}/x11-themes/lxde-icon-theme \