Package Details: zafiro-icon-theme-git 1.3.r40.geb4691f-1

Git Clone URL: https://aur.archlinux.org/zafiro-icon-theme-git.git (read-only, click to copy)
Package Base: zafiro-icon-theme-git
Description: Icon pack flat with light colors
Upstream URL: https://github.com/zayronxio/Zafiro-icons
Licenses: GPL3
Conflicts: zafiro-icon-theme
Provides: zafiro-icon-theme
Submitter: m3thodic
Maintainer: m3thodic
Last Packager: m3thodic
Votes: 2
Popularity: 0.000000
First Submitted: 2018-12-03 00:58 (UTC)
Last Updated: 2023-05-26 21:52 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

Tio commented on 2022-07-30 20:38 (UTC)

See how the non-git package did it: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zafiro-icon-theme

Seems like a simple code modification. Cheers!

Tio commented on 2022-07-27 16:12 (UTC)

This script was added for both Dark and Light versions https://github.com/zayronxio/Zafiro-icons/commit/594cfc38a9b48c98c3170885b6563cb92a676c42 - can you please update the PKGBUILD file to reflect these changes?

Tio commented on 2022-06-14 16:31 (UTC)

So how come this only garbs the Zafiro dark icons?

hwallace commented on 2021-09-30 01:37 (UTC) (edited on 2021-09-30 01:38 (UTC) by hwallace)

Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating icon theme caches...
gtk-update-icon-cache: The generated cache was invalid.
error: command failed to execute correctly

sheercold commented on 2021-09-06 00:35 (UTC)

Package was update to 1.2 on gnome-look.org

https://www.gnome-look.org/p/1209330/

Tio commented on 2021-04-26 12:14 (UTC) (edited on 2021-04-26 12:14 (UTC) by Tio)

It worked with this PKGBUILD:

# Maintainer: Tony Lambiris <tony@libpcap.net>

pkgname=zafiro-icon-theme-git
pkgver=1.1.r26.gc6738ab
pkgrel=1
pkgdesc="Icon pack flat with light colors"
arch=('any')
url="https://github.com/zayronxio/Zafiro-icons"
license=('GPL3')
depends=('git')
conflicts=('zafiro-icon-theme')
provides=('zafiro-icon-theme')
source=("${pkgname}::git+https://github.com/zayronxio/Zafiro-icons.git")
sha256sums=('SKIP')

pkgver() {
    cd "${srcdir}/${pkgname}"

    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
    cd "${srcdir}/${pkgname}"

    install -dm 755 "${pkgdir}/usr/share/icons"

    install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

    cp -a "${srcdir}/${pkgname}" "${pkgdir}/usr/share/icons/Zafiro"
}

So add depends=('git') and source=("${pkgname}::git+https://github.com/zayronxio/Zafiro-icons.git")

Tio commented on 2021-04-26 12:10 (UTC)

You recommended this but didn't work:

source=("${pkgname}::git+https://github.com/zayronxio/Zafiro-icons.git")

Tio commented on 2021-04-25 15:21 (UTC)

I get this error while trying to buildpkg:

==> Making package: zafiro-icon-theme-git 1.1.r26.gc6738ab-1 (dom 25 abr 2021 17:19:21)
==> Retrieving sources...
  -> Cloning zafiro-icon-theme-git git repo...
Cloning into bare repository '/home/tio/Custom-Manjaro/pkgbuild/zafiro-icon-theme-git/zafiro-icon-theme-git'...
remote: Enumerating objects: 5017, done.
remote: Counting objects: 100% (149/149), done.
remote: Compressing objects: 100% (112/112), done.
remote: Total 5017 (delta 65), reused 105 (delta 22), pack-reused 4868
Receiving objects: 100% (5017/5017), 5.25 MiB | 350.00 KiB/s, done.
Resolving deltas: 100% (2494/2494), done.
==> Validating source files with sha256sums...
    zafiro-icon-theme-git ... Skipped
==> ERROR: Cannot find the git package needed to handle git sources.

Tio commented on 2021-02-19 20:04 (UTC)

Sorry, this is a git package so it should always be up to date whenever one rebuilds it...

Tio commented on 2020-04-18 11:41 (UTC)

Can you please update it? If not, can I take ownership of it and keep it updated. We use it for our custom TROMjaro.com distribution and we also contribute to the icons. If you would keep it updated that'd be fantastic, if not we can try doing it. Cheers!