*: move non-critical INSTALL.msg to README.voidlinux en masse
to avoid desensitising the user to ignorable INSTALL.msgs, move ones that just specify things like optional dependencies and initial configuration tips to README.voidlinux
This commit is contained in:
parent
afea18984e
commit
1c081e70ae
@ -91,4 +91,5 @@ do_install() {
|
|||||||
vcopy build.txt ${TARGET_PATH}
|
vcopy build.txt ${TARGET_PATH}
|
||||||
|
|
||||||
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -80,4 +80,5 @@ do_install() {
|
|||||||
vcopy build.txt ${TARGET_PATH}
|
vcopy build.txt ${TARGET_PATH}
|
||||||
|
|
||||||
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -46,5 +46,6 @@ libgraphicsmagick-devel_package() {
|
|||||||
vmove "usr/lib/*.la"
|
vmove "usr/lib/*.la"
|
||||||
vmove "usr/share/man/man1/*-config.1"
|
vmove "usr/share/man/man1/*-config.1"
|
||||||
vcopy ${wrksrc}/PerlMagick usr/share/doc/GraphicsMagick*/
|
vcopy ${wrksrc}/PerlMagick usr/share/doc/GraphicsMagick*/
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,3 +18,7 @@ pre_configure() {
|
|||||||
aclocal --install -Im4
|
aclocal --install -Im4
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -58,4 +58,5 @@ do_install() {
|
|||||||
vcopy build.txt ${TARGET_PATH}
|
vcopy build.txt ${TARGET_PATH}
|
||||||
|
|
||||||
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -57,4 +57,5 @@ do_install() {
|
|||||||
vcopy build.txt ${TARGET_PATH}
|
vcopy build.txt ${TARGET_PATH}
|
||||||
|
|
||||||
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,7 @@ pre_configure() {
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_mixer-devel_package() {
|
SDL_mixer-devel_package() {
|
||||||
|
@ -14,3 +14,7 @@ homepage="https://pwr-solaar.github.io/Solaar/"
|
|||||||
changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
|
changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
|
||||||
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=3cb0cb4c79ef2ea0ac7c9adc9c4a6f4f15d28e99ff2df33850de0520ced9f116
|
checksum=3cb0cb4c79ef2ea0ac7c9adc9c4a6f4f15d28e99ff2df33850de0520ced9f116
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -59,4 +59,5 @@ do_install() {
|
|||||||
vcopy build.txt ${TARGET_PATH}
|
vcopy build.txt ${TARGET_PATH}
|
||||||
|
|
||||||
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,7 @@ do_install() {
|
|||||||
|
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
ln -rs $DESTDIR/$_prefix/bin/ant $DESTDIR/usr/bin
|
ln -rs $DESTDIR/$_prefix/bin/ant $DESTDIR/usr/bin
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
apache-ant-doc_package() {
|
apache-ant-doc_package() {
|
||||||
|
@ -46,4 +46,5 @@ do_install() {
|
|||||||
vconf ${FILESDIR}/fop.conf
|
vconf ${FILESDIR}/fop.conf
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
ln -sf /usr/share/fop/fop $DESTDIR/usr/bin/fop
|
ln -sf /usr/share/fop/fop $DESTDIR/usr/bin/fop
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -63,6 +63,7 @@ post_install() {
|
|||||||
rm ${DESTDIR}/etc/apparmor.d/{,local/}php-fpm
|
rm ${DESTDIR}/etc/apparmor.d/{,local/}php-fpm
|
||||||
|
|
||||||
vinstall utils/aa-notify.desktop 644 usr/share/applications
|
vinstall utils/aa-notify.desktop 644 usr/share/applications
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
libapparmor_package() {
|
libapparmor_package() {
|
||||||
|
@ -14,3 +14,7 @@ license="GPL-2.0-or-later"
|
|||||||
homepage="https://atari800.github.io"
|
homepage="https://atari800.github.io"
|
||||||
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}-src.tgz"
|
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}-src.tgz"
|
||||||
checksum=fedfe2ec94dc6f29b467e8c419efff64a7451aa4bbd60ffbd4709cb4da6276c0
|
checksum=fedfe2ec94dc6f29b467e8c419efff64a7451aa4bbd60ffbd4709cb4da6276c0
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -16,4 +16,5 @@ restricted=yes
|
|||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib/firmware
|
vmkdir usr/lib/firmware
|
||||||
b43-fwcutter -w ${DESTDIR}/usr/lib/firmware linux/wl_apsta.o
|
b43-fwcutter -w ${DESTDIR}/usr/lib/firmware linux/wl_apsta.o
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -17,4 +17,5 @@ restricted=yes
|
|||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib/firmware
|
vmkdir usr/lib/firmware
|
||||||
b43-fwcutter -w ${DESTDIR}/usr/lib/firmware broadcom-wl-${version}.wl_apsta.o
|
b43-fwcutter -w ${DESTDIR}/usr/lib/firmware broadcom-wl-${version}.wl_apsta.o
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@ post_install() {
|
|||||||
ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/"
|
ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/"
|
||||||
ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc"
|
ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc"
|
||||||
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
bcnc_package() {
|
bcnc_package() {
|
||||||
|
@ -16,3 +16,7 @@ homepage="https://github.com/blueman-project/blueman"
|
|||||||
changelog="https://raw.githubusercontent.com/blueman-project/blueman/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/blueman-project/blueman/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz"
|
distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz"
|
||||||
checksum=b2d21afdf77a06cd86daf5402406f7d2a53459817e29e0bebc4911d4f0dcfda1
|
checksum=b2d21afdf77a06cd86daf5402406f7d2a53459817e29e0bebc4911d4f0dcfda1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -20,6 +20,10 @@ do_check() {
|
|||||||
dbus-run-session ctest
|
dbus-run-session ctest
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
|
||||||
bluez-qt5-devel_package() {
|
bluez-qt5-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -67,4 +67,5 @@ do_install() {
|
|||||||
# The only file in the deb package that has *not* been installed is a
|
# The only file in the deb package that has *not* been installed is a
|
||||||
# setup script to modify the SANE configuration. This will be performed
|
# setup script to modify the SANE configuration. This will be performed
|
||||||
# by INSTALL and REMOVE instead.
|
# by INSTALL and REMOVE instead.
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,5 @@ post_install() {
|
|||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
mv -v ${DESTDIR}/etc/bash_completion.d/bumblebee \
|
mv -v ${DESTDIR}/etc/bash_completion.d/bumblebee \
|
||||||
${DESTDIR}/usr/share/bash-completion/completions/optirun
|
${DESTDIR}/usr/share/bash-completion/completions/optirun
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -46,4 +46,5 @@ do_install() {
|
|||||||
rm -rf ${DESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man/man5
|
rm -rf ${DESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man/man5
|
||||||
vmkdir usr/lib/modules-load.d
|
vmkdir usr/lib/modules-load.d
|
||||||
echo sg > ${DESTDIR}/usr/lib/modules-load.d/cdrtools.conf
|
echo sg > ${DESTDIR}/usr/lib/modules-load.d/cdrtools.conf
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,7 @@ post_install() {
|
|||||||
sed -i ${PKGDESTDIR}/etc/freshclam.conf \
|
sed -i ${PKGDESTDIR}/etc/freshclam.conf \
|
||||||
-e "s;^Example$;# Example;" \
|
-e "s;^Example$;# Example;" \
|
||||||
-e "s;#DatabaseDirectory.*;DatabaseDirectory /var/lib/_${pkgname};"
|
-e "s;#DatabaseDirectory.*;DatabaseDirectory /var/lib/_${pkgname};"
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
clamav-devel_package() {
|
clamav-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -19,4 +19,5 @@ post_install() {
|
|||||||
|
|
||||||
# package 'vis' has rights to /usr/bin/vis
|
# package 'vis' has rights to /usr/bin/vis
|
||||||
mv ${DESTDIR}/usr/bin/vis ${DESTDIR}/usr/bin/cli-visualizer
|
mv ${DESTDIR}/usr/bin/vis ${DESTDIR}/usr/bin/cli-visualizer
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -39,4 +39,5 @@ do_install() {
|
|||||||
install -Dm644 darkplaces${i}x${i}.png ${DESTDIR}/usr/share/icons/hicolor/${i}x${i}/apps/darkplaces.png
|
install -Dm644 darkplaces${i}x${i}.png ${DESTDIR}/usr/share/icons/hicolor/${i}x${i}/apps/darkplaces.png
|
||||||
done
|
done
|
||||||
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -11,3 +11,7 @@ license="GPL-3.0-or-later"
|
|||||||
homepage="https://dhewm3.org/"
|
homepage="https://dhewm3.org/"
|
||||||
distfiles="https://github.com/dhewm/dhewm3/releases/download/${version}/dhewm3-${version}-src.tar.xz"
|
distfiles="https://github.com/dhewm/dhewm3/releases/download/${version}/dhewm3-${version}-src.tar.xz"
|
||||||
checksum=31671f35fb6f83272dfa2a27c0dad6183bc228f1f1a448ef925052cf4dcf4b68
|
checksum=31671f35fb6f83272dfa2a27c0dad6183bc228f1f1a448ef925052cf4dcf4b68
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -56,4 +56,5 @@ do_install() {
|
|||||||
|
|
||||||
# Install Desktop File
|
# Install Desktop File
|
||||||
vinstall ${FILESDIR}/doom3.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/doom3.desktop 644 usr/share/applications
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
See /usr/share/doc/efibootmgr/README.voidlinux for instructions on
|
|
||||||
using efibootmgr to automatically manage EFI boot entries.
|
|
@ -17,3 +17,7 @@ checksum=a83d5fe297ceb6408b7f63c56a6be336fe1c6d06ebedcc0c84a3f7dd234140e4
|
|||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -19,6 +19,10 @@ post_patch() {
|
|||||||
vsed -i CMakeLists.txt -e 's|plugins/gammaray|lib/qt5/plugins/gammaray|'
|
vsed -i CMakeLists.txt -e 's|plugins/gammaray|lib/qt5/plugins/gammaray|'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
|
||||||
gammaray-devel_package() {
|
gammaray-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
|
@ -20,3 +20,7 @@ checksum=88bd5340bd28c7ed01c7966a3a00732bbd902773df5ac659be6ad11806a9e744
|
|||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -23,4 +23,5 @@ post_extract() {
|
|||||||
post_install() {
|
post_install() {
|
||||||
vman man/update-grml-rescueboot.8
|
vman man/update-grml-rescueboot.8
|
||||||
vdoc debian/README
|
vdoc debian/README
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,7 @@ post_install() {
|
|||||||
etc/kernel.d/post-remove 50-gummiboot
|
etc/kernel.d/post-remove 50-gummiboot
|
||||||
vinstall ${FILESDIR}/kernel.d/gummiboot.confd 644 \
|
vinstall ${FILESDIR}/kernel.d/gummiboot.confd 644 \
|
||||||
etc/default gummiboot
|
etc/default gummiboot
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
gummiboot-efistub_package() {
|
gummiboot-efistub_package() {
|
||||||
|
@ -29,4 +29,5 @@ post_install() {
|
|||||||
vman hitch.conf.5
|
vman hitch.conf.5
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsv hitch
|
vsv hitch
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -19,4 +19,5 @@ pre_configure() {
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf i3blocks.conf
|
vconf i3blocks.conf
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -18,3 +18,7 @@ checksum=3aeb59fe13ab64516f7a39462d78812952b480c5ee885aa2ab45e8ff52ff1a8c
|
|||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Please read /usr/share/doc/imagescan-plugin-networkscan/README
|
|
@ -39,4 +39,5 @@ do_configure() {
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv inspircd
|
vsv inspircd
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
IntelliJ Ultimate has the following optional dependencies:
|
||||||
|
libdbusmenu-glib: For global menu support
|
@ -86,4 +86,5 @@ do_install() {
|
|||||||
vcopy build.txt ${TARGET_PATH}
|
vcopy build.txt ${TARGET_PATH}
|
||||||
|
|
||||||
ln -sf /${TARGET_PATH}/bin/idea.sh ${DESTDIR}/usr/bin/idea-ultimate
|
ln -sf /${TARGET_PATH}/bin/idea.sh ${DESTDIR}/usr/bin/idea-ultimate
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -28,6 +28,7 @@ post_install() {
|
|||||||
vmkdir usr/lib/gimp/2.0/plug-ins
|
vmkdir usr/lib/gimp/2.0/plug-ins
|
||||||
ln -s /usr/bin/iscan ${DESTDIR}/usr/lib/gimp/2.0/plug-ins
|
ln -s /usr/bin/iscan ${DESTDIR}/usr/lib/gimp/2.0/plug-ins
|
||||||
vinstall iscan.desktop 644 usr/share/applications
|
vinstall iscan.desktop 644 usr/share/applications
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
sane-epkowa_package() {
|
sane-epkowa_package() {
|
||||||
|
@ -30,6 +30,10 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
|
||||||
kdevelop-devel_package() {
|
kdevelop-devel_package() {
|
||||||
depends="kdevelop>=${version}_${revision}"
|
depends="kdevelop>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -22,3 +22,7 @@ system_groups="kismet"
|
|||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
export LIBS="-latomic"
|
export LIBS="-latomic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
For bash completions, install the 'bash-completion' package.
|
|
||||||
For zsh completions, put the following code in your ~/.zshrc:
|
|
||||||
|
|
||||||
source /usr/share/kubectl/completion.zsh
|
|
@ -43,6 +43,7 @@ post_install() {
|
|||||||
done
|
done
|
||||||
sed 's|\#session-wrapper=.*|session-wrapper=/etc/lightdm/Xsession|' -i ${DESTDIR}/etc/lightdm/lightdm.conf
|
sed 's|\#session-wrapper=.*|session-wrapper=/etc/lightdm/Xsession|' -i ${DESTDIR}/etc/lightdm/lightdm.conf
|
||||||
sed "s|pam_systemd\.so|pam_elogind.so|" -i ${DESTDIR}/etc/pam.d/*
|
sed "s|pam_systemd\.so|pam_elogind.so|" -i ${DESTDIR}/etc/pam.d/*
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
liblightdm-gobject_package() {
|
liblightdm-gobject_package() {
|
||||||
|
@ -37,4 +37,5 @@ post_build() {
|
|||||||
post_install() {
|
post_install() {
|
||||||
vinstall scripts/bash/lxd-client 644 /usr/share/bash-completion/completions lxd
|
vinstall scripts/bash/lxd-client 644 /usr/share/bash-completion/completions lxd
|
||||||
vsv lxd
|
vsv lxd
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -35,4 +35,5 @@ post_build() {
|
|||||||
post_install() {
|
post_install() {
|
||||||
vinstall scripts/bash/lxd-client 644 /usr/share/bash-completion/completions lxd
|
vinstall scripts/bash/lxd-client 644 /usr/share/bash-completion/completions lxd
|
||||||
vsv lxd
|
vsv lxd
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -14,3 +14,7 @@ homepage="https://www.lyx.org/Home"
|
|||||||
distfiles="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/${pkgname}-${version/r/-}.tar.gz"
|
distfiles="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/${pkgname}-${version/r/-}.tar.gz"
|
||||||
checksum=910bb48d9b19c0cfeb6ec845eb318515f33a63ea7892a99b2e7b67c6b518bacd
|
checksum=910bb48d9b19c0cfeb6ec845eb318515f33a63ea7892a99b2e7b67c6b518bacd
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
@ -18,4 +18,5 @@ pre_build() {
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv mbpfan
|
vsv mbpfan
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -41,6 +41,7 @@ do_install() {
|
|||||||
vtargetrun $GOPATH/bin/minikube completion $shell > completion.$shell
|
vtargetrun $GOPATH/bin/minikube completion $shell > completion.$shell
|
||||||
vcompletion completion.$shell $shell
|
vcompletion completion.$shell $shell
|
||||||
done
|
done
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
docker-machine-driver-kvm2_package() {
|
docker-machine-driver-kvm2_package() {
|
||||||
|
@ -28,4 +28,5 @@ post_install() {
|
|||||||
vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname}
|
vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname}
|
||||||
vinstall ${FILESDIR}/config.json 644 etc/minio config.json
|
vinstall ${FILESDIR}/config.json 644 etc/minio config.json
|
||||||
vsv minio
|
vsv minio
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -47,4 +47,5 @@ post_install() {
|
|||||||
rm -rf ${DESTDIR}/etc/init.d
|
rm -rf ${DESTDIR}/etc/init.d
|
||||||
vsv miniupnpd
|
vsv miniupnpd
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,5 @@ post_install() {
|
|||||||
vinstall ${FILESDIR}/mopidy.conf 644 etc/mopidy/
|
vinstall ${FILESDIR}/mopidy.conf 644 etc/mopidy/
|
||||||
vinstall ${FILESDIR}/logging.conf 644 etc/mopidy/
|
vinstall ${FILESDIR}/logging.conf 644 etc/mopidy/
|
||||||
vsv mopidy
|
vsv mopidy
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user