summaryrefslogtreecommitdiff
path: root/app-text/zathura
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/zathura')
-rw-r--r--app-text/zathura/Manifest1
-rw-r--r--app-text/zathura/files/zathura-docutils.patch119
-rw-r--r--app-text/zathura/metadata.xml24
-rw-r--r--app-text/zathura/zathura-0.4.9-r1.ebuild61
4 files changed, 0 insertions, 205 deletions
diff --git a/app-text/zathura/Manifest b/app-text/zathura/Manifest
deleted file mode 100644
index fe867e8..0000000
--- a/app-text/zathura/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zathura-0.4.9.tar.gz 206194 BLAKE2B 0dd4b153cf7f8e3ddd4ede5514389b2c5e4aa88e2c416646acc38f7e19419e11165c2a5b51548a05d69a1b947e661b885f7c9d8c100179d0d23d8754cb441d97 SHA512 fbab65cba7ac37e4021233a4ae0356a85f4a88d2c1a2d8337cd627eae389856b6b4e692904233332d2fa14ad0300e8c52732059a75314a0ef147a02ca9f8db10
diff --git a/app-text/zathura/files/zathura-docutils.patch b/app-text/zathura/files/zathura-docutils.patch
deleted file mode 100644
index 7d313f6..0000000
--- a/app-text/zathura/files/zathura-docutils.patch
+++ /dev/null
@@ -1,119 +0,0 @@
-diff --git a/doc/man/conf.py b/doc/man/conf.py
-deleted file mode 100644
-index 2aad25f..0000000
---- a/doc/man/conf.py
-+++ /dev/null
-@@ -1,36 +0,0 @@
--# -*- coding: utf-8 -*-
--#
--# SPDX-License-Identifier: Zlib
--
--import os.path
--import glob
--import time
--
--dirname = os.path.dirname(__file__)
--files = glob.glob(os.path.join(dirname, '*.rst'))
--
--maxdate = 0
--for path in files:
-- s = os.stat(path)
-- maxdate = max(maxdate, s.st_mtime)
--
--# -- General configuration ------------------------------------------------
--
--source_suffix = '.rst'
--master_doc = 'zathura.1'
--templates_path = ['_templates']
--today = time.strftime('%Y-%m-%d', time.gmtime(maxdate))
--
--# -- Project configuration ------------------------------------------------
--
--project = 'zathura'
--copyright = '2009-2018, pwmt.org'
--version = '0.2.7'
--release = '0.2.7'
--
--# -- Options for manual page output ---------------------------------------
--
--man_pages = [
-- ('zathura.1', 'zathura', 'a document viewer', ['pwmt.org'], 1),
-- ('zathurarc.5', 'zathurarc', 'zathura configuration file', ['pwmt.org'], 5)
--]
-diff --git a/doc/man/zathura.1.rst b/doc/man/zathura.1.rst
-index 089dbf7..19cc44c 100644
---- a/doc/man/zathura.1.rst
-+++ b/doc/man/zathura.1.rst
-@@ -1,5 +1,14 @@
--Manpage
- =======
-+zathura
-+=======
-+
-+-----------------
-+a document viewer
-+-----------------
-+
-+:Author: pwmt.org
-+:Copyright: 2009-2018, pwmt.org
-+:Manual section: 1
-
- Synopsis
- --------
-diff --git a/doc/man/zathurarc.5.rst b/doc/man/zathurarc.5.rst
-index bf519ae..1ec6462 100644
---- a/doc/man/zathurarc.5.rst
-+++ b/doc/man/zathurarc.5.rst
-@@ -2,6 +2,14 @@
- zathurarc
- *********
-
-+--------------------------
-+zathura configuration file
-+--------------------------
-+
-+:Author: pwmt.org
-+:Copyright: 2009-2018, pwmt.org
-+:Manual section: 5
-+
- SYNOPSIS
- ========
-
-diff --git a/doc/meson.build b/doc/meson.build
-index b67c8ab..a02116b 100644
---- a/doc/meson.build
-+++ b/doc/meson.build
-@@ -1,24 +1,10 @@
--sphinx = find_program('sphinx-build', required: get_option('manpages'))
--if sphinx.found()
-- custom_target('man pages',
-- command: [
-- sphinx,
-- '-b', 'man',
-- '-D', 'version=' + version,
-- '-D', 'release=' + version,
-- join_paths(meson.current_source_dir(), 'man'),
-- meson.current_build_dir()],
-- output: ['zathura.1', 'zathurarc.5'],
-- input: [
-- 'man/conf.py',
-- 'man/zathurarc.5.rst',
-- 'man/zathura.1.rst'
-- ],
-- build_by_default: true,
-- install: true,
-- install_dir: [
-- join_paths(get_option('mandir'), 'man1'),
-- join_paths(get_option('mandir'), 'man5')
-- ]
-- )
-+rst2man = find_program('rst2man', 'rst2man.py', required: get_option('manpages'))
-+
-+if rst2man.found()
-+ custom_target('zathura.1', input: [ 'man/zathura.1.rst' ], output: [ 'zathura.1' ],
-+ command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true,
-+ install_dir: join_paths(get_option('mandir'), 'man1'))
-+ custom_target('zathurarc.5', input: [ 'man/zathurarc.5.rst' ], output: [ 'zathurarc.5' ],
-+ command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true,
-+ install_dir: join_paths(get_option('mandir'), 'man5'))
- endif
diff --git a/app-text/zathura/metadata.xml b/app-text/zathura/metadata.xml
deleted file mode 100644
index f7b9cf8..0000000
--- a/app-text/zathura/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>slashbeast@gentoo.org</email>
- <name>Piotr Karbowski</name>
- </maintainer>
- <use>
- <flag name="synctex">Use libsynctex to get latex codeline from pdf</flag>
- </use>
- <upstream>
- <maintainer status="active">
- <email>mlq@pwmt.org</email>
- <name>Moritz Lipp</name>
- </maintainer>
- <maintainer status="active">
- <email>sebastian+dev@ramacher.at</email>
- <name>Sebastian Ramacher</name>
- </maintainer>
- <changelog>http://pwmt.org/projects/zathura/download/</changelog>
- <doc lang="en">http://pwmt.org/projects/zathura/</doc>
- <bugs-to>http://bugs.pwmt.org/</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/app-text/zathura/zathura-0.4.9-r1.ebuild b/app-text/zathura/zathura-0.4.9-r1.ebuild
deleted file mode 100644
index fdb219d..0000000
--- a/app-text/zathura/zathura-0.4.9-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson virtualx xdg
-
-DESCRIPTION="A highly customizable and functional document viewer"
-HOMEPAGE="https://pwmt.org/projects/zathura/"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
- EGIT_BRANCH="develop"
-else
- SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="ZLIB"
-SLOT="0"
-IUSE="doc +magic seccomp sqlite synctex test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND=">=dev-libs/girara-0.3.7
- >=dev-libs/glib-2.50:2
- >=sys-devel/gettext-0.19.8
- x11-libs/cairo
- >=x11-libs/gtk+-3.22:3
- magic? ( sys-apps/file )
- seccomp? ( sys-libs/libseccomp )
- sqlite? ( >=dev-db/sqlite-3.5.9:3 )
- synctex? ( app-text/texlive-core )"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="doc? ( dev-python/docutils )
- test? ( dev-libs/appstream-glib
- dev-libs/check )
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/zathura-docutils.patch"
-)
-
-src_configure() {
- local emesonargs=(
- -Dconvert-icon=disabled
- -Dmagic=$(usex magic enabled disabled)
- -Dmanpages=$(usex doc enabled disabled)
- -Dseccomp=$(usex seccomp enabled disabled)
- -Dsqlite=$(usex sqlite enabled disabled)
- -Dsynctex=$(usex synctex enabled disabled)
- )
- meson_src_configure
-}
-
-src_test() {
- virtx meson_src_test
-}