Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d858ed9f269a087a3dc19dc082df10997a8bc784)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d858ed9f269a087a3dc19dc082df10997a8bc784)
  • Date: Tue, 28 Feb 2012 09:12:54 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

net/libproxy/BUILD | 3 +--
net/libproxy/CONFIGURE | 2 --
net/libproxy/DEPENDS | 24 ++++++++----------------
net/libproxy/DETAILS | 4 ++--
net/libproxy/HISTORY | 7 +++++++
5 files changed, 18 insertions(+), 22 deletions(-)

New commits:
commit d858ed9f269a087a3dc19dc082df10997a8bc784
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libproxy: => 0.4.7

diff --git a/net/libproxy/BUILD b/net/libproxy/BUILD
index de9cff1..e013b8d 100755
--- a/net/libproxy/BUILD
+++ b/net/libproxy/BUILD
@@ -1,2 +1 @@
-OPTS="--without-mozjs $OPTS" &&
-default_build
+cmake_build
diff --git a/net/libproxy/CONFIGURE b/net/libproxy/CONFIGURE
deleted file mode 100755
index 5846276..0000000
--- a/net/libproxy/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query LIBPROX_GNOME "Do you want to build gnome config plugin?" n
-config_query LIBPROX_KDE "Do you want to build kde config plugin?" n
diff --git a/net/libproxy/DEPENDS b/net/libproxy/DEPENDS
index bb8a42c..81ed597 100755
--- a/net/libproxy/DEPENDS
+++ b/net/libproxy/DEPENDS
@@ -1,18 +1,10 @@
-if [[ ${LIBPROX_GNOME} == "y" ]]; then
- depends libxmu &&
- depends gconf2
-fi &&
+depends -sub CXX gcc &&
+depends cmake &&
+depends libxmu &&
+optional_depends kdelibs4 '-DWITH_KDE4=1' '-DWITH_KDE4=0' 'KDE integration'
&&
+optional_depends glib2 '-DWITH_GNOME3=1' '-DWITH_GNOME3=0' 'Gnome
support' &&
+optional_depends xulrunner '' '' 'Mozilla support' &&

-if [[ ${LIBPROX_KDE} == "y" ]]; then
- depends libxmu
-fi &&
+optional_depends python '' '' "for Python bindings" &&

-optional_depends python \
- "--with-python" \
- "" \
- "for Python bindings" &&
-
-optional_depends webkitgtk \
- "--with-webkit" \
- "--without-webkit" \
- "Build WebKit JavaScriptCore PAC plugin"
+optional_depends webkitgtk '' '' "Build WebKit JavaScriptCore PAC plugin"
diff --git a/net/libproxy/DETAILS b/net/libproxy/DETAILS
index 2265850..1df398a 100755
--- a/net/libproxy/DETAILS
+++ b/net/libproxy/DETAILS
@@ -1,6 +1,6 @@
SPELL=libproxy
- VERSION=0.3.0
-
SOURCE_HASH=sha512:d687ec9045358ffc828e9624b22ab90f4eddabb09d4db1a43b3722230d37bf4368a35290d007ede86993ea57ae71ea47cb2bf1ac08456aaec71595238491d3bf
+ VERSION=0.4.7
+
SOURCE_HASH=sha512:a0a5f4f8faa2724ca88fb52f3f683f7270235536151089bfb34dd0f4164923abc586c7b621eb70bf0f53a0bf5a9807d3b31061803a0891c70d8e6dad1bbfe48d
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://libproxy.googlecode.com/files/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/net/libproxy/HISTORY b/net/libproxy/HISTORY
index f1d1c7f..d76c22e 100644
--- a/net/libproxy/HISTORY
+++ b/net/libproxy/HISTORY
@@ -1,3 +1,10 @@
+2012-02-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.7
+ * DEPENDS: add cmake, adjust options
+ add perl, glib2, kdelibs, xulrunner
+ * BUILD: cmake_build
+ * CONFIGURE: deleted
+
2010-01-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.0
* PRE_BUILD, bug244028-as-needed.patch: deleted



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d858ed9f269a087a3dc19dc082df10997a8bc784), Treeve Jelbert, 02/28/2012

Archive powered by MHonArc 2.6.24.

Top of Page