summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-08 21:10:29 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-08 21:10:29 +0200
commit94897663efd73084a40909999806057f5a16857f (patch)
treed8e46b77387e6439625809ed0019289d82e4bec4 /extra
parent8fba7c190285f6ff84aef26a5816e890328c319a (diff)
downloadnutyx-extra-94897663efd73084a40909999806057f5a16857f.tar.gz
nutyx-extra-94897663efd73084a40909999806057f5a16857f.tar.bz2
nutyx-extra-94897663efd73084a40909999806057f5a16857f.tar.xz
nutyx-extra-94897663efd73084a40909999806057f5a16857f.zip
Maj partitionmanager#1.0.0-1
Diffstat (limited to 'extra')
-rw-r--r--extra/partitionmanager/.footprint17
-rw-r--r--extra/partitionmanager/.md5sum1
-rw-r--r--extra/partitionmanager/Pkgfile19
3 files changed, 0 insertions, 37 deletions
diff --git a/extra/partitionmanager/.footprint b/extra/partitionmanager/.footprint
deleted file mode 100644
index 01ea6c73e..000000000
--- a/extra/partitionmanager/.footprint
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root opt/
-drwxr-xr-x root/root opt/kde/
-drwxr-xr-x root/root opt/kde/bin/
--rwxr-xr-x root/root opt/kde/bin/partitionmanager
-drwxr-xr-x root/root opt/kde/lib/
--rwxr-xr-x root/root opt/kde/lib/libpartitionmanagerprivate.so
-drwxr-xr-x root/root opt/kde/share/
-drwxr-xr-x root/root opt/kde/share/applications/
-drwxr-xr-x root/root opt/kde/share/applications/kde4/
--rw-r--r-- root/root opt/kde/share/applications/kde4/partitionmanager.desktop
-drwxr-xr-x root/root opt/kde/share/apps/
-drwxr-xr-x root/root opt/kde/share/apps/partitionmanager/
--rw-r--r-- root/root opt/kde/share/apps/partitionmanager/partitionmanagerui.rc
-drwxr-xr-x root/root opt/kde/share/locale/
-drwxr-xr-x root/root opt/kde/share/locale/fr/
-drwxr-xr-x root/root opt/kde/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root opt/kde/share/locale/fr/LC_MESSAGES/partitionmanager.mo
diff --git a/extra/partitionmanager/.md5sum b/extra/partitionmanager/.md5sum
deleted file mode 100644
index 88144ac05..000000000
--- a/extra/partitionmanager/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-df34662e959e12018e24158e7062b9a5 partitionmanager-1.0.0-BETA1a.tar.bz2
diff --git a/extra/partitionmanager/Pkgfile b/extra/partitionmanager/Pkgfile
deleted file mode 100644
index cb15dc510..000000000
--- a/extra/partitionmanager/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Gestionnaire de partitions pour KDE
-# URL: http://kde-apps.org/content/show.php/KDE+Partition+Manager?content=89595
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: kdelibs, parted
-
-name=partitionmanager
-version=1.0.0-BETA1a
-release=1
-_name=partitionman
-source=(http://downloads.sourceforge.net/sourceforge/${_name}/$name-$version.tar.bz2)
-build() {
- cd ${name}*
- mkdir build
- cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
- make -j2
- make DESTDIR=$PKG install
-}