pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/xfce4-orage



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.

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



Home | Main Index | Thread Index | Old Index