Received: by mail.netbsd.org (Postfix, from userid 605) id 8511E84D3F; Sat, 12 Sep 2020 22:51:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C19C84CE2 for ; Sat, 12 Sep 2020 22:51:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 JM59kuEsgykP for ; Sat, 12 Sep 2020 22:51:10 +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 7A1C884C71 for ; Sat, 12 Sep 2020 22:51:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7367EFB28; Sat, 12 Sep 2020 22:51:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599951070235570" MIME-Version: 1.0 Date: Sat, 12 Sep 2020 22:51:10 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/x11/deforaos-panel To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20200912225110.7367EFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599951070235570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sat Sep 12 22:51:10 UTC 2020 Modified Files: pkgsrc/x11/deforaos-panel: Makefile distinfo Added Files: pkgsrc/x11/deforaos-panel/patches: patch-data_Panel.pc.in Log Message: deforaos-panel: fix building panel applets with pkg-config This should notably fix building x11/deforaos-integration. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/deforaos-panel/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/deforaos-panel/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/x11/deforaos-panel/patches/patch-data_Panel.pc.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599951070235570 Content-Disposition: inline Content-Length: 2182 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/deforaos-panel/Makefile diff -u pkgsrc/x11/deforaos-panel/Makefile:1.38 pkgsrc/x11/deforaos-panel/Makefile:1.39 --- pkgsrc/x11/deforaos-panel/Makefile:1.38 Mon Aug 17 20:17:48 2020 +++ pkgsrc/x11/deforaos-panel/Makefile Sat Sep 12 22:51:10 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2020/08/17 20:17:48 leot Exp $ +# $NetBSD: Makefile,v 1.39 2020/09/12 22:51:10 khorben Exp $ # DISTNAME= Panel-0.4.0 PKGNAME= deforaos-panel-0.4.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Panel/ Index: pkgsrc/x11/deforaos-panel/distinfo diff -u pkgsrc/x11/deforaos-panel/distinfo:1.15 pkgsrc/x11/deforaos-panel/distinfo:1.16 --- pkgsrc/x11/deforaos-panel/distinfo:1.15 Fri Jan 10 23:21:17 2020 +++ pkgsrc/x11/deforaos-panel/distinfo Sat Sep 12 22:51:10 2020 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.15 2020/01/10 23:21:17 khorben Exp $ +$NetBSD: distinfo,v 1.16 2020/09/12 22:51:10 khorben Exp $ SHA1 (Panel-0.4.0.tar.gz) = decc1a10808184bea07ac0b34b960c30ffc952da RMD160 (Panel-0.4.0.tar.gz) = 3fe467c8ab6401eaaa40ab2a5f6a3c3a89f98fe7 SHA512 (Panel-0.4.0.tar.gz) = b0de763fe6c905293a2821e99c4d894520030512653379d35e0794a2f9d3a23e1895f54d10397f479684b361a24e8c122d1f9fea73a9865160df183c9eb1dc2d Size (Panel-0.4.0.tar.gz) = 158643 bytes +SHA1 (patch-data_Panel.pc.in) = 7b68412fa282e819a0d24747eab6c05c86be2a3f Added files: Index: pkgsrc/x11/deforaos-panel/patches/patch-data_Panel.pc.in diff -u /dev/null pkgsrc/x11/deforaos-panel/patches/patch-data_Panel.pc.in:1.1 --- /dev/null Sat Sep 12 22:51:10 2020 +++ pkgsrc/x11/deforaos-panel/patches/patch-data_Panel.pc.in Sat Sep 12 22:51:10 2020 @@ -0,0 +1,14 @@ +$NetBSD: patch-data_Panel.pc.in,v 1.1 2020/09/12 22:51:10 khorben Exp $ + +Fix building panel applets + +--- data/Panel.pc.in.orig 2015-08-10 23:18:00.000000000 +0000 ++++ data/Panel.pc.in +@@ -6,6 +6,6 @@ libdir=${exec_prefix}/lib + Name: Panel + Description: DeforaOS Desktop Panel applets + Version: @VERSION@ +-Requires: gtk+-2.0 ++Requires: libDesktop + Cflags: -I${includedir} + Libs: -Wl,-rpath-link,${libdir} -Wl,-rpath,${libdir} -L${libdir} -lPanel --_----------=_1599951070235570--