Github messages for voidlinux
 help / color / mirror / Atom feed
From: ZyxerZyxani <ZyxerZyxani@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: encryptpad-0.5.0.1
Date: Tue, 12 Jul 2022 15:38:02 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38024@inbox.vuxu.org> (raw)

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

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

https://github.com/ZyxerZyxani/void-packages master
https://github.com/void-linux/void-packages/pull/38024

New package: encryptpad-0.5.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):



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

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

From e99b2ba578672fecd680621076285d9086135163 Mon Sep 17 00:00:00 2001
From: ZyxerZyxani <33463214+ZyxerZyxani@users.noreply.github.com>
Date: Tue, 12 Jul 2022 12:58:12 +0000
Subject: [PATCH 1/3] New package: encryptpad-0.5.0.1

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

diff --git a/srcpkgs/encryptpad/template b/srcpkgs/encryptpad/template
new file mode 100644
index 000000000000..d0fa758399e4
--- /dev/null
+++ b/srcpkgs/encryptpad/template
@@ -0,0 +1,26 @@
+# Template file for 'encryptpad'
+pkgname=encryptpad
+version=0.5.0.1
+revision=1
+wrksrc=EncryptPad-${version}
+build_style=configure
+configure_script="./configure.py"
+hostmakedepends="pkg-config python3"
+makedepends="botan-devel bzip2-devel qt5-devel zlib-devel"
+short_desc="Minimalist secure text editor and file encryptor"
+maintainer="Zyxer Zyxani <zyxerzyxani@cryptolab.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/evpo/EncryptPad"
+distfiles="https://github.com/evpo/EncryptPad/archive/v${version}.tar.gz"
+checksum=8518864441d25df58e12d9d400d256a7ae1ff20dc9037954a0c8298d4d1211f5
+
+do_install() {
+	vbin bin/release/encryptcli
+	vbin bin/release/encryptpad
+
+	vinstall encryptpad.desktop 644 usr/share/applications
+	vinstall encryptpad.xml 644 usr/share/mime/packages
+
+	for res in 16x16 32x32 128x128; do
+		vinstall images/icns.iconset/icon_${res}.png 644 usr/share/icons/hicolor/${res}/apps encryptpad.png
+	done

From acaea16e2889039ad0440753290fa2055bcdf407 Mon Sep 17 00:00:00 2001
From: ZyxerZyxani <33463214+ZyxerZyxani@users.noreply.github.com>
Date: Tue, 12 Jul 2022 13:16:28 +0000
Subject: [PATCH 2/3] Delete srcpkgs/encryptpad directory

---
 srcpkgs/encryptpad/template | 26 --------------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 srcpkgs/encryptpad/template

diff --git a/srcpkgs/encryptpad/template b/srcpkgs/encryptpad/template
deleted file mode 100644
index d0fa758399e4..000000000000
--- a/srcpkgs/encryptpad/template
+++ /dev/null
@@ -1,26 +0,0 @@
-# Template file for 'encryptpad'
-pkgname=encryptpad
-version=0.5.0.1
-revision=1
-wrksrc=EncryptPad-${version}
-build_style=configure
-configure_script="./configure.py"
-hostmakedepends="pkg-config python3"
-makedepends="botan-devel bzip2-devel qt5-devel zlib-devel"
-short_desc="Minimalist secure text editor and file encryptor"
-maintainer="Zyxer Zyxani <zyxerzyxani@cryptolab.net>"
-license="GPL-2.0-or-later"
-homepage="https://github.com/evpo/EncryptPad"
-distfiles="https://github.com/evpo/EncryptPad/archive/v${version}.tar.gz"
-checksum=8518864441d25df58e12d9d400d256a7ae1ff20dc9037954a0c8298d4d1211f5
-
-do_install() {
-	vbin bin/release/encryptcli
-	vbin bin/release/encryptpad
-
-	vinstall encryptpad.desktop 644 usr/share/applications
-	vinstall encryptpad.xml 644 usr/share/mime/packages
-
-	for res in 16x16 32x32 128x128; do
-		vinstall images/icns.iconset/icon_${res}.png 644 usr/share/icons/hicolor/${res}/apps encryptpad.png
-	done

From 3b8c5c94025d7481db96aca02659fe8f85576bc3 Mon Sep 17 00:00:00 2001
From: ZyxerZyxani <33463214+ZyxerZyxani@users.noreply.github.com>
Date: Tue, 12 Jul 2022 13:28:51 +0000
Subject: [PATCH 3/3] New package: encryptpad-0.5.0.1

Encryptpad, basic text editor with support for symmetric encryption, protect documents with password or key file.
---
 srcpkgs/encryptpad/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/encryptpad/template

diff --git a/srcpkgs/encryptpad/template b/srcpkgs/encryptpad/template
new file mode 100644
index 000000000000..cb72f31b9470
--- /dev/null
+++ b/srcpkgs/encryptpad/template
@@ -0,0 +1,28 @@
+# Template file for 'encryptpad'
+pkgname=encryptpad
+version=0.5.0.1
+revision=1
+wrksrc=EncryptPad-${version}
+build_style=configure
+configure_script="./configure.py"
+hostmakedepends="pkg-config python3"
+makedepends="botan-devel bzip2-devel qt5-devel zlib-devel"
+short_desc="Minimalist secure text editor and file encryptor"
+maintainer="Zyxer Zyxani <zyxerzyxani@cryptolab.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/evpo/EncryptPad"
+distfiles="https://github.com/evpo/EncryptPad/archive/v${version}.tar.gz"
+checksum=8518864441d25df58e12d9d400d256a7ae1ff20dc9037954a0c8298d4d1211f5
+changelog=https://raw.githubusercontent.com/evpo/EncryptPad/master/CHANGES.htm
+
+do_install() {
+	vbin bin/release/encryptcli
+	vbin bin/release/encryptpad
+
+	vinstall encryptpad.desktop 644 usr/share/applications
+	vinstall encryptpad.xml 644 usr/share/mime/packages
+
+	for res in 16x16 32x32 128x128; do
+		vinstall images/icns.iconset/icon_${res}.png 644 usr/share/icons/hicolor/${res}/apps encryptpad.png
+	done
+}

             reply	other threads:[~2022-07-12 13:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-12 13:38 ZyxerZyxani [this message]
2022-07-12 13:44 ` [PR PATCH] [Closed]: " ZyxerZyxani
2022-07-24 17:20 [PR PATCH] New package EncryptPad-0.5.0.1 ZyxerZyxani

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38024@inbox.vuxu.org \
    --to=zyxerzyxani@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).