openbox: add obconf to recommended packages and add some suggested packages

This commit is contained in:
Leonid Pliushch 2018-10-18 01:40:00 +03:00 committed by Yaksh Bariya
parent 4756554042
commit 8d8394a1bf
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
3 changed files with 30 additions and 4 deletions

View File

@ -3,11 +3,17 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://openbox.org
TERMUX_PKG_DESCRIPTION="Highly configurable and lightweight X11 window manager"
TERMUX_PKG_VERSION=3.6.1
TERMUX_PKG_REVISION=16
TERMUX_PKG_REVISION=17
TERMUX_PKG_SRCURL=http://openbox.org/dist/openbox/openbox-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7
TERMUX_PKG_DEPENDS="bash, fontconfig, freetype, fribidi, gdk-pixbuf, glib, harfbuzz, imlib2, libandroid-shmem, libandroid-support, libbz2, libcairo-x, libcroco, libffi, libgraphite, libice, liblzma, libpixman, libpng, librsvg, libsm, libuuid, libx11, libxau, libxcb, libxcursor, libxdmcp, libxext, libxfixes, libxft, libxinerama, libxml2, libxrandr, libxrender, pango-x, pcre, startup-notification, xcb-util"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-session-management"
TERMUX_PKG_DEPENDS="bash, fontconfig, freetype, fribidi, gdk-pixbuf, glib, harfbuzz, imlib2, libandroid-shmem, libandroid-support, libbz2, libcairo-x, libcroco, libffi, libgraphite, libice, liblzma, libpixman, libpng, librsvg, libsm, libuuid, libx11, libxau, libxcb, libxcursor, libxdmcp, libxext, libxfixes, libxft, libxinerama, libxml2, libxrandr, libxrender, pango-x, pcre, startup-notification, xcb-util"
# Configuration utility.
TERMUX_PKG_RECOMMENDS="obconf"
# For default menu entries.
TERMUX_PKG_SUGGESTS="aterm, fltk, fltk-editor, geany, the-powder-toy, dosbox"
TERMUX_PKG_RM_AFTER_INSTALL="
bin/gdm-control

View File

@ -9,3 +9,6 @@
# start X composite effects manager
#xcompmgr -c -t-5 -l-5 -r4.5 -o.75 -d "${DISPLAY}" &
# start PyPanel
#pypanel &

View File

@ -2,6 +2,14 @@
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="apps-development" label="Development">
<item label="FLTK Text Editor">
<action name="Execute">
<command>fltk-editor</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="FLUID">
<action name="Execute">
<command>fluid</command>
@ -10,9 +18,9 @@
</startupnotify>
</action>
</item>
<item label="FLTK Text Editor">
<item label="Geany">
<action name="Execute">
<command>fltk-editor</command>
<command>geany</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@ -57,6 +65,15 @@
</action>
</item>
<separator />
<item label="Configure Openbox">
<action name="Execute">
<command>obconf</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<separator />
<item label="Stop OpenBox session">
<action name="Exit">
<prompt>yes</prompt>