mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
app-emacs/pdf-tools: drop 1.0.0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
parent
8be22bbf29
commit
a7f6dab2c0
@ -1,2 +1 @@
|
||||
DIST pdf-tools-1.0.0.tar.gz 459584 BLAKE2B 54e6f48e593552135c9264baa8040aed6a543e361f5ee951f925ef72d8c62db9e15f97de52eaa4b6013a17dce6170f73e16f1e9d25c9cde33ac8eba1f71ebb7a SHA512 dcf44a45865061c191dcfc03504c707f2170224167d3ec493465c789d8c1433f17c706c5f15dac4fab65e3da45ca3c194aad9b7c599209a7a10b72c17dbbeb77
|
||||
DIST pdf-tools-1.1.0.tar.gz 464021 BLAKE2B e09aca137d12bc99e4b7348f2b8d81b34e43a6d9b17ae08d7891146874fc74c671bc8026f4975fbcb6e68c678ead8aae503ba8cbf1f51a5ec6b9515de7335645 SHA512 7208b36b9074388f0e208dcf3730f2641d9a0d966e408885f932e1a495059dcf78355276df2edcb956ef1c34b85b3b2d6ab7d1c03369dc02a7a0c09e2cb1b919
|
||||
|
||||
@ -1,64 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS=26.3
|
||||
|
||||
inherit autotools elisp
|
||||
|
||||
DESCRIPTION="Emacs Lisp support library for PDF documents"
|
||||
HOMEPAGE="https://github.com/vedang/pdf-tools/"
|
||||
SRC_URI="https://github.com/vedang/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
|
||||
# Cask is a hard dependency for tests; it is ran by helper functions too.
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND="app-emacs/tablist"
|
||||
DEPEND="
|
||||
app-text/poppler:=[cairo,png]
|
||||
dev-libs/glib:2=
|
||||
media-libs/freetype:2=
|
||||
media-libs/harfbuzz:=
|
||||
media-libs/libpng:=
|
||||
x11-libs/cairo:=
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
${BDEPEND}
|
||||
"
|
||||
|
||||
DOCS=( NEWS README.org )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_prepare() {
|
||||
elisp_src_prepare
|
||||
|
||||
cd server || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cd server || die
|
||||
econf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
BYTECOMPFLAGS="-L lisp" elisp-compile lisp/*.el
|
||||
elisp-make-autoload-file lisp/${PN}-autoloads.el lisp
|
||||
|
||||
emake -C server
|
||||
}
|
||||
|
||||
src_install() {
|
||||
elisp-install ${PN} lisp/*.el*
|
||||
elisp-site-file-install "${FILESDIR}"/${SITEFILE}
|
||||
|
||||
emake -C server DESTDIR="${D}" install
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user