Skip to content

Instantly share code, notes, and snippets.

@Omnikron13
Created August 23, 2019 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Omnikron13/dbfc25c223916804deff0bfdfb814224 to your computer and use it in GitHub Desktop.
Save Omnikron13/dbfc25c223916804deff0bfdfb814224 to your computer and use it in GitHub Desktop.
solarc-solid-gtk-theme PKGBUILD file
# Maintainer: Joey Sabey <joey.sabey@gmx.com>
pkgname=solarc-solid-gtk-theme
_reponame=solarc-theme
_pkgname=${_reponame}-solid
_pkgauthor=schemar
pkgver=2.0.0
pkgrel=1
pkgdesc="A flat theme without transparent elements. Based on the Arc theme: https://github.com/NicoHood/arc-theme"
arch=('any')
url="https://github.com/${_pkgauthor}/${_reponame}"
license=('GPL3')
depends=('gtk3' 'gtk-engine-murrine')
source=(
"https://github.com/${_pkgauthor}/${_reponame}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.xz"
"https://github.com/${_pkgauthor}/${_reponame}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.xz.asc"
)
md5sums=(
'24bfc7cc054044bb4a4e0c739c293b8f'
'SKIP'
)
validpgpkeys=('CFC18DD3AA3A2495AF71E5E53805E16DDC692DF8')
package() {
cd "${srcdir}/${_pkgname}-v${pkgver}"
install -d "${pkgdir}/usr/share/themes"
cp -r * "${pkgdir}/usr/share/themes/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment