qt.qml.typeregistration: Invalid QML element name "ViberAdsItem"; value type names should begin with a lowercase letter
This commit is contained in:
parent
32fa7d6e0e
commit
af4ce5793c
4 changed files with 0 additions and 82 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST viber-bin-23.2.0.3.deb 162279128 BLAKE2B 9d0057624f1df375fb51a7b5c56788ba68d86b4772d288cb8d3d7806cb174cabffca32fb0d4bb4685d741698c7a7d03beea2dc49ee4e072c4e4a3f7d0ed4bdca SHA512 4d9b644af0c38ed0db11c0364191a373670ca912c03a947c6450c3b81cd3103244eae0e98a08cef554f54bdc66dbc5464e061af4bcaeef89de33352fbaa7c706
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
Free and secure calls and messages to anyone, anywhere, on any device and network, in any country!
|
||||
Viber for Desktop syncs your contacts, messages and call history with your mobile device.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="alsa">Enable alsa support through media-libs/alsa-lib</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
--- a/usr/share/applications/viber.desktop
|
||||
+++ b/usr/share/applications/viber.desktop
|
||||
@@ -2,8 +2,9 @@
|
||||
Name=Viber
|
||||
Comment=Viber VoIP and messenger
|
||||
Exec=/opt/viber/Viber %u
|
||||
-Icon=/usr/share/pixmaps/viber.png
|
||||
+Icon=viber
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network;InstantMessaging;P2P;
|
||||
MimeType=x-scheme-handler/viber;
|
||||
+StartupWMClass=Viber
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# File was automatically generated by automatic-ebuild-maker
|
||||
# https://github.com/BlueManCZ/automatic-ebuild-maker
|
||||
# Modified by TheK0tYaRa
|
||||
|
||||
EAPI=7
|
||||
inherit unpacker xdg
|
||||
|
||||
DESCRIPTION="Viber for Desktop."
|
||||
HOMEPAGE="https://viber.com"
|
||||
SRC_URI=" https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb -> ${P}.deb"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
RESTRICT="bindist mirror"
|
||||
IUSE="alsa mng pulseaudio"
|
||||
|
||||
RDEPEND="
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
app-arch/snappy
|
||||
dev-libs/nss
|
||||
dev-qt/qtimageformats
|
||||
media-libs/gst-plugins-base
|
||||
media-libs/gst-plugins-good
|
||||
media-libs/gst-plugins-ugly
|
||||
media-libs/gstreamer
|
||||
media-libs/libpng
|
||||
media-plugins/gst-plugins-libav
|
||||
mng? ( media-libs/libmng )
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
x11-libs/libxcb
|
||||
x11-libs/tslib
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
#PATCHES=(
|
||||
# "${FILESDIR}/${PN}-desktop-file.patch"
|
||||
#)
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm -rf "opt/viber/lib/libpng16.so.16" || die "rm failed"
|
||||
rm -rf "opt/viber/plugins" || die "rm failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -a . "${ED}" || die "cp failed"
|
||||
|
||||
dosym "/opt/viber/Viber" "/usr/bin/viber" || die "dosym failed"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue