Skip to content
Snippets Groups Projects
Commit 27f26f19 authored by Olivier Duchateau's avatar Olivier Duchateau Committed by Gleb Popov
Browse files

devel/libnotify: Update to 0.8.4

PR:		284959
parent 450923d1
No related branches found
No related tags found
No related merge requests found
PORTNAME= libnotify
DISTVERSION= 0.8.3
DISTVERSION= 0.8.4
CATEGORIES= devel gnome
MASTER_SITES= GNOME
......@@ -10,7 +10,7 @@ WWW= https://gitlab.gnome.org/GNOME/libnotify
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake gnome meson pkgconfig tar:xz
USES= gnome meson pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 glib20 introspection:build
USE_LDCONFIG= yes
......@@ -22,7 +22,7 @@ OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
OPTIONS_SUB= yes
MANPAGES_BUILD_DEPENDS= docbook-xsl-ns>=0:textproc/docbook-xsl-ns
MANPAGES_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl
MANPAGES_USE= GNOME=libxslt:build
MANPAGES_MESON_TRUE= man
......
TIMESTAMP = 1714234969
SHA256 (libnotify-0.8.3.tar.xz) = ee8f3ef946156ad3406fdf45feedbdcd932dbd211ab4f16f75eba4f36fb2f6c0
SIZE (libnotify-0.8.3.tar.xz) = 106008
TIMESTAMP = 1740218228
SHA256 (libnotify-0.8.4.tar.xz) = 8fa04d4ebdc155b0a239df88bd9f09e8f2739d5707a1390b427ab4985f83d25a
SIZE (libnotify-0.8.4.tar.xz) = 107396
--- libnotify/meson.build.orig 2023-02-17 21:20:15 UTC
+++ libnotify/meson.build
@@ -46,7 +46,6 @@ notify_dep = declare_dependency(
dependencies: libnotify_deps,
compile_args: libnotify_cflags,
sources: headers + [enum_types[1]] + [marshal[1]],
- link_args: libnotify_ldflags,
)
libnotify_lib = shared_library(LIBNAME,
@@ -55,6 +54,7 @@ libnotify_lib = shared_library(LIBNAME,
version: '@0@.@1@.@2@'.format(LT_CURRENT, LT_REVISION, LT_AGE),
soversion: LT_CURRENT,
install: true,
+ link_args: libnotify_ldflags,
)
libnotify_dep = declare_dependency(
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment