smlinux/xfce/xfdesktop/xfdesktop.SMBuild
SMLinux 57fb724e35 -> Replaced upper case variable names in Xfce with lower case
-> 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
2022-02-13 19:15:42 +05:30

33 lines
No EOL
732 B
Text
Executable file

app=xfdesktop
version=4.16.0
build=1sml
homepage="https://docs.xfce.org/xfce/xfdesktop/start"
download="https://archive.xfce.org/xfce/4.16/src/xfdesktop-4.16.0.tar.bz2"
desc="Xfce Desktop Manager"
requires="exo garcon libxfce4ui thunar"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc \
--enable-thunarx \
--enable-notifications
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129 xfdesktop-4.16.0.tar.bz2
"