aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <steils@gentoo.org>2020-05-21 17:05:01 +0300
committerStefan Strogin <steils@gentoo.org>2020-05-21 18:32:13 +0300
commitab03fcd3ab6fd234b97fd13436e038c3a7b7a485 (patch)
tree09e836c879fb40aa82050968775cb21d2c26b3c8
parentnet-im/riot-desktop: add new package, version 1.6.1 (diff)
downloadmatrix-ab03fcd3ab6fd234b97fd13436e038c3a7b7a485.tar.gz
matrix-ab03fcd3ab6fd234b97fd13436e038c3a7b7a485.tar.bz2
matrix-ab03fcd3ab6fd234b97fd13436e038c3a7b7a485.zip
profiles: move net-im/riot-web to net-im/riot-desktop
https://github.com/vector-im/riot-desktop is used for building Riot as a desktop app. Among other things is necessary to biuld native modules such as for searching in encrypted rooms. Signed-off-by: Stefan Strogin <steils@gentoo.org>
-rw-r--r--net-im/riot-desktop/Manifest1
-rw-r--r--net-im/riot-desktop/riot-desktop-1.5.13.ebuild (renamed from net-im/riot-web/riot-web-1.5.13.ebuild)8
-rw-r--r--net-im/riot-web/Manifest1
-rw-r--r--net-im/riot-web/metadata.xml11
-rw-r--r--profiles/updates/2Q-20201
5 files changed, 6 insertions, 16 deletions
diff --git a/net-im/riot-desktop/Manifest b/net-im/riot-desktop/Manifest
index 24e874e..a29f8a6 100644
--- a/net-im/riot-desktop/Manifest
+++ b/net-im/riot-desktop/Manifest
@@ -1,2 +1,3 @@
+DIST riot-desktop-1.5.13.tar.gz 1402204 BLAKE2B 11c17baff2e55b2d5529f23035741bd66e3404fa86ea044aba9c43473abb93bd7a145c87591ec432c27e214ae8f6799a1fffac82285f7c9d36e39235e86ad0cc SHA512 8464ac47a720734c02eadbcc0e0bbfc439f0722e60a580b2969d16aab67f746e432737209a751671177627137900fd183f32b306ecc8b0be13015c436e9e6431
DIST riot-desktop-1.6.1.tar.gz 401222 BLAKE2B dbc3aaefce9a727025c341b03c657edd348eabd22efd2285558939d460941ad85adae65d9e13be2445baaf958f018f6afa071670eae81d13e875abbbf62417af SHA512 8ff8ba30088d0caee6a45fbd1b7b70554b69344603d93d9c555be0dc4120a4dcfe99819ca06deab8bd66f535761215a832f2e69084b61738a1263497e185b404
DIST riot-web-1.6.1.tar.gz 1150368 BLAKE2B 51437fa1e0a8e62ca34dcae2701b807bba95c2071439ffff129812b975c997afc867cffd3aceef926358eeecab82b615d91b90b08672465052f695573052c2f4 SHA512 36603d19984aed6586100497a35642e061d5d8a679ff10c18e24a6bb7c865a7262e4fd57d42085e7cd7df0d6563408cb031b2c07ca73b57f11791095ac499028
diff --git a/net-im/riot-web/riot-web-1.5.13.ebuild b/net-im/riot-desktop/riot-desktop-1.5.13.ebuild
index a5fd087..e50fa55 100644
--- a/net-im/riot-web/riot-web-1.5.13.ebuild
+++ b/net-im/riot-desktop/riot-desktop-1.5.13.ebuild
@@ -67,14 +67,14 @@ src_install() {
unpack electron_app/dist/riot-web*.deb
tar xvf data.tar.xz || die
- mv usr/share/doc/${PN} usr/share/doc/${PF} || die
- gunzip usr/share/doc/${PF}/changelog.gz || die
+ mv usr/share/doc/riot-web usr/share/doc/riot-web-${PVR} || die
+ gunzip usr/share/doc/riot-web-${PVR}/changelog.gz || die
insinto /
doins -r usr
doins -r opt
- fperms +x /opt/Riot/${PN}
- dosym ../../opt/Riot/${PN} /usr/bin/${PN}
+ fperms +x /opt/Riot/riot-web
+ dosym ../../opt/Riot/riot-web /usr/bin/riot-web
}
pkg_postinst() {
diff --git a/net-im/riot-web/Manifest b/net-im/riot-web/Manifest
deleted file mode 100644
index 367774a..0000000
--- a/net-im/riot-web/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST riot-web-1.5.13.tar.gz 1402204 BLAKE2B 11c17baff2e55b2d5529f23035741bd66e3404fa86ea044aba9c43473abb93bd7a145c87591ec432c27e214ae8f6799a1fffac82285f7c9d36e39235e86ad0cc SHA512 8464ac47a720734c02eadbcc0e0bbfc439f0722e60a580b2969d16aab67f746e432737209a751671177627137900fd183f32b306ecc8b0be13015c436e9e6431
diff --git a/net-im/riot-web/metadata.xml b/net-im/riot-web/metadata.xml
deleted file mode 100644
index d796373..0000000
--- a/net-im/riot-web/metadata.xml
+++ /dev/null
@@ -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>bribbers@disroot.org</email>
- <description>Primary maintainer</description>
- </maintainer>
- <use>
- <flag name="emoji">Use <pkg>media-fonts/noto-emoji</pkg> for displaying emoji</flag>
- </use>
-</pkgmetadata>
diff --git a/profiles/updates/2Q-2020 b/profiles/updates/2Q-2020
new file mode 100644
index 0000000..fb17393
--- /dev/null
+++ b/profiles/updates/2Q-2020
@@ -0,0 +1 @@
+move net-im/riot-web net-im/riot-desktop