Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions srcpkgs/btrfs-assistant/patches/remove-werror.patch
Original file line number Diff line number Diff line change
@@ -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)

16 changes: 16 additions & 0 deletions srcpkgs/btrfs-assistant/template
Original file line number Diff line number Diff line change
@@ -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 <neksaikou@proton.me>"
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"