mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
app-emacs/pdf-tools: drop old 1.1.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST pdf-tools-1.1.0.tar.gz 464021 BLAKE2B e09aca137d12bc99e4b7348f2b8d81b34e43a6d9b17ae08d7891146874fc74c671bc8026f4975fbcb6e68c678ead8aae503ba8cbf1f51a5ec6b9515de7335645 SHA512 7208b36b9074388f0e208dcf3730f2641d9a0d966e408885f932e1a495059dcf78355276df2edcb956ef1c34b85b3b2d6ab7d1c03369dc02a7a0c09e2cb1b919
|
||||
DIST pdf-tools-1.3.0.gh.tar.gz 479665 BLAKE2B 7800a26afd0d04fd1b7b093f5af41e11cbf04f74c7eaa2fbd3f569ddf0c380ba63a2e843b4bccd7dcfafe7656ac1729154058824ced772fb7035167b8ecd7dec SHA512 6bcc9ae7a571d2090f0a47535100dadd1b802a6827c1d675b6e3f76aa338b70467ce15e77e4cfd2040d169aa80072d14579695affb50c4b99a4adcbf8b7ad32f
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
# Copyright 1999-2025 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/"
|
||||
|
||||
if [[ ${PV} == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/vedang/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/vedang/${PN}/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user