mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-24 10:46:14 +00:00
6c9bd6951f
Add back recently removed packages (#21409 and #21410) to disabled-packages/: - libart-lgpg - libglade - libgnomecanvas - obconf - xournal
14 lines
575 B
Bash
14 lines
575 B
Bash
TERMUX_PKG_HOMEPAGE=http://openbox.org/wiki/ObConf:About
|
|
TERMUX_PKG_DESCRIPTION="A configuration tool for the Openbox window manager"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=2.0.4
|
|
TERMUX_PKG_REVISION=30
|
|
TERMUX_PKG_SRCURL=http://openbox.org/dist/obconf/obconf-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=71a3e5f4ee246a27421ba85044f09d449f8de22680944ece9c471cd46a9356b9
|
|
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk2, libglade, libx11, libxml2, openbox, startup-notification"
|
|
|
|
termux_step_pre_configure() {
|
|
export LIBS="-lgmodule-2.0"
|
|
}
|