new package: menu-cache

This commit is contained in:
Leonid Pliushch 2019-02-07 01:19:43 +02:00 committed by Yaksh Bariya
parent c82ad87b13
commit 4d45d5db40
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,16 @@
## This is stripped down version of 'libfm' package.
## Primarily used for compiling 'menu-cache'.
TERMUX_PKG_HOMEPAGE=https://lxde.org/
TERMUX_PKG_DESCRIPTION="Extra library for file management"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_VERSION=1.3.1
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/pcmanfm/libfm-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4
TERMUX_PKG_DEPENDS="gtk3, libexif"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-gtk=3
--with-extra-only
"

View File

@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE=http://lxde.org/
TERMUX_PKG_DESCRIPTION="Caching mechanism for freedesktop.org compliant menus"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_VERSION=1.1.0
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/lxde/menu-cache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
TERMUX_PKG_DEPENDS="libfm-extra"