Received: by mail.netbsd.org (Postfix, from userid 605) id 7F0AB84E82; Wed, 6 Mar 2024 23:57:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709769451; bh=h1CQwHDJqjpGeefI8NwUWmc0v6c3+k5V85M3mmEe1/g=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=DEGqj5sYiZ4w+wEVgE6fSANQ6XoaT4sPRfJBS+zFJPvxpnhoS5W/Is0pt9qOj5l+0 W4oYyqlWvaTh6MiBE5Qx4y2y548cUgm2zOcp+sEiKBgClXJ6FaTgWIkCsGt0qRABea 1VGCJQFNX/rl2eiiiaRfwX/SFzI0eRwKoKiA7wvY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D3D684E55 for ; Wed, 6 Mar 2024 23:57:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1Ph7PF-97mxj for ; Wed, 6 Mar 2024 23:57:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BC45E84D59 for ; Wed, 6 Mar 2024 23:57:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709769450; bh=h1CQwHDJqjpGeefI8NwUWmc0v6c3+k5V85M3mmEe1/g=; h=Date:From:Subject:To:Reply-To; b=CdW1wbHv76Y+oSs4y7w0hfr5EXYDlkbZzEwYzEHy6Q3vHOBbeUY7ouZArmXoQ03IC y11ulHYiVlt6ZoBIvZvZXOSlvMCrXjsr5BzI5EHaGUsJv60leGr6Gbb7ieLlmv654k 92u/RRnn9WqrmGvTV4OMIoVtsBqhwzg2ilQv/9BE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B720DFA29; Wed, 6 Mar 2024 23:57:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709769449233410" MIME-Version: 1.0 Date: Wed, 6 Mar 2024 23:57:29 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/lxqt To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240306235729.B720DFA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709769449233410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Mar 6 23:57:29 UTC 2024 Modified Files: pkgsrc/meta-pkgs/lxqt: Makefile Log Message: lxqt: bump for lxqt-archiver To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/meta-pkgs/lxqt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709769449233410 Content-Disposition: inline Content-Length: 1058 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/lxqt/Makefile diff -u pkgsrc/meta-pkgs/lxqt/Makefile:1.23 pkgsrc/meta-pkgs/lxqt/Makefile:1.24 --- pkgsrc/meta-pkgs/lxqt/Makefile:1.23 Tue Feb 13 17:29:42 2024 +++ pkgsrc/meta-pkgs/lxqt/Makefile Wed Mar 6 23:57:29 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2024/02/13 17:29:42 gutteridge Exp $ +# $NetBSD: Makefile,v 1.24 2024/03/06 23:57:29 gutteridge Exp $ PKGNAME= lxqt-1.4.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= meta-pkgs MAINTAINER= pkgsrc-users@NetBSD.org @@ -39,7 +39,7 @@ DEPENDS+= qterminal>=1.4.0:../../x11/qte DEPENDS+= lxqt-panel>=1.4.0:../../x11/lxqt-panel DEPENDS+= lxqt-runner>=1.4.0:../../x11/lxqt-runner DEPENDS+= screengrab>=2.7.0:../../graphics/screengrab -DEPENDS+= lxqt-archiver>=0.9.0:../../archivers/lxqt-archiver +DEPENDS+= lxqt-archiver>=0.9.1:../../archivers/lxqt-archiver # The Breeze icon set is the default that LXQt expects, and a compatible icon # theme must be present for the DE to be fully usable. DEPENDS+= breeze-icons-[0-9]*:../../graphics/breeze-icons --_----------=_1709769449233410--