Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: applet-window-buttons-0.11.1
@ 2022-08-22 21:58 luan-adao
  2022-08-22 22:36 ` [PR REVIEW] " classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: luan-adao @ 2022-08-22 21:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/luan-adao/void-packages applet-window-buttons
https://github.com/void-linux/void-packages/pull/38840

New package: applet-window-buttons-0.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-GLIBC)
- I built this PR locally for these architectures:
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-buttons-38840.patch --]
[-- Type: text/x-diff, Size: 1327 bytes --]

From 34a00f7e88b0608a83f2e2a41845400ebcf6c9b2 Mon Sep 17 00:00:00 2001
From: luan-adao <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 18:08:20 -0300
Subject: [PATCH] New package: applet-window-buttons-0.11.1

---
 srcpkgs/applet-window-buttons/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/applet-window-buttons/template

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
new file mode 100644
index 000000000000..a1bffab83394
--- /dev/null
+++ b/srcpkgs/applet-window-buttons/template
@@ -0,0 +1,14 @@
+# Template file for 'applet-window-buttons'
+pkgname=applet-window-buttons
+version=0.11.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -Wnodev .."
+hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kpackage kcoreaddons"
+makedepends="kdecoration-devel plasma-framework-devel"
+short_desc="Plasma 5 applet in order to show window buttons in your panels"
+maintainer="luan-adao <luanadao98@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-buttons"
+distfiles="https://github.com/psifidotos/applet-window-buttons/archive/${version}.tar.gz"
+checksum=0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a

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

* Re: [PR REVIEW] New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
@ 2022-08-22 22:36 ` classabbyamp
  2022-08-22 22:37 ` classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-08-22 22:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38840#discussion_r951974014

Comment:
these are already part of the build style (except for `-Wnodev` which just suppresses some warnings, so we should still leave it out)
```suggestion
```

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

* Re: [PR REVIEW] New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
  2022-08-22 22:36 ` [PR REVIEW] " classabbyamp
@ 2022-08-22 22:37 ` classabbyamp
  2022-08-22 23:22 ` [PR PATCH] [Updated] " luan-adao
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-08-22 22:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38840#discussion_r951974744

Comment:
```suggestion
homepage="https://github.com/psifidotos/applet-window-buttons"
changelog="https://raw.githubusercontent.com/psifidotos/applet-window-buttons/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
  2022-08-22 22:36 ` [PR REVIEW] " classabbyamp
  2022-08-22 22:37 ` classabbyamp
@ 2022-08-22 23:22 ` luan-adao
  2022-08-22 23:26 ` luan-adao
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: luan-adao @ 2022-08-22 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/luan-adao/void-packages applet-window-buttons
https://github.com/void-linux/void-packages/pull/38840

New package: applet-window-buttons-0.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-GLIBC)
- I built this PR locally for these architectures:
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-buttons-38840.patch --]
[-- Type: text/x-diff, Size: 2361 bytes --]

From 34a00f7e88b0608a83f2e2a41845400ebcf6c9b2 Mon Sep 17 00:00:00 2001
From: luan-adao <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 18:08:20 -0300
Subject: [PATCH 1/2] New package: applet-window-buttons-0.11.1

---
 srcpkgs/applet-window-buttons/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/applet-window-buttons/template

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
new file mode 100644
index 000000000000..a1bffab83394
--- /dev/null
+++ b/srcpkgs/applet-window-buttons/template
@@ -0,0 +1,14 @@
+# Template file for 'applet-window-buttons'
+pkgname=applet-window-buttons
+version=0.11.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -Wnodev .."
+hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kpackage kcoreaddons"
+makedepends="kdecoration-devel plasma-framework-devel"
+short_desc="Plasma 5 applet in order to show window buttons in your panels"
+maintainer="luan-adao <luanadao98@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-buttons"
+distfiles="https://github.com/psifidotos/applet-window-buttons/archive/${version}.tar.gz"
+checksum=0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a

From a3cacf4a6895e020ff09931e6da2f3bb16ede787 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luan=20Carlos=20Ad=C3=A3o?= <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 20:22:55 -0300
Subject: [PATCH 2/2] Update srcpkgs/applet-window-buttons/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/applet-window-buttons/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
index a1bffab83394..0be4a99699b1 100644
--- a/srcpkgs/applet-window-buttons/template
+++ b/srcpkgs/applet-window-buttons/template
@@ -3,7 +3,6 @@ pkgname=applet-window-buttons
 version=0.11.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -Wnodev .."
 hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kpackage kcoreaddons"
 makedepends="kdecoration-devel plasma-framework-devel"
 short_desc="Plasma 5 applet in order to show window buttons in your panels"

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

* Re: [PR PATCH] [Updated] New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
                   ` (2 preceding siblings ...)
  2022-08-22 23:22 ` [PR PATCH] [Updated] " luan-adao
@ 2022-08-22 23:26 ` luan-adao
  2022-08-22 23:39 ` luan-adao
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: luan-adao @ 2022-08-22 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/luan-adao/void-packages applet-window-buttons
https://github.com/void-linux/void-packages/pull/38840

New package: applet-window-buttons-0.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-GLIBC)
- I built this PR locally for these architectures:
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-buttons-38840.patch --]
[-- Type: text/x-diff, Size: 3486 bytes --]

From 34a00f7e88b0608a83f2e2a41845400ebcf6c9b2 Mon Sep 17 00:00:00 2001
From: luan-adao <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 18:08:20 -0300
Subject: [PATCH 1/3] New package: applet-window-buttons-0.11.1

---
 srcpkgs/applet-window-buttons/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/applet-window-buttons/template

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
new file mode 100644
index 000000000000..a1bffab83394
--- /dev/null
+++ b/srcpkgs/applet-window-buttons/template
@@ -0,0 +1,14 @@
+# Template file for 'applet-window-buttons'
+pkgname=applet-window-buttons
+version=0.11.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -Wnodev .."
+hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kpackage kcoreaddons"
+makedepends="kdecoration-devel plasma-framework-devel"
+short_desc="Plasma 5 applet in order to show window buttons in your panels"
+maintainer="luan-adao <luanadao98@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-buttons"
+distfiles="https://github.com/psifidotos/applet-window-buttons/archive/${version}.tar.gz"
+checksum=0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a

From a3cacf4a6895e020ff09931e6da2f3bb16ede787 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luan=20Carlos=20Ad=C3=A3o?= <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 20:22:55 -0300
Subject: [PATCH 2/3] Update srcpkgs/applet-window-buttons/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/applet-window-buttons/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
index a1bffab83394..0be4a99699b1 100644
--- a/srcpkgs/applet-window-buttons/template
+++ b/srcpkgs/applet-window-buttons/template
@@ -3,7 +3,6 @@ pkgname=applet-window-buttons
 version=0.11.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -Wnodev .."
 hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kpackage kcoreaddons"
 makedepends="kdecoration-devel plasma-framework-devel"
 short_desc="Plasma 5 applet in order to show window buttons in your panels"

From af644e6017a090b7ac8e5ab30ee7bdbbc4d444e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luan=20Carlos=20Ad=C3=A3o?= <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 20:26:10 -0300
Subject: [PATCH 3/3] Update srcpkgs/applet-window-buttons/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/applet-window-buttons/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
index 0be4a99699b1..ff4562abae4e 100644
--- a/srcpkgs/applet-window-buttons/template
+++ b/srcpkgs/applet-window-buttons/template
@@ -9,5 +9,6 @@ short_desc="Plasma 5 applet in order to show window buttons in your panels"
 maintainer="luan-adao <luanadao98@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/psifidotos/applet-window-buttons"
+changelog="https://raw.githubusercontent.com/psifidotos/applet-window-buttons/master/CHANGELOG.md"
 distfiles="https://github.com/psifidotos/applet-window-buttons/archive/${version}.tar.gz"
 checksum=0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a

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

* Re: [PR PATCH] [Updated] New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
                   ` (3 preceding siblings ...)
  2022-08-22 23:26 ` luan-adao
@ 2022-08-22 23:39 ` luan-adao
  2022-08-22 23:49 ` [PR PATCH] [Closed]: " luan-adao
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: luan-adao @ 2022-08-22 23:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/luan-adao/void-packages applet-window-buttons
https://github.com/void-linux/void-packages/pull/38840

New package: applet-window-buttons-0.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (x86_64-GLIBC)
- I built this PR locally for these architectures:
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-buttons-38840.patch --]
[-- Type: text/x-diff, Size: 4728 bytes --]

From 34a00f7e88b0608a83f2e2a41845400ebcf6c9b2 Mon Sep 17 00:00:00 2001
From: luan-adao <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 18:08:20 -0300
Subject: [PATCH 1/4] New package: applet-window-buttons-0.11.1

---
 srcpkgs/applet-window-buttons/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/applet-window-buttons/template

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
new file mode 100644
index 000000000000..a1bffab83394
--- /dev/null
+++ b/srcpkgs/applet-window-buttons/template
@@ -0,0 +1,14 @@
+# Template file for 'applet-window-buttons'
+pkgname=applet-window-buttons
+version=0.11.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -Wnodev .."
+hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kpackage kcoreaddons"
+makedepends="kdecoration-devel plasma-framework-devel"
+short_desc="Plasma 5 applet in order to show window buttons in your panels"
+maintainer="luan-adao <luanadao98@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-buttons"
+distfiles="https://github.com/psifidotos/applet-window-buttons/archive/${version}.tar.gz"
+checksum=0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a

From a3cacf4a6895e020ff09931e6da2f3bb16ede787 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luan=20Carlos=20Ad=C3=A3o?= <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 20:22:55 -0300
Subject: [PATCH 2/4] Update srcpkgs/applet-window-buttons/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/applet-window-buttons/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
index a1bffab83394..0be4a99699b1 100644
--- a/srcpkgs/applet-window-buttons/template
+++ b/srcpkgs/applet-window-buttons/template
@@ -3,7 +3,6 @@ pkgname=applet-window-buttons
 version=0.11.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -Wnodev .."
 hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kpackage kcoreaddons"
 makedepends="kdecoration-devel plasma-framework-devel"
 short_desc="Plasma 5 applet in order to show window buttons in your panels"

From af644e6017a090b7ac8e5ab30ee7bdbbc4d444e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luan=20Carlos=20Ad=C3=A3o?= <luanadao98@gmail.com>
Date: Mon, 22 Aug 2022 20:26:10 -0300
Subject: [PATCH 3/4] Update srcpkgs/applet-window-buttons/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/applet-window-buttons/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/applet-window-buttons/template b/srcpkgs/applet-window-buttons/template
index 0be4a99699b1..ff4562abae4e 100644
--- a/srcpkgs/applet-window-buttons/template
+++ b/srcpkgs/applet-window-buttons/template
@@ -9,5 +9,6 @@ short_desc="Plasma 5 applet in order to show window buttons in your panels"
 maintainer="luan-adao <luanadao98@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/psifidotos/applet-window-buttons"
+changelog="https://raw.githubusercontent.com/psifidotos/applet-window-buttons/master/CHANGELOG.md"
 distfiles="https://github.com/psifidotos/applet-window-buttons/archive/${version}.tar.gz"
 checksum=0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a

From a1171d08cfe8efbe36b56b2456468df67fa1e96d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 23 Aug 2022 00:14:18 +0200
Subject: [PATCH 4/4] dq: update to 0.0.20220822.

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

diff --git a/srcpkgs/dq/template b/srcpkgs/dq/template
index 91642dcb1a6a..1cb43f166919 100644
--- a/srcpkgs/dq/template
+++ b/srcpkgs/dq/template
@@ -1,6 +1,6 @@
 # Template file for 'dq'
 pkgname=dq
-version=0.0.20220101
+version=0.0.20220822
 revision=1
 wrksrc="${pkgname}-${version##*.}"
 build_style=gnu-makefile
@@ -16,18 +16,14 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="Public Domain"
 homepage="https://mojzis.com/software/dq/"
 distfiles="https://github.com/janmojzis/dq/archive/${version##*.}.tar.gz"
-checksum=1ec16730569656f8a7c0ace5a6767dbb3aee243e923448cc2368e11b25e74ae7
-
-if [ "$CROSS_BUILD" ]; then
-	make_build_target="cross-compile"
-fi
+checksum=6f64b248154e852d0da2f6cc81e5578e7fb3387737aadf1b0bd3e14fec92e316
 
 system_accounts="_dqcache"
 
 post_extract() {
-	sed -e '/chown/d' -i make-install.sh
-	echo "/usr/bin" >conf-sbin
+	vsed -e 's;usr/sbin;usr/bin;g' -i Makefile
 }
+
 post_install() {
 	vsv dqcache
 

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

* Re: [PR PATCH] [Closed]: New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
                   ` (4 preceding siblings ...)
  2022-08-22 23:39 ` luan-adao
@ 2022-08-22 23:49 ` luan-adao
  2022-08-23  0:04 ` luan-adao
  2022-08-23  0:10 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: luan-adao @ 2022-08-22 23:49 UTC (permalink / raw)
  To: ml

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

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

New package: applet-window-buttons-0.11.1
https://github.com/void-linux/void-packages/pull/38840

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

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

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

<!-- 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, (x86_64-GLIBC)
- I built this PR locally for these architectures:
  - armv7l


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

* Re: New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
                   ` (5 preceding siblings ...)
  2022-08-22 23:49 ` [PR PATCH] [Closed]: " luan-adao
@ 2022-08-23  0:04 ` luan-adao
  2022-08-23  0:10 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: luan-adao @ 2022-08-23  0:04 UTC (permalink / raw)
  To: ml

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

New comment by luan-adao on void-packages repository

https://github.com/void-linux/void-packages/pull/38840#issuecomment-1223348000

Comment:
@classabbyamp Sorry i made a mistake here, can you reopen the pull request?

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

* Re: New package: applet-window-buttons-0.11.1
  2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
                   ` (6 preceding siblings ...)
  2022-08-23  0:04 ` luan-adao
@ 2022-08-23  0:10 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-08-23  0:10 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38840#issuecomment-1223352466

Comment:
no, the branch is gone

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

end of thread, other threads:[~2022-08-23  0:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 21:58 [PR PATCH] New package: applet-window-buttons-0.11.1 luan-adao
2022-08-22 22:36 ` [PR REVIEW] " classabbyamp
2022-08-22 22:37 ` classabbyamp
2022-08-22 23:22 ` [PR PATCH] [Updated] " luan-adao
2022-08-22 23:26 ` luan-adao
2022-08-22 23:39 ` luan-adao
2022-08-22 23:49 ` [PR PATCH] [Closed]: " luan-adao
2022-08-23  0:04 ` luan-adao
2022-08-23  0:10 ` classabbyamp

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