mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-backup/timeshift: add 25.12.4
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST timeshift-23.07.1.tar.gz 1583725 BLAKE2B 7887f10d69a49231da57499b6287b82698a8d2053d7c18ea29863a48c4a8bf23145fa7dad306088d2e5f0bca840212daf27dc761d652408484bf7ee42fb67c4c SHA512 b5d9adde872f562f2af582e75dcfdee32e8b8d3a7ffc9c9592416d47ee9370603dd2140e9fb3d4970bbf1ddbe87c459c4cb041349a34c14865d38492289828d4
|
||||
DIST timeshift-25.12.4.tar.gz 1803454 BLAKE2B 87fb64b5a2d5f8b1e3a10b2cb5c2a9f4509936afcfe43528cfe2e55d407eea8f51ffa4253b31d22cec7dc3c4f4770623f1d2ac6a9fdf50453fb60bbb8b50a64b SHA512 2cecb99f038e7a9ebf4f1cb797e5d1b05d56bd0afc59a53bab6ccb67204a1f60ff83f8d0c28352f19e6f1514627b32636e250160fc70836161b9e0f8c8527197
|
||||
|
||||
49
app-backup/timeshift/timeshift-25.12.4.ebuild
Normal file
49
app-backup/timeshift/timeshift-25.12.4.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 2019-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature meson vala xdg
|
||||
|
||||
DESCRIPTION="A system restore utility for Linux"
|
||||
HOMEPAGE="https://github.com/linuxmint/timeshift"
|
||||
SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> ${PF}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/gobject-introspection
|
||||
x11-libs/gtk+:3
|
||||
dev-libs/json-glib
|
||||
x11-libs/vte:2.91[vala]
|
||||
>=dev-libs/libgee-0.18.0:=
|
||||
>=x11-libs/xapp-1.0.4[vala(+)]
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
virtual/cron
|
||||
"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
virtual/pkgconfig
|
||||
sys-apps/help2man
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
optfeature "btrfs support" sys-fs/btrfs-progs
|
||||
optfeature "rsync support" net-misc/rsync
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
}
|
||||
Reference in New Issue
Block a user