From bd200038365292d28a167fedb34302205b42915a Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 17 Oct 2020 19:17:12 -0400 Subject: [virt-manager]: restore usage examples originally, the libre.patch simply deleted the documentation usage examples; because they referred to non-FSDG-fit distros; and the 'osinfo-db' package has no definitions for FSDG-fit distros this commit adds back the usage examples, referring to FSDG distros instead the exact usage examples given will not work, without also adding the 'parabola' definition to the osinfo database the documentation is complete however; so that is already an improvement we could fork the 'osinfo-db' package, to add the parabola definition; but experimentation suggests that it can be accomplished via the 'libosinfo' package, which parabola already patches ideally, we should request that parabola be added to the osinfo-db upstream (which is probably a good idea anyways) --- libre/virt-manager/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libre/virt-manager/PKGBUILD') diff --git a/libre/virt-manager/PKGBUILD b/libre/virt-manager/PKGBUILD index 0e6135cab..f84200cd4 100644 --- a/libre/virt-manager/PKGBUILD +++ b/libre/virt-manager/PKGBUILD @@ -5,10 +5,12 @@ # Maintainer: Omar Vega Ramos # Contributor: André Silva # Contributor: grizzlyuser +# Contributor: bill-auger # parabola changes and rationale -# - remove documentation and explicit support for non-FSDG-fit operating systems +# - replace documentation usage examples with FSDG-fit operating systems +# - remove explicit support for non-FSDG-fit operating systems pkgbase=virt-manager @@ -22,15 +24,17 @@ license=('GPL') makedepends=('python-docutils') checkdepends=('python-pytest' 'libosinfo' 'libvirt-python' 'python-gobject' 'python-requests' 'cpio' 'cdrtools') source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz") -source+=('libre.patch') +source+=('libre.patch' 'libre-docs.patch') b2sums=('729a16ee419cfc9f118e4a59336e961f17f38908ab3aaa3598c83bff3e8bca75b150f0f38b021c5ccb839a7c43e87f071859f68c2a81425715e236e14d0a7929') -b2sums+=('c4b8369bfc78a0603e511a772a2570b84cafdc1cbac553ed9995bb18cdf7259835bb19d1e3120e49f86e19db9b6eb577cf75c3527cfad855c616acd09b3de048') +b2sums+=('379d25a508a361dfa204ff79b16e92120d7860c00c19877606e44ed0f689cec8813e7704d8f2d51e680523f03cecd78334da70f0455d20a50246c77467fc6a05' + 'ca82cbc21fd520d4253940ec37299771486958885425ecf15571e77be63ac0dad7c780b161248a00d6566fc5f33a49d4fc65459f37f75ee9576575c451e1ce37') prepare() { cd $pkgbase-$pkgver patch -p1 -i ../libre.patch + patch -p1 -i ../libre-docs.patch } build() { -- cgit v1.2.3