FWIW I agree with @bus. If I no longer have an interest in maintaining a package, I orphan it. This shows users that there is no one actively maintaining it, and may inspire others to adopt it. Hence the previous adoption drives. If we don't know which are unmaintained, then we can't adopt them. I also don't view it as my responsibility to protect against future "malicious intents". (Also, despite your earlier response, you aren't exactly responding to the "request" to update the package! And the fix is certainly actionable, at least in theory.)
Search Criteria
Package Details: zsh-zim-git r682.84c59ed-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zsh-zim-git.git (read-only, click to copy) |
---|---|
Package Base: | zsh-zim-git |
Description: | ZIM - Zsh IMproved |
Upstream URL: | https://github.com/zimfw/zimfw |
Keywords: | improved plugin theme vim zim zsh |
Licenses: | MIT |
Submitter: | ishitatsuyuki |
Maintainer: | carbolymer (Rhinoceros) |
Last Packager: | carbolymer |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-28 02:13 (UTC) |
Last Updated: | 2024-10-10 07:25 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Rhinoceros commented on 2020-02-22 22:44 (UTC)
ishitatsuyuki commented on 2020-02-19 14:26 (UTC)
Well, I could say either way, but the out-of-date flagging isn't really actionable. If you're not going to contribute, then I don't really see any point on discussing this meta-issue.
bus commented on 2020-02-19 14:18 (UTC) (edited on 2020-02-19 14:19 (UTC) by bus)
@ishitatsuyuki I suggest you read the flagging page: "Flagging this package should only be done if the sources moved or changes in the PKGBUILD are required because of recent upstream changes". The package does not build because upstream changed, it's literally out of date by definition.
Also, I don't think that's a correct interpretation of orphaning. It's very commonly done voluntarily when people have no desire to work on their packages, which you said you don't. You're thinking of assisted orphaning via requests, which is performed when the maintainer is not responding.
ishitatsuyuki commented on 2020-02-19 13:34 (UTC)
@bus Do not flag packages out-of-date for any reasons other than versions (which means that you should never flag a VCS package)!
I'm not going to let some random person take over this package without verifying they don't have malicious intents. Orphaning is only required when the maintainer (is intending to) no longer responds to any comments or requests.
Rhinoceros commented on 2020-01-10 12:15 (UTC)
Ah yes true. Thanks for the reply. I'll have a bit of a play and see if I can work out how to install it at a system level first, but yes, I might end up the same way.
ishitatsuyuki commented on 2020-01-10 12:12 (UTC)
I just switched to a user level install and I'm fine with that since I'm the only one using the computer anyway.
And using a package is not the only way to update, you could just set up a cron job or whatever.
Rhinoceros commented on 2020-01-10 12:09 (UTC) (edited on 2020-01-10 12:09 (UTC) by Rhinoceros)
Fair enough. TBH I thought about creating the stable zsh-zim package, but a brief look at upstream confused me. Out of interest, will you continue to use zsh-zim? And if so, will you just install it at a user-level?
EDIT: that's not my preference because I'd never remember to update it.
ishitatsuyuki commented on 2020-01-10 06:36 (UTC)
Since the upstream doesn't like zimfw getting packaged for global installation, and porting seems to be harder with the latest template changes, I'm going to stop maintaining this package. Contributions are still welcome.
Rhinoceros commented on 2020-01-08 06:17 (UTC)
This no longer builds for me.
==> Starting package()...
cp: cannot create regular file '/tmp/zsh-zim-git/pkg/zsh-zim-git/usr/lib/zim/templates/zshrc': No such file or directory
It looks like the subdirectory templates
is no longer present upstream.
Also, regarding the previous comments, there's now a stable release out: https://github.com/zimfw/zimfw/releases
ishitatsuyuki commented on 2019-09-29 12:00 (UTC)
Since zimfw does not have any releases at this point, I don't see any point in doing that.
Pinned Comments
carbolymer commented on 2021-01-11 21:41 (UTC) (edited on 2021-01-22 07:46 (UTC) by carbolymer)
Ugh, it was a PITA to create this package. Please note that errors are silenced, so if you have any issues with zim, remove
&>/dev/null
from your/etc/zshrc
- https://aur.archlinux.org/cgit/aur.git/tree/zshrc?h=zsh-zim-git&id=5a378e94d516c57d39629de545b78b0f020d86a4I had to do it this way:
$ZIM_HOME
is only writable by root and zim constantly tries to update & recompile itself (=write to$ZIM_HOME
), which results in permission errors when starting zsh as a normal user.If you want to add/remove a module:
zmodule
in/etc/zsh/zimrc
zimfw install && zsh