Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pcmanfm: update to 1.3.2. and adopt.
@ 2021-02-09  9:37 uw2021
  2021-02-10  0:20 ` ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: uw2021 @ 2021-02-09  9:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uw2021/void-packages pcmanfm-update
https://github.com/void-linux/void-packages/pull/28605

pcmanfm: update to 1.3.2. and adopt.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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.)
- [ ] 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
-->


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

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

From 84ab44a88260d54f2ce01e0c1ef48c31e2be5395 Mon Sep 17 00:00:00 2001
From: Ulf <void@uw.anonaddy.com>
Date: Tue, 9 Feb 2021 09:36:15 +0000
Subject: [PATCH] pcmanfm: update to 1.3.2.

---
 srcpkgs/pcmanfm/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pcmanfm/template b/srcpkgs/pcmanfm/template
index 11c55fd36a3..e8ded0932ac 100644
--- a/srcpkgs/pcmanfm/template
+++ b/srcpkgs/pcmanfm/template
@@ -1,18 +1,18 @@
 # Template file for 'pcmanfm'
 pkgname=pcmanfm
-version=1.3.1
-revision=2
+version=1.3.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-gtk=3"
 hostmakedepends="pkg-config intltool"
 makedepends="gtk+3-devel libfm-gtk+3-devel"
 depends="desktop-file-utils"
 short_desc="LXDE file manager"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ulf <void@uw.anonaddy.com>"
 license="GPL-2.0-or-later"
 homepage="http://pcmanfm.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=6804043b3ee3a703edde41c724946174b505fe958703eadbd7e0876ece836855
+checksum=14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7
 conf_files="/etc/xdg/pcmanfm/default/pcmanfm.conf"
 
 post_install() {

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

* Re: pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
@ 2021-02-10  0:20 ` ericonr
  2021-02-10  9:34 ` uw2021
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-02-10  0:20 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28605#issuecomment-776336092

Comment:
Would be nice to update libfm and libfm-extra as well.

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

* Re: pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
  2021-02-10  0:20 ` ericonr
@ 2021-02-10  9:34 ` uw2021
  2021-02-10 12:40 ` ericonr
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-02-10  9:34 UTC (permalink / raw)
  To: ml

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

New comment by uw2021 on void-packages repository

https://github.com/void-linux/void-packages/pull/28605#issuecomment-776574891

Comment:
> Would be nice to update libfm and libfm-extra as well.

Done - #28619 and #28620.

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

* Re: pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
  2021-02-10  0:20 ` ericonr
  2021-02-10  9:34 ` uw2021
@ 2021-02-10 12:40 ` ericonr
  2021-02-10 12:44 ` uw2021
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-02-10 12:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28605#issuecomment-776679462

Comment:
Please do them in this PR. Especially libfm and libfm-extra should be in exactly the same PR, as mentioned in their templates.

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

* Re: pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
                   ` (2 preceding siblings ...)
  2021-02-10 12:40 ` ericonr
@ 2021-02-10 12:44 ` uw2021
  2021-02-10 18:27 ` ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-02-10 12:44 UTC (permalink / raw)
  To: ml

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

New comment by uw2021 on void-packages repository

https://github.com/void-linux/void-packages/pull/28605#issuecomment-776681548

Comment:
> Please do them in this PR. Especially libfm and libfm-extra should be in exactly the same PR, as mentioned in their templates.

I saw that but had never pushed an update like that before, do I just force push those two template changes to this branch?

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

* Re: pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
                   ` (3 preceding siblings ...)
  2021-02-10 12:44 ` uw2021
@ 2021-02-10 18:27 ` ericonr
  2021-02-10 19:26 ` [PR PATCH] [Updated] " uw2021
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-02-10 18:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28605#issuecomment-776917167

Comment:
Yes, with a commit for each one. The PR will have 3 commits.

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

* Re: [PR PATCH] [Updated] pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
                   ` (4 preceding siblings ...)
  2021-02-10 18:27 ` ericonr
@ 2021-02-10 19:26 ` uw2021
  2021-02-10 23:39 ` ericonr
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-02-10 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uw2021/void-packages pcmanfm-update
https://github.com/void-linux/void-packages/pull/28605

pcmanfm: update to 1.3.2. and adopt.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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.)
- [ ] 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
-->


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

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

From daeb4fc4c80429f84dc6e1d90688ae6815cd4cf3 Mon Sep 17 00:00:00 2001
From: Ulf <void@uw.anonaddy.com>
Date: Tue, 9 Feb 2021 09:36:15 +0000
Subject: [PATCH] pcmanfm: update to 1.3.2.

---
 srcpkgs/libfm-extra/template | 4 ++--
 srcpkgs/libfm/template       | 6 +++---
 srcpkgs/pcmanfm/template     | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libfm-extra/template b/srcpkgs/libfm-extra/template
index f65272bb4e4..b9a2dd2f227 100644
--- a/srcpkgs/libfm-extra/template
+++ b/srcpkgs/libfm-extra/template
@@ -4,7 +4,7 @@
 # A CYCLIC DEPENDENCY: libfm <-> menu-cache
 #
 pkgname=libfm-extra
-version=1.3.1
+version=1.3.2
 revision=1
 wrksrc="libfm-${version}"
 build_style=gnu-configure
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://pcmanfm.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/pcmanfm/libfm-${version}.tar.xz"
-checksum=96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4
+checksum=a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5
 
 post_install() {
 	# Remove conflicting symlink with libfm.
diff --git a/srcpkgs/libfm/template b/srcpkgs/libfm/template
index 127b283217b..be942584703 100644
--- a/srcpkgs/libfm/template
+++ b/srcpkgs/libfm/template
@@ -3,8 +3,8 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/libfm-extra"
 #
 pkgname=libfm
-version=1.3.1
-revision=2
+version=1.3.2
+revision=1
 build_style=gnu-configure
 configure_args="--enable-udisks --disable-static --with-gtk=3"
 hostmakedepends="automake gettext-devel glib-devel intltool libtool
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://pcmanfm.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/pcmanfm/${pkgname}-${version}.tar.xz"
-checksum=96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4
+checksum=a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5
 conf_files="/etc/xdg/libfm/libfm.conf"
 
 pre_configure() {
diff --git a/srcpkgs/pcmanfm/template b/srcpkgs/pcmanfm/template
index 11c55fd36a3..e8ded0932ac 100644
--- a/srcpkgs/pcmanfm/template
+++ b/srcpkgs/pcmanfm/template
@@ -1,18 +1,18 @@
 # Template file for 'pcmanfm'
 pkgname=pcmanfm
-version=1.3.1
-revision=2
+version=1.3.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-gtk=3"
 hostmakedepends="pkg-config intltool"
 makedepends="gtk+3-devel libfm-gtk+3-devel"
 depends="desktop-file-utils"
 short_desc="LXDE file manager"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ulf <void@uw.anonaddy.com>"
 license="GPL-2.0-or-later"
 homepage="http://pcmanfm.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=6804043b3ee3a703edde41c724946174b505fe958703eadbd7e0876ece836855
+checksum=14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7
 conf_files="/etc/xdg/pcmanfm/default/pcmanfm.conf"
 
 post_install() {

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

* Re: pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
                   ` (5 preceding siblings ...)
  2021-02-10 19:26 ` [PR PATCH] [Updated] " uw2021
@ 2021-02-10 23:39 ` ericonr
  2021-02-11 17:43 ` [PR PATCH] [Updated] " uw2021
  2021-02-11 18:12 ` [PR PATCH] [Closed]: " uw2021
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-02-10 23:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28605#issuecomment-777114684

Comment:
> Yes, with a commit for each one. The PR will have 3 commits.

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

* Re: [PR PATCH] [Updated] pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
                   ` (6 preceding siblings ...)
  2021-02-10 23:39 ` ericonr
@ 2021-02-11 17:43 ` uw2021
  2021-02-11 18:12 ` [PR PATCH] [Closed]: " uw2021
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-02-11 17:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uw2021/void-packages pcmanfm-update
https://github.com/void-linux/void-packages/pull/28605

pcmanfm: update to 1.3.2. and adopt.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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.)
- [ ] 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
-->


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

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

From 266c50e6192b1cc0dee160c9cf7e33d9c776d76f Mon Sep 17 00:00:00 2001
From: Ulf <void@uw.anonaddy.com>
Date: Tue, 9 Feb 2021 09:36:15 +0000
Subject: [PATCH] pcmanfm: update to 1.3.2.

---
 srcpkgs/libfm-extra/template | 4 ++--
 srcpkgs/libfm/template       | 6 +++---
 srcpkgs/pcmanfm/template     | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libfm-extra/template b/srcpkgs/libfm-extra/template
index f65272bb4e4..b9a2dd2f227 100644
--- a/srcpkgs/libfm-extra/template
+++ b/srcpkgs/libfm-extra/template
@@ -4,7 +4,7 @@
 # A CYCLIC DEPENDENCY: libfm <-> menu-cache
 #
 pkgname=libfm-extra
-version=1.3.1
+version=1.3.2
 revision=1
 wrksrc="libfm-${version}"
 build_style=gnu-configure
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://pcmanfm.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/pcmanfm/libfm-${version}.tar.xz"
-checksum=96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4
+checksum=a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5
 
 post_install() {
 	# Remove conflicting symlink with libfm.
diff --git a/srcpkgs/libfm/template b/srcpkgs/libfm/template
index 127b283217b..be942584703 100644
--- a/srcpkgs/libfm/template
+++ b/srcpkgs/libfm/template
@@ -3,8 +3,8 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/libfm-extra"
 #
 pkgname=libfm
-version=1.3.1
-revision=2
+version=1.3.2
+revision=1
 build_style=gnu-configure
 configure_args="--enable-udisks --disable-static --with-gtk=3"
 hostmakedepends="automake gettext-devel glib-devel intltool libtool
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://pcmanfm.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/pcmanfm/${pkgname}-${version}.tar.xz"
-checksum=96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4
+checksum=a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5
 conf_files="/etc/xdg/libfm/libfm.conf"
 
 pre_configure() {
diff --git a/srcpkgs/pcmanfm/template b/srcpkgs/pcmanfm/template
index 11c55fd36a3..e8ded0932ac 100644
--- a/srcpkgs/pcmanfm/template
+++ b/srcpkgs/pcmanfm/template
@@ -1,18 +1,18 @@
 # Template file for 'pcmanfm'
 pkgname=pcmanfm
-version=1.3.1
-revision=2
+version=1.3.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-gtk=3"
 hostmakedepends="pkg-config intltool"
 makedepends="gtk+3-devel libfm-gtk+3-devel"
 depends="desktop-file-utils"
 short_desc="LXDE file manager"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ulf <void@uw.anonaddy.com>"
 license="GPL-2.0-or-later"
 homepage="http://pcmanfm.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=6804043b3ee3a703edde41c724946174b505fe958703eadbd7e0876ece836855
+checksum=14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7
 conf_files="/etc/xdg/pcmanfm/default/pcmanfm.conf"
 
 post_install() {

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

* Re: [PR PATCH] [Closed]: pcmanfm: update to 1.3.2. and adopt.
  2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
                   ` (7 preceding siblings ...)
  2021-02-11 17:43 ` [PR PATCH] [Updated] " uw2021
@ 2021-02-11 18:12 ` uw2021
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-02-11 18:12 UTC (permalink / raw)
  To: ml

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

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

pcmanfm: update to 1.3.2. and adopt.
https://github.com/void-linux/void-packages/pull/28605

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

#### General
- [ ] 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.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-02-11 18:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09  9:37 [PR PATCH] pcmanfm: update to 1.3.2. and adopt uw2021
2021-02-10  0:20 ` ericonr
2021-02-10  9:34 ` uw2021
2021-02-10 12:40 ` ericonr
2021-02-10 12:44 ` uw2021
2021-02-10 18:27 ` ericonr
2021-02-10 19:26 ` [PR PATCH] [Updated] " uw2021
2021-02-10 23:39 ` ericonr
2021-02-11 17:43 ` [PR PATCH] [Updated] " uw2021
2021-02-11 18:12 ` [PR PATCH] [Closed]: " uw2021

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