Package Details: matcha-gtk-theme 2023.04.03-1

Git Clone URL: https://aur.archlinux.org/matcha-gtk-theme.git (read-only, click to copy)
Package Base: matcha-gtk-theme
Description: A flat design theme for GTK 3, GTK 2 and GNOME Shell
Upstream URL: https://vinceliuice.github.io/theme-matcha.html
Licenses: GPL3
Submitter: grimi
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 38
Popularity: 0.018141
First Submitted: 2017-11-10 19:04 (UTC)
Last Updated: 2023-04-03 16:14 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

1 2 3 Next › Last »

macarius commented on 2022-12-05 13:40 (UTC)

Hello, good morning, the theme works well, but in some windows such as files, settings, calculator, the theme is not being applied. any reason or solution

abdel.bolanos commented on 2021-05-20 23:51 (UTC)

Thanks yochananmarqos

yochananmarqos commented on 2021-05-20 18:38 (UTC)

@francoism90 monosans abdel.bolanos: Fixed.

abdel.bolanos commented on 2021-05-20 17:40 (UTC) (edited on 2021-05-20 17:41 (UTC) by abdel.bolanos)

==> Making package: matcha-gtk-theme 2021.05.20-1 (Thu 20 May 2021 01:31:20 PM EDT)

==> Retrieving sources... -> Found matcha-gtk-theme-2021-05-20.tar.gz

==> Validating source files with sha256sums... matcha-gtk-theme-2021-05-20.tar.gz ... FAILED

==> ERROR: One or more files did not pass the validity check!

<deleted-account> commented on 2021-05-20 16:08 (UTC)

Incorrect sha256sum on 2021.05.20-1

francoism90 commented on 2021-05-20 12:22 (UTC)

I have just updated matcha-gtk-theme-git as it seems the current release has some needed changes for GS40.

Maybe you should ask upstream to release a new version. :)

Kamey commented on 2020-12-07 20:45 (UTC)

I love it, it goes so well with papirus icon theme on xfce4!

8BitSloth commented on 2020-02-09 20:16 (UTC)

Here is an updated PKGBUILD until the maintainer does an official update.

Maintainer: Jack Random <jack ät random.to>
previous maintainer: Michael J. Pento mjpento@verizon.net
previous maintainer: grimi <grimi at poczta dot fm>

pkgname=matcha-gtk-theme pkgver=2020_02_06 pkgrel=1 pkgdesc="A flat design themes for GNOME, MATE, Openbox, Unity, XFCE, Budgie" arch=('any') url='https://github.com/vinceliuice/matcha' license=('GPL3') depends=('gtk-engine-murrine' 'gtk-engines' 'gtk3') source=("https://github.com/vinceliuice/Matcha-gtk-theme/archive/${pkgver//_/-}.tar.gz")

sha256sums=('7b22059984c06afe2f4bf93d11e8b5e3c999a4cbb16d655b75e2aa1ce8cad6ed')

package() { mkdir "${pkgdir}"/usr mkdir "${pkgdir}"/usr/share mkdir "${pkgdir}"/usr/share/themes cd "Matcha-gtk-theme-${pkgver//_/-}" export _ORIGINAL_MATCHA_INSTALL_DIR=/usr/share/themes export _NEW_MATCHA_INSTALL_DIR="${pkgdir}"/usr/share/themes sed -i 's|'${_ORIGINAL_MATCHA_INSTALL_DIR}'|'${_NEW_MATCHA_INSTALL_DIR}'|g' ./Install ./Install }

AlexWayfer commented on 2019-04-16 10:39 (UTC)

Again:

==> Making package: matcha-gtk-theme 20190310-2 (Tue 16 Apr 2019 13:38:43 MSK)
==> Retrieving sources...
  -> Found Matcha-sea.tar.xz
  -> Found Matcha-dark-sea.tar.xz
  -> Found Matcha-dark-azul.tar.xz
  -> Found Matcha-dark-aliz.tar.xz
  -> Found Matcha-azul.tar.xz
  -> Found Matcha-aliz.tar.xz
  -> Found Matcha-icon-theme.tar.xz
==> Validating source files with sha256sums...
    Matcha-sea.tar.xz ... FAILED
    Matcha-dark-sea.tar.xz ... FAILED
    Matcha-dark-azul.tar.xz ... FAILED
    Matcha-dark-aliz.tar.xz ... FAILED
    Matcha-azul.tar.xz ... FAILED
    Matcha-aliz.tar.xz ... FAILED
    Matcha-icon-theme.tar.xz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: matcha-gtk-theme

PhotonX commented on 2019-04-02 10:49 (UTC)

Thanks, issue is fixed for me! I had to do a clean build (using yay as AUR helper which caches the source files which most probably was the source of the problem).