From 581aa67de61848593d1dc49b496dd974861171c9 Mon Sep 17 00:00:00 2001 From: nek Date: Tue, 23 Dec 2025 14:34:24 +0700 Subject: [PATCH] New package: btrfs-assistant-2.2 --- .../btrfs-assistant/patches/remove-werror.patch | 11 +++++++++++ srcpkgs/btrfs-assistant/template | 16 ++++++++++++++++ 2 files changed, 27 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..0b6a6b993882f3 --- /dev/null +++ b/srcpkgs/btrfs-assistant/patches/remove-werror.patch @@ -0,0 +1,11 @@ +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..eafae31251eb40 --- /dev/null +++ b/srcpkgs/btrfs-assistant/template @@ -0,0 +1,16 @@ +# Template file for 'btrfs-assistant' +pkgname=btrfs-assistant +version=2.2 +revision=1 +build_style=cmake +hostmakedepends="qt6-base-devel qt6-tools" +makedepends="libbtrfsutil-devel" +depends="snapper" +short_desc="GUI management tool to make managing a Btrfs filesystem easier" +maintainer="Nek " +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=cf478b7a5673a456b3aa09df2a875aae8a023511a14ef901970666b93c28ebb9 +conf_files="/etc/btrfs-assistant.conf"