[Lunar-commits] <moonbase> qtparted: new module for comfortable partitioning/resizing drives in Qt GUI
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Sep 27 21:32:38 CEST 2008
commit a753c6e4a8e4bec2c4b812aec7fdf83103cb3a66
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Sep 27 21:32:38 2008 +0200
qtparted: new module for comfortable partitioning/resizing drives in Qt GUI
---
x11-utils/qtparted/BUILD | 10 ++++++++++
x11-utils/qtparted/DEPENDS | 8 ++++++++
x11-utils/qtparted/DETAILS | 20 ++++++++++++++++++++
3 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/x11-utils/qtparted/BUILD b/x11-utils/qtparted/BUILD
new file mode 100644
index 0000000..ab33f05
--- /dev/null
+++ b/x11-utils/qtparted/BUILD
@@ -0,0 +1,10 @@
+(
+
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/unsermake.rc
+ sedit 's@/usr/share/unsermake/@@g' Makefile.in src/Makefile.in &&
+ patch_it $SOURCE2 1 &&
+ patch_it $SOURCE3 0 &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/x11-utils/qtparted/DEPENDS b/x11-utils/qtparted/DEPENDS
new file mode 100644
index 0000000..3e1f8f8
--- /dev/null
+++ b/x11-utils/qtparted/DEPENDS
@@ -0,0 +1,8 @@
+depends parted
+depends unsermake
+depends qt3
+
+optional_depends "ntfsprogs" "" "" "for NTFS support"
+optional_depends "xfsprogs" "" "" "for XFS support"
+optional_depends "progsreiserfs" "" "" "for ReiserFS support"
+optional_depends "jfsutils" "" "" "for JFS support"
diff --git a/x11-utils/qtparted/DETAILS b/x11-utils/qtparted/DETAILS
new file mode 100644
index 0000000..b8292dd
--- /dev/null
+++ b/x11-utils/qtparted/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=qtparted
+ VERSION=0.4.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=qtparted-0.4.5-PED_SECTOR_SIZE.patch
+ SOURCE3=qtparted.desktop.patch
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE3_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:01bf8d1c7866544b410e5be14e2cfcaa5c16cd3d
+ SOURCE2_VFY=sha1:b6212ac204e18ac8564e8f8fe689a724e0126143
+ SOURCE3_VFY=sha1:9b2de5781cd2aee83c33b4b92783d4ace5c9510a
+ WEB_SITE=http://qtparted.sourceforge.net
+ ENTERED=20080927
+ UPDATED=20080927
+ SHORT="Partition Magic clone written in C++ using the Qt toolkit"
+cat << EOF
+QtParted stands for Qt Partition Editor and is a graphical frontend
+to libparted. Among other features it supports creating, resizing,
+moving and copying of partitions.
+EOF
More information about the Lunar-commits
mailing list