diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-31 11:07:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:15 +0200 |
commit | ef90a52c963de8aafa941baa8c3eb852a3e351d5 (patch) | |
tree | a68e0c4efc72a1e6558f1b98391785d995ef6950 | |
parent | d5482f0f3106ca2f20bd2b9f0dcdfee5e7da46a4 (diff) |
libnotify: update to 0.8.6
-rw-r--r-- | package/libnotify/Makefile | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/package/libnotify/Makefile b/package/libnotify/Makefile index 61581e4e5..466d6ddf3 100644 --- a/package/libnotify/Makefile +++ b/package/libnotify/Makefile @@ -4,23 +4,32 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libnotify -PKG_VERSION:= 0.4.5 -PKG_RELEASE:= 3 -PKG_HASH:= 0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9 +PKG_VERSION:= 0.8.6 +PKG_RELEASE:= 1 +PKG_HASH:= c5540aaefb60e1d63b1c587c05f2284ebe72ece7d0c0e5e4a778cfd5844b6b58 PKG_DESCR:= notify library PKG_SECTION:= libs/misc -PKG_BUILDDEP:= libgtk2 dbus-glib +PKG_BUILDDEP:= libgtk3 dbus-glib PKG_NEEDS:= c++ -PKG_URL:= http://www.galago-project.org/ -PKG_SITES:= http://www.galago-project.org/files/releases/source/libnotify/ +PKG_SITES:= https://download.gnome.org/sources/libnotify/0.8/ PKG_OPTS:= dev -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz - include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBNOTIFY,libnotify,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) +WRKBUILD= $(WRKDIR)/$(PKG_NAME)-obj + +MESON_FLAGS+= -Dtests=false \ + -Dman=false \ + -Dgtk_doc=false \ + -Ddocbook_docs=disabled \ + -Dintrospection=disabled + +CONFIG_STYLE:= meson +BUILD_STYLE:= meson +INSTALL_STYLE:= meson + libnotify-install: $(INSTALL_DIR) $(IDIR_LIBNOTIFY)/usr/lib $(CP) $(WRKINST)/usr/lib/libnotify*.so* \ |