diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-12-23 04:13:27 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-12-23 04:13:27 +0800 |
commit | eec070e5e81d38cc996b53914786e3dcc0795cd9 (patch) | |
tree | 99cb8c5112ee8a33eacb438db54b787611d1b349 /x11 | |
parent | 62b1b2ff8d0e295bac3584fd12dbc37b46180ccd (diff) | |
download | freebsd-ports-gnome-eec070e5e81d38cc996b53914786e3dcc0795cd9.tar.gz freebsd-ports-gnome-eec070e5e81d38cc996b53914786e3dcc0795cd9.tar.zst freebsd-ports-gnome-eec070e5e81d38cc996b53914786e3dcc0795cd9.zip |
Update to 0.11.2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libfm-qt/Makefile | 9 | ||||
-rw-r--r-- | x11/libfm-qt/distinfo | 6 | ||||
-rw-r--r-- | x11/libfm-qt/pkg-plist | 10 |
3 files changed, 11 insertions, 14 deletions
diff --git a/x11/libfm-qt/Makefile b/x11/libfm-qt/Makefile index 31e561de2e20..99fcf475b982 100644 --- a/x11/libfm-qt/Makefile +++ b/x11/libfm-qt/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libfm-qt -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= x11 -MASTER_SITES= LXQT/${PORTNAME} +#MASTER_SITES= LXQT/${PORTNAME} +MASTER_SITES= https://github.com/lxde/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= olivierd@FreeBSD.org COMMENT= Qt port of libfm @@ -16,10 +17,10 @@ LIB_DEPENDS= libfm.so:x11/libfm \ USES= cmake:outsource compiler:c++11-lib gettext-runtime lxqt pkgconfig \ tar:xz -USE_QT5= buildtools_build qmake_build core gui widgets \ +USE_QT5= buildtools_build qmake_build core gui linguisttools widgets \ x11extras USE_GNOME= glib20 USE_XORG= xcb -USE_LXQT= lxqt +USE_LXQT= buildtools .include <bsd.port.mk> diff --git a/x11/libfm-qt/distinfo b/x11/libfm-qt/distinfo index c9be15bda2d0..62e72f3b2e1e 100644 --- a/x11/libfm-qt/distinfo +++ b/x11/libfm-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474726971 -SHA256 (lxqt/libfm-qt-0.11.1.tar.xz) = 69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578 -SIZE (lxqt/libfm-qt-0.11.1.tar.xz) = 127624 +TIMESTAMP = 1482350725 +SHA256 (lxqt/libfm-qt-0.11.2.tar.xz) = d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd +SIZE (lxqt/libfm-qt-0.11.2.tar.xz) = 130456 diff --git a/x11/libfm-qt/pkg-plist b/x11/libfm-qt/pkg-plist index ffab6e2e8b2f..7be3d29e5149 100644 --- a/x11/libfm-qt/pkg-plist +++ b/x11/libfm-qt/pkg-plist @@ -1,6 +1,5 @@ include/libfm-qt/appchoosercombobox.h include/libfm-qt/appchooserdialog.h -include/libfm-qt/appinfo.h include/libfm-qt/applaunchcontext.h include/libfm-qt/appmenuview.h include/libfm-qt/appmenuview_p.h @@ -32,9 +31,6 @@ include/libfm-qt/filemenu_p.h include/libfm-qt/fileoperation.h include/libfm-qt/fileoperationdialog.h include/libfm-qt/fileopsjob.h -include/libfm-qt/fileopsjobchangeattr.h -include/libfm-qt/fileopsjobdelete.h -include/libfm-qt/fileopsjobxfer.h include/libfm-qt/filepropsdialog.h include/libfm-qt/filesearchdialog.h include/libfm-qt/fm-qt_export.h @@ -55,12 +51,13 @@ include/libfm-qt/libfmqt.h include/libfm-qt/libfmqtglobals.h include/libfm-qt/list.h include/libfm-qt/mimetype.h -include/libfm-qt/monitor.h include/libfm-qt/mountoperation.h include/libfm-qt/mountoperationpassworddialog_p.h include/libfm-qt/mountoperationquestiondialog_p.h include/libfm-qt/navhistory.h include/libfm-qt/path.h +include/libfm-qt/pathbar.h +include/libfm-qt/pathbar_p.h include/libfm-qt/pathedit.h include/libfm-qt/pathedit_p.h include/libfm-qt/placesmodel.h @@ -69,7 +66,6 @@ include/libfm-qt/placesview.h include/libfm-qt/proxyfoldermodel.h include/libfm-qt/renamedialog.h include/libfm-qt/sidepane.h -include/libfm-qt/simplejob.h include/libfm-qt/templates.h include/libfm-qt/terminal.h include/libfm-qt/thumbnailer.h @@ -80,7 +76,7 @@ include/libfm-qt/utils.h include/libfm-qt/xdndworkaround.h lib/libfm-qt.so lib/libfm-qt.so.3 -lib/libfm-qt.so.3.0.0 +lib/libfm-qt.so.3.1.0 libdata/pkgconfig/libfm-qt.pc share/cmake/fm-qt/fm-qt-config-version.cmake share/cmake/fm-qt/fm-qt-config.cmake |