From cbe3e8044a35776ec57af67d1db9efa75b829ab8 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 28 Jun 2007 21:55:59 +0000 Subject: [PATCH] * updated e-utils (2006-11-06 -> 2007-06-27) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21478 10447126-35f2-4685-b0cf-6dd780d3921f --- e17/e-utils/e-utils.desc | 6 +++--- e17/e-utils/ecore_libs.patch | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 e17/e-utils/ecore_libs.patch diff --git a/e17/e-utils/e-utils.desc b/e17/e-utils/e-utils.desc index 249e9c94b..2ccf80228 100644 --- a/e17/e-utils/e-utils.desc +++ b/e17/e-utils/e-utils.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../e-utils/e-utils.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -30,8 +30,8 @@ [L] GPL [S] Beta -[V] 2006-11-06 +[V] 2007-06-27 [P] X -----5---9 490.400 -[D] X e_utils-2006-11-06.tar.bz2 cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e e17/apps/e_utils -D 2006-11-06 +[D] X e_utils-2007-06-27.tar.bz2 cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e e17/apps/e_utils -D 2007-06-27 diff --git a/e17/e-utils/ecore_libs.patch b/e17/e-utils/ecore_libs.patch new file mode 100644 index 000000000..18983baf2 --- /dev/null +++ b/e17/e-utils/ecore_libs.patch @@ -0,0 +1,26 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../e-utils/ecore_libs.patch +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- e_utils/src/bin/e17setroot/Makefile.am.orig 2007-06-28 17:32:22.000000000 +0200 ++++ e_utils/src/bin/e17setroot/Makefile.am 2007-06-28 17:32:46.000000000 +0200 +@@ -15,6 +15,6 @@ + e17setroot_SOURCES = \ + e17setroot.c + +-e17setroot_LDADD = @EWL_LIBS@ @EET_LIBS@ @ENGRAVE_LIBS@ @IMLIB2_LIBS@ @ENLIGHTENMENT_LIBS@ ++e17setroot_LDADD = @EWL_LIBS@ @EET_LIBS@ @ENGRAVE_LIBS@ @IMLIB2_LIBS@ @ENLIGHTENMENT_LIBS@ @ECORE_LIBS@ + +