Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kaccounts-integration: update to 20.04.3.
@ 2020-07-21 22:05 Chocimier
  2020-07-22 16:40 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2020-07-21 22:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

There is a new pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org kaccounts-integration
https://github.com/void-linux/void-packages/pull/23696

kaccounts-integration: update to 20.04.3.


A patch file from https://github.com/void-linux/void-packages/pull/23696.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kaccounts-integration-23696.patch --]
[-- Type: text/x-diff, Size: 4305 bytes --]

From 8c56a611ae73efc7525999b0a4292638037f29ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 21 Jul 2020 23:30:46 +0200
Subject: [PATCH 1/4] kaccounts-integration: update to 20.04.3.

---
 common/shlibs                          | 2 +-
 srcpkgs/kaccounts-integration/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e0994cf183d..fdbd5558b7c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3662,7 +3662,7 @@ libOGDF.so libogdf-2018.03_1
 libCOIN.so libogdf-2018.03_1
 librocksdb.so.5 rocksdb-5.17.2_1
 libfrr.so.0 libfrr-6.0_1
-libkaccounts.so.1 kaccounts-integration-18.12.2_1
+libkaccounts.so.2 kaccounts-integration-20.04.3_1
 libfrrospfapiclient.so.0 libfrrospfapiclient-6.0_1
 liborocos-kdl.so.1.4 orocos-kdl-1.4.0_1
 libibumad.so.3 rdma-core-22.1_1
diff --git a/srcpkgs/kaccounts-integration/template b/srcpkgs/kaccounts-integration/template
index 8180c2dc61e..9c272e65670 100644
--- a/srcpkgs/kaccounts-integration/template
+++ b/srcpkgs/kaccounts-integration/template
@@ -1,6 +1,6 @@
 # Template file for 'kaccounts-integration'
 pkgname=kaccounts-integration
-version=20.04.2
+version=20.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake
@@ -12,7 +12,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-or-later"
 homepage="https://cgit.kde.org/kaccounts-integration.git/"
 distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-integration-${version}.tar.xz"
-checksum=d97e2e0fe7d6327e89bafe6fce290291c7a9bc4ce1ddf4606a4e29430d3241be
+checksum=57661418d6fe58f9c3d308ba8804e5bc83312bba0967e13bf144b1a7dba9b36d
 
 kaccounts-integration-devel_package() {
 	short_desc+=" - development"

From 4e843725fa6b7eecd8304e538f8abcbb1818b328 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Fri, 17 Jul 2020 21:37:23 +0200
Subject: [PATCH 2/4] akonadi5: rebuild for libkaccounts.so.2

---
 srcpkgs/akonadi5/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/akonadi5/template b/srcpkgs/akonadi5/template
index 668b5ae041d..587c3757958 100644
--- a/srcpkgs/akonadi5/template
+++ b/srcpkgs/akonadi5/template
@@ -1,7 +1,7 @@
 # Template file for 'akonadi5'
 pkgname=akonadi5
 version=20.04.3
-revision=1
+revision=2
 wrksrc="akonadi-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3
@@ -43,6 +43,10 @@ pre_build() {
 	fi
 }
 
+do_check() {
+	: # require dbus
+}
+
 akonadi5-devel_package() {
 	short_desc+=" - development"
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From b2f7cb37635a48274b9c6fc3e25b0a84cc0dbf87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Fri, 17 Jul 2020 21:37:23 +0200
Subject: [PATCH 3/4] kaccounts-providers: rebuild for libkaccounts.so.2

---
 srcpkgs/kaccounts-providers/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kaccounts-providers/template b/srcpkgs/kaccounts-providers/template
index 2ce02d36b19..27660f186c6 100644
--- a/srcpkgs/kaccounts-providers/template
+++ b/srcpkgs/kaccounts-providers/template
@@ -1,7 +1,7 @@
 # Template file for 'kaccounts-providers'
 pkgname=kaccounts-providers
 version=20.04.2
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules intltool qt5-qmake qt5-host-tools
  pkg-config kcoreaddons libaccounts-qt5-devel signond-devel"

From 5639aa95af4ab61b1d277ad41b3aef28f5f784a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Fri, 17 Jul 2020 21:37:23 +0200
Subject: [PATCH 4/4] kio-gdrive: rebuild for libkaccounts.so.2

---
 srcpkgs/kio-gdrive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kio-gdrive/template b/srcpkgs/kio-gdrive/template
index efb1ba1a97f..f0d678ce084 100644
--- a/srcpkgs/kio-gdrive/template
+++ b/srcpkgs/kio-gdrive/template
@@ -1,7 +1,7 @@
 # Template file for 'kio-gdrive'
 pkgname=kio-gdrive
 version=1.3.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules intltool pkg-config qt5-qmake qt5-host-tools
  kcoreaddons libaccounts-qt5-devel kdoctools"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: kaccounts-integration: update to 20.04.3.
  2020-07-21 22:05 [PR PATCH] kaccounts-integration: update to 20.04.3 Chocimier
@ 2020-07-22 16:40 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2020-07-22 16:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

There's a merged pull request on the void-packages repository

kaccounts-integration: update to 20.04.3.
https://github.com/void-linux/void-packages/pull/23696

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-22 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 22:05 [PR PATCH] kaccounts-integration: update to 20.04.3 Chocimier
2020-07-22 16:40 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).