From fa81afe43bee0960d2629d02e3bfb7209a0fcb37 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 19 Jul 2010 19:10:56 +0200 Subject: Packages: X11/libXau: add libXau-1.0.6 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/libxau/libxau.kconfig | 34 +++++++++++++++++++--------------- packages/x11/libxau/libxau.mk | 8 ++++---- 2 files changed, 23 insertions(+), 19 deletions(-) (limited to 'packages/x11/libxau') diff --git a/packages/x11/libxau/libxau.kconfig b/packages/x11/libxau/libxau.kconfig index 7b283f3..41e82d1 100644 --- a/packages/x11/libxau/libxau.kconfig +++ b/packages/x11/libxau/libxau.kconfig @@ -1,24 +1,25 @@ ################################################################################ -# GAYE Abdoulaye Walsimou, -# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved. +# Abdoulaye Walsimou GAYE +# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved. # -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. ################################################################################ # # \file libxau.kconfig # \brief libxau.kconfig of Embtoolkit -# \author GAYE Abdoulaye Walsimou, +# \author Abdoulaye Walsimou GAYE # \date February 2010 ################################################################################ @@ -26,18 +27,21 @@ config EMBTK_HAVE_LIBXAU bool "Have libxau" select EMBTK_HAVE_XPROTO help - libxau for X windowing system + X authorization file management libary choice prompt "libxau version you wish" depends on EMBTK_HAVE_LIBXAU help Here you can choose which version of libxau you want to use. + config EMBTK_LIBXAU_VERSION_1_0_6 + bool "libxau-1.0.6" config EMBTK_LIBXAU_VERSION_1_0_5 bool "libxau-1.0.5" endchoice config EMBTK_LIBXAU_VERSION_STRING string - default "1.0.5" if EMBTK_LIBXAU_VERSION_1_0_5 + default "1.0.6" if EMBTK_LIBXAU_VERSION_1_0_6 + default "1.0.5" if EMBTK_LIBXAU_VERSION_1_0_5 diff --git a/packages/x11/libxau/libxau.mk b/packages/x11/libxau/libxau.mk index 0f5e3ca..fccb78f 100644 --- a/packages/x11/libxau/libxau.mk +++ b/packages/x11/libxau/libxau.mk @@ -1,6 +1,6 @@ ################################################################################ -# GAYE Abdoulaye Walsimou, -# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved. +# Abdoulaye Walsimou GAYE +# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,8 +19,8 @@ # # \file libxau.mk # \brief libxau.mk of Embtoolkit -# \author GAYE Abdoulaye Walsimou, -# \date March 2010 +# \author Abdoulaye Walsimou GAYE +# \date February 2010 ################################################################################ LIBXAU_VERSION := $(subst ",,$(strip $(CONFIG_EMBTK_LIBXAU_VERSION_STRING))) -- cgit v1.2.3