Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zeitgeist: update to 1.0.3, use python3
@ 2020-10-19  7:46 PaperMountainStudio
  2020-10-19 15:25 ` [PR PATCH] [Updated] " PaperMountainStudio
  2020-10-19 15:49 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-19  7:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages zeitgeist-py3
https://github.com/void-linux/void-packages/pull/25731

zeitgeist: update to 1.0.3, use python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zeitgeist-py3-25731.patch --]
[-- Type: text/x-diff, Size: 1687 bytes --]

From 757c1224c7ef3ad93e103430af695c335d2247ef Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 18 Oct 2020 22:23:49 +0200
Subject: [PATCH] zeitgeist: update to 1.0.3, use python3

---
 srcpkgs/zeitgeist/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/zeitgeist/template b/srcpkgs/zeitgeist/template
index d53c9a39ca8..7062154a394 100644
--- a/srcpkgs/zeitgeist/template
+++ b/srcpkgs/zeitgeist/template
@@ -1,22 +1,21 @@
 # Template file for 'zeitgeist'
 pkgname=zeitgeist
-version=1.0.2
-revision=2
+version=1.0.3
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
-pycompile_module="zeitgeist"
 hostmakedepends="automake libtool pkg-config gettext-devel
- intltool $(vopt_if vala vala) python-rdflib"
+ intltool $(vopt_if vala vala) python3-rdflib"
 makedepends="json-glib-devel gtk+3-devel telepathy-glib-devel
- python-gobject-devel dbus-devel sqlite-devel xapian-core-devel raptor"
-depends="python-dbus python-gobject"
+ python3-gobject-devel dbus-devel sqlite-devel xapian-core-devel raptor"
+depends="python3-dbus python3-gobject"
 short_desc="Logs the users’ activities and events"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://launchpad.net/zeitgeist/"
 distfiles="https://launchpad.net/zeitgeist/${version%.*}/${version}/+download/zeitgeist-${version}.tar.xz"
-checksum=d023b5904c7076b2701df915dd29b77e256a86d9e80ecfb92f36c9f26371a8ce
+checksum=609f5eeccc74ebec8d1a15155ee2306c86f2f670a510052da52ba9b3216c4cd5
 
 # Package build options
 build_options="gir vala"

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

* Re: [PR PATCH] [Updated] zeitgeist: update to 1.0.3, use python3
  2020-10-19  7:46 [PR PATCH] zeitgeist: update to 1.0.3, use python3 PaperMountainStudio
@ 2020-10-19 15:25 ` PaperMountainStudio
  2020-10-19 15:49 ` [PR PATCH] [Closed]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-19 15:25 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages zeitgeist-py3
https://github.com/void-linux/void-packages/pull/25731

zeitgeist: update to 1.0.3, use python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zeitgeist-py3-25731.patch --]
[-- Type: text/x-diff, Size: 1840 bytes --]

From 33c55dbabae8d30da23449986047bdede125bb79 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 18 Oct 2020 22:23:49 +0200
Subject: [PATCH] zeitgeist: update to 1.0.3, use python3

---
 srcpkgs/zeitgeist/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/zeitgeist/template b/srcpkgs/zeitgeist/template
index d53c9a39ca8..1066a3bf9f7 100644
--- a/srcpkgs/zeitgeist/template
+++ b/srcpkgs/zeitgeist/template
@@ -1,22 +1,21 @@
 # Template file for 'zeitgeist'
 pkgname=zeitgeist
-version=1.0.2
-revision=2
+version=1.0.3
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
-pycompile_module="zeitgeist"
 hostmakedepends="automake libtool pkg-config gettext-devel
- intltool $(vopt_if vala vala) python-rdflib"
+ intltool $(vopt_if vala vala) python3-rdflib"
 makedepends="json-glib-devel gtk+3-devel telepathy-glib-devel
- python-gobject-devel dbus-devel sqlite-devel xapian-core-devel raptor"
-depends="python-dbus python-gobject"
+ python3-gobject-devel dbus-devel sqlite-devel xapian-core-devel raptor"
+depends="python3-dbus python3-gobject"
 short_desc="Logs the users’ activities and events"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://launchpad.net/zeitgeist/"
 distfiles="https://launchpad.net/zeitgeist/${version%.*}/${version}/+download/zeitgeist-${version}.tar.xz"
-checksum=d023b5904c7076b2701df915dd29b77e256a86d9e80ecfb92f36c9f26371a8ce
+checksum=609f5eeccc74ebec8d1a15155ee2306c86f2f670a510052da52ba9b3216c4cd5
 
 # Package build options
 build_options="gir vala"
@@ -28,6 +27,7 @@ pre_configure() {
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/doc
+	rm -rf ${DESTDIR}/usr/lib/systemd
 }
 
 libzeitgeist2_package() {

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

* Re: [PR PATCH] [Closed]: zeitgeist: update to 1.0.3, use python3
  2020-10-19  7:46 [PR PATCH] zeitgeist: update to 1.0.3, use python3 PaperMountainStudio
  2020-10-19 15:25 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-10-19 15:49 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-10-19 15:49 UTC (permalink / raw)
  To: ml

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

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

zeitgeist: update to 1.0.3, use python3
https://github.com/void-linux/void-packages/pull/25731

Description:


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

end of thread, other threads:[~2020-10-19 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19  7:46 [PR PATCH] zeitgeist: update to 1.0.3, use python3 PaperMountainStudio
2020-10-19 15:25 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-19 15:49 ` [PR PATCH] [Closed]: " ahesford

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).