Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: btrfs-assistant-1.6.1
Date: Mon, 25 Jul 2022 10:08:36 +0200	[thread overview]
Message-ID: <20220725080836.ZwRZeifUt3SrtFeuZjauX4xHV3ntM8XkUMn_UaKjvow@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38265@inbox.vuxu.org>

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

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

https://github.com/tranzystorek-io/void-packages btrfs-assistant
https://github.com/void-linux/void-packages/pull/38265

New package: btrfs-assistant-1.6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

Closes #38255 

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (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/38265.patch is attached

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

From 1708ca9dd5ad96728bd61c28d1a9fd0212bcd3b1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 25 Jul 2022 08:57:28 +0200
Subject: [PATCH] New package: btrfs-assistant-1.6.1

---
 .../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 000000000000..7d6c423158a5
--- /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 ee71007..ae264f8 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -33,4 +33,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 000000000000..3b448c476584
--- /dev/null
+++ b/srcpkgs/btrfs-assistant/template
@@ -0,0 +1,16 @@
+# Template file for 'btrfs-assistant'
+pkgname=btrfs-assistant
+version=1.6.1
+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=a5a9451905c79402f438e22013f03858ef977111f57019f7cc15efe829c38c5d
+conf_files="/etc/btrfs-assistant.conf"

  parent reply	other threads:[~2022-07-25  8:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25  7:30 [PR PATCH] " tranzystorek-io
2022-07-25  7:32 ` tranzystorek-io
2022-07-25  7:51 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-25  8:08 ` tranzystorek-io [this message]
2022-07-25 10:24 ` meator
2022-07-25 10:32 ` tranzystorek-io
2022-07-25 10:33 ` tranzystorek-io
2022-07-25 10:52 ` meator
2022-07-25 11:07 ` meator
2022-07-25 11:21 ` sgn
2022-07-25 11:40 ` tranzystorek-io
2022-07-25 11:54 ` meator
2022-07-25 12:35 ` BT-Justice
2022-07-25 12:39 ` meator
2022-07-25 12:43 ` tranzystorek-io
2022-07-25 14:45 ` BT-Justice
2022-07-25 15:20 ` classabbyamp
2022-07-25 15:20 ` classabbyamp
2022-07-25 15:36 ` tranzystorek-io
2022-07-25 17:38 ` meator
2022-07-29  5:24 ` [PR PATCH] [Updated] " tranzystorek-io
2022-08-13  6:52 ` tranzystorek-io
2022-08-24 10:36 ` tranzystorek-io
2022-11-23  2:06 ` github-actions
2022-11-27 11:07 ` [PR PATCH] [Updated] " tranzystorek-io
2023-02-26  2:06 ` New package: btrfs-assistant-1.6.3 github-actions
2023-02-26 19:36 ` tranzystorek-io
2023-02-26 19:36 ` [PR PATCH] [Closed]: " tranzystorek-io

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220725080836.ZwRZeifUt3SrtFeuZjauX4xHV3ntM8XkUMn_UaKjvow@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).