Removed non-working insync.
This commit is contained in:
parent
21ac390e6a
commit
c8ceddda3a
5 changed files with 0 additions and 96 deletions
|
@ -1,5 +0,0 @@
|
|||
AUX insync-3-fix-ca-path.patch 396 BLAKE2B 2330edb2eb8f5a33d5038d23f34fced46689eccae4e36ed7780b12d9776defe0d597041c81acab37c98c49b0b38891dde6d284659673617185e859e4d101a08a SHA512 00dccaebfc7d24625f5aa2a49d7475444fc5d800dffc35704458ca2de6055f7c85a2f64a1e5a9dc7c14d6bccaa4977289f8e8ed7547211cab2697d8f57c4a66d
|
||||
AUX insync-3-lib64.patch 264 BLAKE2B 054b7af18486a36a50d0f15054a9aab3addf5cf6c6fac417fa25fd096e0f8fb0f08d9453a09fd5d11203fda1f6c1669312f953097bb159c8211b12261b3ac4ae SHA512 8d5b1debbe8f433a3bdc52a337f637a33103ff6800888c2722dc8d740911847ce95ec05d874f3113c34a03a247877a4330d40a1523407ae460e77bc7e17b5297
|
||||
DIST insync-3.4.3.40990-fc30.x86_64.rpm 129659913 BLAKE2B 72512fc54faed87caf044df51d90a107795751dfbec8c3ff3f936b3a733cffca7d04a8ce21d992191f0133da3b4e6efe3d5bb356be2cf3fe4a336ceab02ce15e SHA512 befa3fd38934dcec75f3f4008934f2b1424326f01a802d8775b473757ebda17b414d588c99148efef767beec6eb83f78f6c9710c0b14c13bc20e3dcc517776fc
|
||||
EBUILD insync-3.4.3.40990.ebuild 1256 BLAKE2B a2350db2fdd4db3976af6e965a1e6195717b229e613b85e5f7aceacb5f9a25eb2b2ef44d8115fefc9f48b260b72f62d2d8b6927a5994b9ce43f710f2809e2c87 SHA512 dd1cd43afbab24557f60c9c39f942ae568532aa6fe49517f754d0353a6c4cf329657f33aeccccba6fb6193173a62826592d99994fdc9d69336e4c133134032f1
|
||||
MISC metadata.xml 448 BLAKE2B 84447caacd839a0cacdcc5be69d40026ffd28f206a240ffe50732ac62b8080eb339b6ebc463eed89a60d4de117a16d77f6dfca6f1c5bcb73334832d079ce139a SHA512 67b598d881f90f3b117ba43ba7e98ab2b1af85de948fec9bdd1a74556c4f3d321cc9afd8fa919e4d2454b4102717ab74601b1c5b3ceeab8379ac7f682370e8a6
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/usr/share/applications/insync.desktop b/usr/share/applications/insync.desktop
|
||||
index a328b53..0664ebe 100644
|
||||
--- a/usr/share/applications/insync.desktop
|
||||
+++ b/usr/share/applications/insync.desktop
|
||||
@@ -6,6 +6,6 @@ GenericName=Insync
|
||||
Comment=Launch Insync
|
||||
Icon=insync
|
||||
Categories=Network;
|
||||
-Exec=insync start
|
||||
+Exec=insync start --ca-path=/etc/ssl/certs
|
||||
TryExec=insync
|
||||
Terminal=false
|
|
@ -1,8 +0,0 @@
|
|||
diff --git a/insync-3.0.27/usr/bin/insync b/insync-3.0.27/usr/bin/insync
|
||||
index a738ec8..b8f0304 100755
|
||||
--- a/usr/bin/insync
|
||||
+++ b/usr/bin/insync
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
-LC_TIME=C exec /usr/lib/insync/insync "$@"
|
||||
+LC_TIME=C exec /usr/lib64/insync/insync "$@"
|
|
@ -1,60 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit rpm xdg-utils
|
||||
|
||||
DESCRIPTION="Insync extends Google Drive & OneDrive's web functionality to your desktop by integrating tightly with Linux so you can get work done"
|
||||
HOMEPAGE="https://www.insynchq.com/"
|
||||
|
||||
SRC_URI="http://s.insynchq.com/builds/insync-${PV}-fc30.x86_64.rpm"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=sys-libs/glibc-2.29
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/insync-3-fix-ca-path.patch"
|
||||
"${FILESDIR}/insync-3-lib64.patch"
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
|
||||
mkdir -p "${S}"
|
||||
mv "${WORKDIR}"/usr "${S}"/
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR "${WORKDIR}"/"${P}"/usr/ "${D}"/ || die "Installation failed"
|
||||
mv "${D}"/usr/lib "${D}"/usr/lib64
|
||||
rm -Rf "${D}"/usr/lib64/.build-id
|
||||
gunzip "${D}"/usr/share/man/man1/insync.1.gz
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"/usr/lib*/insync\"" > "${T}/70-${PN}" || die
|
||||
|
||||
insinto "/etc/revdep-rebuild" && doins "${T}/70-${PN}" || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>canutethegreat@gmail.com</email>
|
||||
<name>Ronald Farrer</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Insync extends Google Drive and OneDrive's web functionality to your desktop by integrating tightly with Linux so you can get work done
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue