new package: mousepad

This commit is contained in:
Tee KOBAYASHI 2022-04-23 08:35:13 +09:00 committed by xtkoba
parent a3e0407001
commit 379ca1b6f5
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://gitlab.xfce.org/apps/mousepad
TERMUX_PKG_DESCRIPTION="A simple text editor for the Xfce desktop environment"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=0.5
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.9
TERMUX_PKG_SRCURL=https://archive.xfce.org/src/apps/mousepad/${_MAJOR_VERSION}/mousepad-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=f108a8c167ec5727266ab67666f10dbd60e972d56ea03944302fdabb2167f473
TERMUX_PKG_DEPENDS="atk, fontconfig, freetype, glib, gtk3, gtksourceview4, harfbuzz, libcairo, libpixman, libpng, libx11, libxcb, libxext, libxrender, pango, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--enable-gtksourceview4
"