Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package EncryptPad-0.5.0.1
@ 2022-07-24 17:20 ZyxerZyxani
  2022-07-24 17:38 ` [PR REVIEW] " classabbyamp
                   ` (23 more replies)
  0 siblings, 24 replies; 26+ messages in thread
From: ZyxerZyxani @ 2022-07-24 17:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ZyxerZyxani/void-packages encryptpad
https://github.com/void-linux/void-packages/pull/38249

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)




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

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

From a979fb2ff486a3e71796fe3f840f6b12e9ded220 Mon Sep 17 00:00:00 2001
From: Zyxer Zyxani <zyxerzyxani@cryptolab.net>
Date: Sun, 24 Jul 2022 19:05:11 +0200
Subject: [PATCH] New package EncryptPad-0.5.0.1

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

diff --git a/srcpkgs/EncryptPad/template b/srcpkgs/EncryptPad/template
new file mode 100644
index 000000000000..d2a992dfc56e
--- /dev/null
+++ b/srcpkgs/EncryptPad/template
@@ -0,0 +1,27 @@
+# Template file for 'encryptpad'
+pkgname=EncryptPad
+version=0.5.0.1
+revision=1
+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"
+changelog="https://github.com/evpo/EncryptPad/blob/master/CHANGES.md"
+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
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [PR PATCH] New package: encryptpad-0.5.0.1
@ 2022-07-12 13:38 ZyxerZyxani
  0 siblings, 0 replies; 26+ messages in thread
From: ZyxerZyxani @ 2022-07-12 13:38 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

end of thread, other threads:[~2023-03-31  1:55 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 17:20 [PR PATCH] New package EncryptPad-0.5.0.1 ZyxerZyxani
2022-07-24 17:38 ` [PR REVIEW] " classabbyamp
2022-07-24 17:40 ` ZyxerZyxani
2022-07-24 17:41 ` ZyxerZyxani
2022-07-24 17:47 ` [PR PATCH] [Updated] " ZyxerZyxani
2022-07-24 17:55 ` ZyxerZyxani
2022-07-24 17:56 ` [PR REVIEW] " ZyxerZyxani
2022-07-24 18:00 ` classabbyamp
2022-07-24 18:23 ` ZyxerZyxani
2022-07-24 18:25 ` classabbyamp
2022-07-24 18:36 ` [PR PATCH] [Updated] " ZyxerZyxani
2022-07-24 18:51 ` ZyxerZyxani
2022-07-24 18:57 ` ZyxerZyxani
2022-07-25  7:40 ` tranzystorek-io
2022-08-05  1:00 ` abenson
2022-08-05  1:01 ` abenson
2022-09-05 14:12 ` [PR PATCH] [Updated] " ZyxerZyxani
2022-09-05 14:21 ` ZyxerZyxani
2022-09-06 13:01 ` ZyxerZyxani
2022-09-06 13:27 ` ZyxerZyxani
2022-09-06 13:49 ` ZyxerZyxani
2022-12-06  2:29 ` github-actions
2022-12-14  7:00 ` ZyxerZyxani
2023-03-16  1:57 ` github-actions
2023-03-31  1:55 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2022-07-12 13:38 [PR PATCH] New package: encryptpad-0.5.0.1 ZyxerZyxani

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