pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-notifyd



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 17 00:14:19 UTC 2022

Modified Files:
        pkgsrc/x11/xfce4-notifyd: Makefile distinfo

Log Message:
xfce4-notifyd: update to 0.6.3

Change log:

0.6.3
======
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- Remove GSourceFunc casts
- Fix missing-prototypes
- Bump required GLib version to 2.56
- Implement ISO 8601 time format to avoid post-2.56 GLib functions
- settings: Drop subtitle
- Fix multiple memory issues (!11)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), Estonian, Finnish,
  French, Galician, Georgian, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh,
  Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xfce4-notifyd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfce4-notifyd/Makefile
diff -u pkgsrc/x11/xfce4-notifyd/Makefile:1.32 pkgsrc/x11/xfce4-notifyd/Makefile:1.33
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.32      Wed Dec  8 16:07:16 2021
+++ pkgsrc/x11/xfce4-notifyd/Makefile   Thu Feb 17 00:14:19 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2021/12/08 16:07:16 adam Exp $
+# $NetBSD: Makefile,v 1.33 2022/02/17 00:14:19 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.6.2
+VERSION=       0.6.3
 DISTNAME=      xfce4-notifyd-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/
 
@@ -20,6 +19,8 @@ CONF_FILES+=  ${EGDIR}/${DESKTOP_FILE} \
                ${PKG_SYSCONFDIR}/xdg/autostart/${DESKTOP_FILE}
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+BUILDLINK_API_DEPENDS.glib2+=   glib2>=2.56.0
+.include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/libxfce4ui/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"

Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.12 pkgsrc/x11/xfce4-notifyd/distinfo:1.13
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.12      Tue Oct 26 11:34:46 2021
+++ pkgsrc/x11/xfce4-notifyd/distinfo   Thu Feb 17 00:14:19 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:34:46 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/02/17 00:14:19 gutteridge Exp $
 
-BLAKE2s (xfce4-notifyd-0.6.2.tar.bz2) = c70a65e808dc0f9609114a351634428e989129687f5d9a50b9ea0682e838dfc3
-SHA512 (xfce4-notifyd-0.6.2.tar.bz2) = 13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325
-Size (xfce4-notifyd-0.6.2.tar.bz2) = 548415 bytes
+BLAKE2s (xfce4-notifyd-0.6.3.tar.bz2) = 368f918d88f94f28268bd9d37161a6b9470091eee27b3e8b3d48eeead86b7b13
+SHA512 (xfce4-notifyd-0.6.3.tar.bz2) = 9113018c238878c2584cb4221dd5aaaab9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a
+Size (xfce4-notifyd-0.6.3.tar.bz2) = 547511 bytes
 SHA1 (patch-Makefile.in) = fbccb3ba71f22eb275b0f9570899105d1fdb6d08



Home | Main Index | Thread Index | Old Index