1 # Contributor: Calimero <calimeroteknik@free.fr>
5 pkgdesc='The Defora lightweight panel'
7 url='http://defora.org/os'
9 depends=('defora-libsystem' 'defora-libdesktop' 'gtk2')
10 source=("https://www.defora.org/os/download/download/3582/Panel-${pkgver}.tar.gz")
11 md5sums=('022c2c7a575daaeab7998a7743579f64')
14 cd "$srcdir/Panel-$pkgver"
19 cd "$srcdir/Panel-$pkgver"
20 make DESTDIR="$pkgdir" PREFIX="/usr" install
22 #avoid a conflict with libavc1394.
23 mv "$pkgdir/usr/bin/"{panelctl,panelcontrol}
24 sed -i 's/panelctl/panelcontrol/' "$pkgdir/usr/share/applications/panel-settings.desktop"