diff --git a/dev-util/electron-bin/electron-bin-6.1.2.ebuild b/dev-util/electron-bin/electron-bin-6.1.2.ebuild index 10db20d..f8ffbb8 100644 --- a/dev-util/electron-bin/electron-bin-6.1.2.ebuild +++ b/dev-util/electron-bin/electron-bin-6.1.2.ebuild @@ -76,6 +76,7 @@ src_install() { dodir "/${OPTPATH}" # Note: intentionally not using "doins" so that we preserve +x bits cp -r ./* "${ED}/${OPTPATH}" || die + chmod 4755 "${ED}/${OPTPATH}/chrome-sandbox" dosym "../../${OPTPATH}/electron" "/usr/bin/${PN}-${VERSION_MAJ}.${VERSION_MIN}" } diff --git a/net-im/riot-web/files/runscript.sh b/net-im/riot-web/files/runscript.sh index 4f82f48..12d2393 100755 --- a/net-im/riot-web/files/runscript.sh +++ b/net-im/riot-web/files/runscript.sh @@ -16,18 +16,18 @@ if [ -n "${RIOT_USE_ELECTRON}" ];then if [ -x "${RIOT_USE_ELECTRON}" ];then exec "${RIOT_USE_ELECTRON}" . fi - echo "`${RIOT_USE_ELECTRON}` is not executable!" >&2 + echo "'${RIOT_USE_ELECTRON}' is not executable!" >&2 exit 2 fi if [ ! -e "/usr/bin/electron" ];then - echo "No electron symlink found in `/usr/bin`!" >&2 - echo "Use `eselect electron` to set the symlink" >&2 + echo "No electron symlink found in '/usr/bin'!" >&2 + echo "Use 'eselect electron' to set the symlink" >&2 exit 3 fi if [ ! -x "/usr/bin/electron" ];then - echo "`/usr/bin/electron` is not executable!" >&2 + echo "'/usr/bin/electron' is not executable!" >&2 echo "Did you set the symlink correctly?" >&2 - echo "Use `eselect electron` to set the symlink" >&2 + echo "Use 'eselect electron' to set the symlink" >&2 exit 4 fi exec /usr/bin/electron . diff --git a/net-im/riot-web/riot-web-1.4.0-r2.ebuild b/net-im/riot-web/riot-web-1.4.0-r2.ebuild index 6d3e3c5..6b1acfc 100644 --- a/net-im/riot-web/riot-web-1.4.0-r2.ebuild +++ b/net-im/riot-web/riot-web-1.4.0-r2.ebuild @@ -43,7 +43,7 @@ DEPEND="sys-devel/binutils:* gnome-base/gconf emoji? ( >=media-fonts/noto-emoji-20180823 ) >=media-video/ffmpeg-4.0 - || ( >=dev-util/electron-6.0.0 >=dev-util/electron-bin-6.0.0 )" + || ( >=dev-util/electron-bin-6.0.0 >=dev-util/electron-6.0.0 )" RDEPEND="${DEPEND}" PATCHES=( diff --git a/net-im/riot-web/riot-web-1.4.2.ebuild b/net-im/riot-web/riot-web-1.4.2.ebuild index 6d3e3c5..6b1acfc 100644 --- a/net-im/riot-web/riot-web-1.4.2.ebuild +++ b/net-im/riot-web/riot-web-1.4.2.ebuild @@ -43,7 +43,7 @@ DEPEND="sys-devel/binutils:* gnome-base/gconf emoji? ( >=media-fonts/noto-emoji-20180823 ) >=media-video/ffmpeg-4.0 - || ( >=dev-util/electron-6.0.0 >=dev-util/electron-bin-6.0.0 )" + || ( >=dev-util/electron-bin-6.0.0 >=dev-util/electron-6.0.0 )" RDEPEND="${DEPEND}" PATCHES=( diff --git a/net-im/riot-web/riot-web-1.5.0.ebuild b/net-im/riot-web/riot-web-1.5.0.ebuild index 6d3e3c5..6b1acfc 100644 --- a/net-im/riot-web/riot-web-1.5.0.ebuild +++ b/net-im/riot-web/riot-web-1.5.0.ebuild @@ -43,7 +43,7 @@ DEPEND="sys-devel/binutils:* gnome-base/gconf emoji? ( >=media-fonts/noto-emoji-20180823 ) >=media-video/ffmpeg-4.0 - || ( >=dev-util/electron-6.0.0 >=dev-util/electron-bin-6.0.0 )" + || ( >=dev-util/electron-bin-6.0.0 >=dev-util/electron-6.0.0 )" RDEPEND="${DEPEND}" PATCHES=( diff --git a/net-im/riot-web/riot-web-9999.ebuild b/net-im/riot-web/riot-web-9999.ebuild index 6d3e3c5..6b1acfc 100644 --- a/net-im/riot-web/riot-web-9999.ebuild +++ b/net-im/riot-web/riot-web-9999.ebuild @@ -43,7 +43,7 @@ DEPEND="sys-devel/binutils:* gnome-base/gconf emoji? ( >=media-fonts/noto-emoji-20180823 ) >=media-video/ffmpeg-4.0 - || ( >=dev-util/electron-6.0.0 >=dev-util/electron-bin-6.0.0 )" + || ( >=dev-util/electron-bin-6.0.0 >=dev-util/electron-6.0.0 )" RDEPEND="${DEPEND}" PATCHES=( diff --git a/repos.xml b/repos.xml index 6b9ac37..e722eb2 100644 --- a/repos.xml +++ b/repos.xml @@ -1,7 +1,7 @@ rexy712-overlay - person projects overlay + personal projects overlay https://gitlab.com/rexy712/rexy712-overlay rexerton.rexy@tutamail.com