Package Details: osx-el-capitan-theme-git 4.1.r2.gb245f91-1

Git Clone URL: https://aur.archlinux.org/osx-el-capitan-theme-git.git (read-only, click to copy)
Package Base: osx-el-capitan-theme-git
Description: Theme mimics OS X 10.12 macOS Sierra, formaly osx-el-capitan-theme, for GTK3 and some DEs (GNOME Shell, Xfce, Cinnamon)
Upstream URL: https://github.com/Elbullazul/macOS-Sierra
Licenses: GPL3
Conflicts: gnome-shell-theme-osx-el-capitan
Submitter: orumin
Maintainer: Joel
Last Packager: Joel
Votes: 22
Popularity: 0.000000
First Submitted: 2016-05-14 04:16 (UTC)
Last Updated: 2019-07-05 05:37 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

MoroS commented on 2019-03-11 11:29 (UTC)

The repo probably changed a lot in the passing year:

==> Starting package()...
mv: cannot stat 'Wallpaper.jpg': No such file or directory
==> ERROR: A failure occurred in package().

Joel commented on 2017-11-11 00:30 (UTC)

updated, sorry for the delay :(

heichblatt commented on 2017-11-07 09:35 (UTC) (edited on 2017-11-07 09:36 (UTC) by heichblatt)

This package, as mentioned before, makes every machine that has it installed update it every time the system is updated. The following patch fixes that. Please apply or orphan the package. diff --git a/.SRCINFO b/.SRCINFO index 63cff90..b3bc517 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = osx-el-capitan-theme-git pkgdesc = Theme mimics OS X 10.12 macOS Sierra, formaly osx-el-capitan-theme, for GTK3 and some DEs (GNOME Shell, Xfce, Cinnamon) - pkgver = 10.9.r8.g3dff454 + pkgver = v0.9.r144.g6966a3a pkgrel = 1 url = https://github.com/Elbullazul/macOS-Sierra arch = any diff --git a/PKGBUILD b/PKGBUILD index f2fd8dd..427e381 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _gitname=macOS-Sierra pkgname=osx-el-capitan-theme-git pkgdesc="Theme mimics OS X 10.12 macOS Sierra, formaly osx-el-capitan-theme, for GTK3 and some DEs (GNOME Shell, Xfce, Cinnamon)" -pkgver=10.9.r8.g3dff454 +pkgver=v0.9.r144.g6966a3a pkgrel=1 arch=('any') url="https://github.com/Elbullazul/${_gitname}"

steadybright commented on 2017-07-12 12:20 (UTC)

Yes, per dszryan's comment below, this package wants to be updated even though current version is already installed.

dszryan commented on 2017-05-10 08:51 (UTC)

the package is stuck in perpetual loop; requiring update

Joel commented on 2017-01-02 15:52 (UTC)

Thanks @oruwin, I updated pkgbuild syntax.

orumin commented on 2017-01-02 14:40 (UTC) (edited on 2017-01-02 14:42 (UTC) by orumin)

if you mentains VCS package(*-git), you should follow this guideline. https://wiki.archlinux.org/index.php/VCS_package_guidelines This guideline is recommend that pkgver is generated by git commit id or git tag with pkgver() function. On now, newest git tag is 10.9. not v2.0. Then, on -git package, don't use master.zip and designate git repository on source variable as below: _gitname=macOS-Sierra pkgname=osx-el-capitan-theme-git pkgdesc="Theme mimics macOS 10.12 Sierra for GTK3 and some DEs (GNOME Shell, Xfce, Cinnamon)" pkgver=10.9.r8.g3dff454 pkgrel=1 arch=('any') url="https://github.com/Elbullazul/${_gitname}" source=('git+https://github.com/B00merang-Project/macOS-Sierra') depends=('gtk3>=3.18' 'gtk-engine-murrine' 'gtk-engines') optdepends=('gnome-themes-standard: Required for the GTK3 theme') license=('GPL3') conflicts=('gnome-shell-theme-osx-el-capitan') sha256sums=('SKIP') pkgver() { cd "$_gitname" git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } package() { mkdir -p "$pkgdir/usr/share/backgrounds" cd "$srcdir/$_gitname" mv 'Wallpaper.jpg' "$pkgdir/usr/share/backgrounds" find . -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/macOS-Sierra/{}" \; }

paulbarbee commented on 2017-01-02 02:47 (UTC)

I'm still getting the same error message as smnpl, both from installing via packer and from building via git.

Joel commented on 2016-12-30 16:24 (UTC)

@smnpl: Thanks, updated to version 2.0

smnpl commented on 2016-12-30 09:34 (UTC)

Hi, seems like the checksum is not valid anymore. "ERROR: One or more files did not pass the validity check!"