new package: menu-cache
This commit is contained in:
parent
c82ad87b13
commit
4d45d5db40
16
x11-packages/libfm-extra/build.sh
Normal file
16
x11-packages/libfm-extra/build.sh
Normal 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
|
||||
"
|
8
x11-packages/menu-cache/build.sh
Normal file
8
x11-packages/menu-cache/build.sh
Normal 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"
|
Loading…
Reference in New Issue
Block a user