Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: notes 2.1.0
@ 2023-04-09 22:19 AgarimOSLinux
  2023-04-09 23:28 ` [PR REVIEW] " mhmdanas
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: AgarimOSLinux @ 2023-04-09 22:19 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1850 bytes --]

From 89e34a5011f0c61852f3e329d8d84efd7c4aca55 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 | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/notes/template

diff --git a/srcpkgs/notes/template b/srcpkgs/notes/template
new file mode 100644
index 000000000000..381519aef7c3
--- /dev/null
+++ b/srcpkgs/notes/template
@@ -0,0 +1,39 @@
+# Template file for 'notes'
+pkgname=notes
+version=2.1.0
+revision=1
+build_style=cmake
+configure_args="-DUSE_QT_VERSION=5 -DUPDATE_CHECKER=OFF"
+hostmakedepends="gcc git"
+makedepends="qt5-devel libSM-devel 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/${pkgname}/releases/tag/v${version}"
+distfiles="https://github.com/nuttyartist/${pkgname}/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
+}

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

end of thread, other threads:[~2023-04-14 19:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 22:19 [PR PATCH] New package: notes 2.1.0 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
2023-04-14 19:21 ` [PR PATCH] [Closed]: " AgarimOSLinux

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