1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

deskutils/fyi: update to 1.0.4

This commit is contained in:
Baptiste Daroussin 2024-09-05 09:15:53 +02:00
parent 1c2a42c43e
commit ddc37e84f1
3 changed files with 4 additions and 24 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= fyi
DISTVERSION= 1.0.3
DISTVERSION= 1.0.4
CATEGORIES= deskutils
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1724070508
SHA256 (fyi-1.0.3.tar.gz) = 39e563fc7db59608ffe8f34c96c04dbdce707ba4a8a97ed3300f03f50581ba66
SIZE (fyi-1.0.3.tar.gz) = 13558
TIMESTAMP = 1725520537
SHA256 (fyi-1.0.4.tar.gz) = 6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24
SIZE (fyi-1.0.4.tar.gz) = 13938

View File

@ -1,20 +0,0 @@
--- 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;