Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Nemo extensions: fix typos (extention -> extension)
@ 2023-07-31 11:54 mhmdanas
  2023-08-04 16:43 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-07-31 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages extention-to-extension
https://github.com/void-linux/void-packages/pull/45351

Nemo extensions: fix typos (extention -> extension)
[ci skip]

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/45351.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-extention-to-extension-45351.patch --]
[-- Type: text/x-diff, Size: 3458 bytes --]

From ef24dcefb470640d43f13900cc2c1add018a58a5 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 31 Jul 2023 12:52:28 +0100
Subject: [PATCH 1/4] nemo-audio-tab: extention -> extension

---
 srcpkgs/nemo-audio-tab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nemo-audio-tab/template b/srcpkgs/nemo-audio-tab/template
index 516cb185f821c..61f2167263472 100644
--- a/srcpkgs/nemo-audio-tab/template
+++ b/srcpkgs/nemo-audio-tab/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"
 makedepends="nemo-devel libglib-devel"
 depends="nemo-python python3-mutagen"
-short_desc="Nemo audio tab extention"
+short_desc="Nemo audio tab extension"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"

From f96c5b4cecb5f6ecd6549687ff69a547e51fcd05 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 31 Jul 2023 12:52:42 +0100
Subject: [PATCH 2/4] nemo-compare: extention -> extension

---
 srcpkgs/nemo-compare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nemo-compare/template b/srcpkgs/nemo-compare/template
index d10780d437e83..c76f3cd143160 100644
--- a/srcpkgs/nemo-compare/template
+++ b/srcpkgs/nemo-compare/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"
 makedepends="nemo-devel libglib-devel"
 depends="nemo-python meld"
-short_desc="Nemo compare extention"
+short_desc="Nemo compare extension"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"

From c24a832120c5a75982d5b45a682f11a44863c32e Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 31 Jul 2023 12:52:55 +0100
Subject: [PATCH 3/4] nemo-extensions: Extentions -> Extensions

---
 srcpkgs/nemo-extensions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nemo-extensions/template b/srcpkgs/nemo-extensions/template
index 0d60f68f58313..401c7e515c5d3 100644
--- a/srcpkgs/nemo-extensions/template
+++ b/srcpkgs/nemo-extensions/template
@@ -12,7 +12,7 @@ depends="
  nemo-python>=${version}
  nemo-emblems>=${version}
  nemo-terminal>=${version}"
-short_desc="Extentions for nemo file manager"
+short_desc="Extensions for nemo file manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause" #no vlicense
 homepage="https://github.com/linuxmint/nemo-extensions"

From 0c83e2950520e18690200e229f69929e6d3519ea Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 31 Jul 2023 12:53:06 +0100
Subject: [PATCH 4/4] nemo-terminal: extention -> extension

---
 srcpkgs/nemo-terminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nemo-terminal/template b/srcpkgs/nemo-terminal/template
index ed003fa204db1..7553f05e18059 100644
--- a/srcpkgs/nemo-terminal/template
+++ b/srcpkgs/nemo-terminal/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"
 makedepends="nemo-devel libglib-devel"
 depends="nemo-python vte3 glib gtk+3 xapps"
-short_desc="Nemo terminal extention"
+short_desc="Nemo terminal extension"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"

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

* Re: [PR PATCH] [Merged]: Nemo extensions: fix typos (extention -> extension)
  2023-07-31 11:54 [PR PATCH] Nemo extensions: fix typos (extention -> extension) mhmdanas
@ 2023-08-04 16:43 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-08-04 16:43 UTC (permalink / raw)
  To: ml

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

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

Nemo extensions: fix typos (extention -> extension)
https://github.com/void-linux/void-packages/pull/45351

Description:
[ci skip]

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 2+ messages in thread

end of thread, other threads:[~2023-08-04 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 11:54 [PR PATCH] Nemo extensions: fix typos (extention -> extension) mhmdanas
2023-08-04 16:43 ` [PR PATCH] [Merged]: " Duncaen

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