mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -11,6 +11,8 @@ DESCRIPTION="Local platform for home banking"
|
||||
HOMEPAGE="https://willuhn.de/"
|
||||
SRC_URI="https://willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-${PV}.zip"
|
||||
|
||||
S="${WORKDIR}/jameica"
|
||||
|
||||
# Jameica: GPL-2
|
||||
# lib/apache_xmlrpc, lib/jakarta_commons, lib/velocity: Apache-2.0
|
||||
# lib/swt: CPL-1.0 LGPL-2 MPL-1.1
|
||||
@@ -31,8 +33,6 @@ BDEPEND="
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
S="${WORKDIR}/jameica"
|
||||
|
||||
JAMEICA_INSFILES=( jameica-icon.png jameica{,-linux64}.jar lib plugin.xml )
|
||||
JAMEICA_EXEFILES=( jameicaserver.sh jameica.sh rcjameica-systemd )
|
||||
|
||||
|
||||
@@ -5,18 +5,18 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Free and open source note taking app, compatible with Evernote sync server"
|
||||
HOMEPAGE="https://github.com/robert7/nixnote2"
|
||||
|
||||
SRC_URI="https://github.com/robert7/nixnote2/releases/download/v${PV}/NixNote2-x86_64.AppImage"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -5,9 +5,10 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Free and open source note taking app, compatible with Evernote sync server"
|
||||
HOMEPAGE="https://github.com/robert7/nixnote2"
|
||||
|
||||
SRC_URI="https://github.com/robert7/nixnote2/releases/download/continuous-develop/NixNote2-x86_64.AppImage"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
PROPERTIES="live"
|
||||
@@ -15,8 +16,6 @@ RESTRICT="strip"
|
||||
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -5,18 +5,18 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="End-to-end encrypted note taking alternative to Evernote"
|
||||
HOMEPAGE="https://notesnook.com/"
|
||||
|
||||
SRC_URI="https://github.com/streetwriters/notesnook/releases/download/v${PV}/notesnook_linux_x86_64.AppImage"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -5,8 +5,6 @@ EAPI="8"
|
||||
|
||||
inherit desktop pax-utils prefix rpm xdg
|
||||
|
||||
IUSE="gnome java"
|
||||
|
||||
BUILDID="9813"
|
||||
BVER="${PV/_rc*/}-${BUILDID}"
|
||||
BVER2=${PV}-${BUILDID}
|
||||
@@ -31,6 +29,14 @@ SRC_URI="
|
||||
x86? ( "${FILEPATH}"/Apache_OpenOffice_${PV}_Linux_x86_install-rpm_en-US.tar.gz )
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE="gnome java"
|
||||
|
||||
# TODO: supports ca_XR (Valencian RACV) locale too
|
||||
LANGS="ast eu bg ca ca-valencia zh-CN zh-TW cs da nl en-GB fi fr gd gl de el he hi hu it ja km ko lt nb pl pt-BR pt ru sr sk sl es sv ta th tr vi"
|
||||
|
||||
@@ -41,10 +47,6 @@ for X in ${LANGS} ; do
|
||||
x86? ( "${FILEPATH}"/Apache_OpenOffice_${PV}_Linux_x86_langpack-rpm_${X/ca-valencia/ca-XV}.tar.gz ) )"
|
||||
done
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
!prefix? ( sys-libs/glibc )
|
||||
>=app-accessibility/at-spi2-core-2.46.0
|
||||
@@ -73,8 +75,6 @@ PDEPEND="java? ( || ( >=virtual/jre-1.8.0 dev-java/openjdk-jre-bin:11 dev-java/o
|
||||
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_setup() {
|
||||
QA_PREBUILT="usr/$(get_libdir)/${NM}/program/*"
|
||||
QA_TEXTRELS="usr/$(get_libdir)/${NM}/program/libvclplug_genli.so"
|
||||
|
||||
@@ -10,13 +10,13 @@ inherit xdg desktop distutils-r1
|
||||
|
||||
DESCRIPTION="Pyspread is a non-traditional spreadsheet written in Python"
|
||||
HOMEPAGE="https://pyspread.gitlab.io"
|
||||
|
||||
SRC_URI="https://gitlab.com/pyspread/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,${PYTHON_USEDEP}]
|
||||
|
||||
@@ -5,18 +5,18 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="End-to-end encrypted note-taking app, alternative to Evernote"
|
||||
HOMEPAGE="https://standardnotes.com"
|
||||
|
||||
SRC_URI="https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%40${PV}/standard-notes-${PV}-linux-x86_64.AppImage"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user