diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-20 19:52:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-21 20:22:35 +0200 |
commit | 767c180e607c358e89cad04724f5635550d270c1 (patch) | |
tree | a600b6ac0eb6fb525cc08535ed61db050e6d4d82 /media-gfx | |
parent | net-libs/grpc: add 1.57.0 (diff) | |
download | gentoo-767c180e607c358e89cad04724f5635550d270c1.tar.gz gentoo-767c180e607c358e89cad04724f5635550d270c1.tar.bz2 gentoo-767c180e607c358e89cad04724f5635550d270c1.zip |
media-gfx/viewnior: drop 1.8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/viewnior/viewnior-1.8.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild deleted file mode 100644 index 3c7bc2cde40e..000000000000 --- a/media-gfx/viewnior/viewnior-1.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -DESCRIPTION="Fast and simple image viewer" -HOMEPAGE="https://siyanpanayotov.com/project/viewnior" -SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - media-gfx/exiv2:0= - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - sys-devel/gettext - virtual/pkgconfig -" - -S="${WORKDIR}/${PN^}-${P}" - -src_prepare() { - # That script would update icon cache and desktop database. - sed -i "s/meson.add_install_script('meson_post_install.py')//" meson.build \ - || die 'Failed to remove post-install-script invocation from meson.build' - # Don't let meson compress the manpage. - sed -i "s/subdir('man')//" meson.build \ - || die 'Failed to remove manpage compression from meson.build' - - default -} - -src_install() { - meson_src_install - doman man/viewnior.1 -} |