diff options
author | Karol Grudziński <krlgrudzinski+gentoo@gmail.com> | 2017-09-25 19:25:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-28 11:31:44 +0200 |
commit | e2ef40593daaf9c1c5cd904c0eaae124c87b4913 (patch) | |
tree | daf8e321e61d424f782ccbb7f4a900bc0fce88cf /net-im | |
parent | dev-lang/tuprolog: correctly specify JDK dependency (diff) | |
download | gentoo-e2ef40593daaf9c1c5cd904c0eaae124c87b4913.tar.gz gentoo-e2ef40593daaf9c1c5cd904c0eaae124c87b4913.tar.bz2 gentoo-e2ef40593daaf9c1c5cd904c0eaae124c87b4913.zip |
net-im/skypeforlinux: version bump to 5.5.0.1.
- Bump to 5.5.0.1
- Remove ebuild for unfetchable version 5.3.0.1
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5791
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypeforlinux/Manifest | 2 | ||||
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-5.5.0.1.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild) | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest index ab4b9bcaf6e7..4330b9f02cb7 100644 --- a/net-im/skypeforlinux/Manifest +++ b/net-im/skypeforlinux/Manifest @@ -1,2 +1,2 @@ -DIST skypeforlinux_5.3.0.1-1.x86_64.rpm 68386976 SHA256 6ce0c4f39de94f65c47a56126d9413bef159086f1065c4ba5803ab2540a79c04 SHA512 ff0ff8724d7887ab3960cabd5d78119dbd61ccf45a2b1ab94ed09eba41af435eeeb86566d0f0f22a7e9c6c8ba19b72841ca3c1acab547675ac518990e8a73ff0 WHIRLPOOL 19c72110cbfe80c17a14e851a40547dfeac39eafddca11c04b598de4809adeaf4cfa4417019c227cd9217935f6bc18b59b1c6fa6d7444ddc15e9b4427ef20332 DIST skypeforlinux_5.4.0.1-1.x86_64.rpm 72058201 SHA256 7acb723ba220ba2a2776f98a021a47223ead0a7959f33201ec6d4e9145024702 SHA512 706d33b1ea5c0b9e7aa1799b06ac465f5aafc29627ef4b3660598b0f1762986ba217af0903af1da41f2478ca5011adf9070fe7a331ecfcb028f81ca839b03ccb WHIRLPOOL 83a4fe4931432d7a5fce7231e008011905a41fb6f28240a42c355bc27d673033eecbddfc100da053a9efbea5c1d5c89161e1aab88394ab775a16ebf6848ae819 +DIST skypeforlinux_5.5.0.1-1.x86_64.rpm 72080362 SHA256 f32db8a5858a9eb8dde3ca7b29b920649bb2422649ccb58ffee77ff73d81a919 SHA512 73ae5e8443e8e7110a74456d336933d1fe1873009189e764e31904b7c82b3c6b0a6603e527d455b08e780a73b5c1f7794faea5de8179cb600114561ffbb5bcd9 WHIRLPOOL 467d1442ff1d8b0ed8756d1f82dae32d3f182c20f84e944835a564537dff34000504216a445f1ebc9e9ac19553e21646b212baec34154c5b08e6a664059a42bb diff --git a/net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild b/net-im/skypeforlinux/skypeforlinux-5.5.0.1.ebuild index 257adc73a2f3..0d20e2a089c3 100644 --- a/net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-5.5.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 MULTILIB_COMPAT=( abi_x86_64 ) -inherit eutils pax-utils rpm multilib-build +inherit pax-utils rpm multilib-build xdg-utils DESCRIPTION="P2P Internet Telephony (VoiceIP) client" HOMEPAGE="https://www.skype.com/" @@ -106,3 +106,13 @@ src_install() { eqawarn "please open a bug." fi } + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} |