summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-09-29 20:23:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-09-29 20:23:13 +0100
commit2c46a115213d32ad022ff48053071ef9ea7734fe (patch)
tree106160e27ba4e4e060bec2ea89ea57337cf92c2e /net-im
parent0ad524ff6e9830872187b79e6d5aaba4c55e1844 (diff)
net-im/skypeforlinux : version bump
Diffstat (limited to 'net-im')
-rw-r--r--net-im/skypeforlinux/Manifest2
-rw-r--r--net-im/skypeforlinux/skypeforlinux-5.5.0.1-r1708.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1708.ebuild)12
2 files changed, 12 insertions, 2 deletions
diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 81cc2b0c..e6dbce88 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1 +1 @@
-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.4.0.1-r1708.ebuild b/net-im/skypeforlinux/skypeforlinux-5.5.0.1-r1708.ebuild
index 4516584c..f0810abe 100644
--- a/net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1708.ebuild
+++ b/net-im/skypeforlinux/skypeforlinux-5.5.0.1-r1708.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
+}