summaryrefslogtreecommitdiffstats
path: root/extra/candido/Pkgfile
blob: e96c4951d269f5e59339cfe506d2a70188ab2bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Description: Moteur gtk
# URL: http://candido.berlios.de/pages/engine.php
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: gtk

name=candido-engine
version=0.9.1
release=1
source=(http://download.berlios.de/candido/candido-engine-0.9.1.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido-Graphite.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido-Candy.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido-Hybrid.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido-NeoGraphite.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido-Calm.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido-DarkOrange.tar.bz2 \
http://download.berlios.de/candido/Candido-Engine-Metacity.tar.bz2 \
http://candido.berlios.de/media/download_gallery/Candido-Selected.tar.bz2 \
http://download.berlios.de/candido/Candido-Engine-Xfwm4.tar.bz2 \
http://www.gnome-look.org/CONTENT/content-files/41800-Candido-gPerfect.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/42184-Candido-drear.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/42904-Candido-Graphite2.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/42954-Candido-Carbon.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/42940-Candido-puebla.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/43066-Candido-DarkLime.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/52629-Candido-Mist.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/45426-candido_luna.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/45289-Candido-Clearlooks.tar.gz \
http://www.gnome-look.org/CONTENT/content-files/42998-Candido-DarkRed.tar.gz)

build() {
  cd candido-engine-0.9.1
  ./configure --prefix=/usr \
		--enable-animation 
  make 
  make DESTDIR=$PKG install
  cp -r ../Candido-Engine  $startdir/usr/share/themes
  cp -r ../Candido-Engine-Squared  $startdir/usr/share/themes
  cp -r ../Candido-Engine-Less  $startdir/usr/share/themes
  cp -r ../Candido  $startdir/usr/share/themes
  cp -r ../Candido-Graphite  $startdir/usr/share/themes
  cp -r ../Candido-Candy  $startdir/usr/share/themes
  cp -r ../Candido-Hybrid $startdir/usr/share/themes
  cp -r ../Candido-NeoGraphite $startdir/usr/share/themes
  cp -r ../Candido-Calm $startdir/usr/share/themes
  cp -r ../Candido-DarkOrange $startdir/usr/share/themes
  cp -r ../Candido-Selected $startdir/usr/share/themes
  cp -r ../Candido-gPerfect $startdir/usr/share/themes
  cp -r ../Candido-drear $startdir/usr/share/themes
  cp -r ../Candido-Graphite2 $startdir/usr/share/themes
  cp -r ../Candido-Carbon $startdir/usr/share/themes
  cp -r ../Candido-puebla $startdir/usr/share/themes
  cp -r ../Candido-DarkLime $startdir/usr/share/themes
  cp -r ../Candido-Mist $startdir/usr/share/themes
  cp -r ../Candido-Clearlooks $startdir/usr/share/themes
  cp -r ../Candido-DarkRed $startdir/usr/share/themes
  chown -R root:root $startdir/usr/share/themes
}