Package Details: whitesur-gtk-theme 2023.03.12-1

Git Clone URL: https://aur.archlinux.org/whitesur-gtk-theme.git (read-only, click to copy)
Package Base: whitesur-gtk-theme
Description: A macOS BigSur-like theme for your GTK apps
Upstream URL: https://github.com/vinceliuice/WhiteSur-gtk-theme
Licenses: MIT
Conflicts: whitesur-gtk-theme-git
Submitter: zhangkaizhao
Maintainer: Tenshi65535
Last Packager: Tenshi65535
Votes: 5
Popularity: 0.117890
First Submitted: 2021-10-25 11:58 (UTC)
Last Updated: 2023-03-21 17:47 (UTC)

Dependencies (6)

Sources (1)

Latest Comments

zxp19821005 commented on 2023-03-20 02:32 (UTC) (edited on 2023-03-20 02:32 (UTC) by zxp19821005)


# Maintainer: joelvaz0x01 <joelvaz dot whitehat at gmail dot com>
# Contributor: Kaizhao Zhang <zhangkaizhao@gmail.com>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>

_pkgname=WhiteSur-gtk-theme
_pkgver=2023-03-12

pkgname=whitesur-gtk-theme
pkgver="${_pkgver//-/.}"
pkgrel=1
pkgdesc="A macOS BigSur-like theme for your GTK apps"
arch=('any')
url="https://github.com/vinceliuice/WhiteSur-gtk-theme"
license=('MIT')
makedepends=('sassc' 'which')
optdepends=(
  'gtk-engine-murrine: GTK2 theme support'
  'gtk-engines: GTK2 theme support'
  'whitesur-icon-theme: matching icon theme'
  'whitesur-cursor-theme: matching cursor theme'
)
conflicts=("${pkgname}-git")
install="${pkgname}.install"
source=(
  "${pkgname}-${_pkgver}.tar.gz::${url}/archive/${_pkgver}.tar.gz"
)
sha256sums=('64313f5e65976c330bdb0737ddcb2b68b3a4c4e753c3de6873eb9eccf1e5c44c')

package() {
  cd "${_pkgname}-${_pkgver}"
  install -d "${pkgdir}/usr/share/themes"

  # See for more customization options:
  # https://github.com/vinceliuice/WhiteSur-gtk-theme#theres-so-many-customizations-you-can-do
  ./install.sh \
    --dest "${pkgdir}/usr/share/themes"

  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}

kajlao commented on 2022-12-02 18:58 (UTC)

Please, update.

Tio commented on 2021-12-27 14:12 (UTC) (edited on 2021-12-27 14:13 (UTC) by Tio)

I get this error:

Preparing...
Cloning whitesur-gtk-theme build files...
Generating whitesur-gtk-theme information...
Checking whitesur-gtk-theme dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building whitesur-gtk-theme...
==> Making package: whitesur-gtk-theme 2021.12.04-1 (lun 27 dic 2021 15:12:30)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found whitesur-gtk-theme-2021-12-04.tar.gz
==> Validating source files with sha256sums...
    whitesur-gtk-theme-2021-12-04.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting whitesur-gtk-theme-2021-12-04.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...


  Removing the old 'WhiteSur' themes... 


  Installing 'WhiteSur' themes in '/var/tmp/pamac-build-tio11/whitesur-gtk-theme/pkg/whitesur-gtk-theme/usr/share/themes'...
  --->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---
  Color variants   : dark;light
  Theme variants   : default
  Opacity variants : normal;solid
  Alt variants     : normal
  Icon variant     : standard
  Nautilus variant : stable

==> ERROR: A failure occurred in package().
    Aborting...

commented on 2021-12-05 00:02 (UTC)

@zhangkaizhao alright, I contacted the maintainer and the changes were made, thank you. :)

zhangkaizhao commented on 2021-11-29 07:01 (UTC)

Hi @gshinguji ! No. It is better to add provides=('whitesur-cursor-theme') to whitesur-cursor-theme-git package instead. This should be done by the maintainer of the whitesur-cursor-theme-git package.

commented on 2021-11-28 08:36 (UTC)

whitesur-cursor-theme should be listed as whitesur-cursor-theme-git from the AUR, as the former package does not exist.