From 94897663efd73084a40909999806057f5a16857f Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 8 Sep 2009 21:10:29 +0200 Subject: Maj partitionmanager#1.0.0-1 --- kde/partitionmanager/.footprint | 43 +++++++++++++++++++++++++++++++++++++++++ kde/partitionmanager/.md5sum | 1 + kde/partitionmanager/Pkgfile | 19 ++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 kde/partitionmanager/.footprint create mode 100644 kde/partitionmanager/.md5sum create mode 100644 kde/partitionmanager/Pkgfile (limited to 'kde') diff --git a/kde/partitionmanager/.footprint b/kde/partitionmanager/.footprint new file mode 100644 index 000000000..a52a39483 --- /dev/null +++ b/kde/partitionmanager/.footprint @@ -0,0 +1,43 @@ +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 +-rwxr-xr-x root/root opt/kde/bin/partitionmanager-bin +drwxr-xr-x root/root opt/kde/lib/ +drwxr-xr-x root/root opt/kde/lib/kde4/ +-rwxr-xr-x root/root opt/kde/lib/kde4/kcm_partitionmanager.so +-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/icons/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/128x128/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/128x128/apps/ +-rw-r--r-- root/root opt/kde/share/icons/hicolor/128x128/apps/partitionmanager.png +drwxr-xr-x root/root opt/kde/share/icons/hicolor/16x16/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root opt/kde/share/icons/hicolor/16x16/apps/partitionmanager.png +drwxr-xr-x root/root opt/kde/share/icons/hicolor/22x22/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/22x22/apps/ +-rw-r--r-- root/root opt/kde/share/icons/hicolor/22x22/apps/partitionmanager.png +drwxr-xr-x root/root opt/kde/share/icons/hicolor/32x32/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root opt/kde/share/icons/hicolor/32x32/apps/partitionmanager.png +drwxr-xr-x root/root opt/kde/share/icons/hicolor/48x48/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root opt/kde/share/icons/hicolor/48x48/apps/partitionmanager.png +drwxr-xr-x root/root opt/kde/share/icons/hicolor/64x64/ +drwxr-xr-x root/root opt/kde/share/icons/hicolor/64x64/apps/ +-rw-r--r-- root/root opt/kde/share/icons/hicolor/64x64/apps/partitionmanager.png +drwxr-xr-x root/root opt/kde/share/kde4/ +drwxr-xr-x root/root opt/kde/share/kde4/services/ +-rw-r--r-- root/root opt/kde/share/kde4/services/kcm_partitionmanager.desktop +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/kde/partitionmanager/.md5sum b/kde/partitionmanager/.md5sum new file mode 100644 index 000000000..d6a7e0ce8 --- /dev/null +++ b/kde/partitionmanager/.md5sum @@ -0,0 +1 @@ +07046e0c61ca3f06129580ffd7f9c66e partitionmanager-1.0.0.tar.bz2 diff --git a/kde/partitionmanager/Pkgfile b/kde/partitionmanager/Pkgfile new file mode 100644 index 000000000..de9349900 --- /dev/null +++ b/kde/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: kdebase-runtime, parted + +name=partitionmanager +version=1.0.0 +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 +} -- cgit v1.2.3-54-g00ecf