From: "Filip Kobierski" <fkobi@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/
Date: Sat, 01 Feb 2025 22:22:35 +0000 (UTC) [thread overview]
Message-ID: <1738448551.4142aebead7973db944f7a5d39b06cb2e2266b4b.fkobi@gentoo> (raw)
commit: 4142aebead7973db944f7a5d39b06cb2e2266b4b
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Feb 1 22:19:38 2025 +0000
Commit: Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Sat Feb 1 22:22:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4142aebe
Revert "media-gfx/swayimg: add USE="man zsh-completion""
This reverts commit 394ceadb7f0bda62040f84ccf76074bacd67b2c2.
Thanks to Nicolas Parlant for the heads up.
Those use flag controlled installing small amount data with no
dependencies so they were unwanted:
https://devmanual.gentoo.org/general-concepts/use-flags/index.html#when-not-to-use-use-flags
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
media-gfx/swayimg/swayimg-3.8-r1.ebuild | 72 ---------------------------------
1 file changed, 72 deletions(-)
diff --git a/media-gfx/swayimg/swayimg-3.8-r1.ebuild b/media-gfx/swayimg/swayimg-3.8-r1.ebuild
deleted file mode 100644
index 36623722a..000000000
--- a/media-gfx/swayimg/swayimg-3.8-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A lightweight image viewer for Wayland display servers"
-HOMEPAGE="https://github.com/artemsen/swayimg"
-SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="avif bash-completion exif exr gif heif jpeg jpegxl man png sixel svg test tiff webp zsh-completion X"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/json-c:=
- dev-libs/wayland
- media-libs/fontconfig
- media-libs/freetype
- x11-libs/libxkbcommon
- avif? ( media-libs/libavif:= )
- bash-completion? ( app-shells/bash-completion )
- exif? ( media-libs/libexif )
- exr? ( media-libs/openexr:= )
- gif? ( media-libs/giflib:= )
- heif? ( media-libs/libheif:= )
- jpeg? ( media-libs/libjpeg-turbo:= )
- jpegxl? ( media-libs/libjxl:= )
- png? ( media-libs/libpng:= )
- sixel? ( media-libs/libsixel )
- svg? (
- dev-libs/glib:2
- gnome-base/librsvg:2
- x11-libs/cairo[X=]
- )
- tiff? ( media-libs/tiff:= )
- webp? ( media-libs/libwebp:= )"
-DEPEND="${RDEPEND}
- dev-libs/wayland-protocols
- svg? ( X? ( x11-base/xorg-proto ) )
-"
-BDEPEND="
- dev-util/wayland-scanner
- test? ( dev-cpp/gtest )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature avif)
- $(meson_feature exif)
- $(meson_feature exr)
- $(meson_feature gif)
- $(meson_feature heif)
- $(meson_feature jpeg)
- $(meson_feature jpegxl jxl)
- $(meson_feature png)
- $(meson_feature sixel)
- $(meson_feature svg)
- $(meson_feature test tests)
- $(meson_feature tiff)
- $(meson_feature webp)
- $(meson_feature bash-completion bash)
- $(meson_feature zsh-completion zsh)
- $(meson_use man)
- -Dversion=${PV}
- -Ddesktop=true
- )
- meson_src_configure
-}
next reply other threads:[~2025-02-01 22:22 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-01 22:22 Filip Kobierski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 19:09 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/ Filip Kobierski
2025-02-01 13:36 Nicolas PARLANT
2025-02-01 13:36 Nicolas PARLANT
2025-01-19 19:06 Nicolas PARLANT
2024-12-08 21:10 Nicolas PARLANT
2024-12-08 21:10 Nicolas PARLANT
2024-12-08 20:59 Nicolas PARLANT
2024-12-08 20:59 Nicolas PARLANT
2024-11-16 20:30 Nicolas PARLANT
2024-11-16 20:30 Nicolas PARLANT
2024-11-02 15:20 Takuya Wakazono
2024-11-02 13:02 Takuya Wakazono
2024-11-01 1:39 Dale Showers
2024-10-28 0:48 Nicolas PARLANT
2024-10-28 0:17 Nicolas PARLANT
2024-08-27 15:37 Filip Kobierski
2024-08-27 15:37 Filip Kobierski
2024-07-07 9:02 Takuya Wakazono
2024-03-12 9:55 Takuya Wakazono
2024-01-07 7:24 Takuya Wakazono
2023-08-01 20:51 Mykyta Holubakha
2023-06-03 12:20 Mykyta Holubakha
2023-06-03 12:16 Mykyta Holubakha
2023-06-03 12:06 Mykyta Holubakha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1738448551.4142aebead7973db944f7a5d39b06cb2e2266b4b.fkobi@gentoo \
--to=fkobi@pm.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox