package/x11r7/xapp_xcompmgr: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-04-18 14:40:41 +02:00 committed by Thomas Petazzoni
parent 0b9d9f958d
commit 194d7c531b
4 changed files with 32 additions and 0 deletions

View file

@ -89,6 +89,7 @@ if BR2_PACKAGE_XORG7
source package/x11r7/xapp_xclipboard/Config.in
source package/x11r7/xapp_xclock/Config.in
source package/x11r7/xapp_xcmsdb/Config.in
source package/x11r7/xapp_xcompmgr/Config.in
source package/x11r7/xapp_xconsole/Config.in
source package/x11r7/xapp_xcursorgen/Config.in
source package/x11r7/xapp_xdbedizzy/Config.in

View file

@ -0,0 +1,10 @@
config BR2_PACKAGE_XAPP_XCOMPMGR
bool "xcompmgr"
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
select BR2_PACKAGE_XLIB_LIBXFIXES
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXFIXES
select BR2_PACKAGE_XLIB_LIBXDAMAGE
help
xcompmgr is a sample compositing manager that enables basic
eye-candy effects.

View file

@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-April/002568.html
sha256 c8049b1a2531313be7469ba9b198d334f0b91cc01efc2b20b9afcb117e4d6892 xcompmgr-1.1.7.tar.bz2

View file

@ -0,0 +1,19 @@
################################################################################
#
# xapp_xcompmgr
#
################################################################################
XAPP_XCOMPMGR_VERSION = 1.1.7
XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.bz2
XAPP_XCOMPMGR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCOMPMGR_LICENSE = MIT
XAPP_XCOMPMGR_LICENSE_FILES = COPYING
XAPP_XCOMPMGR_DEPENDENCIES = \
xlib_libXcomposite \
xlib_libXdamage \
xlib_libXext \
xlib_libXfixes \
xlib_libXrender
$(eval $(autotools-package))