public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-backup/timeshift/
Date: Sat, 26 Nov 2022 15:18:25 +0000 (UTC)	[thread overview]
Message-ID: <1669475886.2ce474cacfcfcf2e0d3ba724f28c6b5872244f21.pascal.jaeger@gentoo> (raw)

commit:     2ce474cacfcfcf2e0d3ba724f28c6b5872244f21
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 26 15:15:37 2022 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov 26 15:18:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ce474ca

app-backup/timeshift-21.09.1: revbump, use make instead of emake

    - update xdg icon cache after install

    Bug: https://bugs.gentoo.org/849626
    Bug: https://bugs.gentoo.org/849629
    Bug: https://bugs.gentoo.org/883157

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

 ....09.1-r1.ebuild => timeshift-21.09.1-r2.ebuild} | 23 +++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/app-backup/timeshift/timeshift-21.09.1-r1.ebuild b/app-backup/timeshift/timeshift-21.09.1-r2.ebuild
similarity index 65%
rename from app-backup/timeshift/timeshift-21.09.1-r1.ebuild
rename to app-backup/timeshift/timeshift-21.09.1-r2.ebuild
index 97f794686..09ac8c406 100644
--- a/app-backup/timeshift/timeshift-21.09.1-r1.ebuild
+++ b/app-backup/timeshift/timeshift-21.09.1-r2.ebuild
@@ -1,9 +1,8 @@
 # Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-VALA_MIN_API_VERSION="0.44"
-inherit vala xdg
+EAPI=8
+inherit optfeature toolchain-funcs vala xdg
 
 DESCRIPTION="A system restore utility for Linux"
 HOMEPAGE="https://github.com/teejee2008/timeshift"
@@ -40,3 +39,21 @@ src_prepare() {
 	vala_src_prepare
 	default
 }
+
+src_compile() {
+	tc-export CC
+	# can't use emake here, fails to compile because some files getting removed
+	# during compilation, which are missing afterwards.
+	# https://bugs.gentoo.org/883157
+	# Pascal Jäger <pascal.jaeger@leimstift.de> (2022-11-26)
+	make all || die
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	optfeature "btrfs support" sys-fs/btrfs-progs
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+}


             reply	other threads:[~2022-11-26 15:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-26 15:18 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-22  8:31 [gentoo-commits] repo/proj/guru:dev commit in: app-backup/timeshift/ Takuya Wakazono
2023-09-20 11:44 Pascal Jäger
2022-11-29 13:31 Pascal Jäger
2022-11-26 15:18 Pascal Jäger
2022-11-26 15:18 Pascal Jäger
2022-05-28 15:50 Pascal Jäger
2022-01-28  4:28 Anna Vyalkova
2021-10-07 20:53 Pascal Jäger
2021-05-04  8:41 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1669475886.2ce474cacfcfcf2e0d3ba724f28c6b5872244f21.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox