This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_XAPP_XSETROOT
bool "xsetroot"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
select BR2_PACKAGE_XLIB_LIBXCURSOR
select BR2_PACKAGE_XDATA_XBITMAPS
help
X.Org xsetroot application

View File

@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2018-March/002874.html
md5 5fe769c8777a6e873ed1305e4ce2c353 xsetroot-1.1.2.tar.bz2
sha1 42ab81761823b44974feab86477007c49dbace50 xsetroot-1.1.2.tar.bz2
sha256 10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c xsetroot-1.1.2.tar.bz2
sha512 0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b xsetroot-1.1.2.tar.bz2
# Locally computed
sha256 48e9c9572e0dc1c14b93b753542f780e7751dd7f035816374d8a8be0211a4520 COPYING

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xsetroot
#
################################################################################
XAPP_XSETROOT_VERSION = 1.1.2
XAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2
XAPP_XSETROOT_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSETROOT_LICENSE = MIT
XAPP_XSETROOT_LICENSE_FILES = COPYING
XAPP_XSETROOT_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libXcursor xdata_xbitmaps
$(eval $(autotools-package))