mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
pdfcrop & latex-epic: removed as obsolete
This commit is contained in:
parent
8107db3280
commit
dc5363091d
@ -1,20 +0,0 @@
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
pkgname=latex-epic
|
||||
pkgver=20100113
|
||||
pkgrel=3
|
||||
pkgdesc="documentstyle option for 'Enhancements to Picture Environment'. (Needed to make pdf with dblatex)"
|
||||
arch=('x86_64')
|
||||
url="http://tug.ctan.org/tex-archive/macros/latex/contrib/epic/"
|
||||
license=('unknown')
|
||||
depends=('texlive-core')
|
||||
source=(http://mirror.ctan.org/macros/latex/contrib/epic/epic.sty
|
||||
http://mirror.ctan.org/macros/latex/contrib/epic/misc.sty)
|
||||
md5sums=('0f16087ea2bd68e01386bbe15b3b5b25'
|
||||
'e7f9a3621858f0b0703e2b64aaa40cd0')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
||||
install -D $srcdir/epic.sty $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
||||
install -D $srcdir/misc.sty $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
||||
}
|
@ -1,25 +0,0 @@
|
||||
# Apps packages for Chakra
|
||||
|
||||
pkgname=pdfcrop
|
||||
pkgver=1.38
|
||||
pkgrel=1
|
||||
pkgdesc="A Perl script that can crop PDF files."
|
||||
arch=('x86_64')
|
||||
url="http://www.ctan.org/tex-archive/help/Catalogue/entries/pdfcrop.html"
|
||||
license=('lppl')
|
||||
depends=('perl' 'texlive-bin' 'ghostscript')
|
||||
conflict=('texlive-core')
|
||||
categories=('office')
|
||||
source=("http://mirror.ctan.org/support/pdfcrop/pdfcrop.pl")
|
||||
md5sums=('568c49d1d9922205645dc7713d7bc812')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
mv pdfcrop.pl pdfcrop
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/
|
||||
|
||||
install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
|
||||
}
|
Loading…
Reference in New Issue
Block a user