commit:     dad2c9bc496ebac279deaf85082a1726611fa3d6
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Feb 12 09:39:38 2026 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu Feb 12 09:44:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dad2c9bc

app-backup/timeshift: add 25.12.4

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 app-backup/timeshift/Manifest                 |  1 +
 app-backup/timeshift/timeshift-25.12.4.ebuild | 49 +++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-backup/timeshift/Manifest b/app-backup/timeshift/Manifest
index 69e439e7c2..bb0fc65f3e 100644
--- a/app-backup/timeshift/Manifest
+++ b/app-backup/timeshift/Manifest
@@ -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

diff --git a/app-backup/timeshift/timeshift-25.12.4.ebuild 
b/app-backup/timeshift/timeshift-25.12.4.ebuild
new file mode 100644
index 0000000000..8755c15079
--- /dev/null
+++ b/app-backup/timeshift/timeshift-25.12.4.ebuild
@@ -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
+}

Reply via email to