View | Details | Raw Unified | Return to bug 235394
Collapse All | Expand All

(-)x11-fm/pcmanfm-qt/Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pcmanfm-qt
4
PORTNAME=	pcmanfm-qt
5
PORTVERSION=	0.13.0
5
PORTVERSION=	0.14.0
6
PORTREVISION=	3
7
CATEGORIES=	x11-fm
6
CATEGORIES=	x11-fm
8
MASTER_SITES=	LXQT
7
MASTER_SITES=	LXQT
9
8
Lines 13-22 Link Here
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
13
15
LIB_DEPENDS=	libmenu-cache.so:x11/menu-cache \
14
LIB_DEPENDS=	libmenu-cache.so:x11/menu-cache \
16
		libfm.so:x11/libfm@gtk2 \
15
		libfm-qt.so:x11/libfm-qt \
17
		libexif.so:graphics/libexif
16
		libexif.so:graphics/libexif
18
17
19
USES=		cmake compiler:c++11-lib desktop-file-utils \
18
USES=		cmake compiler:c++11-lib desktop-file-utils gnome\
20
		gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 tar:xz
19
		gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 tar:xz
21
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
20
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
22
		widgets x11extras
21
		widgets x11extras
(-)x11-fm/pcmanfm-qt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1527328596
1
TIMESTAMP = 1548976776
2
SHA256 (lxqt/pcmanfm-qt-0.13.0.tar.xz) = bf961a6d91a50a3e7e69ae4b249d41b11f01d70142759a3019f30a33e7cc5722
2
SHA256 (lxqt/pcmanfm-qt-0.14.0.tar.xz) = 5dc7fc3de03c10f77c7d8cec790449c55a33ef840c30c5b753a9cf6b97d0dfb6
3
SIZE (lxqt/pcmanfm-qt-0.13.0.tar.xz) = 104864
3
SIZE (lxqt/pcmanfm-qt-0.14.0.tar.xz) = 222688
(-)x11-fm/pcmanfm-qt/pkg-plist (+27 lines)
Lines 4-6 Link Here
4
share/applications/pcmanfm-qt-desktop-pref.desktop
4
share/applications/pcmanfm-qt-desktop-pref.desktop
5
share/applications/pcmanfm-qt.desktop
5
share/applications/pcmanfm-qt.desktop
6
@sample %%DATADIR%%/lxqt/settings.conf.sample
6
@sample %%DATADIR%%/lxqt/settings.conf.sample
7
%%DATADIR%%/translations/pcmanfm-qt_ar.qm
8
%%DATADIR%%/translations/pcmanfm-qt_ca.qm
9
%%DATADIR%%/translations/pcmanfm-qt_cs.qm
10
%%DATADIR%%/translations/pcmanfm-qt_cy.qm
11
%%DATADIR%%/translations/pcmanfm-qt_da.qm
12
%%DATADIR%%/translations/pcmanfm-qt_de.qm
13
%%DATADIR%%/translations/pcmanfm-qt_el.qm
14
%%DATADIR%%/translations/pcmanfm-qt_en_GB.qm
15
%%DATADIR%%/translations/pcmanfm-qt_es.qm
16
%%DATADIR%%/translations/pcmanfm-qt_et.qm
17
%%DATADIR%%/translations/pcmanfm-qt_fr.qm
18
%%DATADIR%%/translations/pcmanfm-qt_gl.qm
19
%%DATADIR%%/translations/pcmanfm-qt_hu.qm
20
%%DATADIR%%/translations/pcmanfm-qt_id.qm
21
%%DATADIR%%/translations/pcmanfm-qt_it.qm
22
%%DATADIR%%/translations/pcmanfm-qt_ja.qm
23
%%DATADIR%%/translations/pcmanfm-qt_lt.qm
24
%%DATADIR%%/translations/pcmanfm-qt_nb_NO.qm
25
%%DATADIR%%/translations/pcmanfm-qt_nl.qm
26
%%DATADIR%%/translations/pcmanfm-qt_pl.qm
27
%%DATADIR%%/translations/pcmanfm-qt_pt.qm
28
%%DATADIR%%/translations/pcmanfm-qt_pt_BR.qm
29
%%DATADIR%%/translations/pcmanfm-qt_ru.qm
30
%%DATADIR%%/translations/pcmanfm-qt_tr.qm
31
%%DATADIR%%/translations/pcmanfm-qt_uk.qm
32
%%DATADIR%%/translations/pcmanfm-qt_zh_CN.qm
33
%%DATADIR%%/translations/pcmanfm-qt_zh_TW.qm

Return to bug 235394