Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OaxGujQ1; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SM/oekdo Received: by mail.netbsd.org (Postfix, from userid 605) id 85E7D84ED1; Tue, 21 May 2024 09:27:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1716283651; bh=7sx0x85D+Q6qjF6Tw7MUJymps1eXV/urZnfm6B82lmI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=OaxGujQ1krNIniyYWbgac0P4F7Zu2c47tTWMG/iIqvlLSmgSQnlEntuO1Lpq/SHYa yDlsqC5Gg9qgGOkMZbF0IAQLjLqt43PgmO9k9EHqDlBiXeHU3I5iOyBSUoVbMfqb/U 1bsYVWh5/XjMDuqRDX1eOQOIRekTo1RpNq9QaX30= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77EBD84D8A for ; Tue, 21 May 2024 09:27: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 199LjlTBbnFJ for ; Tue, 21 May 2024 09:27:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C9F4684CD5 for ; Tue, 21 May 2024 09:27:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1716283650; bh=7sx0x85D+Q6qjF6Tw7MUJymps1eXV/urZnfm6B82lmI=; h=Date:From:Subject:To:Reply-To; b=SM/oekdo/sg+ZoH/rSL5wJnLYDpaouqKqpnMLrOZ3EfWw4yssISjmMOtlYp/KJJVp nxOMlHIqD6ie7EeQbRqr1qdefY/NTL4NoI8bIXz2tS/Brg5bF/v1Ad8ea7NOmxkWTu 94kK8KJZjnTrlfhsp4YLHSgJKuTv0ICQ3jFyKhw8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF1AEFA2C; Tue, 21 May 2024 09:27:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1716283649264070" MIME-Version: 1.0 Date: Tue, 21 May 2024 09:27:29 +0000 From: "pin" Subject: CVS commit: pkgsrc/meta-pkgs/lxqt To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240521092729.BF1AEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1716283649264070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue May 21 09:27:29 UTC 2024 Modified Files: pkgsrc/meta-pkgs/lxqt: Makefile Log Message: lxqt: remove uim dependency No longer needed after fix to libxkbcommon. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/meta-pkgs/lxqt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1716283649264070 Content-Disposition: inline Content-Length: 871 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.25 pkgsrc/meta-pkgs/lxqt/Makefile:1.26 --- pkgsrc/meta-pkgs/lxqt/Makefile:1.25 Thu Apr 18 02:06:28 2024 +++ pkgsrc/meta-pkgs/lxqt/Makefile Tue May 21 09:27:29 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2024/04/18 02:06:28 gutteridge Exp $ +# $NetBSD: Makefile,v 1.26 2024/05/21 09:27:29 pin Exp $ PKGNAME= lxqt-1.4.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= meta-pkgs MAINTAINER= pkgsrc-users@NetBSD.org @@ -47,7 +47,5 @@ DEPENDS+= xscreensaver-[0-9]*:../../x11/ # This pulls in quite a lot of dependencies, but, if translations are wanted, # it's needed. DEPENDS+= qt5-qttranslations>=5.15.7:../../x11/qt5-qttranslations -# This is needed to be able to correctly use deadkeys -DEPENDS+= uim-[0-9]*:../../inputmethod/uim .include "../../mk/bsd.pkg.mk" --_----------=_1716283649264070--