smlinux/xfce/xfce4-settings/xfce4-settings.SMBuild
PktSurf e47bb4d8ad Fixed breakage when compiling strace 5.7 with musl 1.2.3
Removed unnecessary build options from several package build files in xfce
2022-10-09 12:35:43 +05:30

37 lines
1,015 B
Text
Executable file

app=xfce4-settings
version=4.16.0
build=1sml
homepage="https://docs.xfce.org/xfce/xfce4-settings/start"
download="https://archive.xfce.org/xfce/4.16/src/xfce4-settings-$version.tar.bz2"
desc="Settings Manager for Xfce"
requires="libnotify exo garcon libxfce4ui xfconf"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
applypatch $srcdir/default-xsettings-xml.patch
./configure \
--prefix="" \
--disable-static \
--enable-sound-settings \
--enable-pluggable-dialogs \
--disable-upower-glib
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
ffb45c679280548b9351db5b485723645eadc07299ea8b10f35ba6a31821af9edee328bec09a7db4389f8bd9b88cffccb3cdda34ae0e7c053a2f650d1fbd7523 xfce4-settings-4.16.0.tar.lz
09fe6b214dbf5638d9ba47e40f67a22a1d96d61031b3c9e6e971cefc8b0f511ed37bdc90c1a906f26522ebb04a6c458b82f4e23ed84cb90772445be961b244c3 default-xsettings-xml.patch
"