-> 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
721 B
Text
Executable file
32 lines
721 B
Text
Executable file
app=xfce4-dict
|
|
version=0.8.4
|
|
build=1sml
|
|
homepage="https://docs.xfce.org/apps/xfce4-dict/start"
|
|
download="https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.4.tar.bz2"
|
|
desc="Dictionary plugin for Xfce panel"
|
|
requires="librsvg xfce4-panel"
|
|
|
|
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="
|
|
f662b94671f2179cc93010e9ff6ad7f3425cfafeb8d7c635fefb8e816d78273f0135d6c7ff3ed143e5e01985eb4275ac89827d197ed059fbfa79df69b327f253 xfce4-dict-0.8.4.tar.bz2
|
|
"
|