summaryrefslogtreecommitdiff
path: root/net-im/signal-desktop-bin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /net-im/signal-desktop-bin
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'net-im/signal-desktop-bin')
-rw-r--r--net-im/signal-desktop-bin/Manifest4
-rw-r--r--net-im/signal-desktop-bin/signal-desktop-bin-1.24.1.ebuild (renamed from net-im/signal-desktop-bin/signal-desktop-bin-1.23.2.ebuild)9
2 files changed, 6 insertions, 7 deletions
diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest
index e52645c18c43..fad7a4d339da 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,3 +1,3 @@
-DIST signal-desktop_1.23.2_amd64.deb 89995154 BLAKE2B 10e997e81fe9f89a8d7fdfddb20cc27c87eba305d5f74be387dac620f6a03f8eb9fdd115de67d61367aceffc5f28c70371d396ab281e84ef7380cb3eb55e1cea SHA512 46cc559d8d96821324203521cc50a29d571fc69fbb121be2060745da94e1a78605234b337ab9bbe9e29f37834a09e4db8df314356f48165f5e85fa6cccbaa912
-EBUILD signal-desktop-bin-1.23.2.ebuild 1692 BLAKE2B 28928e86781ebce0421695232e6bb4f038814851a2562bb1d8799440283ff369108cfe9bd145b15c663713d59989304d9494f06eb8e7e89304456b931de6e2d0 SHA512 871c15c7c7a22f7c2ae89cbe2bbdc82697142ade4c3beaef05f4aa444a2705d1681e2306d58cde696e975ebd2c596fd4bac4af200a94c5080f59fb818c5fadd0
+DIST signal-desktop_1.24.1_amd64.deb 89896368 BLAKE2B 2bda1aa749b0f008dc37648a397b501c6980fa8a860bec7249a9742cf8cd69d547259aac96c9cd0bb79372982b9e5e4e03c331cd99175406132f8a73b559e8f3 SHA512 9e8105f42405a980dc1934a5502f81915bebc2ffc9c06777df676fa4384c533d551cbd54923a22208a160d0f22a52ff55044f6a32beb9bf68ef3b1fc16bead6c
+EBUILD signal-desktop-bin-1.24.1.ebuild 1653 BLAKE2B 93394fa752e482fb2860399d3737e819bd3086ac84750c3d2699451d789edbd4d6bdeedfa98e4e9da1df670e4ef20488c13184e67843e8e88bdb591e8e0bd6a6 SHA512 9197e96d699328b966e70d2d5bd4eaf2bd419e55b69e7a4e3ecfa00135bbd9b54e03e0aac8700a1969d6f8bcfd3d4ea860e2ff03f684898a451cd1cae5690cbd
MISC metadata.xml 510 BLAKE2B 618fc8fb3b176d175bb15ceef941c60ebd89666f4b01f7b7912a4c26d8f54802982a8c089480f11573418daf88fb559dacca797c7f42493d122fd448c53eb923 SHA512 9d9ae0f5f1961fc1ad9b0e59f8d2003fc746f6f25dabb6c35b6ee8e151caf25e724b321e0c11a1b02f5431a204215caf5a4614232508b8492a0d33cd4bb46b8a
diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.23.2.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.24.1.ebuild
index 159987e3abe2..93142bc74352 100644
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.23.2.ebuild
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.24.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
MY_PN="${PN/-bin/}"
-inherit gnome2-utils pax-utils unpacker xdg-utils
+inherit pax-utils unpacker xdg-utils
DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer"
HOMEPAGE="https://signal.org/
@@ -19,7 +19,6 @@ IUSE=""
RDEPEND="
dev-libs/nss
- gnome-base/gconf:2
media-libs/mesa
net-print/cups
x11-libs/gtk+:3[X]
@@ -60,10 +59,10 @@ src_install() {
pkg_postinst() {
xdg_desktop_database_update
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}