summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-19 17:42:42 +0100
committersibel <lesibel@free.fr>2011-03-19 17:42:42 +0100
commit1db658e5963468ffaff6922f053e9b7e9abb5821 (patch)
tree9312b8b19cf24c7e364446f8d144892faf58ab6e
parent7b71b48b60c919359049a05dec8485d177d20c1b (diff)
downloadnutyx-pakxe-1db658e5963468ffaff6922f053e9b7e9abb5821.tar.gz
nutyx-pakxe-1db658e5963468ffaff6922f053e9b7e9abb5821.tar.bz2
nutyx-pakxe-1db658e5963468ffaff6922f053e9b7e9abb5821.tar.xz
nutyx-pakxe-1db658e5963468ffaff6922f053e9b7e9abb5821.zip
lxterminal deplace dans ouvert
-rw-r--r--extra/lxterminal/.footprint.i68617
-rw-r--r--extra/lxterminal/.footprint.x86_6417
-rw-r--r--extra/lxterminal/.md5sum.i6861
-rw-r--r--extra/lxterminal/.md5sum.x86_641
-rw-r--r--extra/lxterminal/Pkgfile23
5 files changed, 0 insertions, 59 deletions
diff --git a/extra/lxterminal/.footprint.i686 b/extra/lxterminal/.footprint.i686
deleted file mode 100644
index 5fd505dfc..000000000
--- a/extra/lxterminal/.footprint.i686
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/lxterminal
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/lxterminal.desktop
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lxterminal.mo
-drwxr-xr-x root/root usr/share/lxterminal/
--rw-r--r-- root/root usr/share/lxterminal/lxterminal.conf
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/lxterminal.1.gz
-drwxr-xr-x root/root usr/share/pixmaps/
--rw-r--r-- root/root usr/share/pixmaps/lxterminal.png
diff --git a/extra/lxterminal/.footprint.x86_64 b/extra/lxterminal/.footprint.x86_64
deleted file mode 100644
index 5fd505dfc..000000000
--- a/extra/lxterminal/.footprint.x86_64
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/lxterminal
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/lxterminal.desktop
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lxterminal.mo
-drwxr-xr-x root/root usr/share/lxterminal/
--rw-r--r-- root/root usr/share/lxterminal/lxterminal.conf
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/lxterminal.1.gz
-drwxr-xr-x root/root usr/share/pixmaps/
--rw-r--r-- root/root usr/share/pixmaps/lxterminal.png
diff --git a/extra/lxterminal/.md5sum.i686 b/extra/lxterminal/.md5sum.i686
deleted file mode 100644
index 372db1aaa..000000000
--- a/extra/lxterminal/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-760618478c0614b15d2bcba5b56ab152 lxterminal-0.1.6.tar.gz
diff --git a/extra/lxterminal/.md5sum.x86_64 b/extra/lxterminal/.md5sum.x86_64
deleted file mode 100644
index 372db1aaa..000000000
--- a/extra/lxterminal/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-760618478c0614b15d2bcba5b56ab152 lxterminal-0.1.6.tar.gz
diff --git a/extra/lxterminal/Pkgfile b/extra/lxterminal/Pkgfile
deleted file mode 100644
index 51d7db5dd..000000000
--- a/extra/lxterminal/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Terminal pour lxde
-# URL: http://lxde.org/
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: intltool vte
-# Run on: intltool,vte
-
-name=lxterminal
-version=0.1.6
-release=1
-
-source=(http://downloads.sourceforge.net/lxde/files/lxterminal-$version.tar.gz)
-
-
-build() {
-cd $name-$version
-./configure --prefix=/usr \
-
-make
-make DESTDIR=$PKG install
-
-}
-