public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/mendeleydesktop/
Date: Thu, 14 Dec 2017 15:15:29 +0000 (UTC)	[thread overview]
Message-ID: <1513264518.6e21484a8fe6f09b2d3f46bbfc2355eab6d01806.xmw@gentoo> (raw)

commit:     6e21484a8fe6f09b2d3f46bbfc2355eab6d01806
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 15:14:46 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 15:15:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e21484a

sci-misc/mendeleydesktop: Version bump, improve icon/.desktop situation.

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 sci-misc/mendeleydesktop/Manifest                            |  4 ++--
 ...ydesktop-1.17.9.ebuild => mendeleydesktop-1.17.12.ebuild} | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-misc/mendeleydesktop/Manifest b/sci-misc/mendeleydesktop/Manifest
index d2664297fd3..48db29256cc 100644
--- a/sci-misc/mendeleydesktop/Manifest
+++ b/sci-misc/mendeleydesktop/Manifest
@@ -1,2 +1,2 @@
-DIST mendeleydesktop-1.17.9-linux-i486.tar.bz2 130729175 SHA256 f904bbd00b346bb7541563205453cdf74e61dd709b667e808785ccd44f67b37e SHA512 e7d307eb96b8d59d5cd16d12ff1b58082dcd67c76863d6c672f2e7340107d943e46f39fa91b1f2d1485eb6d2cadca96b01d6ecbedf5d9bb448593abcb88bbaca WHIRLPOOL 23b7b9d2c68994431f749aab813831fe2420db50e2a032885bda37549d82c23fe19ad53e8fec9bbb29a76c0923969debe7d345f2803ab8d92bb4ce2eb08e87e2
-DIST mendeleydesktop-1.17.9-linux-x86_64.tar.bz2 125308028 SHA256 af062ef5c2129d718a1a612c15acfbc9891e747243c4ebc00f21cc3177a446f5 SHA512 a244716d0620a3553411eb7b1fdb2502cc32837a77db95e2bcae6a12016606abf53410a9e3119a858e188d0ad663f5191b06de22fb6915424c9495851ed6a36f WHIRLPOOL d398cf6ce34ca875de1791fcd29589db432d34ff98e100ed5815664073e7bc1740c5ac7e85f996d872c37b80027c8972bbbf6a3df2a270bce8f7afb579476cc2
+DIST mendeleydesktop-1.17.12-linux-i486.tar.bz2 131697751 BLAKE2B b9105ccb8829ae65fb74cb8f86aa85c66c8bec26a53139a763fe1156add08b35ab99ab40ee1d041a0f71f07fd8b5d1e839ab8b9a7670d842449874b010b51f04 SHA512 b900b6506b3ce03924d6547ea87bdaf25d7fd92674b1c65bd0494c758768813a5a09d5ed56b64a1f7f348a2697c405eb1263ca953cbdef30e580d1402ae69727
+DIST mendeleydesktop-1.17.12-linux-x86_64.tar.bz2 126264588 BLAKE2B e1f4f608a33d88cd0771732e6f00dcf22b9b5382d8ebd32949bcc56e6703c9e546f5bc005b48e1166c3a9b6774052d5a89e773f56c1545c267b1bddf25c50889 SHA512 45a5502304bd5966d9bfc2f24437a00e5215fd4d895dbd6aebde5e67f1b56e8ff5615072be5a6f7dd695e33eaf2967b8a3ce802eee788fb5f5d38b7e7a4db663

diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.17.9.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.17.12.ebuild
similarity index 91%
rename from sci-misc/mendeleydesktop/mendeleydesktop-1.17.9.ebuild
rename to sci-misc/mendeleydesktop/mendeleydesktop-1.17.12.ebuild
index bbe2006a449..02f773e11e8 100644
--- a/sci-misc/mendeleydesktop/mendeleydesktop-1.17.9.ebuild
+++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.17.12.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit eutils fdo-mime multilib python-single-r1
+inherit eutils multilib python-single-r1 xdg gnome2-utils
 
 MY_P_AMD64="${P}-linux-x86_64"
 MY_P_X86="${P}-linux-i486"
@@ -117,15 +117,15 @@ src_install() {
 	doins -r share/mendeleydesktop
 
 	# symlink launch script
-	dosym /opt/mendeleydesktop/bin/mendeleydesktop /opt/bin/mendeleydesktop
+	dosym ../mendeleydesktop/bin/mendeleydesktop /opt/bin/mendeleydesktop
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
+	xdg_pkg_postinst
+	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
+	xdg_pkg_postrm
+	gnome2_icon_cache_update
 }


             reply	other threads:[~2017-12-14 15:15 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14 15:15 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-28 13:25 [gentoo-commits] repo/gentoo:master commit in: sci-misc/mendeleydesktop/ Andreas Sturmlechner
2020-05-24 10:42 Mikle Kolyada
2020-05-24  8:53 Mikle Kolyada
2020-05-01 10:31 Alexey Shvetsov
2020-03-30 11:19 Mikle Kolyada
2020-01-21 22:49 Pacho Ramos
2019-09-20  7:59 Michał Górny
2019-04-23 11:29 Alexey Shvetsov
2019-04-02 21:55 Pacho Ramos
2019-04-02 21:55 Pacho Ramos
2019-02-05 20:56 Ben Kohler
2018-12-06 10:21 Andreas Sturmlechner
2018-09-24 17:46 Andreas Sturmlechner
2018-08-21 23:17 Alexey Shvetsov
2018-04-26 20:07 Andreas Sturmlechner
2018-04-26 20:07 Andreas Sturmlechner
2018-04-16 11:41 Alexey Shvetsov
2018-04-15 11:34 David Seifert
2018-03-20 12:24 Alexey Shvetsov
2017-04-19 19:21 Alexey Shvetsov
2017-03-05 11:02 David Seifert
2017-03-05 11:02 David Seifert
2016-08-31 11:14 Michael Weber
2016-08-25 10:48 David Seifert
2016-06-27 21:35 David Seifert
2016-05-21 15:35 Pacho Ramos
2016-04-02  8:18 David Seifert
2016-02-02 15:16 Justin Lecher
2015-11-27 14:10 Justin Lecher
2015-11-03 12:17 Justin Lecher
2015-10-14 12:26 Justin Lecher

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=1513264518.6e21484a8fe6f09b2d3f46bbfc2355eab6d01806.xmw@gentoo \
    --to=xmw@gentoo.org \
    --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