Search Criteria
Package Details: sent 1-4
Git Clone URL: | https://aur.archlinux.org/sent.git (read-only) |
---|---|
Package Base: | sent |
Description: | Simple plaintext presentation tool |
Upstream URL: | http://tools.suckless.org/sent |
Keywords: | presentation suckless |
Licenses: | |
Submitter: | eworm |
Maintainer: | ankitrgadiya |
Last Packager: | ankitrgadiya |
Votes: | 6 |
Popularity: | 0.001296 |
First Submitted: | 2015-11-12 12:25 |
Last Updated: | 2018-10-09 14:10 |
Dependencies (4)
- fontconfig (fontconfig-infinality, fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-git, fontconfig-ubuntu)
- libpng (libpng-git)
- libxft
- farbfeld (farbfeld-git) (optional) – Image support
Latest Comments
grille commented on 2018-10-09 19:41
ok, thanks for the explanation and the fix!
ankitrgadiya commented on 2018-10-09 13:55
grille, the website had cgit interface earlier which they switched to stagit that's why the snapshot link is not working. I'll fix the link in the PKGBUILD. However, the extra config.h file is to configure the package before installation. This is because to configure sent, you have to change the original config.h file and compile the package again. The config.h shipped with the pkgbuild is similar to original one but it can be modified and be used to build the configure package easily. So, you're not supposed to remove it.
grille commented on 2018-10-09 10:39
hello,
I've got some problems with the actual package, trying to install it via yaourt. It didn't install and told me about an error downloading the sources.
So i tried to change the PKGBUILD, comparing it with the PKGBUILD from farbfeld, done by the same team of programmers.
I mainly changed the source of the package from https://git.suckless.org/sent/snapshot/sent-1.tar.gz to https://dl.suckless.org/tools/sent-1.tar.gz
and deleted the extra download of config.h.
I cleaned the rest of the PKGBUILD to make it work and also added an installation of the example at /etc/sent/examples/example.
It's the first PKGBUILD I did and I'm still a bit noobish, so I would like to get a feedback, if it's a useful hack or not and if it's conform with styleguides and PKG guidlines.
Or should I better post something like this in the forum?
thanks and greetings, grille
you can find my PKGBUILD here (it's called aur-sent-pkgbuild: https://github.com/Pieandcream/aur-sent
ankitrgadiya commented on 2017-09-25 07:33
I made changes to the package https://github.com/ankitrgadiya/arch/tree/master/sent
Changes:
* Using tarball instead of git, no makedepends now
* Using external config.h which to provide additional configuration option
* Updated to Ver. 1
* Added Farbfeld as optional dependency for image support