From fdc97647f9837884d5b729a8000d52bf2ecf5858 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Aug 2017 15:59:24 +0100 Subject: redcore 1708 gamma crucis : bump ebuilds --- net-im/franz/franz-4.0.4-r1708.ebuild | 42 ++++++++ net-im/franz/franz-4.0.4.ebuild | 42 -------- .../messengerfordesktop-2.0.9-r1708.ebuild | 36 +++++++ .../messengerfordesktop-2.0.9.ebuild | 36 ------- .../skypeforlinux-5.4.0.1-r1706.ebuild | 108 --------------------- .../skypeforlinux-5.4.0.1-r1708.ebuild | 108 +++++++++++++++++++++ net-im/telegram/telegram-0.10.1-r1708.ebuild | 33 +++++++ net-im/telegram/telegram-0.10.1.ebuild | 33 ------- net-im/viber/viber-6.0.1.5-r1708.ebuild | 28 ++++++ net-im/viber/viber-6.0.1.5.ebuild | 28 ------ 10 files changed, 247 insertions(+), 247 deletions(-) create mode 100644 net-im/franz/franz-4.0.4-r1708.ebuild delete mode 100644 net-im/franz/franz-4.0.4.ebuild create mode 100644 net-im/messengerfordesktop/messengerfordesktop-2.0.9-r1708.ebuild delete mode 100644 net-im/messengerfordesktop/messengerfordesktop-2.0.9.ebuild delete mode 100644 net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1706.ebuild create mode 100644 net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1708.ebuild create mode 100644 net-im/telegram/telegram-0.10.1-r1708.ebuild delete mode 100644 net-im/telegram/telegram-0.10.1.ebuild create mode 100644 net-im/viber/viber-6.0.1.5-r1708.ebuild delete mode 100644 net-im/viber/viber-6.0.1.5.ebuild (limited to 'net-im') diff --git a/net-im/franz/franz-4.0.4-r1708.ebuild b/net-im/franz/franz-4.0.4-r1708.ebuild new file mode 100644 index 00000000..d4c9edaa --- /dev/null +++ b/net-im/franz/franz-4.0.4-r1708.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils autotools + +DESCRIPTION="Franz is a free messaging app / former Emperor of Austria and combines chat & messaging services into one application. He currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more." +HOMEPAGE="http://meetfranz.com/" + +SRC_URI_AMD64="https://github.com/imprecision/franz-app/releases/download/${PV}/Franz-linux-x64-${PV}.tgz" +SRC_URI_X86="https://github.com/imprecision/franz-app/releases/download/${PV}/Franz-linux-ia32-${PV}.tgz" +SRC_URI=" + amd64? ( ${SRC_URI_AMD64} ) + x86? ( ${SRC_URI_X86} ) +" + +SRC_URI="https://github.com/imprecision/franz-app/releases/download/${PV}/Franz-linux-x64-${PV}.tgz" + +SLOT='0' + +KEYWORDS="amd64 x86" + +RESTRICT="mirror" + +S="${WORKDIR}" + +src_unpack() { + unpack ${A} +} + +src_install() { + dodir /usr/share/Franz/ + cp -R ${WORKDIR}/* ${D}/usr/share/Franz || die "Install failed!" + dolib ${WORKDIR}/libnode.so + dolib ${WORKDIR}/libffmpeg.so + domenu ${FILESDIR}/franz.desktop + doicon ${WORKDIR}/resources/app.asar.unpacked/assets/franz.png + dodir /usr/bin + dosym /usr/share/Franz/Franz /usr/bin/Franz +} diff --git a/net-im/franz/franz-4.0.4.ebuild b/net-im/franz/franz-4.0.4.ebuild deleted file mode 100644 index d4c9edaa..00000000 --- a/net-im/franz/franz-4.0.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils autotools - -DESCRIPTION="Franz is a free messaging app / former Emperor of Austria and combines chat & messaging services into one application. He currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more." -HOMEPAGE="http://meetfranz.com/" - -SRC_URI_AMD64="https://github.com/imprecision/franz-app/releases/download/${PV}/Franz-linux-x64-${PV}.tgz" -SRC_URI_X86="https://github.com/imprecision/franz-app/releases/download/${PV}/Franz-linux-ia32-${PV}.tgz" -SRC_URI=" - amd64? ( ${SRC_URI_AMD64} ) - x86? ( ${SRC_URI_X86} ) -" - -SRC_URI="https://github.com/imprecision/franz-app/releases/download/${PV}/Franz-linux-x64-${PV}.tgz" - -SLOT='0' - -KEYWORDS="amd64 x86" - -RESTRICT="mirror" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} -} - -src_install() { - dodir /usr/share/Franz/ - cp -R ${WORKDIR}/* ${D}/usr/share/Franz || die "Install failed!" - dolib ${WORKDIR}/libnode.so - dolib ${WORKDIR}/libffmpeg.so - domenu ${FILESDIR}/franz.desktop - doicon ${WORKDIR}/resources/app.asar.unpacked/assets/franz.png - dodir /usr/bin - dosym /usr/share/Franz/Franz /usr/bin/Franz -} diff --git a/net-im/messengerfordesktop/messengerfordesktop-2.0.9-r1708.ebuild b/net-im/messengerfordesktop/messengerfordesktop-2.0.9-r1708.ebuild new file mode 100644 index 00000000..4166c430 --- /dev/null +++ b/net-im/messengerfordesktop/messengerfordesktop-2.0.9-r1708.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils unpacker autotools + +DESCRIPTION="A simple & beautiful app for Facebook Messenger." +HOMEPAGE="https://messengerfordesktop.com/" +SRC_URI="https://github.com/aluxian/Messenger-for-Desktop/releases/download/v${PV}/${P}-linux-amd64.deb" + +SLOT='0' +KEYWORDS="amd64" + +DEPEND="dev-libs/nss + gnome-base/gconf + media-libs/alsa-lib + sys-apps/lsb-release + x11-libs/gtk+:2 + x11-libs/libXtst + x11-libs/libnotify" +RDEPEND="${DEPEND}" + +RESTRICT="mirror" + +S="${WORKDIR}" + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + mv * "${D}" || die + fperms 0755 /opt/${PN}/${PN} || die +} diff --git a/net-im/messengerfordesktop/messengerfordesktop-2.0.9.ebuild b/net-im/messengerfordesktop/messengerfordesktop-2.0.9.ebuild deleted file mode 100644 index 4166c430..00000000 --- a/net-im/messengerfordesktop/messengerfordesktop-2.0.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils unpacker autotools - -DESCRIPTION="A simple & beautiful app for Facebook Messenger." -HOMEPAGE="https://messengerfordesktop.com/" -SRC_URI="https://github.com/aluxian/Messenger-for-Desktop/releases/download/v${PV}/${P}-linux-amd64.deb" - -SLOT='0' -KEYWORDS="amd64" - -DEPEND="dev-libs/nss - gnome-base/gconf - media-libs/alsa-lib - sys-apps/lsb-release - x11-libs/gtk+:2 - x11-libs/libXtst - x11-libs/libnotify" -RDEPEND="${DEPEND}" - -RESTRICT="mirror" - -S="${WORKDIR}" - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - mv * "${D}" || die - fperms 0755 /opt/${PN}/${PN} || die -} diff --git a/net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1706.ebuild b/net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1706.ebuild deleted file mode 100644 index 4516584c..00000000 --- a/net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1706.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MULTILIB_COMPAT=( abi_x86_64 ) - -inherit eutils pax-utils rpm multilib-build - -DESCRIPTION="P2P Internet Telephony (VoiceIP) client" -HOMEPAGE="https://www.skype.com/" -SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm" - -LICENSE="Skype-TOS no-source-code" -SLOT="0" -KEYWORDS="~amd64" -IUSE="pax_kernel" - -S="${WORKDIR}" -QA_PREBUILT=opt/skypeforlinux/skypeforlinux -RESTRICT="mirror bindist strip" #299368 - -RDEPEND="app-crypt/libsecret - dev-libs/atk[${MULTILIB_USEDEP}] - dev-libs/expat[${MULTILIB_USEDEP}] - dev-libs/glib:2[${MULTILIB_USEDEP}] - dev-libs/nspr[${MULTILIB_USEDEP}] - dev-libs/nss[${MULTILIB_USEDEP}] - gnome-base/gconf:2[${MULTILIB_USEDEP}] - media-libs/alsa-lib[${MULTILIB_USEDEP}] - media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] - media-libs/freetype:2[${MULTILIB_USEDEP}] - net-print/cups[${MULTILIB_USEDEP}] - sys-apps/dbus[${MULTILIB_USEDEP}] - sys-devel/gcc[cxx] - sys-libs/glibc - virtual/ttf-fonts - x11-libs/cairo[${MULTILIB_USEDEP}] - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] - x11-libs/gtk+:2[${MULTILIB_USEDEP}] - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXScrnSaver[${MULTILIB_USEDEP}] - x11-libs/libXcomposite[${MULTILIB_USEDEP}] - x11-libs/libXcursor[${MULTILIB_USEDEP}] - x11-libs/libXdamage[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libXfixes[${MULTILIB_USEDEP}] - x11-libs/libXi[${MULTILIB_USEDEP}] - x11-libs/libXrandr[${MULTILIB_USEDEP}] - x11-libs/libXrender[${MULTILIB_USEDEP}] - x11-libs/libXtst[${MULTILIB_USEDEP}] - x11-libs/pango[${MULTILIB_USEDEP}]" - -src_unpack() { - rpm_src_unpack ${A} -} - -src_prepare() { - default - sed -e "s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \ - -i usr/bin/skypeforlinux || die - sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \ - -e "s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \ - -i usr/share/applications/skypeforlinux.desktop || die -} - -src_install() { - insinto /opt/skypeforlinux/locales - doins usr/share/skypeforlinux/locales/*.pak - - insinto /opt/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release - doins usr/share/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node - - insinto /opt/skypeforlinux/resources - doins usr/share/skypeforlinux/resources/*.asar - - insinto /opt/skypeforlinux - doins usr/share/skypeforlinux/*.pak - doins usr/share/skypeforlinux/*.bin - doins usr/share/skypeforlinux/*.dat - doins usr/share/skypeforlinux/version - exeinto /opt/skypeforlinux - doexe usr/share/skypeforlinux/*.so - doexe usr/share/skypeforlinux/skypeforlinux - - into /opt - dobin usr/bin/skypeforlinux - - dodoc -r usr/share/doc/skypeforlinux/. - - doicon usr/share/pixmaps/skypeforlinux.png - - local res - for res in 16 32 256 512; do - newicon -s ${res} usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png - done - - domenu usr/share/applications/skypeforlinux.desktop - - if use pax_kernel; then - pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux - eqawarn "You have set USE=pax_kernel meaning that you intend to run" - eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" - eqawarn "the ${PN} binary itself and this *may* lead to breakage! If" - eqawarn "you suspect that ${PN} is being broken by this modification," - eqawarn "please open a bug." - fi -} diff --git a/net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1708.ebuild b/net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1708.ebuild new file mode 100644 index 00000000..4516584c --- /dev/null +++ b/net-im/skypeforlinux/skypeforlinux-5.4.0.1-r1708.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MULTILIB_COMPAT=( abi_x86_64 ) + +inherit eutils pax-utils rpm multilib-build + +DESCRIPTION="P2P Internet Telephony (VoiceIP) client" +HOMEPAGE="https://www.skype.com/" +SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm" + +LICENSE="Skype-TOS no-source-code" +SLOT="0" +KEYWORDS="~amd64" +IUSE="pax_kernel" + +S="${WORKDIR}" +QA_PREBUILT=opt/skypeforlinux/skypeforlinux +RESTRICT="mirror bindist strip" #299368 + +RDEPEND="app-crypt/libsecret + dev-libs/atk[${MULTILIB_USEDEP}] + dev-libs/expat[${MULTILIB_USEDEP}] + dev-libs/glib:2[${MULTILIB_USEDEP}] + dev-libs/nspr[${MULTILIB_USEDEP}] + dev-libs/nss[${MULTILIB_USEDEP}] + gnome-base/gconf:2[${MULTILIB_USEDEP}] + media-libs/alsa-lib[${MULTILIB_USEDEP}] + media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] + media-libs/freetype:2[${MULTILIB_USEDEP}] + net-print/cups[${MULTILIB_USEDEP}] + sys-apps/dbus[${MULTILIB_USEDEP}] + sys-devel/gcc[cxx] + sys-libs/glibc + virtual/ttf-fonts + x11-libs/cairo[${MULTILIB_USEDEP}] + x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] + x11-libs/gtk+:2[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libXScrnSaver[${MULTILIB_USEDEP}] + x11-libs/libXcomposite[${MULTILIB_USEDEP}] + x11-libs/libXcursor[${MULTILIB_USEDEP}] + x11-libs/libXdamage[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXfixes[${MULTILIB_USEDEP}] + x11-libs/libXi[${MULTILIB_USEDEP}] + x11-libs/libXrandr[${MULTILIB_USEDEP}] + x11-libs/libXrender[${MULTILIB_USEDEP}] + x11-libs/libXtst[${MULTILIB_USEDEP}] + x11-libs/pango[${MULTILIB_USEDEP}]" + +src_unpack() { + rpm_src_unpack ${A} +} + +src_prepare() { + default + sed -e "s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \ + -i usr/bin/skypeforlinux || die + sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \ + -e "s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \ + -i usr/share/applications/skypeforlinux.desktop || die +} + +src_install() { + insinto /opt/skypeforlinux/locales + doins usr/share/skypeforlinux/locales/*.pak + + insinto /opt/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release + doins usr/share/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node + + insinto /opt/skypeforlinux/resources + doins usr/share/skypeforlinux/resources/*.asar + + insinto /opt/skypeforlinux + doins usr/share/skypeforlinux/*.pak + doins usr/share/skypeforlinux/*.bin + doins usr/share/skypeforlinux/*.dat + doins usr/share/skypeforlinux/version + exeinto /opt/skypeforlinux + doexe usr/share/skypeforlinux/*.so + doexe usr/share/skypeforlinux/skypeforlinux + + into /opt + dobin usr/bin/skypeforlinux + + dodoc -r usr/share/doc/skypeforlinux/. + + doicon usr/share/pixmaps/skypeforlinux.png + + local res + for res in 16 32 256 512; do + newicon -s ${res} usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png + done + + domenu usr/share/applications/skypeforlinux.desktop + + if use pax_kernel; then + pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux + eqawarn "You have set USE=pax_kernel meaning that you intend to run" + eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" + eqawarn "the ${PN} binary itself and this *may* lead to breakage! If" + eqawarn "you suspect that ${PN} is being broken by this modification," + eqawarn "please open a bug." + fi +} diff --git a/net-im/telegram/telegram-0.10.1-r1708.ebuild b/net-im/telegram/telegram-0.10.1-r1708.ebuild new file mode 100644 index 00000000..eb2540d3 --- /dev/null +++ b/net-im/telegram/telegram-0.10.1-r1708.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MY_PN="Telegram" +inherit eutils +DESCRIPTION="Unofficial telegram protocol client" +HOMEPAGE="https://telegram.org/" +SRC_URI=" + amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz -> ${P}.tar.xz ) + x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz -> ${PN}32-${PV}.tar.xz )" + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="x11-libs/libxcb:= + dev-libs/glib:2 + x11-libs/libX11" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${MY_PN}" + +src_install() { + exeinto "/opt/${PN}" + doexe "${MY_PN}" + make_wrapper "${PN}" "/opt/${PN}/${MY_PN}" + make_desktop_entry "${PN}" "${MY_PN} Desktop" "/usr/share/pixmaps/${PN}.png" "" "MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;" + newicon "${FILESDIR}/${PN}.png" "${PN}.png" +} diff --git a/net-im/telegram/telegram-0.10.1.ebuild b/net-im/telegram/telegram-0.10.1.ebuild deleted file mode 100644 index eb2540d3..00000000 --- a/net-im/telegram/telegram-0.10.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -MY_PN="Telegram" -inherit eutils -DESCRIPTION="Unofficial telegram protocol client" -HOMEPAGE="https://telegram.org/" -SRC_URI=" - amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz -> ${P}.tar.xz ) - x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz -> ${PN}32-${PV}.tar.xz )" - -RESTRICT="mirror" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="x11-libs/libxcb:= - dev-libs/glib:2 - x11-libs/libX11" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_PN}" - -src_install() { - exeinto "/opt/${PN}" - doexe "${MY_PN}" - make_wrapper "${PN}" "/opt/${PN}/${MY_PN}" - make_desktop_entry "${PN}" "${MY_PN} Desktop" "/usr/share/pixmaps/${PN}.png" "" "MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;" - newicon "${FILESDIR}/${PN}.png" "${PN}.png" -} diff --git a/net-im/viber/viber-6.0.1.5-r1708.ebuild b/net-im/viber/viber-6.0.1.5-r1708.ebuild new file mode 100644 index 00000000..4a1b6bc7 --- /dev/null +++ b/net-im/viber/viber-6.0.1.5-r1708.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit eutils +DESCRIPTION="Free calls, text and picture sharing with anyone, anywhere!" +HOMEPAGE="http://www.viber.com" +SRC_URI="http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb" + +SLOT="0" +KEYWORDS="amd64" +IUSE="" +RESTRICT="strip" +S="${WORKDIR}" + +src_unpack() { + default_src_unpack + unpack ./data.tar.xz + epatch "${FILESDIR}/00-desktop.patch" +} + +src_install(){ + doins -r opt usr + fperms 755 /opt/viber/Viber +} + diff --git a/net-im/viber/viber-6.0.1.5.ebuild b/net-im/viber/viber-6.0.1.5.ebuild deleted file mode 100644 index 4a1b6bc7..00000000 --- a/net-im/viber/viber-6.0.1.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit eutils -DESCRIPTION="Free calls, text and picture sharing with anyone, anywhere!" -HOMEPAGE="http://www.viber.com" -SRC_URI="http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb" - -SLOT="0" -KEYWORDS="amd64" -IUSE="" -RESTRICT="strip" -S="${WORKDIR}" - -src_unpack() { - default_src_unpack - unpack ./data.tar.xz - epatch "${FILESDIR}/00-desktop.patch" -} - -src_install(){ - doins -r opt usr - fperms 755 /opt/viber/Viber -} - -- cgit v1.2.3