summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-14 16:34:38 +0100
committersibel <lesibel@free.fr>2011-03-14 16:34:38 +0100
commitf77d8bdd61b15a755e582f276ea80f0f229c6649 (patch)
tree5fc9e5450ef1e703ce0d11dec0498aa4eb218bdc /extra
parentfbce53fcef9d3fc71939eb137987807bd1892cd7 (diff)
downloadnutyx-pakxe-f77d8bdd61b15a755e582f276ea80f0f229c6649.tar.gz
nutyx-pakxe-f77d8bdd61b15a755e582f276ea80f0f229c6649.tar.bz2
nutyx-pakxe-f77d8bdd61b15a755e582f276ea80f0f229c6649.tar.xz
nutyx-pakxe-f77d8bdd61b15a755e582f276ea80f0f229c6649.zip
parcellite deplace dans ouvert
Diffstat (limited to 'extra')
-rw-r--r--extra/parcellite/.footprint.i68614
-rw-r--r--extra/parcellite/.footprint.x86_6414
-rw-r--r--extra/parcellite/.md5sum.i6861
-rw-r--r--extra/parcellite/.md5sum.x86_641
-rw-r--r--extra/parcellite/Pkgfile23
5 files changed, 0 insertions, 53 deletions
diff --git a/extra/parcellite/.footprint.i686 b/extra/parcellite/.footprint.i686
deleted file mode 100644
index 393576ee5..000000000
--- a/extra/parcellite/.footprint.i686
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/xdg/
-drwxr-xr-x root/root etc/xdg/autostart/
--rw-r--r-- root/root etc/xdg/autostart/parcellite-startup.desktop
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/parcellite
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/parcellite.desktop
-drwxr-xr-x root/root usr/share/locale/
-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/parcellite.1.gz
diff --git a/extra/parcellite/.footprint.x86_64 b/extra/parcellite/.footprint.x86_64
deleted file mode 100644
index 393576ee5..000000000
--- a/extra/parcellite/.footprint.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/xdg/
-drwxr-xr-x root/root etc/xdg/autostart/
--rw-r--r-- root/root etc/xdg/autostart/parcellite-startup.desktop
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/parcellite
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/parcellite.desktop
-drwxr-xr-x root/root usr/share/locale/
-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/parcellite.1.gz
diff --git a/extra/parcellite/.md5sum.i686 b/extra/parcellite/.md5sum.i686
deleted file mode 100644
index dee8a23c6..000000000
--- a/extra/parcellite/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-1cc676e124a9c8a13d23130d852971e8 parcellite-0.9.tar.gz
diff --git a/extra/parcellite/.md5sum.x86_64 b/extra/parcellite/.md5sum.x86_64
deleted file mode 100644
index dee8a23c6..000000000
--- a/extra/parcellite/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-1cc676e124a9c8a13d23130d852971e8 parcellite-0.9.tar.gz
diff --git a/extra/parcellite/Pkgfile b/extra/parcellite/Pkgfile
deleted file mode 100644
index 65f59edcb..000000000
--- a/extra/parcellite/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Gestionnaire de presse papier
-# URL:http://xyhthyx.googlecode.com
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk
-# Run on: gtk
-
-name=parcellite
-version=0.9
-release=1
-
-source=(http://xyhthyx.googlecode.com/files/parcellite-0.9.tar.gz)
-
-
-build() {
-cd $name-$version
-
-./configure --prefix=/usr
-
-make
-make DESTDIR=$PKG install
-
-}