Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (4d50a2d56f0fc639552060a0a4193a35064bea95)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (4d50a2d56f0fc639552060a0a4193a35064bea95)
  • Date: Sun, 17 Oct 2010 12:09:04 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 ++
http/webkitgtk3/BUILD | 4 +++
http/webkitgtk3/CONFIGURE | 1
http/webkitgtk3/DEPENDS | 52
++++++++++++++++++++++++++++++++++++++++++++++
http/webkitgtk3/DETAILS | 17 +++++++++++++++
http/webkitgtk3/HISTORY | 2 +
http/webkitgtk3/PRE_BUILD | 5 ++++
7 files changed, 84 insertions(+)

New commits:
commit 4d50a2d56f0fc639552060a0a4193a35064bea95
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

webkitgtk3: New spell. Gtk+3 version of webkitgtk

diff --git a/ChangeLog b/ChangeLog
index b3d268e..87b516d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-17 George Sherwood <gsherwood AT sourcemage.org>
+ * http/webkitgtk3: new spell, gtk+3 version of webkitgtk
+
2010-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/libcutl: new spell, a C++ utility library
* devel/odb: new spell, an object relational database mapping system
for C++
diff --git a/http/webkitgtk3/BUILD b/http/webkitgtk3/BUILD
new file mode 100755
index 0000000..500327d
--- /dev/null
+++ b/http/webkitgtk3/BUILD
@@ -0,0 +1,4 @@
+OPTS="$WEBKIT_SVG $OPTS" &&
+OPTS="--with-gtk=3.0 $OPTS" &&
+
+default_build
diff --git a/http/webkitgtk3/CONFIGURE b/http/webkitgtk3/CONFIGURE
new file mode 100755
index 0000000..06f5802
--- /dev/null
+++ b/http/webkitgtk3/CONFIGURE
@@ -0,0 +1 @@
+config_query_list WEBKIT_FONT_BE "Select font backend to use" freetype2 pango
diff --git a/http/webkitgtk3/DEPENDS b/http/webkitgtk3/DEPENDS
new file mode 100755
index 0000000..419a396
--- /dev/null
+++ b/http/webkitgtk3/DEPENDS
@@ -0,0 +1,52 @@
+depends g++ &&
+depends autoconf &&
+depends automake &&
+depends libtool &&
+depends gtk+3 &&
+depends icu &&
+depends gperf &&
+depends libpng &&
+depends jpeg &&
+depends bison &&
+depends flex &&
+depends sqlite &&
+
+depends libsoup &&
+
+depends enchant &&
+
+depends libxt &&
+
+depends gtk-doc &&
+
+optional_depends cairo '--enable-svg' \
+ '--disable-svg' \
+ 'Enable SVG support?'
+
+optional_depends libxslt '--enable-xslt' \
+ '--disable-xslt' \
+ 'for XSLT support' &&
+
+if [[ $WEBKIT_FONT_BE == freetype2 ]]; then
+ depends freetype2
+else
+ depends pango "--with-font-backend=pango"
+fi &&
+
+optional_depends gst-plugins-base \
+ "--enable-video" \
+ "--disable-video" \
+ "for HTML5 streaming video support" &&
+
+#optional_depends gobject-introspection \
+# "--enable-introspection" \
+# "--disable-introspection" \
+# "to enable introspection" &&
+
+optional_depends geoclue \
+ "--enable-geolocation" \
+ "--disable-geolocation" \
+ "to enable geolocation support"
+
+#if is_depends_enabled $SPELL gobject-introspection; \
+# then depends gir-repository; fi
diff --git a/http/webkitgtk3/DETAILS b/http/webkitgtk3/DETAILS
new file mode 100755
index 0000000..8e11eb1
--- /dev/null
+++ b/http/webkitgtk3/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=webkitgtk3
+ VERSION=r69918
+ SOURCE=WebKit-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://builds.nightly.webkit.org/files/trunk/src/$SOURCE
+
SOURCE_HASH=sha512:0c2ab6267deb82eb1375df29b77b8625826e03bd85b0eca1bbf0335c317a22d7753c12c465efb09a8eeceb928fe03ee9d7cf3f4c59a9234382ef56a2379f7323
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/WebKit-$VERSION"
+ WEB_SITE=http://webkitgtk.org/
+ GATHER_DOCS=off
+ LICENSE[0]=GPL
+ ENTERED=20101017
+ SHORT="open source web browser engine"
+cat << EOF
+WebKit is an open source web browser engine. WebKit is also the name of the
+Mac OS X system framework version of the engine that's used by Safari,
+Dashboard, Mail, and many other OS X applications. WebKit's HTML and
JavaScript
+code began as a branch of the KHTML and KJS libraries from KDE.
+EOF
diff --git a/http/webkitgtk3/HISTORY b/http/webkitgtk3/HISTORY
new file mode 100644
index 0000000..ad9c98b
--- /dev/null
+++ b/http/webkitgtk3/HISTORY
@@ -0,0 +1,2 @@
+2010-10-17 George Sherwood <gsherwood AT sourcemage.org>
+ * All: Created spell
diff --git a/http/webkitgtk3/PRE_BUILD b/http/webkitgtk3/PRE_BUILD
new file mode 100755
index 0000000..1304cb3
--- /dev/null
+++ b/http/webkitgtk3/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+cd $SOURCE_DIRECTORY &&
+
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (4d50a2d56f0fc639552060a0a4193a35064bea95), George Sherwood, 10/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page