public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Philip Miess" <Phil_miess@yahoo.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
Date: Mon, 11 Jun 2018 03:08:04 +0000 (UTC)	[thread overview]
Message-ID: <1516654403.ca33e6cbeaebbe7a33d6911b3888c839d9bd3a03.Phil_miess@gentoo> (raw)

commit:     ca33e6cbeaebbe7a33d6911b3888c839d9bd3a03
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Mon Jan 22 20:53:23 2018 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Mon Jan 22 20:53:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ca33e6cb

add xdg-utils

 games-kids/scratch/Manifest               | 2 +-
 games-kids/scratch/scratch-1.4.0.7.ebuild | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
index 90b5150..1a4ba4d 100644
--- a/games-kids/scratch/Manifest
+++ b/games-kids/scratch/Manifest
@@ -1,3 +1,3 @@
 DIST scratch-1.4.0.7.src.tar.gz 47617852 SHA256 b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562 WHIRLPOOL 4b199541a252b51cded9e41f7e511d2d0cbae77161c8d234b277ecc204fe6d36663367934e7200eb179229ca4b0f6b45d060a7fc51044f20f8aa0944a7ec2ac8
-EBUILD scratch-1.4.0.7.ebuild 2259 SHA256 5f3d30d19b169ae8f2f870dfa40ef5eb3b3d6b238bba7a9680604238ad304878 SHA512 6adf2007c13f08bd22c884127bd870c5b5352ce0ffb5235ffd99f65ca9e95361c89a8e1651695db7f2431294b430bdd7adba2adc4deb27f2d23bfa9ecff4dcff WHIRLPOOL da456065a72e7c5bffc0154e8358d12b516fe5376e5e87eaf6d3d884119b2053b01a1edd7458a4704563ff627de4bd2a1aad285bb170fc6aa2a0003ca1ad8dda
+EBUILD scratch-1.4.0.7.ebuild 2389 SHA256 0d5856efc87963e9bb132e44502711c61849103a85c1886c21ea71bb0ef797e6 SHA512 02dea76331649d4f40f76ab1f3b987f0385de4cdee562683083e69ebec4d4754f9cc571437ee5ddbe9ae815a0678034600ce68847cd8c3461798aece3ca1141f WHIRLPOOL a11dcd1f94c86a43c3adb2821739ca7f7e067eb06923c5ecc174b2cc1d659e2c586f0bb0ea04c3af97481a89b017a6308d326ebe5c71b0d407ac0844e06f465d
 MISC metadata.xml 965 SHA256 bb5ea13c29cce825fb15ec61b5452e3aaec9e34a2d25a5d7572f088d2a68df54 SHA512 5a39dd1ae9b5b7f592794afe7558b5567689b05cea4aadc67df8e87b473617dfa74402f9cd7b7fb8dddc876bcabfd377f373d99d20fd37b02d3a1221ab750138 WHIRLPOOL bae3374dd122e4b47f35b247b08294f945c9dbb9745b404247ad3e675fc51b91951a4821a76d96442dd6fd7d4ffb8144d30e1a069bbfb4439acae65cccd40a0c

diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index c3ae595..e8b8733 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A programming environment for creating stories, animations, games, and music."
 HOMEPAGE="http://scratch.mit.edu/"
@@ -89,10 +89,14 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
+	xdg_mimeinfo_database_update
+	xdg_desktop_database_update 
 	gnome2_icon_cache_update
 
 }
 
 pkg_postrm() {
+	xdg_mimeinfo_database_update
+	xdg_desktop_database_update 
 	gnome2_icon_cache_update
 }


             reply	other threads:[~2018-06-11  3:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-11  3:08 Philip Miess [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-25 20:42 [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/ Philip Miess
2018-06-11  3:08 Philip Miess
2017-08-05 20:41 Philip Miess
2017-08-05 20:41 Philip Miess
2017-08-05 20:41 Philip Miess
2017-08-05 20:41 Philip Miess

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=1516654403.ca33e6cbeaebbe7a33d6911b3888c839d9bd3a03.Phil_miess@gentoo \
    --to=phil_miess@yahoo.com \
    --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