Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bfeb69ced03077ae049ba64504f4e47a5d8517a1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bfeb69ced03077ae049ba64504f4e47a5d8517a1)
  • Date: Sat, 24 Nov 2012 08:21:43 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
disk/udisks2/HISTORY | 16
+++--
disk/udisks2/PRE_BUILD | 4 +
disk/udisks2/loop-ctl.patch | 16
+++++
gnome2-apps/gnome-disk-utility/DEPENDS | 32
++--------
gnome2-apps/gnome-disk-utility/DETAILS | 6 -
gnome2-apps/gnome-disk-utility/HISTORY | 4 +
gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.0.2.tar.bz2.sig | 0
gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.6.1.tar.xz.sig |binary
9 files changed, 45 insertions(+), 33 deletions(-)

New commits:
commit bfeb69ced03077ae049ba64504f4e47a5d8517a1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

udisks2: fixed build with older kernel headers

commit 2187f59e3f1ab47393603551869d12a6441a98e8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

udisks2: corrected email addr in HISTORY

commit 7c22db86e5bc89d4c9effdf6a0bd01b78a0fc91d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnome-disk-utility: => 3.6.1

diff --git a/disk/udisks2/HISTORY b/disk/udisks2/HISTORY
index 0b208f1..53be92d 100644
--- a/disk/udisks2/HISTORY
+++ b/disk/udisks2/HISTORY
@@ -1,22 +1,26 @@
-2012-10-05 Treeve Jelbert <treeve AT sourcemage.otg>
+2012-11-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply the patch
+ * loop-ctl.patch: added, to fix build with kernel headers before
26.07.11
+
+2012-10-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 2.0.0

-2012-07-31 Treeve Jelbert <treeve AT sourcemage.otg>
+2012-07-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 1.99.0
* DEPENDS: fix libacl => acl

-2012-05-21 Treeve Jelbert <treeve AT sourcemage.otg>
+2012-05-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 1.97.0
* DEPENDS: gobject-introspection is optional
add libacl

-2012-04-15 Treeve Jelbert <treeve AT sourcemage.otg>
+2012-04-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 1.94.0

-2012-04-04 Treeve Jelbert <treeve AT sourcemage.otg>
+2012-04-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 1.93.0

-2012-02-09 Treeve Jelbert <treeve AT sourcemage.otg>
+2012-02-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 1.91.0
spell created

diff --git a/disk/udisks2/PRE_BUILD b/disk/udisks2/PRE_BUILD
new file mode 100755
index 0000000..cec3d9f
--- /dev/null
+++ b/disk/udisks2/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/loop-ctl.patch"
diff --git a/disk/udisks2/loop-ctl.patch b/disk/udisks2/loop-ctl.patch
new file mode 100644
index 0000000..3fc1748
--- /dev/null
+++ b/disk/udisks2/loop-ctl.patch
@@ -0,0 +1,16 @@
+--- src/udiskslinuxmanager.h.orig 2011-10-10 22:13:43.000000000 +0400
++++ src/udiskslinuxmanager.h 2012-11-24 17:52:35.021912864 +0400
+@@ -23,6 +23,13 @@
+
+ #include "udisksdaemontypes.h"
+
++/* /dev/loop-control interface */
++#ifndef LOOP_CTL_ADD
++# define LOOP_CTL_ADD 0x4C80
++# define LOOP_CTL_REMOVE 0x4C81
++# define LOOP_CTL_GET_FREE 0x4C82
++#endif
++
+ G_BEGIN_DECLS
+
+ #define UDISKS_TYPE_LINUX_MANAGER (udisks_linux_manager_get_type ())
diff --git a/gnome2-apps/gnome-disk-utility/DEPENDS
b/gnome2-apps/gnome-disk-utility/DEPENDS
index d819279..df6be39 100755
--- a/gnome2-apps/gnome-disk-utility/DEPENDS
+++ b/gnome2-apps/gnome-disk-utility/DEPENDS
@@ -1,26 +1,10 @@
depends glib2 &&
depends gtk+3 &&
-depends udisks &&
-depends -sub GTK3 avahi &&
-depends libnotify &&
-depends unique &&
-
-optional_depends rarian \
- "--enable-scrollkeeper" \
- "--disable-scrollkeeper" \
- "to register with rarian" &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "to build documentation" &&
-
-optional_depends libgnome-keyring \
- "--enable-gnome-keyring" \
- "--disable-gnome-keyring" \
- "to use gnome keyring" &&
-
-optional_depends nautilus2 \
- "--enable-nautilus" \
- "--disable-nautilus" \
- "for nautilus extensions"
+depends udisks2 &&
+depends libpwquality &&
+depends libsecret &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/gnome2-apps/gnome-disk-utility/DETAILS
b/gnome2-apps/gnome-disk-utility/DETAILS
index 0e6b50e..5fb99e8 100755
--- a/gnome2-apps/gnome-disk-utility/DETAILS
+++ b/gnome2-apps/gnome-disk-utility/DETAILS
@@ -1,7 +1,7 @@
SPELL=gnome-disk-utility
- VERSION=3.0.2
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=3.6.1
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/gnome2-apps/gnome-disk-utility/HISTORY
b/gnome2-apps/gnome-disk-utility/HISTORY
index 1f18cf2..2e037a8 100644
--- a/gnome2-apps/gnome-disk-utility/HISTORY
+++ b/gnome2-apps/gnome-disk-utility/HISTORY
@@ -1,3 +1,7 @@
+2012-11-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.6.1
+ * DEPENDS: refreshed dependency list
+
2011-10-20 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Requires avahi built with gtk+3 support for Avahi UI
Depends on gtk+3, not gtk+2
diff --git
a/gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.0.2.tar.bz2.sig
b/gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.0.2.tar.bz2.sig
deleted file mode 100644
index 2f15fd5..0000000
Binary files
a/gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.0.2.tar.bz2.sig and
/dev/null differ
diff --git
a/gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.6.1.tar.xz.sig
b/gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.6.1.tar.xz.sig
new file mode 100644
index 0000000..7c67c3d
Binary files /dev/null and
b/gnome2-apps/gnome-disk-utility/gnome-disk-utility-3.6.1.tar.xz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bfeb69ced03077ae049ba64504f4e47a5d8517a1), Vlad Glagolev, 11/24/2012

Archive powered by MHonArc 2.6.24.

Top of Page