summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-18 16:29:01 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-18 16:29:25 +0200
commit0de3f4b43e45fd9ae2603c6ae499be56a5250f64 (patch)
tree4bb8b7bf8454e0b5880b0365ca629e3d30f27d27
parentffe381de62e125216880ce054498faa83279f418 (diff)
downloadembtoolkit-0de3f4b43e45fd9ae2603c6ae499be56a5250f64.tar.gz
embtoolkit-0de3f4b43e45fd9ae2603c6ae499be56a5250f64.tar.bz2
embtoolkit-0de3f4b43e45fd9ae2603c6ae499be56a5250f64.tar.xz
Packages: Gtk+: add new versions from gtk+-2.18.6 to gtk+-2.18.9
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/graphics/gtk/gtk.kconfig37
-rw-r--r--packages/graphics/gtk/gtk.mk21
2 files changed, 38 insertions, 20 deletions
diff --git a/packages/graphics/gtk/gtk.kconfig b/packages/graphics/gtk/gtk.kconfig
index 77a8ede..be9a720 100644
--- a/packages/graphics/gtk/gtk.kconfig
+++ b/packages/graphics/gtk/gtk.kconfig
@@ -2,18 +2,19 @@
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. 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 gtk.kconfig
@@ -65,15 +66,31 @@ choice
help
Here you can choose which version of gtk you want to use.
+ config EMBTK_GTK_VERSION_2_18_9
+ bool "gtk+-2.18.9"
+ config EMBTK_GTK_VERSION_2_18_8
+ bool "gtk+-2.18.8"
+ config EMBTK_GTK_VERSION_2_18_7
+ bool "gtk+-2.18.7"
+ config EMBTK_GTK_VERSION_2_18_6
+ bool "gtk+-2.18.6"
config EMBTK_GTK_VERSION_2_18_5
bool "gtk+-2.18.5"
endchoice
config EMBTK_GTK_MAJOR_VERSION_STRING
string
+ default "2.18" if EMBTK_GTK_VERSION_2_18_9
+ default "2.18" if EMBTK_GTK_VERSION_2_18_8
+ default "2.18" if EMBTK_GTK_VERSION_2_18_7
+ default "2.18" if EMBTK_GTK_VERSION_2_18_6
default "2.18" if EMBTK_GTK_VERSION_2_18_5
config EMBTK_GTK_VERSION_STRING
string
+ default "2.18.9" if EMBTK_GTK_VERSION_2_18_9
+ default "2.18.8" if EMBTK_GTK_VERSION_2_18_8
+ default "2.18.7" if EMBTK_GTK_VERSION_2_18_7
+ default "2.18.6" if EMBTK_GTK_VERSION_2_18_6
default "2.18.5" if EMBTK_GTK_VERSION_2_18_5
diff --git a/packages/graphics/gtk/gtk.mk b/packages/graphics/gtk/gtk.mk
index 214e05d..8567b37 100644
--- a/packages/graphics/gtk/gtk.mk
+++ b/packages/graphics/gtk/gtk.mk
@@ -2,18 +2,19 @@
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. 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 gtk.mk