aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorLino Bigatti <linobigatti@protonmail.com>2022-11-05 20:00:49 -0300
committerLino Bigatti <linobigatti@protonmail.com>2022-11-05 20:11:36 -0300
commit30a0f012cf0d58d255d4d3f41b8ff9d817ac781b (patch)
tree071d95280c4781068d64c1c547a611353b6267de /x11-wm
parentapp-shells/pokemon-colorscripts: unkeyword 9999 for ~amd64 (diff)
downloadguru-30a0f012cf0d58d255d4d3f41b8ff9d817ac781b.tar.gz
guru-30a0f012cf0d58d255d4d3f41b8ff9d817ac781b.tar.bz2
guru-30a0f012cf0d58d255d4d3f41b8ff9d817ac781b.zip
x11-wm/i3-rounded: add 4.21.1, drop 4.19.1
Signed-off-by: Lino Bigatti <linobigatti@protonmail.com>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/i3-rounded/Manifest2
-rw-r--r--x11-wm/i3-rounded/files/i3-rounded-4.19-fix-docdir.patch22
-rw-r--r--x11-wm/i3-rounded/i3-rounded-4.21.1.ebuild (renamed from x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild)11
3 files changed, 5 insertions, 30 deletions
diff --git a/x11-wm/i3-rounded/Manifest b/x11-wm/i3-rounded/Manifest
index 08e109094..8e0b1733b 100644
--- a/x11-wm/i3-rounded/Manifest
+++ b/x11-wm/i3-rounded/Manifest
@@ -1 +1 @@
-DIST i3-rounded-4.19.1.tar.gz 4190542 BLAKE2B d79895caea1eae9c8ed9acd89152904933d02342aff24ce3960ecb395eb8add067990f68e55a54032fc73c16a6d4c7fd4da9822eebb012a32f0f7346f13410f0 SHA512 9513eda800ab7bb95b583064dd0b820e6e26326c18709d3ea4082d36a390307b4f2e3c3d1ee0a9dde99eb85b4e9bda2c41d1af6671e1673e75adf6a799e3ff99
+DIST i3-rounded-4.21.1.tar.gz 4216183 BLAKE2B ba676456449568ae3f2958be007e163d074cefffa6842ad415de4e4f1ee2fa006836a721d6779693c392471a2770d9a7c87c705e7ee19c60b1e539a3dab31c9e SHA512 3e4c87e2a6016cb7589f40a31ca1a9398ee4cef2239460d7f1a036292f1836d1987e2c9c24b2d9856efa3bdbefbefcfa6827a8e47cceda82cbaf8485a5b65500
diff --git a/x11-wm/i3-rounded/files/i3-rounded-4.19-fix-docdir.patch b/x11-wm/i3-rounded/files/i3-rounded-4.19-fix-docdir.patch
deleted file mode 100644
index 6917aa091..000000000
--- a/x11-wm/i3-rounded/files/i3-rounded-4.19-fix-docdir.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 11541e21..a6f8974e 100644
---- a/meson.build
-+++ b/meson.build
-@@ -642,7 +642,7 @@ if get_option('docs')
- '@OUTPUT@',
- ],
- install: true,
-- install_dir: join_paths(get_option('datadir'), 'doc', 'i3'),
-+ install_dir: docdir,
- )
-
- custom_target(
-@@ -655,7 +655,7 @@ if get_option('docs')
- '@OUTPUT@',
- ],
- install: true,
-- install_dir: join_paths(get_option('datadir'), 'doc', 'i3'),
-+ install_dir: docdir,
- )
- endif
-
diff --git a/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild b/x11-wm/i3-rounded/i3-rounded-4.21.1.ebuild
index 563e723c3..8c5874ef8 100644
--- a/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild
+++ b/x11-wm/i3-rounded/i3-rounded-4.21.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson optfeature
DESCRIPTION="i3-gaps fork with rounded corners support."
-HOMEPAGE="https://github.com/linobigatti/i3-rounded"
-SRC_URI="https://github.com/linobigatti/i3-rounded/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/LinoBigatti/i3-rounded"
+SRC_URI="https://github.com/LinoBigatti/i3-rounded/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -51,13 +51,10 @@ RDEPEND="${COMMON_DEPEND}
dev-perl/JSON-XS
!x11-wm/i3"
-#S="${WORKDIR}/i3-rounded-${PV}"
-
DOCS=( RELEASE-NOTES-$(ver_cut 1-3) )
PATCHES=(
"${FILESDIR}/${PN}-4.18-musl.patch"
- "${FILESDIR}/${PN}-4.19-fix-docdir.patch"
)
src_configure() {