Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5f607e5f33000cdc79bd4d5cba9ef8e05f575078)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5f607e5f33000cdc79bd4d5cba9ef8e05f575078)
  • Date: Mon, 14 Oct 2019 12:15:40 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/libblockdev/DEPENDS | 3 +--
disk/libblockdev/DETAILS | 4 ++--
disk/libblockdev/HISTORY | 4 ++++
disk/libbytesize/DEPENDS | 6 +++---
disk/libbytesize/DETAILS | 4 ++--
disk/libbytesize/HISTORY | 6 ++++++
disk/libbytesize/PRE_BUILD | 7 ++++++-
disk/udisks2/DETAILS | 4 ++--
disk/udisks2/HISTORY | 3 +++
kde-frameworks/kcalendarcore/CONFLICTS | 1 +
10 files changed, 30 insertions(+), 12 deletions(-)

New commits:
commit 5f607e5f33000cdc79bd4d5cba9ef8e05f575078
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kcalendarcore - add missing file

commit 9b72d38ab01a0b1423523c01ec2211c9202cc197
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

udisks2: => 2.8.4

commit ddb24ca835a3eba243266391cdda9e29baa38632
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libblockdev - lvm optional

commit fc882a712ce9f12a8ee3b0635d6f45164c6b21a1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libbytesize - enable build without gettext

commit d041641d5d910e1e9029707ada5c5d9159f9181d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libbytesize: => 2.1

commit 01d8c04b9fc07828d423941f294ba7f2983580a8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libblockdev: => 2.23

diff --git a/disk/libblockdev/DEPENDS b/disk/libblockdev/DEPENDS
index 338a174..6d8b553 100755
--- a/disk/libblockdev/DEPENDS
+++ b/disk/libblockdev/DEPENDS
@@ -1,7 +1,6 @@
depends DEVICE-MANAGER &&
depends glib2 &&
depends libbytesize &&
-depends lvm &&
depends pkgconfig &&
depends util-linux &&

@@ -9,7 +8,7 @@ optional_depends gobject-introspection '' '' 'Enable
introspection?' &&
optional_depends gtk-doc '--with-gtk-doc' '--without-gtk-doc' 'Build
Devhelp files?' &&

optional_depends kmod '' '' 'dynamic module loading' &&
-#optional_depends lvm '--with-lvm' '--without-lvm --without-lvm_dbus'
'LVM support' &&
+optional_depends lvm '--with-lvm' '--without-lvm --without-lvm_dbus
--without-mpath' 'LVM support' &&
optional_depends parted '--with-part' '--without-part' 'partition support'
&&
optional_depends python3 '--with-python3' '--without-python3' 'Python3
support' &&
optional_depends python '--with-python2' '--without-python2' 'Python2
support' &&
diff --git a/disk/libblockdev/DETAILS b/disk/libblockdev/DETAILS
index 0924db4..cba4602 100755
--- a/disk/libblockdev/DETAILS
+++ b/disk/libblockdev/DETAILS
@@ -1,6 +1,6 @@
SPELL=libblockdev
- VERSION=2.22
-
SOURCE_HASH=sha512:69bbd5afbd8abb0e22ef72d80375e32db653f21cf3063cf69fff71ad069ee0e6119adf6918a63e7ba9ec4ca02ffe3337be3edeeafdd3e73e4e53d85e90bf2f45
+ VERSION=2.23
+
SOURCE_HASH=sha512:ecc4d5a3cb977fbbe176bf6872b6754833d2869e927c32f8466685916ee4550cf806e0b0c8f5e8e76de3839ae591a4eec502ff974c2f0678af6cfd46dd3016f3
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/storaged-project/libblockdev
diff --git a/disk/libblockdev/HISTORY b/disk/libblockdev/HISTORY
index e56c43c..80eaa8f 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,3 +1,7 @@
+2019-10-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.23
+ * DEPENDS: lvm truly optional
+
2019-08-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.22

diff --git a/disk/libbytesize/DEPENDS b/disk/libbytesize/DEPENDS
index cd3b688..d28e51c 100755
--- a/disk/libbytesize/DEPENDS
+++ b/disk/libbytesize/DEPENDS
@@ -1,7 +1,7 @@
depends pkgconfig &&
depends gmp &&
depends mpfr &&
-depends pcre &&
+depends pcre2 &&
+optional_depends gettext '' '' 'NLS support' &&
optional_depends gtk-doc '--with-gtk-doc' '--without-gtk-doc' 'Build
Devhelp files?' &&
-optional_depends python3 '--with-python3' '--without-python3' 'Python3
support' &&
-optional_depends python '--with-python2' '--without-python2' 'Python2
support'
+optional_depends python3 '--with-python3' '--without-python3
--without-tools' 'Python3 support'
diff --git a/disk/libbytesize/DETAILS b/disk/libbytesize/DETAILS
index 367049c..97e99b3 100755
--- a/disk/libbytesize/DETAILS
+++ b/disk/libbytesize/DETAILS
@@ -1,6 +1,6 @@
SPELL=libbytesize
- VERSION=1.4
-
SOURCE_HASH=sha512:5dd13cf52a1674be776220ee1863f42261a47dc53af1ce4a31460d6d02ce87e19c5a52260f700928af98f1d9d7a96de7c11d8f384907b3187ef2effc10cbb593
+ VERSION=2.1
+
SOURCE_HASH=sha512:97070c38da797e65618ee788ba498da85ecd2df7b244fae8d170cefddd456567840a056e23e0dab335450f958735dc0d9e6663f7ced8b78c35d2bf30a8f5f18f
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/storaged-project/$SPELL
diff --git a/disk/libbytesize/HISTORY b/disk/libbytesize/HISTORY
index 08f4bf0..085e82b 100644
--- a/disk/libbytesize/HISTORY
+++ b/disk/libbytesize/HISTORY
@@ -1,3 +1,9 @@
+2019-10-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1
+ * DEPENDS: +pcre, -python
+ optional gettext
+ * PRE_BUILD: added, enable build without gettext
+
2018-08-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4

diff --git a/disk/libbytesize/PRE_BUILD b/disk/libbytesize/PRE_BUILD
index 0d3eecf..9dd501b 100755
--- a/disk/libbytesize/PRE_BUILD
+++ b/disk/libbytesize/PRE_BUILD
@@ -1,5 +1,10 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-
+# enable build without gettext
+if ! is_depends_enabled $SPELL gettext;then
+ rm -r po
+ sed -i '/gettext/,/NLS/D;/po\/Makefile/D' configure.ac &&
+ sed -i '/SUBDIRS/s/po src dist tests/src/' Makefile.am
+fi &&
libtoolize -f -i &&
autoreconf -i -s
diff --git a/disk/udisks2/DETAILS b/disk/udisks2/DETAILS
index 820e2a0..135b33f 100755
--- a/disk/udisks2/DETAILS
+++ b/disk/udisks2/DETAILS
@@ -1,6 +1,6 @@
SPELL=udisks2
- VERSION=2.8.2
-
SOURCE_HASH=sha512:dc0087ed2d3ab71dc66f63f868a6e2cd0e4e7578c40b2240739cecaffd6f50f5a2cecfc7ef7df9304e291d84ab12f59a940b9fb42b34a5a60d12061e6aaffc1a
+ VERSION=2.8.4
+
SOURCE_HASH=sha512:70860e5ca9ac73d442ca67f0e0429ce2f33575d8f64945fbf06d1694b080c8b6fed8d65b2485eff0ab66eab59cdebeb9309424820a2ee82c5faaa38029e15e6c
SECURITY_PATCH=3
SX=${SPELL//2}-${VERSION}
SOURCE="$SX.tar.bz2"
diff --git a/disk/udisks2/HISTORY b/disk/udisks2/HISTORY
index 7870ff7..5a84ada 100644
--- a/disk/udisks2/HISTORY
+++ b/disk/udisks2/HISTORY
@@ -1,3 +1,6 @@
+2019-10-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.8.4
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/

diff --git a/kde-frameworks/kcalendarcore/CONFLICTS
b/kde-frameworks/kcalendarcore/CONFLICTS
new file mode 100755
index 0000000..6fa08ab
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/CONFLICTS
@@ -0,0 +1 @@
+conflicts kcalcore y



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5f607e5f33000cdc79bd4d5cba9ef8e05f575078), Treeve Jelbert, 10/14/2019

Archive powered by MHonArc 2.6.24.

Top of Page