pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/xfce4-orage xfce4-orage: reflect changed dependen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80819be71db2
branches:  trunk
changeset: 770437:80819be71db2
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Nov 30 14:57:00 2021 +0000

description:
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.)

diffstat:

 time/xfce4-orage/DESCR    |   4 ++--
 time/xfce4-orage/Makefile |  17 ++++++++++++-----
 time/xfce4-orage/PLIST    |   3 +--
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r 7af5d590c29c -r 80819be71db2 time/xfce4-orage/DESCR
--- a/time/xfce4-orage/DESCR    Tue Nov 30 14:53:24 2021 +0000
+++ b/time/xfce4-orage/DESCR    Tue Nov 30 14:57:00 2021 +0000
@@ -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.
diff -r 7af5d590c29c -r 80819be71db2 time/xfce4-orage/Makefile
--- a/time/xfce4-orage/Makefile Tue Nov 30 14:53:24 2021 +0000
+++ b/time/xfce4-orage/Makefile Tue Nov 30 14:57:00 2021 +0000
@@ -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 @@
 .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"
diff -r 7af5d590c29c -r 80819be71db2 time/xfce4-orage/PLIST
--- a/time/xfce4-orage/PLIST    Tue Nov 30 14:53:24 2021 +0000
+++ b/time/xfce4-orage/PLIST    Tue Nov 30 14:57:00 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index