termux-packages/x11-packages/libnotify/build.sh
Leonid Pliushch 38307a4a7e
assign generic maintainer to packages where possible
Let @termux be assigned as package maintainer instead of me, just like
the most of Termux packages. I really don't use X11 package set so far.

%ci:no-build
2022-04-18 14:47:52 +05:30

14 lines
566 B
Bash

TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/notification-spec/
TERMUX_PKG_DESCRIPTION="Library for sending desktop notifications"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.9
TERMUX_PKG_REVISION=11
TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dtests=false
-Dintrospection=disabled
-Dgtk_doc=false"