Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: btrfs-assistant-1.6.1
@ 2022-07-25  7:30 tranzystorek-io
  2022-07-25  7:32 ` tranzystorek-io
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: tranzystorek-io @ 2022-07-25  7:30 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2301 bytes --]

From 88b864ea3e8b5498be88d05d1bd39f90fd5ae8aa 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..312382c024fc
--- /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"
+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"

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

end of thread, other threads:[~2023-02-26 19:36 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  7:30 [PR PATCH] New package: btrfs-assistant-1.6.1 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
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

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