35 lines
828 B
Text
35 lines
828 B
Text
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=xfce4-panel
|
|
version=4.16.2
|
|
build=1sml
|
|
homepage="https://docs.xfce.org/xfce/xfce4-panel/start"
|
|
download="https://archive.xfce.org/src/xfce/xfce4-panel/4.16/xfce4-panel-$version.tar.bz2"
|
|
desc="Panel for the Xfce Desktop Environment"
|
|
requires="desktop-file-utils exo garcon libxfce4ui xfconf"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
25b817a9abc4cea57cd29c4558236a5581a03ccb50796c83f7ca1b292e8aa83c7a39b089619959b6f6fd9c5c8bbdf950d9bba1b5c4fb3d0a95cabad8a9ca763d xfce4-panel-4.16.2.tar.bz2
|
|
"
|