summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlenny2015-08-09 09:42:36 +0200
committerlenny2015-08-09 09:42:36 +0200
commit804faaa4be92f9f5c6988c3f83df9b569d853737 (patch)
tree8967a150926163794f5a7ec3b60dea5850fe4372
downloadaur-804faaa4be92f9f5c6988c3f83df9b569d853737.tar.gz
Initial import
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD21
2 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..68548e64b92a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = texlive-dummy
+ pkgdesc = Something to trick Arch into thinking it has its texlive packages installed.
+ pkgver = 0.0.3
+ pkgrel = 1
+ url = http://www.tug.org/texlive/
+ arch = any
+ license = GPL
+ provides = texlive-bin
+ provides = texlive-core
+ provides = texlive-fontsextra
+ provides = texlive-pstricks
+ provides = texlive-bibtexextra
+ provides = texlive-latexextra
+ provides = texlive-htmlxml
+ conflicts = texlive-bin
+ conflicts = texlive-core
+ conflicts = texlive-fontsextra
+ conflicts = texlive-pstricks
+ conflicts = texlive-bibtexextra
+ conflicts = texlive-latexextra
+ conflicts = texlive-htmlxml
+
+pkgname = texlive-dummy
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2b0fe14a2cc2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Corelli <corelli AT yepmail DOT net>
+# Contributor: Inkane <neoinkaneglade@aol.com>
+# Contributor: >pmav99< >at< >gmail< >dot< >com<
+# Contributors: Kevin Klement
+pkgname=texlive-dummy
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="Something to trick Arch into thinking it has its texlive packages installed."
+url=('http://www.tug.org/texlive/')
+arch=('any')
+license=('GPL')
+depends=()
+optdepends=()
+makedepends=()
+replaces=()
+conflicts=('texlive-bin' 'texlive-core' 'texlive-fontsextra' 'texlive-pstricks' 'texlive-bibtexextra' 'texlive-latexextra' 'texlive-htmlxml')
+provides=('texlive-bin' 'texlive-core' 'texlive-fontsextra' 'texlive-pstricks' 'texlive-bibtexextra' 'texlive-latexextra' 'texlive-htmlxml')
+
+build() {
+ echo "Do nothing"
+}