Skip to content

Instantly share code, notes, and snippets.

@auscompgeek
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save auscompgeek/e6c0a1e8146e3f98e9ff to your computer and use it in GitHub Desktop.

Select an option

Save auscompgeek/e6c0a1e8146e3f98e9ff to your computer and use it in GitHub Desktop.
elementary-xfce-icons 0.6 PKGBUILD
# Maintainer: Hugo Osvaldo Barrera <[email protected]>
# Contributor: Limao Luo <[email protected]>
# Contributor: flan_suse <[email protected]>
# Contributor: auscompgeek <[email protected]>
_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