Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 163B21A9239 for ; Fri, 31 Dec 2021 01:21:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 43EF484D93; Fri, 31 Dec 2021 01:21:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E12784CD9 for ; Fri, 31 Dec 2021 01:21:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yHaYlbbPZvOI for ; Fri, 31 Dec 2021 01:21:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C77D784C71 for ; Fri, 31 Dec 2021 01:21:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B84EAFAEC; Fri, 31 Dec 2021 01:21:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640913706141700" MIME-Version: 1.0 Date: Fri, 31 Dec 2021 01:21:46 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/editors/xfce4-mousepad To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211231012146.B84EAFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640913706141700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Dec 31 01:21:46 UTC 2021 Modified Files: pkgsrc/editors/xfce4-mousepad: Makefile Log Message: xfce4-mousepad: add adwaita-icon-theme dependency Now that this package uses client-side decorations, it depends (inconsistently it seems) on Adwaita icons for particular elements. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/editors/xfce4-mousepad/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640913706141700 Content-Disposition: inline Content-Length: 986 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xfce4-mousepad/Makefile diff -u pkgsrc/editors/xfce4-mousepad/Makefile:1.60 pkgsrc/editors/xfce4-mousepad/Makefile:1.61 --- pkgsrc/editors/xfce4-mousepad/Makefile:1.60 Wed Dec 8 16:04:13 2021 +++ pkgsrc/editors/xfce4-mousepad/Makefile Fri Dec 31 01:21:46 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.60 2021/12/08 16:04:13 adam Exp $ +# $NetBSD: Makefile,v 1.61 2021/12/31 01:21:46 gutteridge Exp $ -PKGREVISION= 1 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 0.5.8 +PKGREVISION= 2 DISTNAME= mousepad-${VERSION} PKGNAME= xfce4-mousepad-${VERSION} CATEGORIES= editors @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --enable-gtksourceview4 .include "options.mk" .include "../../devel/glib2/schemas.mk" +.include "../../graphics/adwaita-icon-theme/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/gtksourceview4/buildlink3.mk" --_----------=_1640913706141700--