mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 07:48:56 -04:00
app-backup/btrfs-assistant: bump to 1.7
Signed-off-by: ston <ston.jia@qq.com>
This commit is contained in:
parent
7992950cda
commit
1bdeb7c4bc
@ -1 +1 @@
|
||||
DIST btrfs-assistant-1.6.3.tar.bz2 64426 BLAKE2B e868dfc27e0ff2d80704ed45315ab639e94f839fa47980d4f3eaddb4ec80a85f1ee202acd419353ecca7fa93991d6c0f359930dfcb8387deb72bbd8cfba83f58 SHA512 f2ac04d6377f1b49cc900263ed651736be902173dc48d8cbf397573ba8fca6fdf2b2c2fc818a220554c70b587db143015c68ed2bc858eb53aacc1a1c8e8b8dbb
|
||||
DIST btrfs-assistant-1.7.tar.bz2 64994 BLAKE2B 96c3482367a23815601da77ae6179422e24c0261bbae59d6a994eec4c29afed3bfb6043b305329dd3821e3e17ec769f5b53206d53b916a10a2090333d710e30b SHA512 7afabb15e15f6f8a73f162c2991eeaf0ec865264e66f27ec5afd3405b07b9a8a1a023ad69475022cfa5aaefcae0e22a30fe87e413916383094bd8c77fb0d040f
|
||||
|
@ -1,17 +1,19 @@
|
||||
#Copyright 1999-2022 Gentoo Authors
|
||||
#Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
inherit xdg cmake
|
||||
|
||||
SRC_URI="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/archive/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DESCRIPTION="A GUI management tool to make managing a Btrfs filesystem easier."
|
||||
HOMEPAGE="https://gitlab.com/btrfs-assistant/btrfs-assistant"
|
||||
SRC_URI="https://gitlab.com/btrfs-assistant/btrfs-assistant/-/archive/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
33
app-backup/btrfs-assistant/btrfs-assistant-9999.ebuild
Normal file
33
app-backup/btrfs-assistant/btrfs-assistant-9999.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
#Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg cmake git-r3
|
||||
EGIT_REPO_URI="${HOMEPAGE}"
|
||||
KEYWORDS=""
|
||||
|
||||
DESCRIPTION="A GUI management tool to make managing a Btrfs filesystem easier."
|
||||
HOMEPAGE="https://gitlab.com/btrfs-assistant/btrfs-assistant"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtsvg:5
|
||||
"
|
||||
BDEPEND="${DEPEND}"
|
||||
RDEPEND="
|
||||
media-fonts/noto
|
||||
sys-auth/polkit
|
||||
sys-fs/btrfs-progs
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
elog "emerge app-backup/snapper for snapshot management"
|
||||
elog "emerge sys-fs/btrfsmaintenance for scrub, balance, trim or defrag"
|
||||
}
|
@ -1,11 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE
|
||||
pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>ston</name>
|
||||
<email>2424284164@qq.com</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">btrfs-assistant/btrfs-assistant</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<name>ston</name>
|
||||
<email>ston.jia@qq.com</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">
|
||||
btrfs-assistant/btrfs-assistant</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user