From owner-svn-ports-head@freebsd.org Sat Nov 19 14:58:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C856C4A8E2; Sat, 19 Nov 2016 14:58:24 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294229A7; Sat, 19 Nov 2016 14:58:24 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJEwNkt010429; Sat, 19 Nov 2016 14:58:23 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJEwMgW010420; Sat, 19 Nov 2016 14:58:22 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611191458.uAJEwMgW010420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 19 Nov 2016 14:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426379 - in head/graphics: . lximage-qt lximageqt-l10n 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.23 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: Sat, 19 Nov 2016 14:58:24 -0000 Author: olivierd Date: Sat Nov 19 14:58:22 2016 New Revision: 426379 URL: https://svnweb.freebsd.org/changeset/ports/426379 Log: 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 Added: head/graphics/lximage-qt/ head/graphics/lximage-qt/Makefile (contents, props changed) head/graphics/lximage-qt/distinfo (contents, props changed) head/graphics/lximage-qt/pkg-descr (contents, props changed) head/graphics/lximage-qt/pkg-plist (contents, props changed) head/graphics/lximageqt-l10n/ head/graphics/lximageqt-l10n/Makefile (contents, props changed) head/graphics/lximageqt-l10n/distinfo (contents, props changed) head/graphics/lximageqt-l10n/pkg-descr (contents, props changed) head/graphics/lximageqt-l10n/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Nov 19 14:56:46 2016 (r426378) +++ head/graphics/Makefile Sat Nov 19 14:58:22 2016 (r426379) @@ -579,6 +579,8 @@ SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += luxrender14 + SUBDIR += lximage-qt + SUBDIR += lximageqt-l10n SUBDIR += mahotas SUBDIR += maim SUBDIR += makehuman Added: head/graphics/lximage-qt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximage-qt/Makefile Sat Nov 19 14:58:22 2016 (r426379) @@ -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 Added: head/graphics/lximage-qt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximage-qt/distinfo Sat Nov 19 14:58:22 2016 (r426379) @@ -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 Added: head/graphics/lximage-qt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximage-qt/pkg-descr Sat Nov 19 14:58:22 2016 (r426379) @@ -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/ Added: head/graphics/lximage-qt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximage-qt/pkg-plist Sat Nov 19 14:58:22 2016 (r426379) @@ -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 Added: head/graphics/lximageqt-l10n/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximageqt-l10n/Makefile Sat Nov 19 14:58:22 2016 (r426379) @@ -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 Added: head/graphics/lximageqt-l10n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximageqt-l10n/distinfo Sat Nov 19 14:58:22 2016 (r426379) @@ -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 Added: head/graphics/lximageqt-l10n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximageqt-l10n/pkg-descr Sat Nov 19 14:58:22 2016 (r426379) @@ -0,0 +1,3 @@ +Translations ("localization") in terms of the Qt TS files of lximage-qt. + +WWW: https://github.com/lxde/lxqt-l10n Added: head/graphics/lximageqt-l10n/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximageqt-l10n/pkg-plist Sat Nov 19 14:58:22 2016 (r426379) @@ -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