2010-01-08 14:28:18 +00:00
|
|
|
# Template file for 'openbox'
|
|
|
|
pkgname=openbox
|
2012-01-16 16:22:47 +00:00
|
|
|
version=3.5.0
|
2012-01-16 17:25:27 +00:00
|
|
|
revision=1
|
2012-01-16 16:22:47 +00:00
|
|
|
homepage="http://www.openbox.org"
|
2010-01-08 14:28:18 +00:00
|
|
|
distfiles="http://icculus.org/openbox/releases/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-01-08 14:28:18 +00:00
|
|
|
configure_args="--enable-startup-notification"
|
|
|
|
short_desc="Standards compliant, fast, light-weight, extensible window manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-16 16:22:47 +00:00
|
|
|
license="GPL-2"
|
|
|
|
checksum=6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a
|
2010-01-08 14:28:18 +00:00
|
|
|
long_desc="
|
|
|
|
Openbox works with your applications, and makes your desktop easier to
|
|
|
|
manage. This is because the approach to its development was the opposite of
|
|
|
|
what seems to be the general case for window managers. Openbox was written
|
|
|
|
first to comply with standards and to work properly. Only when that was in
|
|
|
|
place did the team turn to the visual interface.
|
|
|
|
|
|
|
|
Openbox is fully functional as a stand-alone working environment, or can be
|
|
|
|
used as a drop-in replacement for the default window manager in the GNOME
|
|
|
|
or KDE desktop environments.
|
|
|
|
|
|
|
|
Some of the things to look for in Openbox are:
|
|
|
|
|
|
|
|
* ICCCM and EWMH compliance!
|
|
|
|
* Very fast
|
|
|
|
* Chainable key bindings
|
|
|
|
* Customizable mouse actions
|
|
|
|
* Window resistance
|
|
|
|
* Multi-head Xinerama support!
|
|
|
|
* Pipe menus"
|
|
|
|
|
2012-01-16 16:22:47 +00:00
|
|
|
subpackages="${pkgname}-devel lib${pkgname}"
|
|
|
|
|
2010-01-08 14:28:18 +00:00
|
|
|
conf_files="
|
|
|
|
/etc/xdg/openbox/menu.xml
|
|
|
|
/etc/xdg/openbox/rc.xml
|
2012-01-16 16:22:47 +00:00
|
|
|
/etc/xdg/openbox/environment
|
|
|
|
/etc/xdg/openbox/autostart"
|
2010-01-08 14:28:18 +00:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
2012-01-16 16:22:47 +00:00
|
|
|
Add_dependency build startup-notification-devel
|
|
|
|
Add_dependency build libxml2-devel
|
|
|
|
Add_dependency build libXrandr-devel
|
|
|
|
Add_dependency build libXcursor-devel
|
|
|
|
Add_dependency build libXinerama-devel
|
|
|
|
Add_dependency build imlib2-devel
|
|
|
|
Add_dependency build pango-devel
|
2012-01-16 17:25:27 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# Doesn't work with GNOME3.
|
|
|
|
rm -f ${DESTDIR}/usr/share/xsessions/openbox-gnome.desktop
|
|
|
|
}
|