Github messages for voidlinux
 help / color / mirror / Atom feed
From: sirkhancision <sirkhancision@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: czkawka-5.1.0
Date: Mon, 03 Apr 2023 03:50:04 +0200	[thread overview]
Message-ID: <20230403015004.g-UiolHCZ7IR6LD1ngSdvkmzCYIpTGhn-xktj2ln3SA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43229@inbox.vuxu.org>

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

There is an updated pull request by sirkhancision against master on the void-packages repository

https://github.com/sirkhancision/void-packages czkawka
https://github.com/void-linux/void-packages/pull/43229

New package: czkawka-5.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-glibc

Resolves #35145


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

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

From 72be7aba187188c35c3f5e40e1d1d1e0cc643461 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Fri, 17 Mar 2023 16:14:25 -0300
Subject: [PATCH] New package: czkawka-5.1.0

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

diff --git a/srcpkgs/czkawka/template b/srcpkgs/czkawka/template
new file mode 100644
index 000000000000..4bb96fd8bc0d
--- /dev/null
+++ b/srcpkgs/czkawka/template
@@ -0,0 +1,32 @@
+# Template file for 'czkawka'
+pkgname=czkawka
+version=5.1.0
+revision=1
+build_style=cargo
+build_helper=rust
+make_install_args="--path czkawka_gui"
+configure_args="--bin czkawka_gui --all-features"
+hostmakedepends="pkg-config"
+makedepends="libheif-devel gtk4-devel"
+checkdepends="dbus xvfb-run"
+short_desc="App to find duplicates, empty folders, similar images, etc"
+maintainer="sirkhancision <jsantiago12tone@gmail.com>"
+license="MIT"
+homepage="https://github.com/qarmin/czkawka"
+distfiles="https://github.com/qarmin/czkawka/archive/refs/tags/${version}.tar.gz"
+checksum=346c256ef215fa029a78c8150fcac1815e0c7f98319a167e18c5239e04849068
+
+do_check() {
+	dbus-run-session xvfb-run -s '-nolisten local' cargo test --bin czkawka_gui --release
+}
+
+post_install() {
+	vlicense LICENSE
+
+	CZKAWKA_NAME="com.github.qarmin.czkawka"
+	vinstall data/$CZKAWKA_NAME.desktop 644 usr/share/applications
+	vinstall data/icons/$CZKAWKA_NAME.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall data/icons/$CZKAWKA_NAME.Devel.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall data/icons/$CZKAWKA_NAME-symbolic.svg 644 usr/share/icons/hicolor/symbolic/apps
+	vinstall data/$CZKAWKA_NAME.metainfo.xml 644 usr/share/metainfo
+}

  reply	other threads:[~2023-04-03  1:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-03  1:43 [PR PATCH] " sirkhancision
2023-04-03  1:50 ` sirkhancision [this message]
2023-05-14  2:33 ` [PR PATCH] [Merged]: " abenson

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=20230403015004.g-UiolHCZ7IR6LD1ngSdvkmzCYIpTGhn-xktj2ln3SA@z \
    --to=sirkhancision@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).