diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-11-19 15:11:28 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-11-19 15:11:28 +0000 |
commit | 4f4cbf306484c29f43987fe2f5c80f1a4c3c090c (patch) | |
tree | c398b65a0913306bb21a9d8dc930598737ac91d3 /x11-fm/pcmanfm-qt | |
parent | 6079f031012aeff7696850db0c13c3bf0c02cd13 (diff) | |
download | ports-4f4cbf306484c29f43987fe2f5c80f1a4c3c090c.tar.gz ports-4f4cbf306484c29f43987fe2f5c80f1a4c3c090c.zip |
Add:
- pcmanfm-qt
- pcmanfmqt-l10n (translation files)
PCMan File Manager Qt is an extremly fast, lightweight, yet feature-rich
file manager with tabbed browsing. It is the default file manager for the
lightweight desktop environment LXQt.
WWW: http://lxqt.org/
Obtained from: LXQt repository
Notes
Notes:
svn path=/head/; revision=426381
Diffstat (limited to 'x11-fm/pcmanfm-qt')
-rw-r--r-- | x11-fm/pcmanfm-qt/Makefile | 26 | ||||
-rw-r--r-- | x11-fm/pcmanfm-qt/distinfo | 3 | ||||
-rw-r--r-- | x11-fm/pcmanfm-qt/pkg-descr | 5 | ||||
-rw-r--r-- | x11-fm/pcmanfm-qt/pkg-plist | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-fm/pcmanfm-qt/Makefile b/x11-fm/pcmanfm-qt/Makefile new file mode 100644 index 000000000000..b254bb350940 --- /dev/null +++ b/x11-fm/pcmanfm-qt/Makefile @@ -0,0 +1,26 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= pcmanfm-qt +PORTVERSION= 0.11.1 +CATEGORIES= x11-fm +MASTER_SITES= LXQT/${PORTNAME} +DIST_SUBDIR= lxqt + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= LXQt file manager + +LICENSE= GPLv2 + +LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ + libfm.so:x11/libfm + +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + gettext-runtime localbase lxqt pkgconfig tar:xz +USE_QT5= buildtools_build qmake_build core dbus gui widgets \ + x11extras +USE_LXQT= lxqt libfmqt +USE_GNOME= glib20 +USE_XORG= xcb + +.include <bsd.port.mk> diff --git a/x11-fm/pcmanfm-qt/distinfo b/x11-fm/pcmanfm-qt/distinfo new file mode 100644 index 000000000000..44cd9c99f983 --- /dev/null +++ b/x11-fm/pcmanfm-qt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1474806600 +SHA256 (lxqt/pcmanfm-qt-0.11.1.tar.xz) = fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa +SIZE (lxqt/pcmanfm-qt-0.11.1.tar.xz) = 92916 diff --git a/x11-fm/pcmanfm-qt/pkg-descr b/x11-fm/pcmanfm-qt/pkg-descr new file mode 100644 index 000000000000..a64ad41a717f --- /dev/null +++ b/x11-fm/pcmanfm-qt/pkg-descr @@ -0,0 +1,5 @@ +PCMan File Manager Qt is an extremly fast, lightweight, yet feature-rich +file manager with tabbed browsing. It is the default file manager for the +lightweight desktop environment LXQt. + +WWW: http://lxqt.org/ diff --git a/x11-fm/pcmanfm-qt/pkg-plist b/x11-fm/pcmanfm-qt/pkg-plist new file mode 100644 index 000000000000..8ea867d59ee2 --- /dev/null +++ b/x11-fm/pcmanfm-qt/pkg-plist @@ -0,0 +1,4 @@ +bin/pcmanfm-qt +man/man1/pcmanfm-qt.1.gz +share/applications/pcmanfm-qt-desktop-pref.desktop +share/applications/pcmanfm-qt.desktop |