Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: btrfs-assistant-1.9
@ 2024-02-29  3:32 BlindRepublic
  2024-02-29  3:36 ` [PR PATCH] [Updated] " BlindRepublic
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: BlindRepublic @ 2024-02-29  3:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BlindRepublic/void-packages btrfs-assistant
https://github.com/void-linux/void-packages/pull/48996

New package: btrfs-assistant-1.9
<!-- 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)


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

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

From ded49f00d839a4060c1af00f6a970b397e6aba75 Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Wed, 28 Feb 2024 22:31:12 -0500
Subject: [PATCH] New package: btrfs-assistant-1.9

---
 .../btrfs-assistant/patches/remove-werror.patch  | 10 ++++++++++
 srcpkgs/btrfs-assistant/template                 | 16 ++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/btrfs-assistant/patches/remove-werror.patch
 create mode 100644 srcpkgs/btrfs-assistant/template

diff --git a/srcpkgs/btrfs-assistant/patches/remove-werror.patch b/srcpkgs/btrfs-assistant/patches/remove-werror.patch
new file mode 100644
index 00000000000000..5247851e70465a
--- /dev/null
+++ b/srcpkgs/btrfs-assistant/patches/remove-werror.patch
@@ -0,0 +1,10 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 269c01d..0bc471c 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -34,4 +34,4 @@ install(TARGETS btrfs-assistant-bin RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+ 
+ find_library(BTRFSUTIL_LIB btrfsutil)
+ target_link_libraries(btrfs-assistant-bin PRIVATE Qt${QT_VERSION_MAJOR}::Widgets ${BTRFSUTIL_LIB})
+-target_compile_options(btrfs-assistant-bin PRIVATE -Werror -Wall -Wextra -Wconversion)
++target_compile_options(btrfs-assistant-bin PRIVATE -Wall -Wextra -Wconversion)
diff --git a/srcpkgs/btrfs-assistant/template b/srcpkgs/btrfs-assistant/template
new file mode 100644
index 00000000000000..eba68f52c5e753
--- /dev/null
+++ b/srcpkgs/btrfs-assistant/template
@@ -0,0 +1,16 @@
+# Template file for 'btrfs-assistant'
+pkgname=btrfs-assistant
+version=1.9
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake"
+makedepends="libbtrfsutil-devel qt5-devel qt5-tools-devel"
+depends="snapper"
+short_desc="GUI management tool to make managing a Btrfs filesystem easier"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/btrfs-assistant/btrfs-assistant"
+changelog="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/raw/main/changelog"
+distfiles="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/archive/${version}/btrfs-assistant-${version}.tar.gz"
+checksum=2e82c5fca35e29452fc74a9ba17b987b03862dc2e8b3da02b351d9c763bf5cf5
+conf_files="/etc/btrfs-assistant.conf"

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

* Re: [PR PATCH] [Updated] New package: btrfs-assistant-1.9
  2024-02-29  3:32 [PR PATCH] New package: btrfs-assistant-1.9 BlindRepublic
@ 2024-02-29  3:36 ` BlindRepublic
  2024-02-29  3:37 ` BlindRepublic
  2024-05-30  1:47 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: BlindRepublic @ 2024-02-29  3:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BlindRepublic/void-packages btrfs-assistant
https://github.com/void-linux/void-packages/pull/48996

New package: btrfs-assistant-1.9
<!-- 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)

See #38265 and #38255

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

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

From a1879f382ccaa45c1aec077863292b39b3aa0558 Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Wed, 28 Feb 2024 22:31:12 -0500
Subject: [PATCH] New package: btrfs-assistant-1.9

---
 .../btrfs-assistant/patches/remove-werror.patch  | 10 ++++++++++
 srcpkgs/btrfs-assistant/template                 | 16 ++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/btrfs-assistant/patches/remove-werror.patch
 create mode 100644 srcpkgs/btrfs-assistant/template

diff --git a/srcpkgs/btrfs-assistant/patches/remove-werror.patch b/srcpkgs/btrfs-assistant/patches/remove-werror.patch
new file mode 100644
index 0000000000000..5247851e70465
--- /dev/null
+++ b/srcpkgs/btrfs-assistant/patches/remove-werror.patch
@@ -0,0 +1,10 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 269c01d..0bc471c 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -34,4 +34,4 @@ install(TARGETS btrfs-assistant-bin RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+ 
+ find_library(BTRFSUTIL_LIB btrfsutil)
+ target_link_libraries(btrfs-assistant-bin PRIVATE Qt${QT_VERSION_MAJOR}::Widgets ${BTRFSUTIL_LIB})
+-target_compile_options(btrfs-assistant-bin PRIVATE -Werror -Wall -Wextra -Wconversion)
++target_compile_options(btrfs-assistant-bin PRIVATE -Wall -Wextra -Wconversion)
diff --git a/srcpkgs/btrfs-assistant/template b/srcpkgs/btrfs-assistant/template
new file mode 100644
index 0000000000000..eba68f52c5e75
--- /dev/null
+++ b/srcpkgs/btrfs-assistant/template
@@ -0,0 +1,16 @@
+# Template file for 'btrfs-assistant'
+pkgname=btrfs-assistant
+version=1.9
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake"
+makedepends="libbtrfsutil-devel qt5-devel qt5-tools-devel"
+depends="snapper"
+short_desc="GUI management tool to make managing a Btrfs filesystem easier"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/btrfs-assistant/btrfs-assistant"
+changelog="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/raw/main/changelog"
+distfiles="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/archive/${version}/btrfs-assistant-${version}.tar.gz"
+checksum=2e82c5fca35e29452fc74a9ba17b987b03862dc2e8b3da02b351d9c763bf5cf5
+conf_files="/etc/btrfs-assistant.conf"

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

* Re: [PR PATCH] [Updated] New package: btrfs-assistant-1.9
  2024-02-29  3:32 [PR PATCH] New package: btrfs-assistant-1.9 BlindRepublic
  2024-02-29  3:36 ` [PR PATCH] [Updated] " BlindRepublic
@ 2024-02-29  3:37 ` BlindRepublic
  2024-05-30  1:47 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: BlindRepublic @ 2024-02-29  3:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BlindRepublic/void-packages btrfs-assistant
https://github.com/void-linux/void-packages/pull/48996

New package: btrfs-assistant-1.9
<!-- 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)

See #38265 and #38255

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

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

From 2295a37279288ea4c8b5f042cae0cee15358a839 Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Wed, 28 Feb 2024 22:31:12 -0500
Subject: [PATCH] New package: btrfs-assistant-1.9

---
 .../btrfs-assistant/patches/remove-werror.patch  | 10 ++++++++++
 srcpkgs/btrfs-assistant/template                 | 16 ++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/btrfs-assistant/patches/remove-werror.patch
 create mode 100644 srcpkgs/btrfs-assistant/template

diff --git a/srcpkgs/btrfs-assistant/patches/remove-werror.patch b/srcpkgs/btrfs-assistant/patches/remove-werror.patch
new file mode 100644
index 00000000000000..5247851e70465a
--- /dev/null
+++ b/srcpkgs/btrfs-assistant/patches/remove-werror.patch
@@ -0,0 +1,10 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 269c01d..0bc471c 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -34,4 +34,4 @@ install(TARGETS btrfs-assistant-bin RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+ 
+ find_library(BTRFSUTIL_LIB btrfsutil)
+ target_link_libraries(btrfs-assistant-bin PRIVATE Qt${QT_VERSION_MAJOR}::Widgets ${BTRFSUTIL_LIB})
+-target_compile_options(btrfs-assistant-bin PRIVATE -Werror -Wall -Wextra -Wconversion)
++target_compile_options(btrfs-assistant-bin PRIVATE -Wall -Wextra -Wconversion)
diff --git a/srcpkgs/btrfs-assistant/template b/srcpkgs/btrfs-assistant/template
new file mode 100644
index 00000000000000..4fe4fb5d4e1073
--- /dev/null
+++ b/srcpkgs/btrfs-assistant/template
@@ -0,0 +1,16 @@
+# Template file for 'btrfs-assistant'
+pkgname=btrfs-assistant
+version=1.9
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake"
+makedepends="libbtrfsutil-devel qt5-devel qt5-tools-devel"
+depends="snapper"
+short_desc="GUI management tool to make managing a Btrfs filesystem easier"
+maintainer="Elliot <blindrepublic@mailo.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/btrfs-assistant/btrfs-assistant"
+changelog="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/raw/main/changelog"
+distfiles="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/archive/${version}/btrfs-assistant-${version}.tar.gz"
+checksum=2e82c5fca35e29452fc74a9ba17b987b03862dc2e8b3da02b351d9c763bf5cf5
+conf_files="/etc/btrfs-assistant.conf"

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

* Re: New package: btrfs-assistant-1.9
  2024-02-29  3:32 [PR PATCH] New package: btrfs-assistant-1.9 BlindRepublic
  2024-02-29  3:36 ` [PR PATCH] [Updated] " BlindRepublic
  2024-02-29  3:37 ` BlindRepublic
@ 2024-05-30  1:47 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-05-30  1:47 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48996#issuecomment-2138524676

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

end of thread, other threads:[~2024-05-30  1:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29  3:32 [PR PATCH] New package: btrfs-assistant-1.9 BlindRepublic
2024-02-29  3:36 ` [PR PATCH] [Updated] " BlindRepublic
2024-02-29  3:37 ` BlindRepublic
2024-05-30  1:47 ` github-actions

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