-> 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
33 lines
No EOL
730 B
Text
Executable file
33 lines
No EOL
730 B
Text
Executable file
app=xfconf
|
|
version=4.16.0
|
|
build=1sml
|
|
homepage="https://docs.xfce.org/xfce/xfconf/start"
|
|
download="https://archive.xfce.org/xfce/4.16/src/xfconf-4.16.0.tar.bz2"
|
|
desc="Xfce configuration storage system"
|
|
requires="libxfce4util gobject-introspection"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sysconfdir=/etc \
|
|
--disable-static \
|
|
--disable-nls
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344 xfconf-4.16.0.tar.bz2
|
|
" |