Package Details: flat-remix-git 20211214.r0.g5711425af-1

Git Clone URL: https://aur.archlinux.org/flat-remix-git.git (read-only, click to copy)
Package Base: flat-remix-git
Description: An icon theme inspired by material design.
Upstream URL: https://drasite.com/flat-remix
Keywords: flat gtk icon material remix theme
Licenses: GPL3
Conflicts: flat-remix
Provides: flat-remix
Submitter: daniruiz
Maintainer: fungible
Last Packager: fungible
Votes: 74
Popularity: 0.000000
First Submitted: 2017-11-30 09:27 (UTC)
Last Updated: 2021-12-22 11:37 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

pepper_chico commented on 2016-10-15 21:44 (UTC) (edited on 2016-10-15 21:48 (UTC) by pepper_chico)

@FredBezies Wouldn't it be better then to download a zip by commit hash instead of master? https://github.com/daniruiz/Flat-Remix/archive/4aa01767152f604878c5840365aef05e4d1734aa.zip This way you have control of the updates and the package doesn't get broken anytime there's a new commit to master. Also, if you want to dynamically follow the repository you may do it like *-git packages do, for example: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=light-git

FredBezies commented on 2016-10-15 17:59 (UTC) (edited on 2016-10-15 18:14 (UTC) by FredBezies)

Looks like package was updated on October 14th, 2016. -> https://github.com/daniruiz/Flat-Remix/commit/4aa01767152f604878c5840365aef05e4d1734aa Will update it asap. If it doesn't build, just flag it out of date. And also, Flat and Super Flat seems to be the same project ; see https://github.com/daniruiz/Flat-Remix

pepper_chico commented on 2016-10-15 17:57 (UTC)

@FredBezies Also, as fusion809 has said already, it's downloading the Flat-Remix url not the Super-Flat-Remix. So it's downloading from wrong place. Maybe you have put the sha1 for Super-Flat-Remix but is downloading the Flat-Remix instead?

pepper_chico commented on 2016-10-15 17:37 (UTC)

Not passing checksum

pepper_chico commented on 2016-10-15 17:36 (UTC)

It's not installing on latest Archlinux anymore: ==> Continue building super-flat-remix-icon-theme ? [Y/n] ==> ----------------------------------------------------- ==> y ==> Building and installing package ==> Making package: super-flat-remix-icon-theme 1.10-2 (Sat Oct 15 14:34:21 BRT 2016) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading master.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 124 0 124 0 0 117 0 --:--:-- 0:00:01 --:--:-- 117 100 5767k 100 5767k 0 0 209k 0 0:00:27 0:00:27 --:--:-- 227k ==> Validating source files with sha1sums... master.zip ... FAILED ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build super-flat-remix-icon-theme. ==> Restart building super-flat-remix-icon-theme ? [y/N] ==> ---------------------------------------------------- ==> n ==> ERROR: unable to update

FredBezies commented on 2016-10-13 18:27 (UTC)

@Fusion809 : Sorry, but theme code is in cd "${srcdir}/Flat Remix-master/" So... :) Modifying it anyway.

fusion809 commented on 2016-10-13 18:07 (UTC) (edited on 2016-10-13 18:08 (UTC) by fusion809)

Checksums are invalid. Plus _pkgname should now be Super-Flat-Remix and on line 20 and 21 you should use "Super Flat Remix" instead of "Flat Remix". Here's the exact working PKGBUILD you should be using: # Maintainer: Frederic Bezies <fredbezies at gmail dot com> # Contributor: Brenton Horne <brentonhorne77 at gmail dot com> # Contributor: Thiago Perrotta <perrotta dot thiago at poli dot ufrj dot br> # Contributor: Ivan Petruk <localizator@ukr.net> pkgname=super-flat-remix-icon-theme _pkgname=Super-Flat-Remix pkgver=1.10 pkgrel=1 pkgdesc='a pretty simple icon theme, derived from Ultra-Flat-Icons, Paper and Flattr' arch=('any') url='http://gnome-look.org/content/show.php/Super+flat+remix+icon+theme?content=169073' license=('custom:cc-by-nc-sa-3.0') depends=('xdg-utils') options=(!strip !emptydirs) source=("https://github.com/daniruiz/$_pkgname/archive/master.zip") sha512sums=('0609d7d221cd019b8d51e2edc8535b77db123f17b2e06861ed529f874e142e1d50942dd47bf08dcf87455184136c2cf5e9e328862c9d40dcce9b24448ab43048') package() { cd "${srcdir}/$_pkgname-master/" install -dm755 "${pkgdir}/usr/share/icons" rm -f "${_pkgname//-/ }"/{CREDITS,LICENSE.txt} cp -a "${_pkgname//-/ }" "${pkgdir}/usr/share/icons/$_pkgname" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" }

FredBezies commented on 2016-06-08 05:47 (UTC)

Checksum still ok. No need to flag it as out-of-date.

aytac commented on 2015-10-22 15:57 (UTC)

@JhonnyDeacon replace this: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=super-flat-remix-icon-theme#n18 whit this: 1a3b315674b02df1e318a35106842d88674954053a0a311f203969111dc2fe321eae14f831991ac69b2e6f0d9b16e43269b10f8e9e264185aef2dab5394bb2c0

JohnnyDeacon commented on 2015-10-16 14:27 (UTC)

==> Validating source files with sha512sums... master.zip ... FAILED super-flat-remix-icon-theme.install ... Passed ==> ERROR: One or more files did not pass the validity check! The build failed.