From owner-dev-commits-ports-main@freebsd.org Sat Aug 14 18:48:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 2AF4D6519BD; Sat, 14 Aug 2021 18:48:29 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gn8Zj0nJrz4ccn; Sat, 14 Aug 2021 18:48:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02B1A2734F; Sat, 14 Aug 2021 18:48:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17EImSEX097874; Sat, 14 Aug 2021 18:48:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17EImSxq097873; Sat, 14 Aug 2021 18:48:28 GMT (envelope-from git) Date: Sat, 14 Aug 2021 18:48:28 GMT Message-Id: <202108141848.17EImSxq097873@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jesper Schmitz Mouridsen Subject: git: 95d3801c48b3 - main - x11-wm/lxqt-panel: Fix pkg-plist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jsm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 95d3801c48b36e425b1ac4aefa3aee474dd4a4d8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2021 18:48:29 -0000 The branch main has been updated by jsm: URL: https://cgit.FreeBSD.org/ports/commit/?id=95d3801c48b36e425b1ac4aefa3aee474dd4a4d8 commit 95d3801c48b36e425b1ac4aefa3aee474dd4a4d8 Author: Jesper Schmitz Mouridsen AuthorDate: 2021-08-14 18:43:22 +0000 Commit: Jesper Schmitz Mouridsen CommitDate: 2021-08-14 18:43:22 +0000 x11-wm/lxqt-panel: Fix pkg-plist When no sound option was set install was failling PR: 255805 --- x11-wm/lxqt-panel/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/lxqt-panel/pkg-plist b/x11-wm/lxqt-panel/pkg-plist index 1b7f5d9056e5..ef8002352a06 100644 --- a/x11-wm/lxqt-panel/pkg-plist +++ b/x11-wm/lxqt-panel/pkg-plist @@ -12,7 +12,7 @@ lib/lxqt-panel/libdirectorymenu.so lib/lxqt-panel/libkbindicator.so %%MOUNT%%lib/lxqt-panel/libmount.so lib/lxqt-panel/libsysstat.so -lib/lxqt-panel/libvolume.so +%%SOUND%%lib/lxqt-panel/libvolume.so share/desktop-directories/lxqt-leave.directory share/desktop-directories/lxqt-settings.directory %%LXQT_SHAREDIR%%/lxqt-panel/backlight.desktop @@ -30,7 +30,7 @@ share/desktop-directories/lxqt-settings.directory %%LXQT_SHAREDIR%%/lxqt-panel/sysstat.desktop %%LXQT_SHAREDIR%%/lxqt-panel/taskbar.desktop %%LXQT_SHAREDIR%%/lxqt-panel/tray.desktop -%%LXQT_SHAREDIR%%/lxqt-panel/volume.desktop +%%SOUND%%%%LXQT_SHAREDIR%%/lxqt-panel/volume.desktop %%LXQT_SHAREDIR%%/lxqt-panel/worldclock.desktop %%LXQT_SHAREDIR%%/panel.conf %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ar.qm