Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fsearch-0.1
@ 2021-09-25 11:30 ScrelliCopter
  2021-09-25 11:51 ` [PR PATCH] [Updated] " ScrelliCopter
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ScrelliCopter @ 2021-09-25 11:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScrelliCopter/void-packages fsearch-stable
https://github.com/void-linux/void-packages/pull/33115

New package: fsearch-0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


Finally has a stable release https://github.com/cboxdoerfer/fsearch
Use this a lot myself and would love to see it in Void :)

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

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

From 68a0168db43a3559517a62fecb3ecd200804be1d Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Sat, 25 Sep 2021 21:26:36 +1000
Subject: [PATCH] New package: fsearch-0.1

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

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
new file mode 100644
index 000000000000..9693a8e2777e
--- /dev/null
+++ b/srcpkgs/fsearch/template
@@ -0,0 +1,18 @@
+# Template file for 'fsearch'
+pkgname=fsearch
+version=0.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config autoconf-archive
+ intltool gettext-devel glib-devel"
+makedepends="gtk+3-devel"
+short_desc="Fast file search utility based on GTK+3"
+maintainer="a dinosaur <nick@a-dinosaur.com>"
+license="GPL-2.0-or-later"
+homepage="https://cboxdoerfer.github.io/fsearch/"
+distfiles="https://github.com/cboxdoerfer/fsearch/archive/v${version}.tar.gz"
+checksum=50287fb77e56d2451bd828f207e9a1e33958aea591ec030d47b8b67d4e6f0828
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: fsearch-0.1
  2021-09-25 11:30 [PR PATCH] New package: fsearch-0.1 ScrelliCopter
@ 2021-09-25 11:51 ` ScrelliCopter
  2021-10-17 17:09 ` Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ScrelliCopter @ 2021-09-25 11:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScrelliCopter/void-packages fsearch-stable
https://github.com/void-linux/void-packages/pull/33115

New package: fsearch-0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


Finally has a stable release https://github.com/cboxdoerfer/fsearch
Use this a lot myself and would love to see it in Void :)

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

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

From 4e0dbf2d2851c8780f87c08b8355ee5f4ba144ad Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Sat, 25 Sep 2021 21:26:36 +1000
Subject: [PATCH] New package: fsearch-0.1

---
 .../fsearch/patches/musl-no-malloc_trim.diff   | 13 +++++++++++++
 srcpkgs/fsearch/template                       | 18 ++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/fsearch/patches/musl-no-malloc_trim.diff
 create mode 100644 srcpkgs/fsearch/template

diff --git a/srcpkgs/fsearch/patches/musl-no-malloc_trim.diff b/srcpkgs/fsearch/patches/musl-no-malloc_trim.diff
new file mode 100644
index 000000000000..fd6c7304fc32
--- /dev/null
+++ b/srcpkgs/fsearch/patches/musl-no-malloc_trim.diff
@@ -0,0 +1,13 @@
+diff -ruN fsearch-0.1/src/fsearch_database.c fsearch-0.1-musl/src/fsearch_database.c
+--- fsearch-0.1/src/fsearch_database.c	2021-09-25 02:41:49.000000000 +1000
++++ fsearch-0.1-musl/src/fsearch_database.c	2021-09-25 21:42:00.187684634 +1000
+@@ -1454,7 +1454,9 @@
+ 
+     g_clear_pointer(&db, free);
+ 
++#ifdef __GLIBC__
+     malloc_trim(0);
++#endif
+ 
+     g_debug("[db_free] freed");
+ }
diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
new file mode 100644
index 000000000000..9693a8e2777e
--- /dev/null
+++ b/srcpkgs/fsearch/template
@@ -0,0 +1,18 @@
+# Template file for 'fsearch'
+pkgname=fsearch
+version=0.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config autoconf-archive
+ intltool gettext-devel glib-devel"
+makedepends="gtk+3-devel"
+short_desc="Fast file search utility based on GTK+3"
+maintainer="a dinosaur <nick@a-dinosaur.com>"
+license="GPL-2.0-or-later"
+homepage="https://cboxdoerfer.github.io/fsearch/"
+distfiles="https://github.com/cboxdoerfer/fsearch/archive/v${version}.tar.gz"
+checksum=50287fb77e56d2451bd828f207e9a1e33958aea591ec030d47b8b67d4e6f0828
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: New package: fsearch-0.1
  2021-09-25 11:30 [PR PATCH] New package: fsearch-0.1 ScrelliCopter
  2021-09-25 11:51 ` [PR PATCH] [Updated] " ScrelliCopter
@ 2021-10-17 17:09 ` Piraty
  2021-10-17 19:24 ` ScrelliCopter
  2021-10-17 21:27 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-10-17 17:09 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/33115#issuecomment-945160762

Comment:
what a mess... upstream has a tag `v0.1` (which you picked here) as well as a tag `0.1`

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

* Re: New package: fsearch-0.1
  2021-09-25 11:30 [PR PATCH] New package: fsearch-0.1 ScrelliCopter
  2021-09-25 11:51 ` [PR PATCH] [Updated] " ScrelliCopter
  2021-10-17 17:09 ` Piraty
@ 2021-10-17 19:24 ` ScrelliCopter
  2021-10-17 21:27 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: ScrelliCopter @ 2021-10-17 19:24 UTC (permalink / raw)
  To: ml

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

New comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/33115#issuecomment-945180394

Comment:
I picked the tagged release which happened to be `v1.0`. It appears the `1.0` just changed the readme and added some files for Debian and Copr packaging and nothing relevant to Void.

I do agree that it's a... *choice,* to go about it like that.

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

* Re: [PR PATCH] [Merged]: New package: fsearch-0.1
  2021-09-25 11:30 [PR PATCH] New package: fsearch-0.1 ScrelliCopter
                   ` (2 preceding siblings ...)
  2021-10-17 19:24 ` ScrelliCopter
@ 2021-10-17 21:27 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-10-17 21:27 UTC (permalink / raw)
  To: ml

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

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

New package: fsearch-0.1
https://github.com/void-linux/void-packages/pull/33115

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


Finally has a stable release https://github.com/cboxdoerfer/fsearch
Use this a lot myself and would love to see it in Void :)

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

end of thread, other threads:[~2021-10-17 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 11:30 [PR PATCH] New package: fsearch-0.1 ScrelliCopter
2021-09-25 11:51 ` [PR PATCH] [Updated] " ScrelliCopter
2021-10-17 17:09 ` Piraty
2021-10-17 19:24 ` ScrelliCopter
2021-10-17 21:27 ` [PR PATCH] [Merged]: " Piraty

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