gui-apps/swaylock-effects: drop 1.6.2, 1.6.3, add 1.7.0.0

* change repo to jirutka fork since mortie one is no longer maintained.

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte 2023-12-23 13:21:17 +00:00
parent b531df3cf3
commit d6b25a7bf1
No known key found for this signature in database
GPG Key ID: C7FE9710C90868CC
5 changed files with 10 additions and 74 deletions

View File

@ -1,2 +1 @@
DIST swaylock-effects-1.6.2.tar.gz 618709 BLAKE2B 8e6ad4fb5e8f219b73dd6e043bc59e31b7fdcc30f76ecfd311a741526d65b13254f20bbe0dcf877dd0755db2ea289aac3d5709b616dec1daef982833d71a9e9e SHA512 3ca4e03975eba15c19c173fea88915d5b85c28d300d07cb5914d0553214e3362b93302d3ce2e2d678e6dd775df0f1267b2e0841407bb708cbbb3e6e276d12e2b
DIST swaylock-effects-1.6.3.tar.gz 620277 BLAKE2B b96a6c8d6a8c8496f4fea69b53a29a58969f26b33390cb33442618148de67bcd6812bf9444d632d867453b1e461a478d686b9ad867325e4cfa42b637889a56de SHA512 397729c830c75ed569d0a45a794a5d426aa803212ed47ee28c28a5f7a277265116b6e456a0712842937e7465b3d92e46979a200d8773e0ad1ca7f558a9928e89
DIST swaylock-effects-1.7.0.0.tar.gz 623948 BLAKE2B a0c853eb7645f89cc77fcadd63ca06ef9612baa90611e030f6d6bd7504e913eb6530ca7fb079e06137860b111e5e5e5320c1fde61aec2cf0e1cdff4bdefa1f59 SHA512 6a4ecfd55b0f666b108d1c11a3b32518ec9f91831494f40eb49bb9d463e250ffdec3d353f917afcfbabffce6720f14934d2730ccfcf7fd52d6c931c89fa8d6b2

View File

@ -15,8 +15,8 @@
<name>Martin Dørum</name>
<email>martid0311@gmail.com</email>
</maintainer>
<doc>https://github.com/mortie/swaylock-effects#effects</doc>
<remote-id type="github">mortie/swaylock-effects</remote-id>
<bugs-to>https://github.com/mortie/swaylock-effects/issues</bugs-to>
<doc>https://github.com/jirutka/swaylock-effects#effects</doc>
<remote-id type="github">jirutka/swaylock-effects</remote-id>
<bugs-to>https://github.com/jirutka/swaylock-effects/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -1,61 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit fcaps meson
DESCRIPTION="Swaylock, with fancy effects"
HOMEPAGE="https://github.com/mortie/swaylock-effects"
if [[ ${PV} == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/mortie/swaylock-effects.git"
else
MY_PV="$(ver_rs 2 -)"
S="${WORKDIR}/swaylock-effects-${MY_PV}"
SRC_URI="https://github.com/mortie/swaylock-effects/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"
IUSE="fish-completion +gdk-pixbuf +man +pam zsh-completion"
RESTRICT="mirror test"
DEPEND="
!gui-apps/swaylock
dev-libs/wayland
x11-libs/cairo
x11-libs/libxkbcommon
gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 )
pam? ( sys-libs/pam )
"
RDEPEND="${DEPEND}"
BDEPEND="
>=dev-libs/wayland-protocols-1.14
virtual/pkgconfig
man? ( app-text/scdoc )
"
src_configure() {
local emesonargs=(
-Dman-pages=$(usex man enabled disabled)
-Dpam=$(usex pam enabled disabled)
-Dgdk-pixbuf=$(usex gdk-pixbuf enabled disabled)
$(meson_use fish-completion fish-completions)
$(meson_use zsh-completion zsh-completions)
"-Dbash-completions=true"
"-Dwerror=false"
)
meson_src_configure
}
pkg_postinst() {
if ! use pam; then
fcaps cap_sys_admin usr/bin/swaylock
fi
}

View File

@ -6,16 +6,15 @@ EAPI=7
inherit fcaps meson
DESCRIPTION="Swaylock, with fancy effects"
HOMEPAGE="https://github.com/mortie/swaylock-effects"
HOMEPAGE="https://github.com/jirutka/swaylock-effects"
if [[ ${PV} == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/mortie/swaylock-effects.git"
EGIT_REPO_URI="https://github.com/jirutka/swaylock-effects.git"
else
MY_PV="$(ver_rs 2 -)"
S="${WORKDIR}/swaylock-effects-${MY_PV}"
SRC_URI="https://github.com/mortie/swaylock-effects/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/jirutka/swaylock-effects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi

View File

@ -6,16 +6,15 @@ EAPI=7
inherit fcaps meson
DESCRIPTION="Swaylock, with fancy effects"
HOMEPAGE="https://github.com/mortie/swaylock-effects"
HOMEPAGE="https://github.com/jirutka/swaylock-effects"
if [[ ${PV} == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/mortie/swaylock-effects.git"
EGIT_REPO_URI="https://github.com/jirutka/swaylock-effects.git"
else
MY_PV="$(ver_rs 2 -)"
S="${WORKDIR}/swaylock-effects-${MY_PV}"
SRC_URI="https://github.com/mortie/swaylock-effects/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/jirutka/swaylock-effects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi