3 changed files with 0 additions and 121 deletions
@ -1,54 +0,0 @@ |
|||||||
|
|
||||||
[TIMESTAMP] 1134047236 Thu Dec 8 14:07:16 2005 |
|
||||||
[BUILDTIME] 20 (9) |
|
||||||
[SIZE] 0.06 MB, 17 files |
|
||||||
|
|
||||||
[DEP] autoconf |
|
||||||
[DEP] automake |
|
||||||
[DEP] bash |
|
||||||
[DEP] binutils |
|
||||||
[DEP] bzip2 |
|
||||||
[DEP] coreutils |
|
||||||
[DEP] diffutils |
|
||||||
[DEP] directfb |
|
||||||
[DEP] ecore |
|
||||||
[DEP] edb |
|
||||||
[DEP] edje |
|
||||||
[DEP] eet |
|
||||||
[DEP] embryo |
|
||||||
[DEP] evas |
|
||||||
[DEP] ewl |
|
||||||
[DEP] findutils |
|
||||||
[DEP] freetype |
|
||||||
[DEP] gawk |
|
||||||
[DEP] gcc |
|
||||||
[DEP] glibc |
|
||||||
[DEP] grep |
|
||||||
[DEP] libjpeg |
|
||||||
[DEP] libpng |
|
||||||
[DEP] libtool |
|
||||||
[DEP] libx11 |
|
||||||
[DEP] libxau |
|
||||||
[DEP] libxcursor |
|
||||||
[DEP] libxdmcp |
|
||||||
[DEP] libxext |
|
||||||
[DEP] libxfixes |
|
||||||
[DEP] libxinerama |
|
||||||
[DEP] libxp |
|
||||||
[DEP] libxrandr |
|
||||||
[DEP] libxrender |
|
||||||
[DEP] linux-header |
|
||||||
[DEP] m4 |
|
||||||
[DEP] make |
|
||||||
[DEP] mktemp |
|
||||||
[DEP] ncurses |
|
||||||
[DEP] net-tools |
|
||||||
[DEP] openssl |
|
||||||
[DEP] patch |
|
||||||
[DEP] perl |
|
||||||
[DEP] readline |
|
||||||
[DEP] sed |
|
||||||
[DEP] sysfiles |
|
||||||
[DEP] tar |
|
||||||
[DEP] util-linux |
|
||||||
[DEP] zlib |
|
@ -1,38 +0,0 @@ |
|||||||
|
|
||||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
[COPY] |
|
||||||
[COPY] Filename: package/.../examine/examine.desc |
|
||||||
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project |
|
||||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf |
|
||||||
[COPY] |
|
||||||
[COPY] More information can be found in the files COPYING and README. |
|
||||||
[COPY] |
|
||||||
[COPY] This program is free software; you can redistribute it and/or modify |
|
||||||
[COPY] it under the terms of the GNU General Public License as published by |
|
||||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
|
||||||
[COPY] GNU General Public License can be found in the file COPYING. |
|
||||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
[I] A E17 configuration examiner |
|
||||||
|
|
||||||
[T] A E17 application configuration examiner. |
|
||||||
|
|
||||||
[U] http://www.enlightenment.org |
|
||||||
|
|
||||||
[A] The E17 team |
|
||||||
[M] The OpenSDE Community <list@opensde.org> |
|
||||||
|
|
||||||
[C] extra/desktop/enlightenment |
|
||||||
[C] extra/shell |
|
||||||
|
|
||||||
[F] E17 |
|
||||||
|
|
||||||
[L] GPL |
|
||||||
[S] Beta |
|
||||||
[V] 2007-06-27 |
|
||||||
[P] X -----5---9 490.400 |
|
||||||
|
|
||||||
[D] X examine-2007-06-27.tar.bz2 cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e e17/apps/examine -D 2007-06-27 |
|
||||||
|
|
@ -1,29 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../examine/gcc34.patch
|
|
||||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
|
||||||
# Copyright (C) 1998 - 2004 Clifford Wolf
|
|
||||||
#
|
|
||||||
# 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 ---
|
|
||||||
|
|
||||||
--- ./src/examine_client.c.vanilla 2004-06-21 22:08:42.991214496 +0200
|
|
||||||
+++ ./src/examine_client.c 2004-06-21 22:09:21.631340304 +0200
|
|
||||||
@@ -25,6 +25,9 @@
|
|
||||||
Ecore_Config_Ipc_Server_List *examine_client_server;
|
|
||||||
examine_prop *prop_list;
|
|
||||||
|
|
||||||
+void examine_client_list_props_cb(void);
|
|
||||||
+void examine_client_get_val_cb(void);
|
|
||||||
+
|
|
||||||
/*****************************************************************************/
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue