summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Mehani2017-05-06 11:04:28 +1000
committerOlivier Mehani2017-05-06 11:04:28 +1000
commita34ce107fa16c94109dd6bbd7ceff11b5d43b4b5 (patch)
tree37043f6325575a60c6313e927c2763b16f2a85b9
parent10ac0d5039b77af3bb9fe4e81d5d3a299b661826 (diff)
downloadaur-a34ce107fa16c94109dd6bbd7ceff11b5d43b4b5.tar.gz
Strongly suggest switching to acmart
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
-rw-r--r--texlive.install11
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91418ea3b019..139c2ef22f89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = latex-template-acm
pkgdesc = ACM SIG Proceedings Format style for LaTeX (acm_proc_article-sp v3.2SP, sig-alternate v2.8, sigplanconf v2.5 and the unofficial sigplan-proc-varsize v1.4)
pkgver = 201505
- pkgrel = 1
+ pkgrel = 2
url = http://www.acm.org/sigs/publications/proceedings-templates, http://sigplan.acm.org/authorInformation.htm, http://www.isi.edu/~johnh/SOFTWARE/LATEX/
install = texlive.install
arch = any
depends = texlive-latex3
+ optdepends = latex-template-acmart: Official 2016 ACM Master template, for use with any new work
source = http://www.acm.org/sigs/publications/sigproc-sp.pdf
source = http://www.acm.org/sigs/publications/acm_proc_article-sp.cls
source = http://www.acm.org/binaries/content/assets/publications/article-templates/flies.eps
diff --git a/PKGBUILD b/PKGBUILD
index ef6b82dd4a6c..1f9d716664a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=latex-template-acm
pkgver=201505
-pkgrel=1
+pkgrel=2
pkgdesc="ACM SIG Proceedings Format style for LaTeX (acm_proc_article-sp v3.2SP, sig-alternate v2.8, sigplanconf v2.5 and the unofficial sigplan-proc-varsize v1.4)"
arch=('any')
url="http://www.acm.org/sigs/publications/proceedings-templates, http://sigplan.acm.org/authorInformation.htm, http://www.isi.edu/~johnh/SOFTWARE/LATEX/"
@@ -11,15 +11,8 @@ _sigproc_new_url="http://www.acm.org/binaries/content/assets/publications/articl
_sigproc_url="http://www.acm.org/sigs/publications"
_sigplan_url="http://drupal.sigplan.org/sites/default/files"
license=('')
-groups=()
depends=('texlive-latex3')
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
+optdepends=('latex-template-acmart: Official 2016 ACM Master template, for use with any new work')
install=texlive.install
source=(${_sigproc_url}/sigproc-sp.pdf
${_sigproc_url}/acm_proc_article-sp.cls
diff --git a/texlive.install b/texlive.install
index 9b9cdcb22879..fd7a83516fdf 100644
--- a/texlive.install
+++ b/texlive.install
@@ -3,11 +3,18 @@
post_install() {
echo ">>> texlive: updating the filename database..."
texconfig-sys rehash
+ echo -e "\033[0;33m"
+ cat << EOF
+!!! In 2017, ACM released a new Master template which supersedes any previous
+!!! classes (sig-alternate, sigproc, sigplan, ...).
+!!! While this package should allow you to build any existing paper, you should
+!!! consider using the new latex-template-acmart package for any new work.
+EOF
+ echo -e "\033[0m"
}
post_upgrade() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
+ post_install
}
post_remove() {