Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: czkawka-5.1.0
@ 2023-04-03  1:43 sirkhancision
  2023-04-03  1:50 ` [PR PATCH] [Updated] " sirkhancision
  2023-05-14  2:33 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: sirkhancision @ 2023-04-03  1:43 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2889 bytes --]

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

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

diff --git a/srcpkgs/czkawka/template b/srcpkgs/czkawka/template
new file mode 100644
index 000000000000..710378a66994
--- /dev/null
+++ b/srcpkgs/czkawka/template
@@ -0,0 +1,18 @@
+# Template file for 'czkawka'
+pkgname=czkawka
+version=5.1.0
+revision=1
+build_style=cargo
+build_helper=rust
+configure_args="--all-features --bin czkawka_gui"
+makedepends="libheif-devel gtk4-devel"
+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
+
+post_install() {
+	vlicense LICENSE
+}

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 2/2] 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
+}

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

* Re: [PR PATCH] [Updated] New package: czkawka-5.1.0
  2023-04-03  1:43 [PR PATCH] New package: czkawka-5.1.0 sirkhancision
@ 2023-04-03  1:50 ` sirkhancision
  2023-05-14  2:33 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: sirkhancision @ 2023-04-03  1:50 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: New package: czkawka-5.1.0
  2023-04-03  1:43 [PR PATCH] New package: czkawka-5.1.0 sirkhancision
  2023-04-03  1:50 ` [PR PATCH] [Updated] " sirkhancision
@ 2023-05-14  2:33 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-05-14  2:33 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: czkawka-5.1.0
https://github.com/void-linux/void-packages/pull/43229

Description:
- 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


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

end of thread, other threads:[~2023-05-14  2:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03  1:43 [PR PATCH] New package: czkawka-5.1.0 sirkhancision
2023-04-03  1:50 ` [PR PATCH] [Updated] " sirkhancision
2023-05-14  2:33 ` [PR PATCH] [Merged]: " abenson

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