Received: by mail.netbsd.org (Postfix, from userid 605) id CC6E084EC8; Sat, 31 Dec 2022 02:13:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0904A84E55 for ; Sat, 31 Dec 2022 02:13:03 +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 dYHQRTU9ThLf for ; Sat, 31 Dec 2022 02:13:02 +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 4F75984D6C for ; Sat, 31 Dec 2022 02:13:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 435E3FA90; Sat, 31 Dec 2022 02:13:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672452782227940" MIME-Version: 1.0 Date: Sat, 31 Dec 2022 02:13:02 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-garcon To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221231021302.435E3FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672452782227940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 31 02:13:02 UTC 2022 Modified Files: pkgsrc/x11/xfce4-garcon: Makefile Log Message: xfce4-garcon: record hicolor-icon-theme dependency To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/xfce4-garcon/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672452782227940 Content-Disposition: inline Content-Length: 942 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-garcon/Makefile diff -u pkgsrc/x11/xfce4-garcon/Makefile:1.29 pkgsrc/x11/xfce4-garcon/Makefile:1.30 --- pkgsrc/x11/xfce4-garcon/Makefile:1.29 Fri Dec 30 17:32:35 2022 +++ pkgsrc/x11/xfce4-garcon/Makefile Sat Dec 31 02:13:02 2022 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2022/12/30 17:32:35 bsiegert Exp $ +# $NetBSD: Makefile,v 1.30 2022/12/31 02:13:02 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= garcon-4.18.0 PKGNAME= xfce4-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/xfce/garcon/${PKGVERSION_NOREV:R}/ @@ -20,5 +21,6 @@ MAKE_DIRS+= ${EGDIR} ${EGDIR}/menus ${P CONF_FILES= ${EGDIR}/menus/xfce-applications.menu \ ${PKG_SYSCONFDIR}/menus/xfce-applications.menu +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/libxfce4ui/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1672452782227940--