0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/xfce4-notifyd/build.sh
Termux Github Actions 0baf22bf3e bump(x11/xfce4-notifyd): 0.9.6
This commit has been automatically submitted by Github Actions.
2024-08-15 12:29:26 +00:00

18 lines
919 B
Bash

TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/apps/notifyd/start
TERMUX_PKG_DESCRIPTION="simple, visually-appealing notification daemon for Xfce"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@Yisus7u7"
TERMUX_PKG_VERSION="0.9.6"
TERMUX_PKG_SRCURL=https://archive.xfce.org/src/apps/xfce4-notifyd/${TERMUX_PKG_VERSION%.*}/xfce4-notifyd-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=9e53265cca7d835c31b3c2c0d3ae961704870839ef583dcca3e4cc98ae3d2671
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, harfbuzz, libcairo, libnotify, libsqlite, libx11, libxfce4ui, libxfce4util, pango, xfce4-panel, xfconf, zlib"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
export GLIB_MKENUMS=$(command -v glib-mkenums)
export GLIB_GENMARSHAL=$(command -v glib-genmarshal)
export GLIB_COMPILE_RESOURCES=$(command -v glib-compile-resources)
export GDBUS_CODEGEN=$(command -v gdbus-codegen)
}