summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-10 17:27:47 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-10 17:27:47 +0200
commit5e8e7a2fcf691769c4425769cf8804be59d70a13 (patch)
tree70174a6e3b9474aca8cf62f8ac637aeb3e23c312
parentce63baad1bfe3c0256462c8cbb3c7fe410f7c12d (diff)
downloadembtoolkit-5e8e7a2fcf691769c4425769cf8804be59d70a13.tar.gz
embtoolkit-5e8e7a2fcf691769c4425769cf8804be59d70a13.tar.bz2
embtoolkit-5e8e7a2fcf691769c4425769cf8804be59d70a13.tar.xz
Packages: X11/xextproto: add xextproto-7.1.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/x11/xextproto/xextproto.kconfig36
-rw-r--r--packages/x11/xextproto/xextproto.mk6
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, <walsimou@walsimou.com>
-# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# 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 <http://www.gnu.org/licenses/>.
#
-# 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, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \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, <walsimou@walsimou.com>
-# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# 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, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################