diff options
author | Michael Weber <xmw@gentoo.org> | 2018-01-28 17:05:04 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2018-01-28 17:19:01 +0100 |
commit | 72a0ff2d5b55e8f8defca4e5d7b9633d9047f7b5 (patch) | |
tree | 20d7ca80fda03e3097f01cbb290f0ca17d8930fd /app-text/zathura-ps | |
parent | app-text/zathura-djvu: Version bump. (diff) | |
download | gentoo-72a0ff2d5b55e8f8defca4e5d7b9633d9047f7b5.tar.gz gentoo-72a0ff2d5b55e8f8defca4e5d7b9633d9047f7b5.tar.bz2 gentoo-72a0ff2d5b55e8f8defca4e5d7b9633d9047f7b5.zip |
app-text/zathura-ps: Version bump.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-text/zathura-ps')
-rw-r--r-- | app-text/zathura-ps/Manifest | 1 | ||||
-rw-r--r-- | app-text/zathura-ps/zathura-ps-0.2.5.ebuild | 48 | ||||
-rw-r--r-- | app-text/zathura-ps/zathura-ps-9999.ebuild | 8 |
3 files changed, 53 insertions, 4 deletions
diff --git a/app-text/zathura-ps/Manifest b/app-text/zathura-ps/Manifest index d4dfc1e0755d..b540b72e8d80 100644 --- a/app-text/zathura-ps/Manifest +++ b/app-text/zathura-ps/Manifest @@ -1 +1,2 @@ DIST zathura-ps-0.2.4.tar.gz 5980 BLAKE2B ee60ebeea519eb618081816d0f0109cd5c327f5a4676e9260ec5b0d6c309368fe611a3bcb8dbefd7bd9661207630529311eebb1f54f4814eebf18378b640825e SHA512 c63cbd4ff032cffa85305393a8e7f2864986e3a8204832cd7f9f12878e2c69fd0393ace91dd7b0fa8829f3a785abc2675d2ecb99dfa71794d699b567be954922 +DIST zathura-ps-0.2.5.tar.gz 5845 BLAKE2B b716381b66f54626298544fab6ef6f857066db50b027e1b729cfa59e33a23fda4cab09ba8dc33317725058b6942ef84fbc7c24aa30a4d7db2c73f7ac1b6ef137 SHA512 043898fdca56bee28a8e2af61d3216af25e222c0a137737e599881bb21e805dd8a609ff2901a50763bdbb34bf2e3fca2afaf1a59b715f3ba6aa067971c99c258 diff --git a/app-text/zathura-ps/zathura-ps-0.2.5.ebuild b/app-text/zathura-ps/zathura-ps-0.2.5.ebuild new file mode 100644 index 000000000000..62562632f284 --- /dev/null +++ b/app-text/zathura-ps/zathura-ps-0.2.5.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils toolchain-funcs xdg + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-ps.git" + EGIT_BRANCH="develop" +else + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz" +fi + +DESCRIPTION="PostScript plug-in for zathura" +HOMEPAGE="http://pwmt.org/projects/zathura/" + +LICENSE="ZLIB" +SLOT="0" +IUSE="" + +RDEPEND=">=app-text/libspectre-0.2.6:= + >=app-text/zathura-0.3.8 + dev-libs/glib:2= + x11-libs/cairo:=" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + myzathuraconf=( + CC="$(tc-getCC)" + LD="$(tc-getLD)" + VERBOSE=1 + DESTDIR="${D}" + PREFIX="${EPREFIX}/usr" + ) +} + +src_compile() { + emake "${myzathuraconf[@]}" +} + +src_install() { + emake "${myzathuraconf[@]}" install + dodoc AUTHORS +} diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild index 222eb1f4a012..62562632f284 100644 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild +++ b/app-text/zathura-ps/zathura-ps-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs xdg if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -22,7 +22,7 @@ SLOT="0" IUSE="" RDEPEND=">=app-text/libspectre-0.2.6:= - >=app-text/zathura-0.2.7 + >=app-text/zathura-0.3.8 dev-libs/glib:2= x11-libs/cairo:=" DEPEND="${RDEPEND} |