summaryrefslogtreecommitdiffstats
path: root/extra/partitionmanager
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:56:06 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:56:06 +0200
commitdedae755b1401f38fe9af8b8ab8282ed9bc15b72 (patch)
tree9ecf3d9f7c65efb29dc04a1c3d6f04faed8c8bc0 /extra/partitionmanager
parent103bf8a94ba4cc6d0241d78ad3edf71d2ccb7db6 (diff)
downloadnutyx-extra-dedae755b1401f38fe9af8b8ab8282ed9bc15b72.tar.gz
nutyx-extra-dedae755b1401f38fe9af8b8ab8282ed9bc15b72.tar.bz2
nutyx-extra-dedae755b1401f38fe9af8b8ab8282ed9bc15b72.tar.xz
nutyx-extra-dedae755b1401f38fe9af8b8ab8282ed9bc15b72.zip
partitionmanager#1.0.0BETA1a-1
Diffstat (limited to 'extra/partitionmanager')
-rw-r--r--extra/partitionmanager/.footprint17
-rw-r--r--extra/partitionmanager/.md5sum1
-rw-r--r--extra/partitionmanager/Pkgfile19
3 files changed, 37 insertions, 0 deletions
diff --git a/extra/partitionmanager/.footprint b/extra/partitionmanager/.footprint
new file mode 100644
index 000000000..01ea6c73e
--- /dev/null
+++ b/extra/partitionmanager/.footprint
@@ -0,0 +1,17 @@
+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
new file mode 100644
index 000000000..88144ac05
--- /dev/null
+++ b/extra/partitionmanager/.md5sum
@@ -0,0 +1 @@
+df34662e959e12018e24158e7062b9a5 partitionmanager-1.0.0-BETA1a.tar.bz2
diff --git a/extra/partitionmanager/Pkgfile b/extra/partitionmanager/Pkgfile
new file mode 100644
index 000000000..cb15dc510
--- /dev/null
+++ b/extra/partitionmanager/Pkgfile
@@ -0,0 +1,19 @@
+# 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
+}