1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
6 pkgdesc="A simplified native theme for bmpanel without desktop switcher"
8 url="http://nsf.110mb.com/bmpanel/"
12 md5sums=('456161380ef26d8ca3e8c0b08097405d')
15 install -d $pkgdir/usr/share/bmpanel/themes/native-wo-ds
16 cp -a /usr/share/bmpanel/themes/native/clock* \
17 $pkgdir/usr/share/bmpanel/themes/native-wo-ds
18 cp -a /usr/share/bmpanel/themes/native/tile_img.png \
19 $pkgdir/usr/share/bmpanel/themes/native-wo-ds
20 cp -a /usr/share/bmpanel/themes/native/tb_* \
21 $pkgdir/usr/share/bmpanel/themes/native-wo-ds
22 cp -s /usr/share/bmpanel/themes/native/separator_img.png \
23 $pkgdir/usr/share/bmpanel/themes/native-wo-ds
24 install -m644 $srcdir/theme \
25 $pkgdir/usr/share/bmpanel/themes/native-wo-ds/theme
26 install -Dm644 /usr/share/licenses/bmpanel/COPYING \
27 $pkgdir/usr/share/licenses/$pkgname/COPYING