Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (81e12de4b08a17d6ed31f935669e0ec2f75760c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (81e12de4b08a17d6ed31f935669e0ec2f75760c7)
  • Date: Fri, 1 Dec 2006 15:26:03 -0600

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

disk/parted/DETAILS | 5 ++---
disk/parted/HISTORY | 4 ++++
disk/parted/parted.gpg |binary
disk/qtparted/BUILD | 2 --
disk/qtparted/DEPENDS | 1 +
disk/qtparted/DETAILS | 4 ++--
disk/qtparted/HISTORY | 7 +++++++
disk/qtparted/PRE_BUILD | 5 +++++
disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch | 13 +++++++++++++
disk/qtparted/qtparted-0.4.5.tar.bz2.sig |binary
10 files changed, 34 insertions(+), 7 deletions(-)

New commits:
commit 5d3f0a74d8abc328c7cc511ad463498de60c3359
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

parted: updated to 1.8.0

commit 1660626233fcb66148bf97236d218f4d17161b7f
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

qtparted: updated to 0.4.5

diff --git a/disk/parted/DETAILS b/disk/parted/DETAILS
index 95a37b2..5f1272e 100755
--- a/disk/parted/DETAILS
+++ b/disk/parted/DETAILS
@@ -1,15 +1,14 @@
SPELL=parted
- VERSION=1.7.1
+ VERSION=1.8.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${GNU_URL}/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
SOURCE2_IGNORE=signature
- SOURCE_GPG="gnu.gpg:${SOURCE}.sig"
+ SOURCE_GPG="parted.gpg:${SOURCE}.sig"
WEB_SITE=http://www.gnu.org/software/parted
ENTERED=20010922
- UPDATED=20030802
LICENSE[0]=GPL
KEYWORDS="disk"
SHORT="Create, destroy, resize, and copy partitions."
diff --git a/disk/parted/HISTORY b/disk/parted/HISTORY
index 04118c5..c75e32e 100644
--- a/disk/parted/HISTORY
+++ b/disk/parted/HISTORY
@@ -1,3 +1,7 @@
+2006-11-17 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 1.8.0, updated keyring
+ * parted.gpg: Added
+
2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665

diff --git a/disk/parted/parted.gpg b/disk/parted/parted.gpg
new file mode 100644
index 0000000..71acc7f
Binary files /dev/null and b/disk/parted/parted.gpg differ
diff --git a/disk/qtparted/BUILD b/disk/qtparted/BUILD
index 41d0728..ce47da8 100755
--- a/disk/qtparted/BUILD
+++ b/disk/qtparted/BUILD
@@ -1,4 +1,2 @@
-# don't assume a specific automake version
-sedit 's/-${am__api_version}//' configure &&
OPTS="$OPTS --enable-static=no" &&
default_build
diff --git a/disk/qtparted/DEPENDS b/disk/qtparted/DEPENDS
index a0bcda1..693f7e6 100755
--- a/disk/qtparted/DEPENDS
+++ b/disk/qtparted/DEPENDS
@@ -1,6 +1,7 @@
depends automake &&
depends parted &&
depends qt-x11 &&
+depends unsermake &&

optional_depends "ntfsprogs" "" "--disable-ntfs" "for NTFS support"
&&
optional_depends "xfsprogs" "" "--disable-xfs" "for XFS support"
&&
diff --git a/disk/qtparted/DETAILS b/disk/qtparted/DETAILS
index 64f80c5..3fc949f 100755
--- a/disk/qtparted/DETAILS
+++ b/disk/qtparted/DETAILS
@@ -1,9 +1,9 @@
SPELL=qtparted
- VERSION=0.4.4
+ VERSION=0.4.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- MD5[0]=e0c65ce4a56e3cd1f38bb03642da4ffb
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://qtparted.sourceforge.net
LICENSE[0]=GPL
ENTERED=20031001
diff --git a/disk/qtparted/HISTORY b/disk/qtparted/HISTORY
index d853e1a..e54bf65 100644
--- a/disk/qtparted/HISTORY
+++ b/disk/qtparted/HISTORY
@@ -1,3 +1,10 @@
+2006-12-01 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.4.5
+ * qtparted-0.4.5-PED_SECTOR_SIZE.patch: added to fix compiling
+ * PRE_BUILD: apply patch, fix unsermake path
+ * BUILD: removed automake version hack
+ * DEPENDS: added unsermake
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/disk/qtparted/PRE_BUILD b/disk/qtparted/PRE_BUILD
new file mode 100755
index 0000000..43a56f4
--- /dev/null
+++ b/disk/qtparted/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit 's!/usr/share/unsermake/unsermake!/usr/bin/unsermake!' Makefile.in &&
+sedit 's!/usr/share/unsermake/unsermake!/usr/bin/unsermake!' src/Makefile.in
&&
+patch -p1 < $SCRIPT_DIRECTORY/qtparted-0.4.5-PED_SECTOR_SIZE.patch
diff --git a/disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch
b/disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch
new file mode 100644
index 0000000..d85c701
--- /dev/null
+++ b/disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch
@@ -0,0 +1,13 @@
+--- qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:49:42.000000000 +0100
++++ qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:51:18.000000000 +0100
+@@ -35,6 +35,10 @@
+ #include "qtparted.h"
+ #include "qp_devlist.h"
+
++#ifndef PED_SECTOR_SIZE
++#define PED_SECTOR_SIZE PED_SECTOR_SIZE_DEFAULT
++#endif
++
+ class QP_PartWidget;
+ class QP_ListViewItem;
+ class QP_LibParted;
\ No newline at end of file
diff --git a/disk/qtparted/qtparted-0.4.5.tar.bz2.sig
b/disk/qtparted/qtparted-0.4.5.tar.bz2.sig
new file mode 100644
index 0000000..0a163af
Binary files /dev/null and b/disk/qtparted/qtparted-0.4.5.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page