diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-11-19 22:58:22 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-11-19 22:58:22 +0800 |
commit | 5ff25394958a27556fb5b0c002ed16fa901e2f06 (patch) | |
tree | 14c4ac6e2ba0099edbba28c9941177cb124d1aa0 | |
parent | f52aa8597ba4e65ae25ea8d95ab361b28281a8d4 (diff) | |
download | freebsd-ports-gnome-5ff25394958a27556fb5b0c002ed16fa901e2f06.tar.gz freebsd-ports-gnome-5ff25394958a27556fb5b0c002ed16fa901e2f06.tar.zst freebsd-ports-gnome-5ff25394958a27556fb5b0c002ed16fa901e2f06.zip |
Add:
- lximage-qt
- lximageqt-l10n (translation files)
Qt port of LXImage, a simple and fast image viewer. It contains also
screenshot tool.
WWW: http://lxqt.org/
Obtained from: LXQt repository
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/lximage-qt/Makefile | 27 | ||||
-rw-r--r-- | graphics/lximage-qt/distinfo | 3 | ||||
-rw-r--r-- | graphics/lximage-qt/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/lximage-qt/pkg-plist | 4 | ||||
-rw-r--r-- | graphics/lximageqt-l10n/Makefile | 39 | ||||
-rw-r--r-- | graphics/lximageqt-l10n/distinfo | 3 | ||||
-rw-r--r-- | graphics/lximageqt-l10n/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/lximageqt-l10n/pkg-plist | 23 |
9 files changed, 108 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4fbbbf0becb6..c7a5f2da22e4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -579,6 +579,8 @@ SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += luxrender14 + SUBDIR += lximage-qt + SUBDIR += lximageqt-l10n SUBDIR += mahotas SUBDIR += maim SUBDIR += makehuman diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile new file mode 100644 index 000000000000..b7f787f37600 --- /dev/null +++ b/graphics/lximage-qt/Makefile @@ -0,0 +1,27 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lximage-qt +PORTVERSION= 0.5.0 +CATEGORIES= graphics +MASTER_SITES= LXQT/${PORTNAME} + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Image viewer and screenshot tool + +LICENSE= GPLv2 + +LIB_DEPENDS= libexif.so:graphics/libexif \ + 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_GNOME= glib20 +USE_QT5= buildtools_build qmake_build core dbus gui printsupport \ + svg widgets x11extras +USE_LXQT= libfmqt lxqt +USE_XORG= ice sm x11 xcb xext xfixes +INSTALLS_ICONS= yes + +.include <bsd.port.mk> diff --git a/graphics/lximage-qt/distinfo b/graphics/lximage-qt/distinfo new file mode 100644 index 000000000000..3fb86ad5375b --- /dev/null +++ b/graphics/lximage-qt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1474728744 +SHA256 (lxqt/lximage-qt-0.5.0.tar.xz) = bd67b8b81a25d8ecd858787af87bc97256f15821ff4f1bb3efcfd214e2929066 +SIZE (lxqt/lximage-qt-0.5.0.tar.xz) = 36068 diff --git a/graphics/lximage-qt/pkg-descr b/graphics/lximage-qt/pkg-descr new file mode 100644 index 000000000000..c9781cfa01be --- /dev/null +++ b/graphics/lximage-qt/pkg-descr @@ -0,0 +1,4 @@ +It is the Qt port of LXImage, a simple and fast image viewer. It contains +also screenshot tool. + +WWW: http://lxqt.org/ diff --git a/graphics/lximage-qt/pkg-plist b/graphics/lximage-qt/pkg-plist new file mode 100644 index 000000000000..17e7b65d2afd --- /dev/null +++ b/graphics/lximage-qt/pkg-plist @@ -0,0 +1,4 @@ +bin/lximage-qt +share/applications/lximage-qt-screenshot.desktop +share/applications/lximage-qt.desktop +share/icons/hicolor/48x48/apps/lximage-qt.png diff --git a/graphics/lximageqt-l10n/Makefile b/graphics/lximageqt-l10n/Makefile new file mode 100644 index 000000000000..22ba0c66003d --- /dev/null +++ b/graphics/lximageqt-l10n/Makefile @@ -0,0 +1,39 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lximageqt-l10n +PORTVERSION= 0.11.0 +CATEGORIES= graphics +DISTNAME= lxqt-l10n-${DISTVERSION} + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Translations of lximage-qt + +LICENSE= LGPL21+ + +USES= cmake:outsource lxqt tar:xz +USE_QT5= buildtools_build qmake_build +USE_LXQT= lxqt + +CMAKE_ARGS+= -DWITH_COMPTON_CONF:BOOL=OFF \ + -DWITH_LIBFM_QT:BOOL=OFF \ + -DWITH_LIBLXQT:BOOL=OFF \ + -DWITH_LXIMAGE_QT:BOOL=ON \ + -DWITH_LXQT_ABOUT:BOOL=OFF \ + -DWITH_LXQT_ADMIN:BOOL=OFF \ + -DWITH_LXQT_CONFIG:BOOL=OFF \ + -DWITH_LXQT_GLOBALKEYS:BOOL=OFF \ + -DWITH_LXQT_NOTIFICATIOND:BOOL=OFF \ + -DWITH_LXQT_OPENSSH_ASKPASS:BOOL=OFF \ + -DWITH_LXQT_PANEL:BOOL=OFF \ + -DWITH_LXQT_POLICYKIT:BOOL=OFF \ + -DWITH_LXQT_POWERMANAGEMENT:BOOL=OFF \ + -DWITH_LXQT_RUNNER:BOOL=OFF \ + -DWITH_LXQT_SESSION:BOOL=OFF \ + -DWITH_LXQT_SUDO:BOOL=OFF \ + -DWITH_OBCONF_QT:BOOL=OFF \ + -DWITH_PCMANFM_QT:BOOL=OFF \ + -DWITH_QTERMINAL:BOOL=OFF \ + -DWITH_PAVUCONTROL_QT:BOOL=OFF + +.include <bsd.port.mk> diff --git a/graphics/lximageqt-l10n/distinfo b/graphics/lximageqt-l10n/distinfo new file mode 100644 index 000000000000..b3300bfd0895 --- /dev/null +++ b/graphics/lximageqt-l10n/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479561760 +SHA256 (lxqt/lxqt-l10n-0.11.0.tar.xz) = ed05b57da536e9ea52f34fcbc15f386be4336ee8b411f3a24c043ee4dc27774a +SIZE (lxqt/lxqt-l10n-0.11.0.tar.xz) = 513704 diff --git a/graphics/lximageqt-l10n/pkg-descr b/graphics/lximageqt-l10n/pkg-descr new file mode 100644 index 000000000000..605cb7a24fdb --- /dev/null +++ b/graphics/lximageqt-l10n/pkg-descr @@ -0,0 +1,3 @@ +Translations ("localization") in terms of the Qt TS files of lximage-qt. + +WWW: https://github.com/lxde/lxqt-l10n diff --git a/graphics/lximageqt-l10n/pkg-plist b/graphics/lximageqt-l10n/pkg-plist new file mode 100644 index 000000000000..70056d359912 --- /dev/null +++ b/graphics/lximageqt-l10n/pkg-plist @@ -0,0 +1,23 @@ +share/lximage-qt/translations/lximage-qt_ar.qm +share/lximage-qt/translations/lximage-qt_ca.qm +share/lximage-qt/translations/lximage-qt_cs.qm +share/lximage-qt/translations/lximage-qt_de.qm +share/lximage-qt/translations/lximage-qt_el.qm +share/lximage-qt/translations/lximage-qt_es.qm +share/lximage-qt/translations/lximage-qt_gl.qm +share/lximage-qt/translations/lximage-qt_hr.qm +share/lximage-qt/translations/lximage-qt_hu.qm +share/lximage-qt/translations/lximage-qt_id.qm +share/lximage-qt/translations/lximage-qt_is.qm +share/lximage-qt/translations/lximage-qt_it.qm +share/lximage-qt/translations/lximage-qt_ja.qm +share/lximage-qt/translations/lximage-qt_pa.qm +share/lximage-qt/translations/lximage-qt_pl.qm +share/lximage-qt/translations/lximage-qt_pt.qm +share/lximage-qt/translations/lximage-qt_pt_BR.qm +share/lximage-qt/translations/lximage-qt_ru.qm +share/lximage-qt/translations/lximage-qt_sv.qm +share/lximage-qt/translations/lximage-qt_template.qm +share/lximage-qt/translations/lximage-qt_uk.qm +share/lximage-qt/translations/lximage-qt_zh_CN.qm +share/lximage-qt/translations/lximage-qt_zh_TW.qm |