Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 9th, 2010  |  syntax: Bash  |  size: 0.62 KB  |  hits: 124  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Maintainer: dmytro <edio at DOMAIN>
  2. # Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
  3.  
  4. _name=arch-elegant
  5. pkgname=fbsplash-theme-${_name}
  6. pkgver=0.2.3
  7. pkgrel=2
  8. pkgdesc="Simple and elegant theme for Fbsplash"
  9. arch=('any')
  10. license=('CCPL:cc-by-nc-sa')
  11. _id=125311
  12. url="http://opendesktop.org/content/show.php?content=${_id}"
  13. depends=('fbsplash')
  14. source=("${pkgname}-${pkgver}.tar.gz::http://opendesktop.org/CONTENT/content-files/${_id}-${_name}.tar.gz")
  15. build() {
  16.     mkdir -p "${pkgdir}"/etc/splash &&
  17.     cp -a "${srcdir}"/${_name} "${pkgdir}"/etc/splash/
  18. }
  19. md5sums=('3d72db743eb99cce7d693ea6282f3693')