mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
package/x11r7/xapp_xsetroot/Config.in
Normal file
8
package/x11r7/xapp_xsetroot/Config.in
Normal 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
|
||||
7
package/x11r7/xapp_xsetroot/xapp_xsetroot.hash
Normal file
7
package/x11r7/xapp_xsetroot/xapp_xsetroot.hash
Normal 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
|
||||
14
package/x11r7/xapp_xsetroot/xapp_xsetroot.mk
Normal file
14
package/x11r7/xapp_xsetroot/xapp_xsetroot.mk
Normal 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))
|
||||
Reference in New Issue
Block a user