https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283794
Max Brazhnikov <m...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@freebsd.org --- Comment #20 from Max Brazhnikov <m...@freebsd.org> --- (In reply to Rainer Hurling from comment #19) +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libKF6ColorScheme.so:x11-themes/kf6-kcolorscheme This should be replaced with 'USE_KDE= colorscheme'. +USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gl \ + kde:6 mysql:client pkgconfig qt:6 shebangfix ssl xorg I don't see where 'shebangfix' is used. It is really needed? +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages You probably won't need this and '@dir share/mime/packages' in the pkg-plist, if you add 'USES= shared-mime-info'. Shall we continue review at Phabricator? -- You are receiving this mail because: You are on the CC list for the bug.