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 ----------------------------------- 2 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 net-im/franz/franz-4.0.4-r1708.ebuild delete mode 100644 net-im/franz/franz-4.0.4.ebuild (limited to 'net-im/franz') 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 -} -- cgit v1.2.3