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 457451A921F for ; Tue, 30 Nov 2021 14:57:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 92A3584D46; Tue, 30 Nov 2021 14:57:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD3BD84D1D for ; Tue, 30 Nov 2021 14:57:01 +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 6kPSX8ll1xLQ for ; Tue, 30 Nov 2021 14:57:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 25A6F84CE3 for ; Tue, 30 Nov 2021 14:57:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F3EAFAEC; Tue, 30 Nov 2021 14:57:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638284221218400" MIME-Version: 1.0 Date: Tue, 30 Nov 2021 14:57:01 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/time/xfce4-orage To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211130145701.1F3EAFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638284221218400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Nov 30 14:57:01 UTC 2021 Modified Files: pkgsrc/time/xfce4-orage: DESCR Makefile PLIST Log Message: xfce4-orage: reflect changed dependencies after Xfce 4.16 update Xfce 4.16 no longer supports GTK2 panel plugins, so while this package still builds and runs otherwise, it no longer builds a panel component. (It also has no GTK3 dependency, so stop pulling in such from the xfce4 meta-pkg, of which it is no longer a part, since upstream considers it EOL.) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/time/xfce4-orage/DESCR cvs rdiff -u -r1.60 -r1.61 pkgsrc/time/xfce4-orage/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/xfce4-orage/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638284221218400 Content-Disposition: inline Content-Length: 2603 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/xfce4-orage/DESCR diff -u pkgsrc/time/xfce4-orage/DESCR:1.1.1.1 pkgsrc/time/xfce4-orage/DESCR:1.2 --- pkgsrc/time/xfce4-orage/DESCR:1.1.1.1 Thu Apr 12 09:49:16 2007 +++ pkgsrc/time/xfce4-orage/DESCR Tue Nov 30 14:57:00 2021 @@ -1,4 +1,4 @@ Time-managing application for the Xfce desktop environment. -Orage 4.3 uses new ical interface instead of old dbh to store and -utilize calender appointments. +Note this application is no longer maintained upstream, and its Xfce +panel plugin no longer builds with 4.16. Index: pkgsrc/time/xfce4-orage/Makefile diff -u pkgsrc/time/xfce4-orage/Makefile:1.60 pkgsrc/time/xfce4-orage/Makefile:1.61 --- pkgsrc/time/xfce4-orage/Makefile:1.60 Wed Apr 21 11:42:50 2021 +++ pkgsrc/time/xfce4-orage/Makefile Tue Nov 30 14:57:00 2021 @@ -1,17 +1,23 @@ -# $NetBSD: Makefile,v 1.60 2021/04/21 11:42:50 adam Exp $ - -PKGREVISION= 24 -.include "../../meta-pkgs/xfce4/Makefile.common" +# $NetBSD: Makefile,v 1.61 2021/11/30 14:57:00 gutteridge Exp $ VERSION= 4.12.1 +PKGREVISION= 25 DISTNAME= orage-${VERSION} PKGNAME= xfce4-orage-${VERSION} CATEGORIES= time MASTER_SITES= http://archive.xfce.org/src/apps/orage/4.12/ HOMEPAGE= http://www.kolumbus.fi/~w408237/orage/ +LICENSE= gnu-gpl-v2 COMMENT= Xfce time managing application +EXTRACT_SUFX= .tar.bz2 + +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= gmake pkg-config msgfmt msgmerge perl intltool xgettext + # avoid picking up native libpopt, e.g. on Linux CONFIGURE_ENV+= ac_cv_lib_popt_poptGetContext=no @@ -33,9 +39,10 @@ SUBST_SED.zoneinfo+= -e 's|iso3166\.tab| .endif .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/xfce4-panel/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../time/libical/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/time/xfce4-orage/PLIST diff -u pkgsrc/time/xfce4-orage/PLIST:1.9 pkgsrc/time/xfce4-orage/PLIST:1.10 --- pkgsrc/time/xfce4-orage/PLIST:1.9 Sat Sep 17 10:37:49 2016 +++ pkgsrc/time/xfce4-orage/PLIST Tue Nov 30 14:57:00 2021 @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.9 2016/09/17 10:37:49 richard Exp $ +@comment $NetBSD: PLIST,v 1.10 2021/11/30 14:57:00 gutteridge Exp $ bin/globaltime bin/orage -lib/xfce4/panel/plugins/liborageclock.la man/man1/globaltime.1 man/man1/orage.1 man/man1/tz_convert.1 --_----------=_1638284221218400--