Skip to content

Instantly share code, notes, and snippets.

@auscompgeek
Last active August 29, 2015 14:25
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 auscompgeek/e6c0a1e8146e3f98e9ff to your computer and use it in GitHub Desktop.
Save auscompgeek/e6c0a1e8146e3f98e9ff to your computer and use it in GitHub Desktop.
elementary-xfce-icons 0.6 PKGBUILD
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
# Contributor: Limao Luo <luolimao+AUR@gmail.com>
# Contributor: flan_suse <windows2linux@zoho.com>
# Contributor: auscompgeek <auscompgeek@zoho.com>
_pkgname=elementary-xfce
pkgname=$_pkgname-icons
pkgver=0.6
pkgrel=1
pkgdesc='Elementary icons forked, extended and maintained for Xfce.'
arch=(any)
url=https://github.com/shimmerproject/elementary-xfce
license=(GPL2)
depends=(gnome-icon-theme)
options=(!strip)
conflicts=($pkgname-git)
optdepends=('xfce-theme-albatross: matching Shimmer Project Xfce theme'
'xfce-theme-bluebird: matching Shimmer Project Xfce theme'
'xfce-theme-greybird: matching Shimmer Project Xfce theme')
source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/${_pkgname}/archive/v${pkgver}.tar.gz)
sha256sums=('8c6f2b4a64b8d21ea2159a241c3f2d04a263b128a9227dfe15878e72ace6a0bb')
package() {
cd $_pkgname-$pkgver
install -d "$pkgdir/usr/share/icons"
cp -r ${_pkgname}{,-dark,-darker} "$pkgdir/usr/share/icons"
install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment