Skip to content
Snippets Groups Projects
Commit ddc37e84 authored by baptiste daroussin's avatar baptiste daroussin
Browse files

deskutils/fyi: update to 1.0.4

parent 1c2a42c4
Branches
Tags
No related merge requests found
PORTNAME= fyi PORTNAME= fyi
DISTVERSION= 1.0.3 DISTVERSION= 1.0.4
CATEGORIES= deskutils CATEGORIES= deskutils
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
......
TIMESTAMP = 1724070508 TIMESTAMP = 1725520537
SHA256 (fyi-1.0.3.tar.gz) = 39e563fc7db59608ffe8f34c96c04dbdce707ba4a8a97ed3300f03f50581ba66 SHA256 (fyi-1.0.4.tar.gz) = 6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24
SIZE (fyi-1.0.3.tar.gz) = 13558 SIZE (fyi-1.0.4.tar.gz) = 13938
--- main.c.orig 2024-08-09 08:36:50 UTC
+++ main.c
@@ -14,7 +14,7 @@
#include <sys/stat.h>
-#include <dbus-1.0/dbus/dbus.h>
+#include <dbus/dbus.h>
#include "version.h"
@@ -365,7 +365,7 @@ main(int argc, char *const *argv)
};
const char *progname = argv[0];
- const char *app_id = program_invocation_name;
+ const char *app_id = progname;
const char *icon = NULL;
const char *image_data_file = NULL;
const char *category = NULL;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment