summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Favre2015-06-26 07:56:57 +0200
committerBenoit Favre2015-06-26 07:56:57 +0200
commit912bb81af5f97f4ad561a22e4b35a9f6b79b4a9b (patch)
tree970cb7d1fa9a5c686aeca20aa9a06ba01ba8d3bf
downloadaur-912bb81af5f97f4ad561a22e4b35a9f6b79b4a9b.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD19
-rw-r--r--latex-wrapfig.install13
3 files changed, 48 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..baab883d93aa
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = latex-wrapfig
+ pkgdesc = Produces figures which text can flow around.
+ pkgver = 3.6
+ pkgrel = 2
+ url = http://tug.ctan.org/tex-archive/macros/latex/contrib/wrapfig/
+ install = latex-wrapfig.install
+ arch = i686
+ arch = x86_64
+ license = custom:latex
+ depends = texlive-core
+ conflicts = texlive-latexextra
+ source = http://mirrors.ctan.org/macros/latex/contrib/wrapfig/wrapfig.sty
+ md5sums = 3701aebf80ccdef248c0c20dd062fea9
+
+pkgname = latex-wrapfig
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8d8bc93d4a36
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: Mac Mollison <mollison at cs dot unc dot edu>
+# Maintainer: Benoit Favre <benoit.favre@lif.univ-mrs.fr>
+pkgname=latex-wrapfig
+pkgver=3.6
+pkgrel=2
+pkgdesc="Produces figures which text can flow around."
+arch=('i686' 'x86_64')
+url="http://tug.ctan.org/tex-archive/macros/latex/contrib/wrapfig/"
+license=('custom:latex')
+depends=('texlive-core')
+conflicts=('texlive-latexextra')
+install="$pkgname.install"
+source=(http://mirrors.ctan.org/macros/latex/contrib/wrapfig/wrapfig.sty)
+md5sums=(3701aebf80ccdef248c0c20dd062fea9)
+
+package() {
+ mkdir -p $pkgdir/usr/share/texmf-dist/tex/latex/wrapfig
+ install -D $srcdir/wrapfig.sty $pkgdir/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty
+}
diff --git a/latex-wrapfig.install b/latex-wrapfig.install
new file mode 100644
index 000000000000..47445e33c217
--- /dev/null
+++ b/latex-wrapfig.install
@@ -0,0 +1,13 @@
+post_install() {
+ mktexlsr
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+