Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fsearch-0.1beta2
@ 2019-07-23 17:36 voidlinux-github
  2020-04-05  7:22 ` [PR PATCH] [Updated] " LinArcX
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-23 17:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages fsearch-0.1beta2
https://github.com/void-linux/void-packages/pull/13298

New package: fsearch-0.1beta2
A fast file search utility for Unix-like systems based on GTK+3:

https://github.com/cboxdoerfer/fsearch

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fsearch-0.1beta2-13298.patch --]
[-- Type: application/text/x-diff, Size: 1186 bytes --]

From b6113e64b57d316f069f6886ac78591787bb1aad Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 22:03:41 +0430
Subject: [PATCH] New package: fsearch-0.1beta2

---
 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 00000000000..f07f79f4ff4
--- /dev/null
+++ b/srcpkgs/fsearch/template
@@ -0,0 +1,18 @@
+# Template file for 'fsearch'
+pkgname=fsearch
+version=0.1beta2
+revision=1
+build_style=gnu-configure
+hostmakedepends="gettext gettext-devel glib-devel po4a automake autogen autoconf-archive pkg-config intltool glib-devel"
+makedepends="$(vopt_if gtk3 gtk+3-3 gtk+3-devel gtk+-devel)"
+depends="pcre hicolor-icon-theme"
+short_desc="Fast file search utility for Unix-like systems based on GTK+3"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/cboxdoerfer/fsearch"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=46d4bf3a488f426c1044f822a99632c2bb6b85517b6e67ad0e8a507a4c4c526f
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: fsearch-0.1beta2
  2019-07-23 17:36 [PR PATCH] New package: fsearch-0.1beta2 voidlinux-github
@ 2020-04-05  7:22 ` LinArcX
  2020-04-05  8:47 ` LinArcX
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: LinArcX @ 2020-04-05  7:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages fsearch-0.1beta2
https://github.com/void-linux/void-packages/pull/13298

New package: fsearch-0.1beta2
A fast file search utility for Unix-like systems based on GTK+3:

https://github.com/cboxdoerfer/fsearch

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

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

From 700486752e1a518870a6cb2c019b65aca886c864 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 22:03:41 +0430
Subject: [PATCH] New package: fsearch-0.1beta2

---
 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 00000000000..a580debe4d2
--- /dev/null
+++ b/srcpkgs/fsearch/template
@@ -0,0 +1,18 @@
+# Template file for 'fsearch'
+pkgname=fsearch
+version=0.1beta2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config intltool autoconf automake autoconf-archive
+ gettext-devel"
+makedepends="glib-devel gtk+3-devel"
+short_desc="Fast file search utility for Unix-like systems based on GTK+3"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/cboxdoerfer/fsearch"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=46d4bf3a488f426c1044f822a99632c2bb6b85517b6e67ad0e8a507a4c4c526f
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: fsearch-0.1beta2
  2019-07-23 17:36 [PR PATCH] New package: fsearch-0.1beta2 voidlinux-github
  2020-04-05  7:22 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-05  8:47 ` LinArcX
  2021-02-15  5:33 ` ericonr
  2021-02-15  5:33 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: LinArcX @ 2020-04-05  8:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages fsearch-0.1beta2
https://github.com/void-linux/void-packages/pull/13298

New package: fsearch-0.1beta2
A fast file search utility for Unix-like systems based on GTK+3:

https://github.com/cboxdoerfer/fsearch

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

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

From 328d7762f61d72306bba59e260363bb78e11c728 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 22:03:41 +0430
Subject: [PATCH] New package: fsearch-0.1beta2

---
 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 00000000000..28994046a7c
--- /dev/null
+++ b/srcpkgs/fsearch/template
@@ -0,0 +1,18 @@
+# Template file for 'fsearch'
+pkgname=fsearch
+version=0.1beta2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config intltool autoconf automake autoconf-archive
+ gettext-devel glib-devel"
+makedepends="gtk+3-devel"
+short_desc="Fast file search utility for Unix-like systems based on GTK+3"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/cboxdoerfer/fsearch"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=46d4bf3a488f426c1044f822a99632c2bb6b85517b6e67ad0e8a507a4c4c526f
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: New package: fsearch-0.1beta2
  2019-07-23 17:36 [PR PATCH] New package: fsearch-0.1beta2 voidlinux-github
  2020-04-05  7:22 ` [PR PATCH] [Updated] " LinArcX
  2020-04-05  8:47 ` LinArcX
@ 2021-02-15  5:33 ` ericonr
  2021-02-15  5:33 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-15  5:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/13298#issuecomment-778953641

Comment:
Upstream is rather terrible about releases. Will be closing for now, feel free to reopen when they make an actual release.

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

* Re: [PR PATCH] [Closed]: New package: fsearch-0.1beta2
  2019-07-23 17:36 [PR PATCH] New package: fsearch-0.1beta2 voidlinux-github
                   ` (2 preceding siblings ...)
  2021-02-15  5:33 ` ericonr
@ 2021-02-15  5:33 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-15  5:33 UTC (permalink / raw)
  To: ml

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

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

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

Description:
A fast file search utility for Unix-like systems based on GTK+3:

https://github.com/cboxdoerfer/fsearch

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

end of thread, other threads:[~2021-02-15  5:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23 17:36 [PR PATCH] New package: fsearch-0.1beta2 voidlinux-github
2020-04-05  7:22 ` [PR PATCH] [Updated] " LinArcX
2020-04-05  8:47 ` LinArcX
2021-02-15  5:33 ` ericonr
2021-02-15  5:33 ` [PR PATCH] [Closed]: " ericonr

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