From 5e8e7a2fcf691769c4425769cf8804be59d70a13 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 10 Aug 2010 17:27:47 +0200 Subject: Packages: X11/xextproto: add xextproto-7.1.2 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/xextproto/xextproto.kconfig | 36 ++++++++++++++++++-------------- packages/x11/xextproto/xextproto.mk | 6 +++--- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/packages/x11/xextproto/xextproto.kconfig b/packages/x11/xextproto/xextproto.kconfig index 7128462..4ccb980 100644 --- a/packages/x11/xextproto/xextproto.kconfig +++ b/packages/x11/xextproto/xextproto.kconfig @@ -1,42 +1,46 @@ ################################################################################ -# 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 xextproto.kconfig # \brief xextproto.kconfig of Embtoolkit -# \author GAYE Abdoulaye Walsimou, +# \author Abdoulaye Walsimou GAYE # \date March 2010 ################################################################################ config EMBTK_HAVE_XEXTPROTO bool "Have xextproto" help - xextproto description + xextproto for X window system choice prompt "xextproto version you wish" depends on EMBTK_HAVE_XEXTPROTO help - Here you can choose which version of xextproto you want to use. + Here you can choose which version of xextproto you want to use. + config EMBTK_XEXTPROTO_VERSION_7_1_2 + bool "xextproto-7.1.2" config EMBTK_XEXTPROTO_VERSION_7_1_1 bool "xextproto-7.1.1" endchoice config EMBTK_XEXTPROTO_VERSION_STRING string - default "7.1.1" if EMBTK_XEXTPROTO_VERSION_7_1_1 + default "7.1.2" if EMBTK_XEXTPROTO_VERSION_7_1_2 + default "7.1.1" if EMBTK_XEXTPROTO_VERSION_7_1_1 diff --git a/packages/x11/xextproto/xextproto.mk b/packages/x11/xextproto/xextproto.mk index 1c1f7e3..8d59fe4 100644 --- a/packages/x11/xextproto/xextproto.mk +++ b/packages/x11/xextproto/xextproto.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,7 +19,7 @@ # # \file xextproto.mk # \brief xextproto.mk of Embtoolkit -# \author GAYE Abdoulaye Walsimou, +# \author Abdoulaye Walsimou GAYE # \date March 2010 ################################################################################ -- cgit v1.2.3