x11-misc/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer 2024-05-15 02:04:35 +02:00 committed by Julien Roy
parent edbcbad03d
commit 9481e1a377
No known key found for this signature in database
GPG Key ID: BEF2297448848842
9 changed files with 20 additions and 21 deletions

View File

@ -3,21 +3,22 @@
EAPI=7
HOMEPAGE="https://github.com/erebe/greenclip"
DESCRIPTION="Simple clipboard manager to be integrated with rofi"
MY_PN=${PN%-bin}
DESCRIPTION="Simple clipboard manager to be integrated with rofi"
HOMEPAGE="https://github.com/erebe/greenclip"
SRC_URI="
https://github.com/erebe/${MY_PN}/releases/download/v${PV}/${MY_PN} -> ${P}
https://raw.githubusercontent.com/erebe/${MY_PN}/v${PV}/README.md -> ${P}.README.md
"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="/usr/bin/${MY_PN}"
S="${WORKDIR}"
src_install() {
newbin "${DISTDIR}/${P}" "${MY_PN}"

View File

@ -16,8 +16,8 @@ else
KEYWORDS="~amd64 ~x86"
fi
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
x11-libs/gtk+:3

View File

@ -16,8 +16,8 @@ else
KEYWORDS="~amd64 ~x86"
fi
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
x11-libs/gtk+:3

View File

@ -16,8 +16,8 @@ else
KEYWORDS="~amd64 ~x86"
fi
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
x11-libs/gtk+:3

View File

@ -3,17 +3,18 @@
EAPI=8
PYTHON_COMPAT=( python3_{7..12} )
inherit python-single-r1
DESCRIPTION="A simple bash + python script to restore your i3 session"
HOMEPAGE="https://github.com/jdholtz/i3-restore/"
SRC_URI="https://github.com/jdholtz/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
PYTHON_COMPAT=( python3_{7..12} )
inherit python-single-r1
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
x11-wm/i3
@ -26,8 +27,6 @@ DEPEND="
'dev-python/psutil[${PYTHON_USEDEP}]' )
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
sed -i 's#CURR_DIR="$(dirname "${0}")"#CURR_DIR=/usr/libexec/i3-restore#' i3-save i3-restore || die "Sed error"
sed -i "s/version=.*/version=${PV}/" utils/common.bash

View File

@ -7,13 +7,13 @@ inherit toolchain-funcs edo
DESCRIPTION="Minimal X11 rectangle selection tool"
HOMEPAGE="https://codeberg.org/NRK/selx"
SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
KEYWORDS="~amd64"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
x11-libs/libX11

View File

@ -7,12 +7,11 @@ inherit toolchain-funcs
DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
HOMEPAGE="https://github.com/jcs/xbanish"
SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
x11-libs/libX11

View File

@ -12,9 +12,9 @@ COMMIT="189ce79b1df4eb4995980530ebc3d28715a67488"
SRC_URI="https://github.com/jcs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
x11-libs/libX11

View File

@ -10,6 +10,8 @@ HOMEPAGE="http://pt2k.xii.jp/software/anclock/xscreensaver/index_e.html"
SRC_URI="https://www.jwz.org/xscreensaver/xscreensaver-6.05.1.tar.gz \
http://pt2k.xii.jp/software/anclock/xscreensaver/oldver/anclock-${PV}-for-xscreensaver-6.04.patch.gz"
S="${WORKDIR}"/xscreensaver-6.05/
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
@ -55,8 +57,6 @@ PATCHES=(
"${FILESDIR}"/xscreensaver-6.05-configure-exit-codes.patch
)
S="${WORKDIR}"/xscreensaver-6.05/
src_unpack() {
default
gunzip --force "${DISTDIR}/anclock-${PV}-for-xscreensaver-6.04.patch.gz"