summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 12:49:55 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 12:49:55 -0500
commit6507cb0c33ba0b564ff2d222cba9e76bf6699188 (patch)
treee5b0fce92fda48081aa7d1315db68bc9ad98ccdb
parentcca8bb696d3489cc0506b8f4996734cdda6a18d9 (diff)
textext-0.4.4-3.1: rebuild
-rw-r--r--pcr/textext/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/pcr/textext/PKGBUILD b/pcr/textext/PKGBUILD
index c93a29c60..92dbc487d 100644
--- a/pcr/textext/PKGBUILD
+++ b/pcr/textext/PKGBUILD
@@ -1,22 +1,23 @@
# Contributor (Arch): Joel Schaerer <joel.schaerer@laposte.net>
# Maintainer (Arch): Stefan Husmann <stefan-husmann@t-online.de>
+
pkgname=textext
pkgver=0.4.4
-pkgrel=3
+pkgrel=3.1
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
-arch=('i686' 'x86_64' 'mips64el')
-license=('BSD')
+arch=('i686' 'x86_64')
+license=('BSD3')
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 \
+package() {
+ cd "$srcdir"
+ install -Dm 644 LICENSE.txt \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
- install -Dm 755 textext.py \
+ install -Dm 755 textext.py \
"${pkgdir}/usr/share/inkscape/extensions/textext.py"
- install -Dm 644 textext.inx \
+ install -Dm 644 textext.inx \
"${pkgdir}/usr/share/inkscape/extensions/textext.inx"
- }
+} \ No newline at end of file