From f0bff895288481da8f706780319e5de03bc8bd2f Mon Sep 17 00:00:00 2001 From: Zyxer Zyxani Date: Sun, 24 Jul 2022 19:05:11 +0200 Subject: [PATCH 1/2] 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..498b1e3f4e23 --- /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 qt5-qmake" +makedepends="botan-devel bzip2-devel qt5-devel zlib-devel" +short_desc="Minimalist secure text editor and file encryptor" +maintainer="Zyxer Zyxani " +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 +} From 146b26c6fae93589ab5a03465b73de856486c1e5 Mon Sep 17 00:00:00 2001 From: ZyxerZyxani <33463214+ZyxerZyxani@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:21:13 +0000 Subject: [PATCH 2/2] Update template --- srcpkgs/EncryptPad/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/EncryptPad/template b/srcpkgs/EncryptPad/template index 498b1e3f4e23..fdc55a5b9637 100644 --- a/srcpkgs/EncryptPad/template +++ b/srcpkgs/EncryptPad/template @@ -4,6 +4,7 @@ version=0.5.0.1 revision=1 build_style=configure configure_script="./configure.py" +nocross="Flaky build configuration." hostmakedepends="pkg-config python3 qt5-qmake" makedepends="botan-devel bzip2-devel qt5-devel zlib-devel" short_desc="Minimalist secure text editor and file encryptor"