mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/zathura-ps: add 2026.07.18
Signed-off-by: Mason Rocha <turret@turret.cyou> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
committed by
Michael Orlitzky
parent
732e4fa0d8
commit
99b7698534
@@ -1,2 +1,3 @@
|
||||
DIST zathura-ps-0.2.8.tar.xz 4716 BLAKE2B d9377a00fcc9e45fae413676947ff2067c80362bd9f9f1573f9962459d9a636ed0743decbe437bf90ab9e65dcdb8b5d0b19ad1794085c313fa473f0241a101bf SHA512 29ed9d5585df1151af50835daa75a11befbd0fe10e95b4a37c7b548e1442edd3f52a7d0afce8cca93ce70ced6381cdf23311cea004e3e38a6cb323ba13eb7039
|
||||
DIST zathura-ps-2026.02.03.tar.xz 4808 BLAKE2B 83c0389d993f23876969600679bad9c45ad77a66791dc1ddac347491c177f60b72f9e77430e408cf7edc67d16148189214e4cd46d23726fee8b1fc374785ec1c SHA512 beed875741c0c9d8cb24e23136f4801417b58342e9c1007c4c2699424b03ac0126a25e9aed650a564951bab68c96a40d31ef8d7002012db59e94b4ec87e7bbd3
|
||||
DIST zathura-ps-2026.07.18.tar.xz 5404 BLAKE2B 62eb3fb198572abda018422df3cdb992f3cbaba17c433e3a9f24d47b98c98a3daf5ac58d1b81214e33e7ff1cd087ce23df24271af4d3aaae16af5b9ba079dc47 SHA512 7628595a9138bb522ae4c247a56f6f83df77905dbace827b257144a0ef187879dcd05b383a8ad627eadd8e16aa71d0c2259326937ad420bdf7cfc2afb6fe4b69
|
||||
|
||||
41
app-text/zathura-ps/zathura-ps-2026.07.18.ebuild
Normal file
41
app-text/zathura-ps/zathura-ps-2026.07.18.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/pwmt/zathura-ps.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~riscv ~x86"
|
||||
SRC_URI="https://pwmt.org/projects/zathura-ps/download/${P}.tar.xz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="PostScript plug-in for zathura"
|
||||
HOMEPAGE="https://pwmt.org/projects/zathura-ps/download/"
|
||||
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
|
||||
# Tests currently only validating data files
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="app-text/libspectre
|
||||
>=app-text/zathura-2026.07.18
|
||||
dev-libs/girara:=
|
||||
dev-libs/glib:2
|
||||
x11-libs/cairo"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user