summaryrefslogtreecommitdiffstats
path: root/extra/itask
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-02 21:18:41 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-02 21:18:41 +0100
commite763bb3d45942295de8b4a3d69b912f8a27dd801 (patch)
tree01c2caec92615d65251eb9ecd70a30635482940f /extra/itask
parentacfaf2fb61f9aec5bf4112217ed14b04e0a005d0 (diff)
downloadnutyx-extra-e763bb3d45942295de8b4a3d69b912f8a27dd801.tar.gz
nutyx-extra-e763bb3d45942295de8b4a3d69b912f8a27dd801.tar.bz2
nutyx-extra-e763bb3d45942295de8b4a3d69b912f8a27dd801.tar.xz
nutyx-extra-e763bb3d45942295de8b4a3d69b912f8a27dd801.zip
itask ds ouvert
Diffstat (limited to 'extra/itask')
-rw-r--r--extra/itask/.footprint.i68614
-rw-r--r--extra/itask/.footprint.x86_6414
-rw-r--r--extra/itask/.md5sum.i6861
-rw-r--r--extra/itask/.md5sum.x86_641
-rw-r--r--extra/itask/Pkgfile21
5 files changed, 0 insertions, 51 deletions
diff --git a/extra/itask/.footprint.i686 b/extra/itask/.footprint.i686
deleted file mode 100644
index f34c10ca7..000000000
--- a/extra/itask/.footprint.i686
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/enlightenment/
-drwxr-xr-x root/root usr/lib/enlightenment/modules/
-drwxr-xr-x root/root usr/lib/enlightenment/modules/itask/
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/e-module-itask.edj
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/itask.edc
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/itask.edj
-drwxr-xr-x root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/module.a
--rwxr-xr-x root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/module.la
--rwxr-xr-x root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/module.so
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/module.desktop
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/module_icon.png
diff --git a/extra/itask/.footprint.x86_64 b/extra/itask/.footprint.x86_64
deleted file mode 100644
index f34c10ca7..000000000
--- a/extra/itask/.footprint.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/enlightenment/
-drwxr-xr-x root/root usr/lib/enlightenment/modules/
-drwxr-xr-x root/root usr/lib/enlightenment/modules/itask/
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/e-module-itask.edj
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/itask.edc
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/itask.edj
-drwxr-xr-x root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/module.a
--rwxr-xr-x root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/module.la
--rwxr-xr-x root/root usr/lib/enlightenment/modules/itask/linux-gnu-i686-ver-svn-05/module.so
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/module.desktop
--rw-r--r-- root/root usr/lib/enlightenment/modules/itask/module_icon.png
diff --git a/extra/itask/.md5sum.i686 b/extra/itask/.md5sum.i686
deleted file mode 100644
index 519606934..000000000
--- a/extra/itask/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-b77d751a0882f6ee38865a6112cd3c46 itask-20100324.tar.bz2
diff --git a/extra/itask/.md5sum.x86_64 b/extra/itask/.md5sum.x86_64
deleted file mode 100644
index 519606934..000000000
--- a/extra/itask/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-b77d751a0882f6ee38865a6112cd3c46 itask-20100324.tar.bz2
diff --git a/extra/itask/Pkgfile b/extra/itask/Pkgfile
deleted file mode 100644
index d9dffc119..000000000
--- a/extra/itask/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Module based on ibox from DR17 and is intended to become a taskbar.
-# URL: http://code.google.com/p/itask-module/wiki/Itask
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: edje, glib, e17
-# Run on: edje,glib,e17
-
-name=itask
-version=20100324
-release=1
-source=(http://kiao.no-ip.info/NuTyX/files/itask-20100324.tar.bz2)
-
-build()
-{
- cd $name-$version
-
- ./autogen.sh --prefix=/usr
- make
- make install DESTDIR=$PKG
-}
-