Package Details: oh-my-zsh-git r7424.c690f7316-1

Git Clone URL: https://aur.archlinux.org/oh-my-zsh-git.git (read-only, click to copy)
Package Base: oh-my-zsh-git
Description: A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community
Upstream URL: https://github.com/ohmyzsh/ohmyzsh
Licenses: MIT
Submitter: phoenixlzx
Maintainer: MarcinWieczorek
Last Packager: MarcinWieczorek
Votes: 472
Popularity: 3.09
First Submitted: 2012-10-24 12:04 (UTC)
Last Updated: 2024-11-03 11:29 (UTC)

Dependencies (7)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 17 Next › Last »

grawlinson commented on 2019-05-18 16:27 (UTC)

That’s how *-git packages work. Have a look at the wiki regarding SVN packages and the pkgver function.

<deleted-account> commented on 2019-05-18 14:16 (UTC)

You can build now package version oh-my-zsh-git-r5119.5aa62461d-1-any.pkg.tar.xz That is why it is flagged out of date.

grawlinson commented on 2019-05-18 03:17 (UTC)

@twwd: Why did you flag this package out of date? The link you've provided doesn't give any detail as to why.

nazarewk commented on 2019-01-17 14:11 (UTC)

Could you please change PKGBUILD's source from git+git to git+https ? It fails to download the repository when SSH ports are blocked.

<deleted-account> commented on 2018-11-28 15:48 (UTC)

something does not work with this. when you source .zshrc and have the random theme option on ... it will say it laoded the theme but it doesnt change: http://dpaste.com/3KRSA77 EDIT: actually it doesnt load any theme

MarcinWieczorek commented on 2018-09-21 11:51 (UTC)

Xplorer4x4 flagged oh-my-zsh-git out-of-date on 2018-09-20 for the following reason:

    There seem to be newer commits in git and the comments indicate a modified pkg build to include a bug fix patch.

Please do not flag it out-of-date for such reasons. Also, please provide more information on the patches you mentioned. The package builds just fine for me.

MarcinWieczorek commented on 2018-08-06 23:57 (UTC)

As said in the package:

git: most themes use git (highly recommended but still optional)

Make dependencies can be removed after a successful build (everybody has git anyway but that's the rule).

grawlinson commented on 2018-08-04 08:18 (UTC)

Why is git a make dependency and an optional dependency? Shouldn't the optional dependency be removed?

jtmb commented on 2017-11-06 18:14 (UTC) (edited on 2017-11-06 19:13 (UTC) by jtmb)

seconding the patch request from zerophase. edit: you can download the referenced commit as https://github.com/marcelsiegert/oh-my-zsh/commit/6eca630f710dd7e405b705254797d0861ef6bdfc.patch, and if saved as 0002-colored-man-pages.patch, it can be built with this PKGBUILD: # Maintainer: Marcin (CTRL) Wieczorek <marcin@marcin.co> # Contributor: Simon (vodik) Gomizelj <simongmzlj@gmail.com> # Contributor: Eduardo Leggiero <https://www.leggiero.uk/> # Contributor: jyantis <yantis@yantis.net> # Contributor: jcsiv <siviter dot jamie at gmx dot co dot uk> # Contributor: ThinCarrotShrimp <christoph.r.martin+arch at gmail dot com> pkgname=oh-my-zsh-git pkgver=r4349.9edb3fce pkgrel=1 pkgdesc="A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community" arch=('any') url='https://github.com/robbyrussell/oh-my-zsh' license=('MIT') depends=('zsh') makedepends=('git') optdepends=('ruby: for some plugin functionality' 'python: for some plugin functionality' 'oh-my-zsh-powerline-theme-git: great theme' 'bullet-train-oh-my-zsh-theme-git: better powerline theme' 'git: most themes use git (highly recommended but still optional)') install=${pkgname}.install source=("${pkgname}::git+git://github.com/robbyrussell/oh-my-zsh.git" '0001-zshrc.patch' '0002-colored-man-pages.patch') sha256sums=('SKIP' '9b77769319944f394a36f07b9abb296d24fe643c03b8eead74e10b7da52002b1' 'fc1d3a72b2c4c90cc930cb2ae122cfb0b988b2900d38a435657c74ce7d433589') # conflicts=('grml-zsh-config' # 'grml-zsh-config-git') pkgver() { cd ${pkgname} printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } prepare() { cd "${srcdir}/${pkgname}" cp "templates/zshrc.zsh-template" "zshrc" patch -p1 < "${srcdir}/0001-zshrc.patch" patch -p1 < "${srcdir}/0002-colored-man-pages.patch" } package() { cd "${srcdir}/${pkgname}" mkdir -p "${pkgdir}/usr/share/oh-my-zsh" install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" cp -r * "${pkgdir}/usr/share/oh-my-zsh/" } # vim:set ts=2 sw=2 et:

zerophase commented on 2017-09-25 10:32 (UTC)

Could you add this in as a patch, till the fix gets pulled into master? https://github.com/marcelsiegert/oh-my-zsh/commit/6eca630f710dd7e405b705254797d0861ef6bdfc