mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
Removed unneuded lines from google-gadgets-qt PKGBUILD
This commit is contained in:
parent
b0247c6be9
commit
66b40a2d8a
4
build.sh
4
build.sh
@ -127,8 +127,8 @@ build_it()
|
||||
sudo pacman -U --noconfirm ../_repo/local/`echo ${module} | sed 's/support-pkg-//g' | sed 's/tools-pkg-//g'`-*.pkg.*
|
||||
fi
|
||||
# Upload packages (enable if needed)
|
||||
cd ..
|
||||
./sync-up-nodb.sh
|
||||
# cd ..
|
||||
# ./sync-up-nodb.sh
|
||||
|
||||
popd &>/dev/null
|
||||
done
|
||||
|
@ -56,10 +56,6 @@ build()
|
||||
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
rm -r ${pkgdir}/usr/include/libltdl/
|
||||
rm ${pkgdir}/usr/include/ltdl.h
|
||||
rm ${pkgdir}/usr/lib/libltdl.*
|
||||
|
||||
install -Dm0644 "${srcdir}/ggl-qt.desktop" "${pkgdir}/usr/share/applications/ggl-qt.desktop"
|
||||
|
||||
mkdir -p ${pkgdir}/usr/share/apps/plasma/plasmoids/
|
||||
|
Loading…
Reference in New Issue
Block a user