app-admin/btrfs-assistant: new package, add 2.1.1

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-02-14 09:41:54 +02:00
parent ac25c9fb1a
commit 91b1ac85fc
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST btrfs-assistant-2.1.1.tar.bz2 68416 BLAKE2B 3fa895c584ddb480a0e033c3fdb252fd7d25c7ae8743ae23b1ee67d33611fa47dca20cc76f55c05418a0542b00d042cb232a6572d9096efb51b3d31655396c60 SHA512 e90f6d2da09742557a5aae90435811f59d142f240818446cf1608bbfe40086064dcb721eca9432c8b66e498929f5b8c6e4de9e0c702921f443bce8a11aca7ea9

View File

@ -0,0 +1,33 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg optfeature
DESCRIPTION="GUI management tool to make managing a Btrfs filesystem easier"
HOMEPAGE="https://gitlab.com/btrfs-assistant/btrfs-assistant"
SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
dev-qt/qtsvg:6
sys-fs/btrfs-progs
"
RDEPEND="${DEPEND}"
BDEPEND="dev-qt/qttools:6[linguist]"
src_prepare() {
cmake_src_prepare
sed -e 's/-Werror //' -i src/CMakeLists.txt || die
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "auto snapshot" app-backup/snapper
optfeature "auto balance and defrag" sys-fs/btrfsmaintenance
}

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>arthurzam@gentoo.org</email>
<name>Arthur Zamarin</name>
</maintainer>
<upstream>
<remote-id type="gitlab">btrfs-assistant/btrfs-assistant</remote-id>
<changelog>https://gitlab.com/btrfs-assistant/btrfs-assistant/-/blob/main/changelog</changelog>
</upstream>
</pkgmetadata>