pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/afterstep
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Sep 9 22:07:36 UTC 2025
Modified Files:
pkgsrc/wm/afterstep: distinfo
pkgsrc/wm/afterstep/patches: patch-src_afterstep_asinternals.h
Log Message:
afterstep: add missing function prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/afterstep/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/wm/afterstep/patches/patch-src_afterstep_asinternals.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/afterstep/distinfo
diff -u pkgsrc/wm/afterstep/distinfo:1.30 pkgsrc/wm/afterstep/distinfo:1.31
--- pkgsrc/wm/afterstep/distinfo:1.30 Sat Sep 6 13:29:18 2025
+++ pkgsrc/wm/afterstep/distinfo Tue Sep 9 22:07:36 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2025/09/06 13:29:18 gutteridge Exp $
+$NetBSD: distinfo,v 1.31 2025/09/09 22:07:36 gutteridge Exp $
BLAKE2s (AfterStep-2.2.12.tar.bz2) = 7805d82301489abce1fb81b73beeff5c2efee85592281578a06c3bcbe1056ac8
SHA512 (AfterStep-2.2.12.tar.bz2) = 5cac6ce74b24cbcc5b8e8a6f7cc9308e110f0d09597af1fa0a8730d5f5111932a23332629bc4d372fc8d9583a514d97e35f747b17decf8d4ebfe5e3f20cdbbee
@@ -42,5 +42,5 @@ SHA1 (patch-libAfterStep_screen.c) = 18f
SHA1 (patch-libAfterStep_session.c) = 3e3ab5c2db80be7b9b9610a53b48624c9200f936
SHA1 (patch-src_ASDocGen_Makefile.in) = c879bca9d2e4acf6776dfeef8557b8f72f77ab82
SHA1 (patch-src_Animate_Makefile.in) = fd5c50d91233e062c05c3bd4abe85741f345dff4
-SHA1 (patch-src_afterstep_asinternals.h) = 46264bce63b9252be0731a2c864e3334ea675af5
+SHA1 (patch-src_afterstep_asinternals.h) = 92264d8a7397001a6b5934397670d85b94c5e10a
SHA1 (patch-src_afterstep_misc.c) = 5025169242453fb35b96adbb5e0aec1173db8447
Index: pkgsrc/wm/afterstep/patches/patch-src_afterstep_asinternals.h
diff -u pkgsrc/wm/afterstep/patches/patch-src_afterstep_asinternals.h:1.3 pkgsrc/wm/afterstep/patches/patch-src_afterstep_asinternals.h:1.4
--- pkgsrc/wm/afterstep/patches/patch-src_afterstep_asinternals.h:1.3 Sun Jul 11 12:13:17 2021
+++ pkgsrc/wm/afterstep/patches/patch-src_afterstep_asinternals.h Tue Sep 9 22:07:36 2025
@@ -1,10 +1,31 @@
-$NetBSD: patch-src_afterstep_asinternals.h,v 1.3 2021/07/11 12:13:17 bsiegert Exp $
+$NetBSD: patch-src_afterstep_asinternals.h,v 1.4 2025/09/09 22:07:36 gutteridge Exp $
Patch up gcc inline mess.
+Add missing function prototypes.
+
--- src/afterstep/asinternals.h.orig 2013-05-01 13:34:11.000000000 +0000
+++ src/afterstep/asinternals.h
-@@ -689,8 +689,8 @@ void ParsePopupEntry (char *tline, FILE
+@@ -575,6 +575,7 @@ void asdbus_shutdown();
+ void asdbus_process_messages ();
+
+ char *asdbus_RegisterSMClient(const char *sm_client_id);
++void asdbus_UnregisterSMClient(const char *sm_client_path);
+ void asdbus_Notify(const char *summary, const char *body, int timeout);
+
+ typedef enum {
+@@ -587,6 +588,10 @@ Bool asdbus_GetCanLogout ();
+ Bool asdbus_Logout (ASDbusLogoutMode mode, int timeout);
+ Bool asdbus_GetCanShutdown ();
+ Bool asdbus_Shutdown (int timeout);
++Bool asdbus_GetCanSuspend ();
++Bool asdbus_Suspend (int timeout);
++Bool asdbus_GetCanHibernate ();
++Bool asdbus_Hibernate (int timeout);
+ Bool get_gnome_autosave ();
+
+ /*************************** decorations.c ********************************/
+@@ -689,8 +694,8 @@ void ParsePopupEntry (char *tline, FILE
/*************************** misc.c *********************************/
Home |
Main Index |
Thread Index |
Old Index