Skip to Content.
Sympa Menu

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

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 (e3fe3ce408ef8468d37034991f279321667fafbc)
  • Date: Tue, 11 Aug 2020 08:25:11 +0000

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

accounts-sso/libaccounts-glib/CONFIGURE | 1 +
accounts-sso/libaccounts-glib/DEPENDS | 9 +++++++--
accounts-sso/libaccounts-glib/DETAILS | 7 ++++---
accounts-sso/libaccounts-glib/HISTORY | 6 ++++++
accounts-sso/libaccounts-glib/PRE_BUILD | 4 ----
accounts-sso/libaccounts-qt/DEPENDS | 3 ++-
accounts-sso/libaccounts-qt/HISTORY | 3 +++
kde5-apps/kphotoalbum/DEPENDS | 3 ++-
kde5-apps/kphotoalbum/DETAILS | 2 +-
kde5-apps/kphotoalbum/HISTORY | 6 ++++++
kde5-apps/kphotoalbum/PRE_BUILD | 4 ----
kde5-apps/kphotoalbum/kphoto.gpg |binary
12 files changed, 32 insertions(+), 16 deletions(-)

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

kphotoalbum: => 5.7.0

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

libaccounts-qt - tweak depends

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

libaccounts-glib: => 1.25

diff --git a/accounts-sso/libaccounts-glib/CONFIGURE
b/accounts-sso/libaccounts-glib/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/accounts-sso/libaccounts-glib/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/accounts-sso/libaccounts-glib/DEPENDS
b/accounts-sso/libaccounts-glib/DEPENDS
index a57de5e..215132f 100755
--- a/accounts-sso/libaccounts-glib/DEPENDS
+++ b/accounts-sso/libaccounts-glib/DEPENDS
@@ -1,7 +1,12 @@
+depends meson &&
+depends ninja-build-system &&
depends glib2 &&
depends libxslt &&
depends libxml2 &&
depends pkgconfig &&
depends sqlite &&
-depends gtk-doc
-
+depends gobject-introspection &&
+depends vala &&
+depends gtk-doc &&
+depends pygobject3 &&
+depends pygments
diff --git a/accounts-sso/libaccounts-glib/DETAILS
b/accounts-sso/libaccounts-glib/DETAILS
index 24ae5e5..e73ef99 100755
--- a/accounts-sso/libaccounts-glib/DETAILS
+++ b/accounts-sso/libaccounts-glib/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libaccounts-glib
- VERSION=1.23
- VX=8d14b10652b2fe6c25d8ad8334e2d5023d254313
-
SOURCE_HASH=sha512:2c52fec83784225c3f9d0a276d83cd7a6d0061840b47d23d77485bd360277319fc5d63d0bf785e12c888132228b46ff9e34ff92a9bc3fe29eab0a4746986b7d5
+ VERSION=1.25
+ VX=886a80b3ba975d8a59a6500ade2b1debb552660c
+
SOURCE_HASH=sha512:608c0bfee4f608646b4c3f8f55c371497514d6dbb823c305542cf2b2a76952c38de14d5ce0238b1ac12afc1a987c67a74bf13f29c3edaf91201f2f71130f9b3a
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL=https://gitlab.com/accounts-sso/$SPELL/repository/archive.tar.bz2?ref=VERSION_${VERSION}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-VERSION_$VERSION-$VX
diff --git a/accounts-sso/libaccounts-glib/HISTORY
b/accounts-sso/libaccounts-glib/HISTORY
index f3719b1..2a77c61 100644
--- a/accounts-sso/libaccounts-glib/HISTORY
+++ b/accounts-sso/libaccounts-glib/HISTORY
@@ -1,3 +1,9 @@
+2020-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.25
+ * DEPENDS: convert to meson
+ add pygobject3 pygments vala gobject-introspection
+ * CONFIGURE: added
+
2019-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.23

diff --git a/accounts-sso/libaccounts-glib/PRE_BUILD
b/accounts-sso/libaccounts-glib/PRE_BUILD
deleted file mode 100755
index b20679d..0000000
--- a/accounts-sso/libaccounts-glib/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-gtkdocize --copy --flavour no-tmpl
-autoreconf -f -i --symlink
diff --git a/accounts-sso/libaccounts-qt/DEPENDS
b/accounts-sso/libaccounts-qt/DEPENDS
index d9ba54d..e1e01e7 100755
--- a/accounts-sso/libaccounts-qt/DEPENDS
+++ b/accounts-sso/libaccounts-qt/DEPENDS
@@ -1 +1,2 @@
-depends qtbase
+depends qtbase &&
+depends libaccounts-glib
diff --git a/accounts-sso/libaccounts-qt/HISTORY
b/accounts-sso/libaccounts-qt/HISTORY
index cd7ff1e..9e105f5 100644
--- a/accounts-sso/libaccounts-qt/HISTORY
+++ b/accounts-sso/libaccounts-qt/HISTORY
@@ -1,3 +1,6 @@
+2020-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add libaccounts-glib
+
2019-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.16

diff --git a/kde5-apps/kphotoalbum/DEPENDS b/kde5-apps/kphotoalbum/DEPENDS
index 483b121..f35b383 100755
--- a/kde5-apps/kphotoalbum/DEPENDS
+++ b/kde5-apps/kphotoalbum/DEPENDS
@@ -1,5 +1,6 @@
source $GRIMOIRE/KDE5_DEPENDS &&
depends karchive &&
+depends kauth &&
depends kcompletion &&
depends kconfig &&
depends kcoreaddons &&
@@ -18,5 +19,5 @@ depends phonon4qt5 &&
depends JPEG &&
optional_depends libkdcraw "" "" "process raw data" &&
optional_depends exiv2 "" "" "decode exif metadata" &&
-optional_depends libkgeomap "" "" "geographic map location" &&
+optional_depends marble "" "" "geographic map location" &&
optional_depends purpose "" "" "Quickshare support"
diff --git a/kde5-apps/kphotoalbum/DETAILS b/kde5-apps/kphotoalbum/DETAILS
index 8420ba9..0d0c1cf 100755
--- a/kde5-apps/kphotoalbum/DETAILS
+++ b/kde5-apps/kphotoalbum/DETAILS
@@ -1,5 +1,5 @@
SPELL=kphotoalbum
- VERSION=5.6
+ VERSION=5.7.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-apps/kphotoalbum/HISTORY b/kde5-apps/kphotoalbum/HISTORY
index fcd2907..6d41acf 100644
--- a/kde5-apps/kphotoalbum/HISTORY
+++ b/kde5-apps/kphotoalbum/HISTORY
@@ -1,3 +1,9 @@
+2020-08-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.7.0
+ * DEPENDS: +marble, - libkgeomap, +kauth
+ * kphoto.gpg: add "Tobias Leupold <tobias.leupold AT gmx.de>"
+ * PRE_BUILD: deleted
+
2020-02-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.6
* DEPENDS: +purpose, -libkipi
diff --git a/kde5-apps/kphotoalbum/PRE_BUILD b/kde5-apps/kphotoalbum/PRE_BUILD
deleted file mode 100755
index 95e46b7..0000000
--- a/kde5-apps/kphotoalbum/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i '/find_package/s/Exiv2/LibExiv2/;s/EXIV2/LibExiv2/' CMakeLists.txt &&
-apply_patch_dir patches
diff --git a/kde5-apps/kphotoalbum/kphoto.gpg
b/kde5-apps/kphotoalbum/kphoto.gpg
index a4c1506..d9e2706 100644
Binary files a/kde5-apps/kphotoalbum/kphoto.gpg and
b/kde5-apps/kphotoalbum/kphoto.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e3fe3ce408ef8468d37034991f279321667fafbc), Treeve Jelbert, 08/11/2020

Archive powered by MHonArc 2.6.24.

Top of Page