[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, master, updated. 0.9.9.050+svn20081201-1-2701-g9d7edb9

Albin Tonnerre albin.tonnerre at gmail.com
Sun Dec 20 11:52:34 UTC 2009


The following commit has been merged in the master branch:
commit 9d7edb97f7196ff62250f82041162be21d234cf0
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Tue Dec 15 16:28:13 2009 +0100

    Enable Glib support in ecore

diff --git a/debian/changelog b/debian/changelog
index 9991998..a47d9ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ecore (0.9.9.063-2) unstable; urgency=low
+
+  * Enable Glib support in ecore
+
+ -- Albin Tonnerre <lutin at debian.org>  Tue, 15 Dec 2009 17:56:17 +0100
+
 ecore (0.9.9.063-1) unstable; urgency=low
 
   * New upstream snapshot
diff --git a/debian/control b/debian/control
index 03873b3..7f1b7d0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, libeina-dev (>= 0.9
  libeet-dev (>= 1.0.0), libevas-dev (>= 0.9.9.063), libgnutls-dev,
  libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev,
  libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libjpeg62-dev,
- libxdamage-dev, x11proto-xext-dev, libxtst-dev
+ libxdamage-dev, x11proto-xext-dev, libxtst-dev, libglib2.0-dev
 Build-Depends-Indep: doxygen
 Standards-Version: 3.8.3
 Homepage: http://enlightenment.org
@@ -177,7 +177,8 @@ Depends: ${misc:Depends}, libecore-svn-05 (= ${binary:Version}),
          libeet-dev, libevas-dev (>= 0.9.9.063), libeina-dev (>= 0.9.9.063), pkg-config,
          libgnutls-dev, libcurl4-gnutls-dev, libxcursor-dev, libxss-dev,
          libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev,
-         libxp-dev, libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev
+         libxp-dev, libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev,
+         libglib2.0-dev
 Description: Ecore headers and static libraries
  This is the core event abstraction layer and X abstraction layer that makes
  doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
diff --git a/debian/rules b/debian/rules
index 345faec..f2d6aaf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb \
 	--disable-rpath \
 	--disable-openssl \
 	--enable-gnutls \
+	--enable-glib \
 	--enable-doc
 
 binary-install/libecore-dev::

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list