Search Criteria
Package Details: tt-rss-theme-feedly-git v2.6.1.r0.gb6cb83e-1
Git Clone URL: | https://aur.archlinux.org/tt-rss-theme-feedly-git.git (read-only, click to copy) |
---|---|
Package Base: | tt-rss-theme-feedly-git |
Description: | Feedly theme for Tiny Tiny RSS |
Upstream URL: | https://github.com/levito/tt-rss-feedly-theme |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ohp |
Maintainer: | ohp |
Last Packager: | ohp |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2014-01-07 11:54 |
Last Updated: | 2021-01-13 14:26 |
Latest Comments
cryzed commented on 2017-10-12 12:32
You should add the following to the PKGBUILD:
> install -D -m644 feedly-night.css "$pkgdir/usr/share/webapps/tt-rss/themes/"
this installs the dark version of the theme as well.
ohp commented on 2015-01-02 20:55
Done & thanks for your suggestion!
AsAck commented on 2015-01-02 15:49
Can you please change the pkgver()-function?
At the moment the used hash leads to warnings about downgrades sometimes.
The following example should work fine.
pkgver() {
cd "$_gitname"
printf "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}