summaryrefslogtreecommitdiff
path: root/media-gfx/viewnior/viewnior-1.7-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-17 22:10:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-17 22:10:38 +0100
commit6854913aa1a57839328baafb435b84f9baacae65 (patch)
tree3273ce9a77541e3f4bb905ca47a1d0d2bbe0f4e5 /media-gfx/viewnior/viewnior-1.7-r2.ebuild
parenta538d5e834cfb040c79291bd02474285e27241b8 (diff)
gentoo auto-resync : 17:05:2023 - 22:10:37
Diffstat (limited to 'media-gfx/viewnior/viewnior-1.7-r2.ebuild')
-rw-r--r--media-gfx/viewnior/viewnior-1.7-r2.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/media-gfx/viewnior/viewnior-1.7-r2.ebuild b/media-gfx/viewnior/viewnior-1.7-r2.ebuild
deleted file mode 100644
index 10cdce44775a..000000000000
--- a/media-gfx/viewnior/viewnior-1.7-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Fast and simple image viewer"
-HOMEPAGE="
- https://siyanpanayotov.com/project/viewnior/
- https://github.com/hellosiyan/Viewnior
-"
-SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- media-gfx/exiv2:0=
- x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/glib-utils
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN^}-${P}"
-
-PATCHES=(
- "${FILESDIR}/0.17-Replace-calls-to-getenv-with-g_getenv.patch"
- "${FILESDIR}/viewnior-0.17-update_metadata_location.patch"
-)
-
-src_prepare() {
- xdg_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'
-}
-
-src_install() {
- meson_src_install
- doman man/viewnior.1
-}