Re: devel/kio-extras fails to package with SAMBA option disabled

2022-04-23 Thread Tobias C. Berner
Moin moin

Thanks for the report -- fixed in 620e51ec7699093fb1abd6fdc581cae3ef523f2e .

mfg Tobias

On Sat, 23 Apr 2022 at 04:10, Jeremy  wrote:
>
> As from the above subject line, devel/kio-extras-22.04.0 fails to package 
> with SAMBA option disabled. Below is a quick plist fix...
>
> --- pkg-plist.orig 2022-04-21 13:18:09.452934000 -0500
> +++ pkg-plist 2022-04-22 20:52:17.38760 -0500
> @@ -48,7 +48,7 @@
>  share/kio_info/kde-info2html
>  share/kio_info/kde-info2html.conf
>  share/konqueror/dirtree/remote/mtp-network.desktop
> -share/konqueror/dirtree/remote/smb-network.desktop
> +%%SAMBA%%share/konqueror/dirtree/remote/smb-network.desktop
>  share/kservices5/directorythumbnail.desktop
>  share/kservicetypes5/thumbcreator.desktop
>  share/locale/ar/LC_MESSAGES/kfileaudiopreview5.mo
> @@ -809,7 +809,7 @@
>  share/locale/zh_TW/LC_MESSAGES/kio5_sftp.mo
>  share/locale/zh_TW/LC_MESSAGES/kio5_smb.mo
>  share/locale/zh_TW/LC_MESSAGES/kio5_thumbnail.mo
> -share/mime/packages/org.kde.kio.smb.xml
> +%%SAMBA%%share/mime/packages/org.kde.kio.smb.xml
>  share/qlogging-categories5/kio-extras.categories
>  share/qlogging-categories5/kio-extras.renamecategories
>  %%MTP%%share/remoteview/mtp-network.desktop


devel/kio-extras fails to package with SAMBA option disabled

2022-04-22 Thread Jeremy
As from the above subject line, devel/kio-extras-22.04.0 fails to package
with SAMBA option disabled. Below is a quick plist fix...

--- pkg-plist.orig  2022-04-21 13:18:09.452934000 -0500
+++ pkg-plist   2022-04-22 20:52:17.38760 -0500
@@ -48,7 +48,7 @@
 share/kio_info/kde-info2html
 share/kio_info/kde-info2html.conf
 share/konqueror/dirtree/remote/mtp-network.desktop
-share/konqueror/dirtree/remote/smb-network.desktop
+%%SAMBA%%share/konqueror/dirtree/remote/smb-network.desktop
 share/kservices5/directorythumbnail.desktop
 share/kservicetypes5/thumbcreator.desktop
 share/locale/ar/LC_MESSAGES/kfileaudiopreview5.mo
@@ -809,7 +809,7 @@
 share/locale/zh_TW/LC_MESSAGES/kio5_sftp.mo
 share/locale/zh_TW/LC_MESSAGES/kio5_smb.mo
 share/locale/zh_TW/LC_MESSAGES/kio5_thumbnail.mo
-share/mime/packages/org.kde.kio.smb.xml
+%%SAMBA%%share/mime/packages/org.kde.kio.smb.xml
 share/qlogging-categories5/kio-extras.categories
 share/qlogging-categories5/kio-extras.renamecategories
 %%MTP%%share/remoteview/mtp-network.desktop