Date: Fri, 22 Jun 2018 19:15:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473059 - head/devel/liblxqt Message-ID: <201806221915.w5MJFsSh037308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jun 22 19:15:54 2018 New Revision: 473059 URL: https://svnweb.freebsd.org/changeset/ports/473059 Log: devel/liblxqt: update to 0.13.0 PR: 228506 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer) Modified: head/devel/liblxqt/Makefile (contents, props changed) head/devel/liblxqt/distinfo (contents, props changed) head/devel/liblxqt/pkg-plist (contents, props changed) Modified: head/devel/liblxqt/Makefile ============================================================================== --- head/devel/liblxqt/Makefile Fri Jun 22 18:55:14 2018 (r473058) +++ head/devel/liblxqt/Makefile Fri Jun 22 19:15:54 2018 (r473059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblxqt -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= devel MASTER_SITES= LXQT @@ -10,6 +10,7 @@ MAINTAINER= jesper@schmitz.computer COMMENT= Shared library for LXQt applications LICENSE= LGPL21+ +LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5 BROKEN_aarch64= fails to compile: lxqtplugininfo.cpp:107:14: expected expression Modified: head/devel/liblxqt/distinfo ============================================================================== --- head/devel/liblxqt/distinfo Fri Jun 22 18:55:14 2018 (r473058) +++ head/devel/liblxqt/distinfo Fri Jun 22 19:15:54 2018 (r473059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508753771 -SHA256 (lxqt/liblxqt-0.12.0.tar.xz) = 44bba48b073ded5b0ab3de2ea3575a704bb22d23ce5cc5743f76579c1f084f33 -SIZE (lxqt/liblxqt-0.12.0.tar.xz) = 51192 +TIMESTAMP = 1527339804 +SHA256 (lxqt/liblxqt-0.13.0.tar.xz) = b41db9dd6fcc4e3232402ee0304d2b977ec82d696c464667dddba555b0056a39 +SIZE (lxqt/liblxqt-0.13.0.tar.xz) = 56896 Modified: head/devel/liblxqt/pkg-plist ============================================================================== --- head/devel/liblxqt/pkg-plist Fri Jun 22 18:55:14 2018 (r473058) +++ head/devel/liblxqt/pkg-plist Fri Jun 22 19:15:54 2018 (r473059) @@ -1,6 +1,10 @@ +bin/lxqt-backlight_backend %%LXQT_INCLUDEDIR%%/LXQt/Application %%LXQT_INCLUDEDIR%%/LXQt/AutostartEntry +%%LXQT_INCLUDEDIR%%/LXQt/Backlight %%LXQT_INCLUDEDIR%%/LXQt/ConfigDialog +%%LXQT_INCLUDEDIR%%/LXQt/ConfigDialogCmdLineOptions +%%LXQT_INCLUDEDIR%%/LXQt/Globals %%LXQT_INCLUDEDIR%%/LXQt/GridLayout %%LXQT_INCLUDEDIR%%/LXQt/HtmlDelegate %%LXQT_INCLUDEDIR%%/LXQt/Notification @@ -16,7 +20,9 @@ %%LXQT_INCLUDEDIR%%/LXQt/Translator %%LXQT_INCLUDEDIR%%/LXQt/lxqtapplication.h %%LXQT_INCLUDEDIR%%/LXQt/lxqtautostartentry.h +%%LXQT_INCLUDEDIR%%/LXQt/lxqtbacklight.h %%LXQT_INCLUDEDIR%%/LXQt/lxqtconfigdialog.h +%%LXQT_INCLUDEDIR%%/LXQt/lxqtconfigdialogcmdlineoptions.h %%LXQT_INCLUDEDIR%%/LXQt/lxqtglobals.h %%LXQT_INCLUDEDIR%%/LXQt/lxqtgridlayout.h %%LXQT_INCLUDEDIR%%/LXQt/lxqthtmldelegate.h @@ -39,3 +45,5 @@ share/cmake/lxqt/lxqt-config-version.cmake share/cmake/lxqt/lxqt-config.cmake share/cmake/lxqt/lxqt-targets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/lxqt/lxqt-targets.cmake +%%LXQT_SHAREDIR%%/power.conf +share/polkit-1/actions/org.lxqt.backlight.pkexec.policy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806221915.w5MJFsSh037308>