summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Oliver Oelerich2015-06-09 08:49:44 +0200
committerJan Oliver Oelerich2015-06-09 08:49:44 +0200
commit671006c529c89e0788f2f8ed3fec0720251a812b (patch)
tree196c55e05ef9209afe82042ec68ec8c482a02a5c
downloadaur-671006c529c89e0788f2f8ed3fec0720251a812b.tar.gz
initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD28
-rw-r--r--texlive.install17
3 files changed, 59 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ee3a42c3e695
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = latex-template-pss
+ pkgdesc = LaTeX template for the physica status solidi journal
+ pkgver = 1
+ pkgrel = 1
+ url = http://www.wiley-vch.de/publish/en/journals/alphabeticIndex/2133/?jURL=http://www.wiley-vch.de:80/vch/journals/2133/2133_authors.html
+ install = texlive.install
+ arch = any
+ makedepends = unzip
+ depends = texlive-core
+ source = http://www.wiley-vch.de/vch/journals/2133/public/pss_template_latex.zip
+ md5sums = a1e5820088aa0417f12ce085fd07caa4
+
+pkgname = latex-template-pss
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..995582865d27
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Contributor: Jan Oliver Oelerich <jan.oliver.oelerich@physik.uni-marburg.de>
+
+pkgname=latex-template-pss
+pkgver=1
+pkgrel=1
+pkgdesc="LaTeX template for the physica status solidi journal"
+arch=('any')
+url="http://www.wiley-vch.de/publish/en/journals/alphabeticIndex/2133/?jURL=http://www.wiley-vch.de:80/vch/journals/2133/2133_authors.html"
+license=('')
+groups=()
+depends=('texlive-core')
+makedepends=('unzip')
+optdepends=()
+backup=()
+install=texlive.install
+options=()
+source=(http://www.wiley-vch.de/vch/journals/2133/public/pss_template_latex.zip)
+md5sums=('a1e5820088aa0417f12ce085fd07caa4')
+
+
+build() {
+ cd ${srcdir}/pss_template_latex
+ install -m 0644 -D readme.txt ${pkgdir}/usr/share/texmf-dist/tex/latex/pss/readme.txt
+ install -m 0644 -D wiley2sp.cls ${pkgdir}/usr/share/texmf-dist/tex/latex/pss/wiley2sp.cls
+ install -m 0644 -D w2sp-pss.clo ${pkgdir}/usr/share/texmf-dist/tex/latex/pss/w2sp-pss.clo
+ install -m 0644 -D w-greek.sty ${pkgdir}/usr/share/texmf-dist/tex/latex/pss/w-greek.sty
+ install -m 0644 -D pss.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/pss/pss.bst
+}
diff --git a/texlive.install b/texlive.install
new file mode 100644
index 000000000000..6b32f29f92da
--- /dev/null
+++ b/texlive.install
@@ -0,0 +1,17 @@
+# $Id: texlive.install 149 2009-04-30 00:46:23Z shtrom $
+# Taken from texlive-publishers
+
+post_install() {
+ echo ">>> texlive: updating the filename database..."
+ texconfig-sys rehash
+}
+
+post_upgrade() {
+ echo ">>> texlive: updating the filename database..."
+ texconfig-sys rehash
+}
+
+post_remove() {
+ echo ">>> texlive: updating the filename database..."
+ texconfig-sys rehash
+}