On Sat Feb 20, 2021 at 08:22:39AM +0100, Landry Breuil wrote:
> On Sat, Feb 20, 2021 at 07:23:10AM +0100, Rafael Sadowski wrote:
> > I would like to bring back a meta package for KDE. This is more or less
> > a straightforward package which categorized the KDE applications in:
> > 
> > COMMENT-accessibility =     KDE accessibility applications
> > COMMENT-admin =             KDE system administrator tools
> > COMMENT-akonadi =   KDE Akonadi cross-desktop storage service
> > COMMENT-education = KDE education applications
> > COMMENT-games =             KDE games
> > COMMENT-graphics =  KDE graphics applications
> > COMMENT-main =              KDE meta-package (full installation)
> > COMMENT-multimedia =        KDE multimedia applications
> > COMMENT-network =   KDE network applications
> > COMMENT-pim =               KDE PIM personal information managemen 
> > applications
> > COMMENT-sdk =               KDE software development kit (SDK)
> > COMMENT-development =       KDE development applications
> > COMMENT-utils =             KDE utilities
> > 
> > For this package we need to share the KDE version. So I would like to
> > bring back the kde-application module.
> > 
> > A short review and an OK for the plan would be great.
> 
> From what i can tell this is just moving stuff around from .inc to a
> .mk, in my experience in x11/xfce4 some vars couldnt be defined in a
> .mk, but i suppose you've tested that this works.

Thanks for the feedback. I think I can do more here but for the first
step that's enough.

> 
> For the meta port, i had a quick look but please recheck this might not
> resurrect kde3/kde4 ports with the same PKGNAME that were removed in the
> past and still listed in quirks.
> 

None of this matched with quirks entries.
/usr/ports/packages/amd64/all/kde-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-accesibility-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-admin-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-akonadi-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-development-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-education-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-games-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-graphics-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-multimedia-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-network-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-pim-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-sdk-20.12.2.tgz
/usr/ports/packages/amd64/all/kde-utils-20.12.2.tgz

and also none in https://cdn.openbsd.org/pub/OpenBSD/6.4/packages/amd64/

There is no "kde" (pure) in quirks. Here a the KDE3/4 names:

KDE3 names:

        'kde3-langlist' => 3,
        'kde3-locale' => 3,
        'kde3-locale-en_US' => 3,
        'kdeaccessibility' => 3,
        'kdebase' => 3,
        'kdegames' => 3,
        'kdelibs' => 3,
        'kdesamba' => 3,

KDE4 names:

        'kde4-minimal' => 3,
        'kde4' => 3,
        'kde4-extras' => 3,
        'kdeadmin' => 3,
        'kdegames' => 3,
        'kdenetwork' => 3,
        'kdesdk' => 3,
        'kdetoys' => 3,
        'kdeadmin' => 3,
        'kdegames' => 3,
        'kdenetwork' => 3,
        'kdesdk' => 3,
        'kdetoys' => 3,
...
        'kdenetwork' => 3,
        'kdenetwork-strigi-analyzers' => 3,
        'kdepim' => 3,
        'kdepim-runtime' => 3,
        'kdepimlibs' => 3,
        'kdeplasma-addons' => 3,
        'kdesdk-strigi-analyzers' => 3,
        'kdewebdev' => 3,

Reply via email to