diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /app-text/zathura-djvu | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'app-text/zathura-djvu')
| -rw-r--r-- | app-text/zathura-djvu/Manifest | 2 | ||||
| -rw-r--r-- | app-text/zathura-djvu/metadata.xml | 22 | ||||
| -rw-r--r-- | app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild | 40 | ||||
| -rw-r--r-- | app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild | 40 | ||||
| -rw-r--r-- | app-text/zathura-djvu/zathura-djvu-9999.ebuild | 40 |
5 files changed, 144 insertions, 0 deletions
diff --git a/app-text/zathura-djvu/Manifest b/app-text/zathura-djvu/Manifest new file mode 100644 index 000000000000..83c8e4a568f5 --- /dev/null +++ b/app-text/zathura-djvu/Manifest @@ -0,0 +1,2 @@ +DIST zathura-djvu-0.2.8.tar.xz 8860 BLAKE2B ea6eb70d7350ea388043c9ceb8ef8602030d17e4dabc353ac7346ba11c2d8f105bd235eee90823818fc1d4d5a9ca16755bb56a1e1b8aa633a79802ca2c3e92f2 SHA512 ec51d339a01e7f2d063d21ab0e32624770398a21727fe6714b8fa8f9a1ef46909d58fa26c4a50430234f04377cce076312ebefb8a6cbdc28ba5de1c205d944a9 +DIST zathura-djvu-0.2.9.tar.xz 8976 BLAKE2B f0a798e9473ad2d09bdf171f4689231d73fa1e1bbaa0faa750feb82db2e2b029a86bf759e642f92c0ba438ee88b9178969e5d2aec4f30d9cb049bd3bcd69639e SHA512 3c2815e7f1cdfb9fc594dc6ad65359245f322e5fa27f018fb9431747e4d474734f5efd134aaeb9dabde09b01de603b1d1dc7aede883b1ef81266e067b0490726 diff --git a/app-text/zathura-djvu/metadata.xml b/app-text/zathura-djvu/metadata.xml new file mode 100644 index 000000000000..40c15df69f61 --- /dev/null +++ b/app-text/zathura-djvu/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Mikle Kolyada</name> + <email>zlogene@gentoo.org</email> + </maintainer> + <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> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild new file mode 100644 index 000000000000..2a891acd222b --- /dev/null +++ b/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils meson xdg-utils + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" + EGIT_BRANCH="develop" +else + KEYWORDS="amd64 arm x86" + SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" +fi + +DESCRIPTION="DjVu plug-in for zathura" +HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" + +LICENSE="ZLIB" +SLOT="0" + +RDEPEND="app-text/djvu + >=app-text/zathura-0.3.9 + dev-libs/girara + dev-libs/glib:2 + x11-libs/cairo" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild new file mode 100644 index 000000000000..7262f7ee1caf --- /dev/null +++ b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2-utils meson xdg-utils + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" + EGIT_BRANCH="develop" +else + KEYWORDS="~amd64 ~arm ~x86" + SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" +fi + +DESCRIPTION="DjVu plug-in for zathura" +HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" + +LICENSE="ZLIB" +SLOT="0" + +RDEPEND="app-text/djvu + >=app-text/zathura-0.3.9 + dev-libs/girara + dev-libs/glib:2 + x11-libs/cairo" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} diff --git a/app-text/zathura-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild new file mode 100644 index 000000000000..7262f7ee1caf --- /dev/null +++ b/app-text/zathura-djvu/zathura-djvu-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2-utils meson xdg-utils + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" + EGIT_BRANCH="develop" +else + KEYWORDS="~amd64 ~arm ~x86" + SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" +fi + +DESCRIPTION="DjVu plug-in for zathura" +HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" + +LICENSE="ZLIB" +SLOT="0" + +RDEPEND="app-text/djvu + >=app-text/zathura-0.3.9 + dev-libs/girara + dev-libs/glib:2 + x11-libs/cairo" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} |
