Browse Source

Mathieu Doidy:


			
			
				rocklinux
			
			
		
Mathieu 21 years ago
parent
commit
d0dd80f092
28 changed files with 170 additions and 141 deletions
  1. +3
    -3
      package/e17/ecore/ecore.desc
  2. +3
    -3
      package/e17/edb/edb.desc
  3. +3
    -3
      package/e17/edje/edje.desc
  4. +10
    -5
      package/e17/eet/eet.desc
  5. +1
    -0
      package/e17/efsd/efsd.conf
  6. +3
    -3
      package/e17/efsd/efsd.desc
  7. +4
    -4
      package/e17/elicit/elicit.desc
  8. +10
    -6
      package/e17/embryo/embryo.desc
  9. +3
    -3
      package/e17/engage/engage.desc
  10. +23
    -0
      package/e17/enlightenment/enlightenment.conf
  11. +45
    -0
      package/e17/enlightenment/enlightenment.desc
  12. +1
    -0
      package/e17/entrance/entrance.conf
  13. +4
    -4
      package/e17/entrance/entrance.desc
  14. +0
    -24
      package/e17/entrance/no_taillights.patch
  15. +3
    -3
      package/e17/epeg/epeg.desc
  16. +3
    -3
      package/e17/epsilon/epsilon.desc
  17. +3
    -3
      package/e17/esmart/esmart.desc
  18. +8
    -8
      package/e17/estyle/estyle.desc
  19. +4
    -4
      package/e17/etox/etox.desc
  20. +3
    -3
      package/e17/evas/evas.desc
  21. +5
    -5
      package/e17/evidence/evidence.desc
  22. +4
    -4
      package/e17/ewl/ewl.desc
  23. +6
    -6
      package/e17/examine/examine.desc
  24. +9
    -5
      package/e17/iconbar/iconbar.desc
  25. +4
    -4
      package/e17/imlib2/imlib2.desc
  26. +0
    -31
      package/e17/imlib2/makefile.am.patch
  27. +1
    -0
      package/e17/imlib2_loaders/imlib2_loaders.conf
  28. +4
    -4
      package/e17/imlib2_loaders/imlib2_loaders.desc

+ 3
- 3
package/e17/ecore/ecore.desc

@ -32,15 +32,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/development
[L] GPL
[S] Beta
[V] 2004-06-18
[V] 2005-01-08
[P] X -?---5---9 137.500
[D] X ecore-2004-06-18.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/ecore/!2004-06-18/
[D] X ecore-2005-01-08.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/ecore/!2005-01-08/

+ 3
- 3
package/e17/edb/edb.desc

@ -33,15 +33,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/database
[L] GPL
[S] Beta
[V] 2004-02-25
[V] 2005-01-01
[P] X -?---5---9 136.000
[D] X edb-2004-02-25.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/edb/!2004-02-25/
[D] X edb-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/edb/!2005-01-01/

+ 3
- 3
package/e17/edje/edje.desc

@ -33,15 +33,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/multimedia
[L] GPL
[S] Alpha
[V] 2004-06-20
[V] 2005-01-08
[P] X -?---5---9 138.000
[D] X edje-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/edje/!2004-06-20/
[D] X edje-2005-01-08.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/edje/!2005-01-08/

+ 10
- 5
package/e17/eet/eet.desc

@ -21,22 +21,27 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] component of e
[I] Container library, part of the EFL
[T] This is an Enlightenment 17 package.
[T] EET is a tiny library designed to write an arbitary set of chunks of data
[T] to a file and optionally compress each chunk (very much like a zip file)
[T] and allow fast random-access reading of the file later on. It does not do
[T] zip as a zip itself has more complexity than is needed, and it was much
[T] simpler to impliment this once here.
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/database
[L] GPL
[S] Beta
[V] 2004-06-20
[V] 2005-01-01
[P] X -?---5---9 136.100
[D] X eet-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/eet/!2004-06-20/
[D] X eet-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/eet/!2005-01-01/

+ 1
- 0
package/e17/efsd/efsd.conf

@ -23,3 +23,4 @@
. $base/package/*/imlib2/e17.conf
hook_add prepatch 3 "sed -i 's/; automake /; automake-1.8 /' autogen.sh"

+ 3
- 3
package/e17/efsd/efsd.desc

@ -35,15 +35,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/filesystem
[L] GPL
[S] Beta
[V] 2004-02-25
[V] 2005-01-01
[P] X -?---5---9 138.900
[D] X efsd-2004-02-25.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/efsd/!2004-02-25/
[D] X efsd-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/efsd/!2005-01-01/

+ 4
- 4
package/e17/elicit/elicit.desc

@ -31,16 +31,16 @@
[U] http://www.enlightenment.org
[A] Carsten Haitzler <raster@rasterman.com>
[M] unmaintained
[A] Rasterman <raster@rasterman.com>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 2004-06-20
[V] 2005-01-01
[P] X -?---5---9 138.400
[D] X elicit-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/elicit/!2004-06-20/
[D] X elicit-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/elicit/!2005-01-01/

+ 10
- 6
package/e17/embryo/embryo.desc

@ -21,22 +21,26 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A small virtual machine
[I] Implementation of C like scripting language, part of the EFL
[T] A damn small virtual machine.
[T] Embryo implements a C like scripting language used in various parts of the
[T] Enlightenment project, namely Edje. Embryo's scripting language is based
[T] on CompuPhase's Small language that was introduced in Dr Dobb's Journal in
[T] 1999. Embryo allows scripting capabilities in places that otherwise
[T] wouldn't support basic programming structures such as in Edje EDCs.
[U] http://www.enlightenment.org
[A] Raster
[M] unmaintained
[A] Rasterman <raster@rasterman.com>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/development
[L] GPL
[S] Beta
[V] 2004-05-20
[V] 2005-01-08
[P] X -?---5---9 137.900
[D] X embryo-2004-05-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/embryo/!2004-05-20/
[D] X embryo-2005-01-08.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/embryo/!2005-01-08/

+ 3
- 3
package/e17/engage/engage.desc

@ -29,15 +29,15 @@
[U] http://www.enlightenment.org
[A] genneth
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/shell
[L] GPL
[S] Beta
[V] 2004-06-20
[V] 2005-01-08
[P] X -?---5---9 138.950
[D] X engage-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::misc/engage/!2004-06-20/
[D] X engage-2005-01-08.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::misc/engage/!2005-01-08/

+ 23
- 0
package/e17/enlightenment/enlightenment.conf

@ -0,0 +1,23 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/e17/enlightenment/enlightenment.conf
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it 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. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/*/imlib2/e17.conf

+ 45
- 0
package/e17/enlightenment/enlightenment.desc

@ -0,0 +1,45 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/e17/enlightenment/enlightenment.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[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; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Windowmanager based on the Enlightenment Foundation Libraries
[T] Enlightenment is a completely themeable, highly configurable Window
[T] Manager for the X Window System, traditionally used in Unix
[T] environments. The 17th Development Release (DR17) of the Enlightenment
[T] Window Manager brings together more than 3 years of development on its
[T] underlying technology: the Enlightenment Foundation Libraries
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/windowmanager
[L] BSD
[S] Beta
[V] 2005-01-08
[P] X -?---5---9 216.800
[D] X enlightenment-2005-01-08.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/e/!2005-01-08/

+ 1
- 0
package/e17/entrance/entrance.conf

@ -32,6 +32,7 @@ entrance_pm() {
var_append confopt " " "--with-xsession=/usr/X11/lib/X11/xdm/Xsession"
var_append CC_WRAPPER_INSERT " " "-I$includedir -L$libdir"
export CFLAGS="-Wl,-rpath -Wl,$libdir"
hook_add postmake 3 "entrance_pm"

+ 4
- 4
package/e17/entrance/entrance.desc

@ -29,16 +29,16 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[A] Ibukun Olumuyiwa <xcomputerman@xcomputerman.com>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 2004-09-05
[V] 2005-01-08
[P] X -?---5---9 138.500
[D] X entrance-2004-09-05.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/entrance/!2004-09-05/
[D] X entrance-2005-01-08.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/entrance/!2005-01-08/

+ 0
- 24
package/e17/entrance/no_taillights.patch

@ -1,24 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/e17/entrance/no_taillights.patch
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./data/themes/Makefile.am 2004-09-07 17:13:48.264619832 +0200
+++ ./data/themes/Makefile.am 2004-09-07 17:13:52.969904520 +0200
@@ -1,1 +1,1 @@
-SUBDIRS = default Nebulous taillights
+SUBDIRS = default Nebulous

+ 3
- 3
package/e17/epeg/epeg.desc

@ -32,15 +32,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/database
[L] GPL
[S] Alpha
[V] 2004-06-20
[V] 2005-01-01
[P] X -?---5---9 137.700
[D] X epeg-2006-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/epeg/!2004-06-20/
[D] X epeg-2006-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/epeg/!2005-01-01/

+ 3
- 3
package/e17/epsilon/epsilon.desc

@ -29,15 +29,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/database
[L] GPL
[S] Beta
[V] 2004-06-20
[V] 2005-01-01
[P] X -?---5---9 137.800
[D] X epsilon-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/epsilon/!2004-06-20/
[D] X epsilon-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/epsilon/!2005-01-01/

+ 3
- 3
package/e17/esmart/esmart.desc

@ -28,15 +28,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/database
[L] GPL
[S] Alpha
[V] 2004-06-18
[V] 2005-01-01
[P] X -?---5---9 138.100
[D] X esmart-2004-06-18.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/esmart/!2004-06-18/
[D] X esmart-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/esmart/!2005-01-01/

+ 8
- 8
package/e17/estyle/estyle.desc

@ -23,23 +23,23 @@
[I] An EVAS based text stylization library
[T] Estyle is an EVAS based text stylization library that makes adding stylized text
[T] with effects to any EVAS application simple. The API is small and easy to learn,
[T] loading text effects from an Estyle EDB file (eg: blurred.style.db) and applying
[T] them to your EVAS text.
[T] Estyle is an EVAS based text stylization library that makes adding stylized
[T] text with effects to any EVAS application simple. The API is small and easy
[T] to learn,loading text effects from an Estyle EDB file (eg: blurred.style.db)
[T] and applying them to your EVAS text.
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[A] Nathan Ingersoll <rbdpngn@users.sourceforge.net>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/development
[L] GPL
[S] Alpha
[V] 2004-06-23
[V] 2005-01-01
[P] X -?---5---9 141.700
[D] X estyle-2004-06-23.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/estyle/!2004-06-23/
[D] X estyle-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/estyle/!2005-01-01/

+ 4
- 4
package/e17/etox/etox.desc

@ -32,16 +32,16 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[A] Nathan Ingersoll <rbdpngn@users.sourceforge.net>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/multimedia
[L] GPL
[S] Alpha
[V] 2004-06-23
[V] 2005-01-01
[P] X -?---5---9 137.600
[D] X etox-2004-06-23.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/etox/!2004-06-23/
[D] X etox-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/etox/!2005-01-01/

+ 3
- 3
package/e17/evas/evas.desc

@ -32,15 +32,15 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 2004-06-20
[V] 2005-01-01
[P] X -?---5---9 137.000
[D] X evas-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/evas/!2004-06-20/
[D] X evas-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/evas/!2005-01-01/

+ 5
- 5
package/e17/evidence/evidence.desc

@ -23,20 +23,20 @@
[I] Enlightened file-manager
[T] A Enlightenment 17 (E17) based filemanager supporting attributes.
[T] Enlightenment 17 based filemanager supporting attributes.
[U] http://evidence.sourceforge.net/d
[A] Azundris {http://www.azundris.com/}
[M] unmaintained
[A] Azundris <evidence@azundris.com>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
#[C] extra/filesystem
[L] GPL
[S] Beta
[V] 2004-09-05
[V] 2005-01-01
[P] X -?---5---9 184.800
[D] X evidence-2004-09-05.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence::evidence/!2004-09-05/
[D] X evidence-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence::evidence/!2005-01-01/

+ 4
- 4
package/e17/ewl/ewl.desc

@ -28,16 +28,16 @@
[U] http://www.enlightenment.org
[A] Rasterman <raster@rasterman.com>
[M] unmaintained
[A] Nathan Ingersoll <rbdpngn@users.sourceforge.net>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/development
[L] GPL
[S] Alpha
[V] 2004-06-23
[V] 2005-01-01
[P] X -?---5---9 138.500
[D] X ewl-2004-06-23.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/ewl/!2004-06-23/
[D] X ewl-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/ewl/!2005-01-01/

+ 6
- 6
package/e17/examine/examine.desc

@ -21,22 +21,22 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A E17 configuration examiner
[I] E17 configuration examiner
[T] A E17 application configuration examiner.
[T] E17 application configuration examiner.
[U] http://www.enlightenment.org
[A] The E17 team
[M] unmaintained
[A] Andrew Elcock <aje@codewordt.co.uk>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/shell
[L] GPL
[S] Beta
[V] 2004-06-18
[V] 2005-01-01
[P] X -?---5---9 149.200
[D] X examine-2004-06-18.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/examine/!2004-06-18/
[D] X examine-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/examine/!2005-01-01/

+ 9
- 5
package/e17/iconbar/iconbar.desc

@ -21,23 +21,27 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A NeXT style dock application
[I] Iconbar (app launcher) based on E17's iconbar
[T] Iconbar is a NeXT sytle dock application using the Enlightenment 17
[T] framework.
[T] Standalone iconbar based on the E17 iconbar by raster and rephorm. The
[T] iconbar uses Edje for both its theme and its icons. This allows for all
[T] sorts of animation and other effects. As of now, the included themes
[T] mimic the old iconbar behavior.
[U] http://www.enlightenment.org
[A] some e17 people
[M] unmaintained
[A] Brian Mattern <bmattern@mail.utexas.edu>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/desktop/enlightenment
[C] extra/shell
[L] GPL
[S] Beta
[V] 2004-06-20
[V] 2005-01-01
[P] X -?---5---9 138.500
[D] X iconbar-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/iconbar/!2004-06-20/
[D] X iconbar-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/iconbar/!2005-01-01/

+ 4
- 4
package/e17/imlib2/imlib2.desc

@ -26,15 +26,15 @@
[T] Imlib2 is an advanced replacement library for libraries like libXpm that
[T] provides many more features with much greater flexability and speed.
[A] The Rasterman <raster@redhat.com>
[M] unmaintained
[A] Rasterman <raster@rasterman.com>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/multimedia
[L] LGPL
[S] Stable
[V] 2004-04-18
[V] 2005-01-01
[P] X -?---5---9 135.900
[D] X imlib2-2004-04-18.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/imlib2/!2004-04-18/
[D] X imlib2-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/imlib2/!2005-01-01/

+ 0
- 31
package/e17/imlib2/makefile.am.patch

@ -1,31 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/e17/imlib2/makefile.am.patch
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -ru imlib2-2002-08-18_/src/Makefile.am imlib2-2002-08-18/src/Makefile.am
--- imlib2-2002-08-18_/src/Makefile.am 2001-08-10 08:35:05.000000000 +0000
+++ imlib2-2002-08-18/src/Makefile.am 2002-11-21 12:25:37.000000000 +0000
@@ -13,6 +13,8 @@
MMX_SRCS = asm_blend.S asm_rgba.S asm_scale.S asm_rotate.S \
asm_blend_cmod.S
MMX_OBJS = $(MMX_SRCS:.S=.lo)
+CCAS = $(AS)
+CCASFLAGS = $(ASFLAGS)
lib_LTLIBRARIES = libImlib2.la
include_HEADERS = Imlib2.h

+ 1
- 0
package/e17/imlib2_loaders/imlib2_loaders.conf

@ -22,3 +22,4 @@
. $base/package/*/imlib2/e17.conf
hook_add prepatch 3 "libtoolize --force"

+ 4
- 4
package/e17/imlib2_loaders/imlib2_loaders.desc

@ -28,15 +28,15 @@
[T]
[T] This package includes several loader backends for various image formats.
[A] The Rasterman <raster@redhat.com>
[M] unmaintained
[A] Rasterman <raster@rasterman.com>
[M] Mathieu Doidy <mdoidy@roulaize.net>
[C] extra/multimedia
[L] LGPL
[S] Stable
[V] 2004-04-18
[V] 2005-01-01
[P] X -?---5---9 137.400
[D] X imlib2_loaders-2004-04-18.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/imlib2_loaders/!2004-04-18/
[D] X imlib2_loaders-2005-01-01.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/libs/imlib2_loaders/!2005-01-01/

Loading…
Cancel
Save