termux-packages/x11-packages/libnotify/build.sh

14 lines
601 B
Bash
Raw Normal View History

TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/notification-spec/
TERMUX_PKG_DESCRIPTION="Library for sending desktop notifications"
TERMUX_PKG_LICENSE="LGPL-2.0"
2019-05-17 00:18:48 +02:00
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
2019-05-20 01:32:57 +02:00
TERMUX_PKG_VERSION=0.7.8
2020-02-24 20:20:50 +01:00
TERMUX_PKG_REVISION=7
TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-${TERMUX_PKG_VERSION}.tar.xz
2019-05-20 01:32:57 +02:00
TERMUX_PKG_SHA256=69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib"
2019-05-20 01:32:57 +02:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dtests=false
-Dintrospection=disabled
-Dgtk_doc=false"