Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-1708

qbspkgconfig does only replace first dot in package mane

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 1.23.1
    • Configuration Probes
    • None
    • 6fac39c0b5 (qbs/qbs/1.24) 6fac39c0b5 (qbs/qbs/master)

    Description

      Hello,

      the qbspkgconfig module provider tries to replace dots with dashes in pkg-config package names. But it only replaces the first dot.

      function getModuleName(packageName) { return packageName.replace('.', '-'); }
      

      should be

      function getModuleName(packageName) { return packageName.replace(/\./g, '-'); }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            arch Ivan Komissarov
            Psy-Kai Kai Dohmen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes