Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: symlinks-1.4.3
@ 2020-10-05 15:17 Logarithmus
  2020-10-05 15:41 ` [PR PATCH] [Updated] " Logarithmus
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 15:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages symlinks
https://github.com/void-linux/void-packages/pull/25360

New package: symlinks-1.4.3


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

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

From f8b2af5d6fcca56ff17924937c363725955e012d Mon Sep 17 00:00:00 2001
From: Artur Sinila <personal@logarithmus.dev>
Date: Mon, 5 Oct 2020 18:17:06 +0300
Subject: [PATCH] New package: symlinks-1.4.3

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

diff --git a/srcpkgs/symlinks/template b/srcpkgs/symlinks/template
new file mode 100644
index 00000000000..4d050283dc4
--- /dev/null
+++ b/srcpkgs/symlinks/template
@@ -0,0 +1,17 @@
+# Template file for 'symlinks'
+pkgname=symlinks
+version=1.4.3
+revision=1
+build_style=gnu-makefile
+short_desc="Symbolic link maintenance utility"
+maintainer="Artur Sinila <personal@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/brandt/${pkgname}"
+distfiles="https://github.com/brandt/${pkgname}/archive/v${version}.tar.gz"
+checksum=27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2
+
+do_install() {
+	vbin symlinks
+	vman symlinks.8
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
@ 2020-10-05 15:41 ` Logarithmus
  2020-10-05 17:27 ` Logarithmus
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages symlinks
https://github.com/void-linux/void-packages/pull/25360

New package: symlinks-1.4.3


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

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

From 900a82175db3d425172c4323edac4517c95c628e Mon Sep 17 00:00:00 2001
From: Artur Sinila <personal@logarithmus.dev>
Date: Mon, 5 Oct 2020 18:17:06 +0300
Subject: [PATCH] New package: symlinks-1.4.3

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

diff --git a/srcpkgs/symlinks/template b/srcpkgs/symlinks/template
new file mode 100644
index 00000000000..4d050283dc4
--- /dev/null
+++ b/srcpkgs/symlinks/template
@@ -0,0 +1,17 @@
+# Template file for 'symlinks'
+pkgname=symlinks
+version=1.4.3
+revision=1
+build_style=gnu-makefile
+short_desc="Symbolic link maintenance utility"
+maintainer="Artur Sinila <personal@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/brandt/${pkgname}"
+distfiles="https://github.com/brandt/${pkgname}/archive/v${version}.tar.gz"
+checksum=27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2
+
+do_install() {
+	vbin symlinks
+	vman symlinks.8
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
  2020-10-05 15:41 ` [PR PATCH] [Updated] " Logarithmus
@ 2020-10-05 17:27 ` Logarithmus
  2020-10-05 18:12 ` Anachron
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 17:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages symlinks
https://github.com/void-linux/void-packages/pull/25360

New package: symlinks-1.4.3


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

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

From 067904ec0d3e1fefe521f581ca88be692805f3c7 Mon Sep 17 00:00:00 2001
From: Artur Sinila <personal@logarithmus.dev>
Date: Mon, 5 Oct 2020 18:17:06 +0300
Subject: [PATCH] New package: symlinks-1.4.3

---
 srcpkgs/dwl/template      | 22 ++++++++++++++++++++++
 srcpkgs/symlinks/template | 17 +++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/dwl/template
 create mode 100644 srcpkgs/symlinks/template

diff --git a/srcpkgs/dwl/template b/srcpkgs/dwl/template
new file mode 100644
index 00000000000..c5dc132f739
--- /dev/null
+++ b/srcpkgs/dwl/template
@@ -0,0 +1,22 @@
+# Template file for 'dwl'
+pkgname=dwl
+version=
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="Artur Sinila <personal@logarithmus.dev>"
+license="GPL-3.0-or-later"
+homepage=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
diff --git a/srcpkgs/symlinks/template b/srcpkgs/symlinks/template
new file mode 100644
index 00000000000..8d06f8514d9
--- /dev/null
+++ b/srcpkgs/symlinks/template
@@ -0,0 +1,17 @@
+# Template file for 'symlinks'
+pkgname=symlinks
+version=1.4.3
+revision=1
+build_style=gnu-makefile
+short_desc="Symbolic link maintenance utility"
+maintainer="Artur Sinila <personal@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/brandt/symlinks"
+distfiles="https://github.com/brandt/${pkgname}/archive/v${version}.tar.gz"
+checksum=27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2
+
+do_install() {
+	vbin symlinks
+	vman symlinks.8
+	vlicense LICENSE
+}

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
  2020-10-05 15:41 ` [PR PATCH] [Updated] " Logarithmus
  2020-10-05 17:27 ` Logarithmus
@ 2020-10-05 18:12 ` Anachron
  2020-10-05 18:15 ` [PR PATCH] [Updated] " Logarithmus
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Anachron @ 2020-10-05 18:12 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-703800512

Comment:
Whats dwl and why is it included in this PR?

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

* Re: [PR PATCH] [Updated] New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (2 preceding siblings ...)
  2020-10-05 18:12 ` Anachron
@ 2020-10-05 18:15 ` Logarithmus
  2020-10-05 18:16 ` Logarithmus
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages symlinks
https://github.com/void-linux/void-packages/pull/25360

New package: symlinks-1.4.3


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

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

From 40b6fcb0d4d0f2511220c1e3900ea41b3d88c816 Mon Sep 17 00:00:00 2001
From: Artur Sinila <personal@logarithmus.dev>
Date: Mon, 5 Oct 2020 18:17:06 +0300
Subject: [PATCH] New package: symlinks-1.4.3

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

diff --git a/srcpkgs/symlinks/template b/srcpkgs/symlinks/template
new file mode 100644
index 00000000000..8d06f8514d9
--- /dev/null
+++ b/srcpkgs/symlinks/template
@@ -0,0 +1,17 @@
+# Template file for 'symlinks'
+pkgname=symlinks
+version=1.4.3
+revision=1
+build_style=gnu-makefile
+short_desc="Symbolic link maintenance utility"
+maintainer="Artur Sinila <personal@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/brandt/symlinks"
+distfiles="https://github.com/brandt/${pkgname}/archive/v${version}.tar.gz"
+checksum=27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2
+
+do_install() {
+	vbin symlinks
+	vman symlinks.8
+	vlicense LICENSE
+}

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (3 preceding siblings ...)
  2020-10-05 18:15 ` [PR PATCH] [Updated] " Logarithmus
@ 2020-10-05 18:16 ` Logarithmus
  2020-10-05 18:17 ` Logarithmus
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 18:16 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-703802478

Comment:
@Anachron sorry, it was my mistake, `dwl` is `dwm` fork for Wayland. I work on it in another branch and accidentally added it to this one

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (4 preceding siblings ...)
  2020-10-05 18:16 ` Logarithmus
@ 2020-10-05 18:17 ` Logarithmus
  2020-10-05 18:33 ` ericonr
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 18:17 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-703802478

Comment:
@Anachron sorry, it was my mistake, `dwl` is `dwm` fork for Wayland. I work on it in another branch and accidentally added it to this one. I've just removed this wrong commit

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (5 preceding siblings ...)
  2020-10-05 18:17 ` Logarithmus
@ 2020-10-05 18:33 ` ericonr
  2020-10-05 18:46 ` Logarithmus
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-10-05 18:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-703812018

Comment:
This application hasn't been updated in a few years and it's a single C file... I'm not sure it's worth turning it into a package that we have to carry :/ 

Could be convinced otherwise.

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (6 preceding siblings ...)
  2020-10-05 18:33 ` ericonr
@ 2020-10-05 18:46 ` Logarithmus
  2020-10-05 18:48 ` Logarithmus
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 18:46 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-703818958

Comment:
@ericonr what's wrong with the program being contained in a single C file? It's even better: almost instant builds, no extra load on the build server.
`symlinks` is very useful in tandem with `rdfind`. `rdfind` can be used to recursively search for duplicate files (based on size & hashsum) insie directory and then replace them with symlinks. The thing is that `rdfind` sometimes create absolute symlinks instead of relative ones, which prevents you from sharing this directory with someone else. `symlinks` can correct such symlinks, as well as remove broken ones if you want so.
IMO, it's always better to install a package than manually run `make && sudo make install`. Your system will be quickly filled with garbage left from partially uninstalled software. That's what package managers were created for.

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (7 preceding siblings ...)
  2020-10-05 18:46 ` Logarithmus
@ 2020-10-05 18:48 ` Logarithmus
  2020-10-05 18:55 ` Logarithmus
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 18:48 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-703818958

Comment:
@ericonr what's wrong with the program being contained in a single C file? It's even better: almost instant builds, no extra load on the build server.

`symlinks` is very useful in tandem with `rdfind`. `rdfind` can be used to recursively search for duplicate files (based on size & hashsum) insie directory and then replace them with symlinks. The thing is that `rdfind` sometimes create absolute symlinks instead of relative ones, which prevents you from sharing this directory with someone else. `symlinks` can correct such symlinks, as well as remove broken ones if you want so. My recent use case for `rdfind`+`symlinks` is deduplication of `Obsidian` icon themes.

IMO, it's always better to install a package than manually run `make && sudo make install`. Your system will be quickly filled with garbage left from partially uninstalled software. That's what package managers were created for.

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (8 preceding siblings ...)
  2020-10-05 18:48 ` Logarithmus
@ 2020-10-05 18:55 ` Logarithmus
  2020-11-11  2:13 ` [PR PATCH] [Updated] " Logarithmus
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-10-05 18:55 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-703818958

Comment:
@ericonr what's wrong with the program being contained in a single C file? It's even better: almost instant builds, no extra load on the build server.

`symlinks` is very useful in tandem with `rdfind`. `rdfind` can be used to recursively search for duplicate files (based on size & hashsum) insie directory and then replace them with symlinks. The thing is that `rdfind` sometimes create absolute symlinks instead of relative ones, which prevents you from sharing this directory with someone else. `symlinks` can correct such symlinks, as well as remove broken ones if you want so. My recent use case for `rdfind`+`symlinks` is deduplication of `Obsidian` icon themes.

IMO, it's always better to install a package than manually run `make && sudo make install`. Your system will be quickly filled with garbage left from partially uninstalled software. That's what package managers were created for.

Regarding the lack of updates: this program has no dependencies, only standard library. So the lack of updates also not a problem.

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

* Re: [PR PATCH] [Updated] New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (9 preceding siblings ...)
  2020-10-05 18:55 ` Logarithmus
@ 2020-11-11  2:13 ` Logarithmus
  2020-12-03 10:35 ` Piraty
  2020-12-03 10:35 ` [PR PATCH] [Merged]: " Piraty
  12 siblings, 0 replies; 14+ messages in thread
From: Logarithmus @ 2020-11-11  2:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages symlinks
https://github.com/void-linux/void-packages/pull/25360

New package: symlinks-1.4.3


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

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

From 40b6fcb0d4d0f2511220c1e3900ea41b3d88c816 Mon Sep 17 00:00:00 2001
From: Artur Sinila <personal@logarithmus.dev>
Date: Mon, 5 Oct 2020 18:17:06 +0300
Subject: [PATCH] New package: symlinks-1.4.3

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

diff --git a/srcpkgs/symlinks/template b/srcpkgs/symlinks/template
new file mode 100644
index 00000000000..8d06f8514d9
--- /dev/null
+++ b/srcpkgs/symlinks/template
@@ -0,0 +1,17 @@
+# Template file for 'symlinks'
+pkgname=symlinks
+version=1.4.3
+revision=1
+build_style=gnu-makefile
+short_desc="Symbolic link maintenance utility"
+maintainer="Artur Sinila <personal@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/brandt/symlinks"
+distfiles="https://github.com/brandt/${pkgname}/archive/v${version}.tar.gz"
+checksum=27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2
+
+do_install() {
+	vbin symlinks
+	vman symlinks.8
+	vlicense LICENSE
+}

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

* Re: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (10 preceding siblings ...)
  2020-11-11  2:13 ` [PR PATCH] [Updated] " Logarithmus
@ 2020-12-03 10:35 ` Piraty
  2020-12-03 10:35 ` [PR PATCH] [Merged]: " Piraty
  12 siblings, 0 replies; 14+ messages in thread
From: Piraty @ 2020-12-03 10:35 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/25360#issuecomment-737856090

Comment:
burden on the repo is low

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

* Re: [PR PATCH] [Merged]: New package: symlinks-1.4.3
  2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
                   ` (11 preceding siblings ...)
  2020-12-03 10:35 ` Piraty
@ 2020-12-03 10:35 ` Piraty
  12 siblings, 0 replies; 14+ messages in thread
From: Piraty @ 2020-12-03 10:35 UTC (permalink / raw)
  To: ml

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

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

New package: symlinks-1.4.3
https://github.com/void-linux/void-packages/pull/25360

Description:


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

end of thread, other threads:[~2020-12-03 10:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 15:17 [PR PATCH] New package: symlinks-1.4.3 Logarithmus
2020-10-05 15:41 ` [PR PATCH] [Updated] " Logarithmus
2020-10-05 17:27 ` Logarithmus
2020-10-05 18:12 ` Anachron
2020-10-05 18:15 ` [PR PATCH] [Updated] " Logarithmus
2020-10-05 18:16 ` Logarithmus
2020-10-05 18:17 ` Logarithmus
2020-10-05 18:33 ` ericonr
2020-10-05 18:46 ` Logarithmus
2020-10-05 18:48 ` Logarithmus
2020-10-05 18:55 ` Logarithmus
2020-11-11  2:13 ` [PR PATCH] [Updated] " Logarithmus
2020-12-03 10:35 ` Piraty
2020-12-03 10:35 ` [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).