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

[GTK-ENGINE-EQUINOX] Fixed By SpepS

By: a guest on Oct 1st, 2010  |  syntax: None  |  size: 0.89 KB  |  hits: 274  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Maintainer: Frikilinux <frikilinux at frikilinux.com.ar>
  2. # Contributor: SpepS <dreamspepser at yahoo dot it>
  3.  
  4. pkgname=gtk-engine-equinox
  5. pkgver=1.30.2
  6. pkgrel=2
  7. pkgdesc="A heavily modified version of the beautiful Aurora engine"
  8. url="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881"
  9. license=('GPL2')
  10. arch=('i686' 'x86_64')
  11. depends=('gtk2')
  12. options=('!libtool')
  13. source=("http://gnome-look.org/CONTENT/content-files/121881-equinox-1.30.tar.bz2")
  14. sha256sums=('1fea28bb08e89c63bdcb9ba8ee612b4e8fd9bea56a715efe6d7d8bcd7848013f')
  15.  
  16. build() {
  17.  
  18.   # extract engine files
  19.   tar xzf equinox-gtk-engine.tar.gz
  20.   cd "${srcdir}"/equinox-1.30
  21.  
  22.   # Toolbar Fix
  23.   sed -i "985 s_\(EQUINOX.*\)_widget \&\& \1_" src/equinox_style.c
  24.  
  25.   ./configure --prefix=/usr --enable-animation
  26.   make
  27.  
  28. }
  29. package() {
  30.  
  31.   cd "${srcdir}"/equinox-1.30
  32.  
  33.   make DESTDIR="${pkgdir}" install
  34. }