Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: btrfs-assistant-1.9 #48996

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions 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)
16 changes: 16 additions & 0 deletions 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"