Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -11,14 +11,14 @@ config BR2_PACKAGE_XSCREENSAVER
|
||||
select BR2_PACKAGE_JPEG
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
XScreenSaver is the standard screen saver collection shipped on most
|
||||
Linux and Unix systems running the X11 Window System.
|
||||
XScreenSaver is the standard screen saver collection shipped
|
||||
on most Linux and Unix systems running the X11 Window
|
||||
System.
|
||||
|
||||
On X11 systems, XScreenSaver is two things: it is both a large
|
||||
collection of screen savers; and it is also the framework for
|
||||
blanking and locking the screen.
|
||||
On X11 systems, XScreenSaver is two things: it is both a
|
||||
large collection of screen savers; and it is also the
|
||||
framework for blanking and locking the screen.
|
||||
|
||||
http://www.jwz.org/xscreensaver/
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 4252a6079d2d2f5b342e8bdd172cbad5f0af73daf4e412b61a68344d91ca93bd xscreensaver-5.32.tar.gz
|
||||
sha256 6b8b5238047f1613d99149bb02d5ed3384675f3ce74a0a8ba25290bd61abc06c xscreensaver-5.36.tar.gz
|
||||
|
||||
@@ -4,15 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XSCREENSAVER_VERSION = 5.32
|
||||
XSCREENSAVER_SITE = http://www.jwz.org/xscreensaver
|
||||
XSCREENSAVER_VERSION = 5.36
|
||||
XSCREENSAVER_SITE = https://www.jwz.org/xscreensaver
|
||||
|
||||
# N.B. GPLv2+ code (in the hacks/glx subdirectory) is not currently built.
|
||||
XSCREENSAVER_LICENSE = MIT-like, GPLv2+
|
||||
# N.B. GPL-2.0+ code (in the hacks/glx subdirectory) is not currently built.
|
||||
XSCREENSAVER_LICENSE = MIT-like, GPL-2.0+
|
||||
XSCREENSAVER_LICENSE_FILES = hacks/screenhack.h hacks/glx/chessmodels.h
|
||||
|
||||
XSCREENSAVER_DEPENDENCIES = jpeg libglade libgtk2 xlib_libX11 xlib_libXt \
|
||||
$(if $(BR2_PACKAGE_GETTEXT),gettext) host-intltool
|
||||
$(TARGET_NLS_DEPENDENCIES) host-intltool
|
||||
|
||||
# otherwise we end up with host include/library dirs passed to the
|
||||
# compiler/linker
|
||||
|
||||
Reference in New Issue
Block a user