I do not maintain this anymore, please change the maintainer comment in the PKGBUILD.
Search Criteria
Package Details: textext 1.13.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/textext.git (read-only, click to copy) |
|---|---|
| Package Base: | textext |
| Description: | Re-editable LaTeX graphics for Inkscape |
| Upstream URL: | https://textext.github.io/textext |
| Licenses: | BSD-3-Clause |
| Submitter: | joelsc |
| Maintainer: | carlosal1015 (pabryan) |
| Last Packager: | carlosal1015 |
| Votes: | 81 |
| Popularity: | 0.013674 |
| First Submitted: | 2008-05-31 20:36 (UTC) |
| Last Updated: | 2026-04-24 04:12 (UTC) |
Dependencies (8)
- inkscape (inkscape-gitAUR, inkscape-appimgAUR, inkscape-binAUR)
- pdf2svg
- python-cssselect
- python-gobject
- python-lxml
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- typst (typst-gitAUR) (optional) – for typst compiler support
Required by (1)
Sources (1)
haawda commented on 2015-03-10 12:44 (UTC)
muralisc commented on 2015-03-10 11:44 (UTC)
The PKGBUILD doesnt seem to be working ( Missing package() )
Here is the modified one i used :
========================================================CHANGES:
added "pstoedit" as dependancy
Removed Licence.txt and its md5sum
changed build() to package()
=======================================================PKGBUILD:
# 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' 'pstoedit')
source=(http://pav.iki.fi/software/textext/$pkgname-$pkgver.tar.gz)
md5sums=('5dbb18bf762565196f8ac1f68f8607e3')
package() {
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"
}
donpicoro commented on 2015-01-02 19:30 (UTC)
==> ERROR: Missing package()
like many other AUR packages =P
haawda commented on 2012-05-04 18:56 (UTC)
It was not disowned by accident. Feel free to take it.
Tybo commented on 2012-05-04 11:01 (UTC)
(Or if it was disowned by accident...)
Tybo commented on 2012-05-04 10:56 (UTC)
Hi,
I would like to adopt it, if it is ok.
(I am ready to disown it if someone else claims it)
Cheers
haawda commented on 2012-04-05 17:15 (UTC)
Done, thank you.
<deleted-account> commented on 2012-04-05 14:51 (UTC)
Please change python-lxml to python2-lxml in the dependencies
iosonofabio commented on 2010-08-17 08:12 (UTC)
Please add pstoedit to the dependencies... it can't work without. Moreover, the script is giving errors at present, and no output is produced.
Pinned Comments
ConnorBehan commented on 2025-01-01 03:50 (UTC)
To make this work with the latest inkscape, I had to install python-tinycss2.
carlosal1015 commented on 2023-04-09 16:18 (UTC)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg,yay)--skippgpcheck,--nopgpfetch, respectively.