-> Fixed make install line in xfce/xfce4-session build file to prevent /usr directory from being created when prefix is set to "/" -> Fixed cmake build option in xfce/xfce4-whiskermenu-plugin build file to properly install whisker menu library in lib instead of lib64
32 lines
756 B
Text
Executable file
32 lines
756 B
Text
Executable file
app=xfce4-taskmanager
|
|
version=1.5.2
|
|
build=1sml
|
|
homepage="https://docs.xfce.org/apps/xfce4-taskmanager"
|
|
download="https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.2.tar.bz2"
|
|
desc="Task manager for Xfce Desktop Environment"
|
|
requires="libwnck3 libxmu"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
81074da8bf84a0fa9cecd2ab4d5672cb100e4c58ee66bdbaddcb5f6ac2886f615f4bed281920ed71e84fc94f8cd96577a3634b152d393a26f7cb4f62703d9683 xfce4-taskmanager-1.5.2.tar.bz2
|
|
"
|