Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kup-0.8.0
@ 2021-03-30 19:26 Justinizer
  2021-03-30 19:29 ` [PR PATCH] [Updated] " Justinizer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Justinizer @ 2021-03-30 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages kup
https://github.com/void-linux/void-packages/pull/29891

New package: kup-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 27a7b78f85277b3ff2f0b2ef360d40c9fabf5bb2 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Tue, 30 Mar 2021 21:24:54 +0200
Subject: [PATCH] New package: kup-0.8.0

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

diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
new file mode 100644
index 000000000000..eac8accfa408
--- /dev/null
+++ b/srcpkgs/kup/template
@@ -0,0 +1,22 @@
+# Template file for 'kup'
+pkgname=kup
+version=0.8.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
+makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
+ kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
+ libgit2-devel plasma-framework-devel"
+depends="rsync"
+checkdepends="dbus"
+short_desc="Kup is created for helping people to keep up-to-date backups of their personal files."
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.kde.org/applications/utilities/kup/"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum="79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd"
+
+do_check() {
+	QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
+		dbus-run-session ninja -C build test
+}

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

end of thread, other threads:[~2021-04-23 20:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
2021-03-30 19:29 ` [PR PATCH] [Updated] " Justinizer
2021-03-30 20:00 ` Justinizer
2021-03-30 20:01 ` Justinizer
2021-03-30 20:01 ` Justinizer
2021-04-23 20:02 ` Johnnynator
2021-04-23 20:03 ` [PR PATCH] [Merged]: " Johnnynator

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