From owner-svn-ports-head@freebsd.org Sat Jun 20 08:44:32 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8F5334B4A2; Sat, 20 Jun 2020 08:44:32 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49pq3h40Yfz4f6s; Sat, 20 Jun 2020 08:44:32 +0000 (UTC) (envelope-from jsm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 849E19BA9; Sat, 20 Jun 2020 08:44:32 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05K8iWJg096792; Sat, 20 Jun 2020 08:44:32 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05K8iVpZ096790; Sat, 20 Jun 2020 08:44:31 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <202006200844.05K8iVpZ096790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Sat, 20 Jun 2020 08:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539712 - in head/x11/lxqt-globalkeys: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: in head/x11/lxqt-globalkeys: . files X-SVN-Commit-Revision: 539712 X-SVN-Commit-Repository: ports 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.33 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, 20 Jun 2020 08:44:32 -0000 Author: jsm Date: Sat Jun 20 08:44:31 2020 New Revision: 539712 URL: https://svnweb.freebsd.org/changeset/ports/539712 Log: Upgrade to 0.15.0 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24712 Deleted: head/x11/lxqt-globalkeys/files/ Modified: head/x11/lxqt-globalkeys/Makefile head/x11/lxqt-globalkeys/distinfo head/x11/lxqt-globalkeys/pkg-plist Modified: head/x11/lxqt-globalkeys/Makefile ============================================================================== --- head/x11/lxqt-globalkeys/Makefile Sat Jun 20 08:40:27 2020 (r539711) +++ head/x11/lxqt-globalkeys/Makefile Sat Jun 20 08:44:31 2020 (r539712) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lxqt-globalkeys -PORTVERSION= 0.14.3 +PORTVERSION= 0.15.0 CATEGORIES= x11 MASTER_SITES= LXQT @@ -11,11 +11,12 @@ COMMENT= Global keyboard shortcuts registration LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang kde:5 xorg lxqt pkgconfig qt:5 tar:xz +USES= cmake compiler:c++14-lang kde:5 xorg lxqt pkgconfig qt:5 tar:xz gnome USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt +USE_GNOME= glib20 USE_XORG= ice sm x11 xext USE_LDCONFIG= yes Modified: head/x11/lxqt-globalkeys/distinfo ============================================================================== --- head/x11/lxqt-globalkeys/distinfo Sat Jun 20 08:40:27 2020 (r539711) +++ head/x11/lxqt-globalkeys/distinfo Sat Jun 20 08:44:31 2020 (r539712) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576358276 -SHA256 (lxqt/lxqt-globalkeys-0.14.3.tar.xz) = e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455 -SIZE (lxqt/lxqt-globalkeys-0.14.3.tar.xz) = 67928 +TIMESTAMP = 1588435327 +SHA256 (lxqt/lxqt-globalkeys-0.15.0.tar.xz) = ce54a1f62a3ec8a5ae0db5639df14141f4fea70643b915fb91c05c31fcbedbf1 +SIZE (lxqt/lxqt-globalkeys-0.15.0.tar.xz) = 68932 Modified: head/x11/lxqt-globalkeys/pkg-plist ============================================================================== --- head/x11/lxqt-globalkeys/pkg-plist Sat Jun 20 08:40:27 2020 (r539711) +++ head/x11/lxqt-globalkeys/pkg-plist Sat Jun 20 08:44:31 2020 (r539712) @@ -13,10 +13,10 @@ etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop %%LXQT_INCLUDEDIR%%-globalkeys/lxqtglobalkeys.h lib/liblxqt-globalkeys-ui.so lib/liblxqt-globalkeys-ui.so.0 -lib/liblxqt-globalkeys-ui.so.0.14.1 +lib/liblxqt-globalkeys-ui.so.%%VERSION%% lib/liblxqt-globalkeys.so lib/liblxqt-globalkeys.so.0 -lib/liblxqt-globalkeys.so.0.14.1 +lib/liblxqt-globalkeys.so.%%VERSION%% libdata/pkgconfig/lxqt-globalkeys-ui.pc libdata/pkgconfig/lxqt-globalkeys.pc share/applications/lxqt-config-globalkeyshortcuts.desktop @@ -30,6 +30,7 @@ share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets-%% share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets.cmake %%LXQT_SHAREDIR%%/globalkeyshortcuts.conf %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ar.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_cs.qm