Github messages for voidlinux
 help / color / mirror / Atom feed
From: AgarimOSLinux <AgarimOSLinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: notes 2.1.0
Date: Mon, 10 Apr 2023 21:09:28 +0200	[thread overview]
Message-ID: <20230410190928.P9WTPPzaa8bMii6xNPeyUzPrUfxXqPWG_0Ux-Ds0070@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43365@inbox.vuxu.org>

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

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

https://github.com/AgarimOSLinux/void-packages notes
https://github.com/void-linux/void-packages/pull/43365

New package: notes 2.1.0
- I tested the changes in this PR: YES

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES


- I built this PR locally for my native architecture, (x86_64)



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

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

From d60bdf3361e5766b160667d53a03c4ac4315a860 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Santos?= <agarimos@tutanota.com>
Date: Mon, 10 Apr 2023 00:17:56 +0200
Subject: [PATCH] New package: notes 2.1.0

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

diff --git a/srcpkgs/notes/template b/srcpkgs/notes/template
new file mode 100644
index 000000000000..adefa2a4e6c8
--- /dev/null
+++ b/srcpkgs/notes/template
@@ -0,0 +1,38 @@
+# Template file for 'notes'
+pkgname=notes
+version=2.1.0
+revision=1
+build_style=cmake
+hostmakedepends="git"
+makedepends="qt5-devel libSM qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+short_desc="Fast and beautiful note-taking app written in C++"
+maintainer="José Santos <agarimos@tutanota.com>"
+license="MPL-2.0"
+homepage="https://github.com/nuttyartist/notes"
+changelog="https://github.com/nuttyartist/notes/releases"
+distfiles="https://github.com/nuttyartist/notes/archive/refs/tags/v${version}.tar.gz"
+checksum=8a8ae079fad6d9d5e9206acf5f4d19e1e73e1196e6c27408072b5cccf8778b95
+
+post_extract() {
+                git clone https://github.com/alex-spataru/QSimpleUpdater.git --depth=1
+                cd QSimpleUpdater || exit
+                cp -r include ../3rdParty/QSimpleUpdater
+                cp -r src ../3rdParty/QSimpleUpdater
+                cd ..
+
+                git clone https://github.com/b00f/qautostart.git --depth=1
+                cd qautostart || exit
+                cp -r src ../3rdParty/qautostart
+                cd ..
+
+                git clone https://github.com/pbek/qmarkdowntextedit.git --depth=1
+                cd qmarkdowntextedit || exit
+                for _file in CMakeLists.txt LICENSE *.cpp *.h *.ui; do
+                cp $_file ../3rdParty/qmarkdowntextedit
+                done
+                cd ..
+                }
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-04-10 19:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-09 22:19 [PR PATCH] " AgarimOSLinux
2023-04-09 23:28 ` [PR REVIEW] " mhmdanas
2023-04-09 23:28 ` mhmdanas
2023-04-09 23:28 ` mhmdanas
2023-04-10  0:00 ` AgarimOSLinux
2023-04-10  1:34 ` classabbyamp
2023-04-10 12:29 ` [PR PATCH] [Updated] " AgarimOSLinux
2023-04-10 12:31 ` AgarimOSLinux
2023-04-10 12:33 ` AgarimOSLinux
2023-04-10 19:09 ` AgarimOSLinux [this message]
2023-04-14 19:21 ` [PR PATCH] [Closed]: " AgarimOSLinux

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=20230410190928.P9WTPPzaa8bMii6xNPeyUzPrUfxXqPWG_0Ux-Ds0070@z \
    --to=agarimoslinux@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).