Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-04 | Do not rename the source clone. General improvements. | Daniel Bermond | |
2017-08-22 | Cosmetic changings | Daniel Bermond | |
2016-07-01 | Fixed pkgver (removed leading 'v') | Bermond | |
2016-03-27 | Add git to makedepends | Bermond | |
2016-03-27 | Execute autogen.sh in build() instead of prepare() | Bermond | |
Executing autogen.sh in build() prevents it to run when there is no new commits in git remote branch (no new version). In such cases only pkgver() is run, making it a more pleasant process. It looks like that newer pacman versions (5.0) execute prepare() before pkgver(). | |||
2016-02-14 | Corrected the depends array. | Bermond | |
glib2 is a dependency for fribidi and thus can be removed from the depends array. gtk-doc is required only at compile time to generate the documentation and it was moved to the makedepends array. | |||
2016-02-14 | Initial commit | Bermond | |