Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Converseen-0.9.8.1
@ 2020-10-06 18:49 unihernandez22
  2020-10-06 20:56 ` Converseen-0.9.8.1 Chocimier
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: unihernandez22 @ 2020-10-06 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unihernandez22/void-packages master
https://github.com/void-linux/void-packages/pull/25391

Converseen-0.9.8.1
WARNING: Cross compilation won't work

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

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

From f89efb215cb12a9a2f01ac4668e2f69653916e79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Unai=20Hern=C3=A1ndez?= <unihernandez22@gmail.com>
Date: Tue, 6 Oct 2020 12:23:43 -0300
Subject: [PATCH] Converseen-0.9.8.1

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

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 00000000000..3bd1cab65c3
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,26 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.8.1
+revision=1
+hostmakedepends="cmake pkg-config"
+makedepends="qt5-devel qt5-tools-devel ImageMagick libmagick-devel"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Unai Hernández <unihernandez22@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://converseen.fasterland.net/"
+distfiles="https://github.com/Faster3ck/Converseen/archive/v${version}.tar.gz"
+checksum=14657a3f2baf2e5f7bc493f59ffb2e31cbbb27ad7710687f6b71d26bee2b7a5e
+
+do_build() {
+	[ -d build ] && rm -rf build
+	mkdir build
+	cd build
+	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+	make
+}
+
+do_install() {
+	cd build
+	make DESTDIR=$DESTDIR install
+}

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

end of thread, other threads:[~2021-04-08 20:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 18:49 [PR PATCH] Converseen-0.9.8.1 unihernandez22
2020-10-06 20:56 ` Converseen-0.9.8.1 Chocimier
2020-10-07  0:06 ` [PR PATCH] [Updated] Converseen-0.9.8.1 unihernandez22
2020-10-07  0:11 ` unihernandez22
2020-10-16 19:31 ` [PR PATCH] [Updated] New package: Converseen-0.9.8.1 unihernandez22
2020-10-20 20:40 ` [PR REVIEW] " Chocimier
2020-10-20 20:40 ` Chocimier
2020-10-20 20:40 ` Chocimier
2020-10-30  2:43 ` unihernandez22
2020-10-30  2:49 ` [PR PATCH] [Updated] " unihernandez22
2020-10-30  3:46 ` ericonr
2020-10-30 14:37 ` sgn
2021-04-04  6:06 ` Veganizer
2021-04-04  6:24 ` Veganizer
2021-04-08 20:33 ` Chocimier
2021-04-08 20:33 ` [PR PATCH] [Closed]: " Chocimier

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