diff options
Diffstat (limited to 'pcr/textext')
-rw-r--r-- | pcr/textext/LICENSE.txt | 28 | ||||
-rw-r--r-- | pcr/textext/PKGBUILD | 22 |
2 files changed, 0 insertions, 50 deletions
diff --git a/pcr/textext/LICENSE.txt b/pcr/textext/LICENSE.txt deleted file mode 100644 index 69f5d4720..000000000 --- a/pcr/textext/LICENSE.txt +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2007-2008 Pauli Virtanen. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - a. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - b. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - c. Neither the name of the copyright holder nor the names of the contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/pcr/textext/PKGBUILD b/pcr/textext/PKGBUILD deleted file mode 100644 index 8a1897dc4..000000000 --- a/pcr/textext/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Contributor: Joel Schaerer <joel.schaerer@laposte.net> -# Maintainer: Stefan Husmann <stefan-husmann@t-online.de> -pkgname=textext -pkgver=0.4.4 -pkgrel=3 -pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings" -arch=('i686' 'x86_64') -license=('BSD') -url="http://pav.iki.fi/software/textext/" -depends=('inkscape' 'texlive-core' 'python2-lxml' 'pdf2svg') -source=(http://pav.iki.fi/software/textext/$pkgname-$pkgver.tar.gz LICENSE.txt) -md5sums=('5dbb18bf762565196f8ac1f68f8607e3' - '91da7de463147c1c78b1c2e6f24da380') -build() { - cd "$srcdir" - install -Dm 644 LICENSE.txt \ - "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt" - install -Dm 755 textext.py \ - "${pkgdir}/usr/share/inkscape/extensions/textext.py" - install -Dm 644 textext.inx \ - "${pkgdir}/usr/share/inkscape/extensions/textext.inx" - } |