Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New KDE packages: ktimer, kgpg, kbibtex and kmplot
@ 2019-07-14 19:06 voidlinux-github
  2019-07-16 15:31 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-14 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/purpurrot/void-packages kde-apps
https://github.com/void-linux/void-packages/pull/13122

New KDE packages: ktimer, kgpg, kbibtex and kmplot


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kde-apps-13122.patch --]
[-- Type: application/text/x-diff, Size: 4534 bytes --]

From c4f76d07bfbce5a6ef6e86d0d08b92c2422c7f32 Mon Sep 17 00:00:00 2001
From: purpurrot <45521912+purpurrot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 19:31:24 +0200
Subject: [PATCH 1/4] New package: kgpg

---
 srcpkgs/kgpg/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/kgpg/template

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
new file mode 100644
index 00000000000..ee4894927eb
--- /dev/null
+++ b/srcpkgs/kgpg/template
@@ -0,0 +1,15 @@
+# Template file for 'kgpg'
+pkgname=kgpg
+version=19.04.3
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+depends="gpgmeqt"
+hostmakedepends="extra-cmake-modules kcoreaddons kconfig kdoctools python qt5-host-tools qt5-qmake"
+makedepends="qt5-devel gpgmeqt-devel akonadi-contacts-devel kcontacts-devel"
+short_desc="Simple interface for GnuPG"
+maintainer="John Eira <john.eira@web.de>"
+license="GPL-2.0-or-later"
+homepage="https://utils.kde.org/projects/kgpg/"
+distfiles="${KDE_SITE}/applications/${version}/src/kgpg-${version}.tar.xz"
+checksum=740ad342cfa1edf1c7cbbe8d15789533d5003dda5bf3899687eb4182b582236d

From 62fe0d2b36d24f9223c3963b8f6d2bd07295ac79 Mon Sep 17 00:00:00 2001
From: purpurrot <45521912+purpurrot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 19:31:35 +0200
Subject: [PATCH 2/4] New package: ktimer

---
 srcpkgs/ktimer/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/ktimer/template

diff --git a/srcpkgs/ktimer/template b/srcpkgs/ktimer/template
new file mode 100644
index 00000000000..58307326024
--- /dev/null
+++ b/srcpkgs/ktimer/template
@@ -0,0 +1,14 @@
+# Template file for 'ktimer'
+pkgname=ktimer
+version=19.04.3
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules kcoreaddons kconfig kdoctools python qt5-host-tools qt5-qmake"
+makedepends="qt5-devel"
+short_desc="Tool to execute programs after some time"
+maintainer="John Eira <john.eira@web.de>"
+license="GPL-2.0-or-later"
+homepage="https://utils.kde.org/projects/ktimer/"
+distfiles="${KDE_SITE}/applications/${version}/src/ktimer-${version}.tar.xz"
+checksum=c282a02019f7b1f69eae09b564481ed7526c7c836155b1eed2b22fb01fcaf563

From 7afa1709858c450cd936903366d7350cdd240fe3 Mon Sep 17 00:00:00 2001
From: purpurrot <45521912+purpurrot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 19:47:48 +0200
Subject: [PATCH 3/4] New package: kmplot

---
 srcpkgs/kmplot/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/kmplot/template

diff --git a/srcpkgs/kmplot/template b/srcpkgs/kmplot/template
new file mode 100644
index 00000000000..1bdd2bdd725
--- /dev/null
+++ b/srcpkgs/kmplot/template
@@ -0,0 +1,14 @@
+# Template file for 'kmplot'
+pkgname=kmplot
+version=19.04.3
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules kcoreaddons kconfig kdoctools python qt5-host-tools qt5-qmake"
+makedepends="qt5-devel kparts-devel"
+short_desc="Mathematical function plotter by KDE"
+maintainer="John Eira <john.eira@web.de>"
+license="GPL-2.0-or-later"
+homepage="https://edu.kde.org/kmplot/"
+distfiles="${KDE_SITE}/applications/${version}/src/kmplot-${version}.tar.xz"
+checksum=8c312235076fdad431fc68dc3e8be18ab8317e8a6efb6e6170958cb7495ab479

From b8258e68c1a574b5fc2fa9b8a72ace1794c8a03a Mon Sep 17 00:00:00 2001
From: purpurrot <45521912+purpurrot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 20:10:42 +0200
Subject: [PATCH 4/4] New package: kbibtex

---
 srcpkgs/kbibtex/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/kbibtex/template

diff --git a/srcpkgs/kbibtex/template b/srcpkgs/kbibtex/template
new file mode 100644
index 00000000000..6ba1bc6a852
--- /dev/null
+++ b/srcpkgs/kbibtex/template
@@ -0,0 +1,14 @@
+# Template file for 'kbibtex'
+pkgname=kbibtex
+version=0.9
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="pkgconf extra-cmake-modules kcoreaddons kconfig kdoctools python qt5-host-tools qt5-qmake"
+makedepends="qt5-devel qt5-xmlpatterns-devel qca-qt5-devel qoauth-qt5-devel poppler-qt5-devel ktexteditor-devel"
+short_desc="Bibliography editor for KDE"
+maintainer="John Eira <john.eira@web.de>"
+license="GPL-2.0-or-later"
+homepage="https://userbase.kde.org/KBibTeX"
+distfiles="${KDE_SITE}/KBibTeX/${version}/kbibtex-${version}.tar.xz"
+checksum=e5d426bb898f801e26655a6a9cc859e63e791229d8d03d1f8b5605860b00460d

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

* Re: New KDE packages: ktimer, kgpg, kbibtex and kmplot
  2019-07-14 19:06 [PR PATCH] New KDE packages: ktimer, kgpg, kbibtex and kmplot voidlinux-github
@ 2019-07-16 15:31 ` voidlinux-github
  2019-07-16 15:51 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-16 15:31 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/13122#issuecomment-511867382
Comment:
As you can see some packages fail to build. You need to fix that to get packages merged, possibly with some help on request. While doing that, change commit titles as recommended in Manual.md. Check license of packages - do they all are GPL2? Also try to remove python or use python3 where needed.

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

* Re: New KDE packages: ktimer, kgpg, kbibtex and kmplot
  2019-07-14 19:06 [PR PATCH] New KDE packages: ktimer, kgpg, kbibtex and kmplot voidlinux-github
  2019-07-16 15:31 ` voidlinux-github
@ 2019-07-16 15:51 ` voidlinux-github
  2019-07-18 17:07 ` voidlinux-github
  2019-07-18 17:07 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-16 15:51 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/13122#issuecomment-511875605
Comment:
Also pls do one PR per package when they are unrelated. Makes it easier to review

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

* Re: New KDE packages: ktimer, kgpg, kbibtex and kmplot
  2019-07-14 19:06 [PR PATCH] New KDE packages: ktimer, kgpg, kbibtex and kmplot voidlinux-github
  2019-07-16 15:31 ` voidlinux-github
  2019-07-16 15:51 ` voidlinux-github
@ 2019-07-18 17:07 ` voidlinux-github
  2019-07-18 17:07 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-18 17:07 UTC (permalink / raw)
  To: ml

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

New comment by purpurrot on void-packages repository

https://github.com/void-linux/void-packages/pull/13122#issuecomment-512904520
Comment:
Sorry, for the mess. I am going to split the packges up into different PRs when i have time.

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

* Re: [PR PATCH] [Closed]: New KDE packages: ktimer, kgpg, kbibtex and kmplot
  2019-07-14 19:06 [PR PATCH] New KDE packages: ktimer, kgpg, kbibtex and kmplot voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-18 17:07 ` voidlinux-github
@ 2019-07-18 17:07 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-18 17:07 UTC (permalink / raw)
  To: ml

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

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

New KDE packages: ktimer, kgpg, kbibtex and kmplot
https://github.com/void-linux/void-packages/pull/13122
Description: 

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

end of thread, other threads:[~2019-07-18 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-14 19:06 [PR PATCH] New KDE packages: ktimer, kgpg, kbibtex and kmplot voidlinux-github
2019-07-16 15:31 ` voidlinux-github
2019-07-16 15:51 ` voidlinux-github
2019-07-18 17:07 ` voidlinux-github
2019-07-18 17:07 ` [PR PATCH] [Closed]: " voidlinux-github

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