Github messages for voidlinux
 help / color / mirror / Atom feed
From: selfisekai <selfisekai@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] new package: onedrive-2.4.3
Date: Tue, 28 Jul 2020 18:15:42 +0200	[thread overview]
Message-ID: <20200728161542.svnvkl5bi9mapKpd3eZM4iZxTa8tQD4mwN9laPgI2mI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23898@inbox.vuxu.org>

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

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

https://github.com/selfisekai/void-packages onedrive-service
https://github.com/void-linux/void-packages/pull/23898

new package: onedrive-2.4.3
https://github.com/abraunegg/onedrive

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

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

From 8fc008f97e797bcaa1ab308c724e641d5116e0bc Mon Sep 17 00:00:00 2001
From: selfisekai <laura@selfisekai.rocks>
Date: Tue, 28 Jul 2020 16:42:18 +0200
Subject: [PATCH] new package: onedrive-2.4.3

---
 srcpkgs/onedrive-d          |  1 +
 srcpkgs/onedrive-d/template | 28 ----------------------------
 srcpkgs/onedrive/template   | 26 ++++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 28 deletions(-)
 create mode 120000 srcpkgs/onedrive-d
 delete mode 100644 srcpkgs/onedrive-d/template
 create mode 100644 srcpkgs/onedrive/template

diff --git a/srcpkgs/onedrive-d b/srcpkgs/onedrive-d
new file mode 120000
index 00000000000..fee711d1d52
--- /dev/null
+++ b/srcpkgs/onedrive-d
@@ -0,0 +1 @@
+onedrive
\ No newline at end of file
diff --git a/srcpkgs/onedrive-d/template b/srcpkgs/onedrive-d/template
deleted file mode 100644
index 7d744fbf38c..00000000000
--- a/srcpkgs/onedrive-d/template
+++ /dev/null
@@ -1,28 +0,0 @@
-# Template file for 'onedrive-d'
-pkgname=onedrive-d
-version=1.1.3
-revision=1
-wrksrc="onedrive-${version}"
-build_style=gnu-makefile
-hostmakedepends="dmd"
-makedepends="libcurl-devel sqlite-devel"
-short_desc="Free Client for OneDrive on Linux"
-maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/skilion/onedrive"
-changelog="https://raw.githubusercontent.com/skilion/onedrive/master/CHANGELOG.md"
-distfiles="https://github.com/skilion/onedrive/archive/v${version}.tar.gz"
-checksum=fb12235a73919b3374b8f27785b834a690fba1c6e70c6e6f1f5da3e51eb471a0
-nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/3910/steps/shell_3/logs/stdio"
-
-pre_build() {
-	printf 'v%s\n' "$pkgver" > version
-	sed -i '/^onedrive:/ s/version //' Makefile
-	sed -i 's/std\.c\./core.stdc./g' src/sqlite.d
-}
-
-post_install() {
-	vinstall config 644 usr/share/onedrive config.default
-	# We don't care about the systemd service installed here.
-	rm -rf ${DESTDIR}/usr/lib/systemd
-}
diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
new file mode 100644
index 00000000000..85923b540c3
--- /dev/null
+++ b/srcpkgs/onedrive/template
@@ -0,0 +1,26 @@
+# Template file for 'onedrive'
+pkgname=onedrive
+version=2.4.3
+revision=1
+build_style=gnu-configure
+configure_args="DC=ldc2"
+hostmakedepends="ldc pkg-config"
+makedepends="libcurl-devel sqlite-devel libnotify-devel"
+short_desc="OneDrive Client for Linux"
+maintainer="selfisekai <laura@selfisekai.rocks>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/abraunegg/onedrive"
+changelog="https://raw.githubusercontent.com/abraunegg/onedrive/v${version}/CHANGELOG.md"
+distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
+checksum=4236f436b3658e360164d945a8bc5c9620539c1339ef9182e3d060d2e3b90b9b
+nocross="uses host flags for cross compilations"
+
+post_install() {
+	vinstall config 644 usr/share/onedrive config.default
+}
+
+onedrive-d_package() {
+	build_style=meta
+	depends="${sourcepkg}"
+	short_desc+=" (transitional dummy package)"
+}

  parent reply	other threads:[~2020-07-28 16:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28 15:01 [PR PATCH] " selfisekai
2020-07-28 15:17 ` [PR REVIEW] " ericonr
2020-07-28 15:17 ` ericonr
2020-07-28 15:17 ` ericonr
2020-07-28 15:17 ` ericonr
2020-07-28 15:17 ` ericonr
2020-07-28 15:17 ` ericonr
2020-07-28 15:18 ` ericonr
2020-07-28 15:30 ` daniel-eys
2020-07-28 15:31 ` [PR REVIEW] " selfisekai
2020-07-28 15:33 ` daniel-eys
2020-07-28 15:38 ` ericonr
2020-07-28 15:39 ` selfisekai
2020-07-28 15:42 ` ericonr
2020-07-28 15:47 ` ahesford
2020-07-28 15:47 ` ahesford
2020-07-28 15:47 ` ahesford
2020-07-28 15:56 ` ahesford
2020-07-28 15:56 ` ahesford
2020-07-28 15:58 ` ahesford
2020-07-28 16:11 ` [PR REVIEW] " selfisekai
2020-07-28 16:15 ` selfisekai [this message]
2020-07-28 16:18 ` selfisekai
2020-07-28 16:38 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200728161542.svnvkl5bi9mapKpd3eZM4iZxTa8tQD4mwN9laPgI2mI@z \
    --to=selfisekai@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).