jriddell added a comment.

  the add-bugzilla-versions/add-versions.py uses a variable called 
BUGZILLA_APPLICATION_VERSION but I don't see that in any application, what's a 
good example?
  
  > Which is exactly what already happens.
  
  I see for example:
  Parley has
  CMakeLists.txt:set(KDE_APPLICATIONS_VERSION_MAJOR "19")
  CMakeLists.txt:set(KDE_APPLICATIONS_VERSION_MINOR "03")
  CMakeLists.txt:project(parley VERSION ${KDE_APPLICATIONS_VERSION})
  
  config-parley.h.cmake  #define PARLEY_VERSION_STRING "@parley_VERSION@"
  
  src/main.cpp:    KAboutData aboutData(QStringLiteral("parley"),  
ki18n("Parley").toString(),  PARLEY_VERSION_STRING );
  src/main.cpp:    QApplication::setApplicationVersion(PARLEY_VERSION_STRING);
  
  So that probably needs a going over to see if there's other apps in KDE 
Applications which could be using that system, e.g. I was looking at Bovo and 
it didn't.
  
  And adding use of appstream-metainfo-release-update to 
increase_repos_version.sh for those apps

TASK DETAIL
  https://phabricator.kde.org/T10812

To: ngraham, jriddell
Cc: aspotashev, apol, jriddell, xyquadrat, jtamate, vkrause, lbeltrame, 
ltoscano, cfeck, aacid, #yakuake, #okular, #dolphin, #kate, #spectacle, 
#konsole, #gwenview, #kde_pim, #kde_games, #kde_applications, ngraham

Reply via email to