Package apt-indicator: Information

    Source package: apt-indicator
    Version: 0.3.19-alt2
    Build time:  Sep 29, 2020, 07:40 PM in the task #258526
    Report package bug
    License: GPL
    Summary: Applet for indication that newer packages are available
    Description: 
    This package contains simple applet both for Gnome and KDE which
    made notifications for users that newer packages are available.

    List of rpms provided by this srpm:
    apt-indicator (x86_64, ppc64le, i586, armh, aarch64)
    apt-indicator-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Sergey V Turchin


      1. libstdc++-devel
      2. docbook-dtds
      3. docbook-style-xsl
      4. help2man
      5. qt5-base-devel
      6. qt5-tools
      7. rpm-build-ubt
      8. xml-common
      9. gcc-c++
      10. xsltproc
      11. libapt-devel

    Last changed


    Sept. 18, 2020 Ivan Zakharyaschev 0.3.19-alt2
    - Just added some compiler flags (which don't change anything):
      + to adapt the C++ standard for the upcoming APT API (increased to C++17);
      + to be sure that APT API has not been used wrongly and will not be.
        (Namely, to be sure that if a method override was intended, it would
        actually be overriding and not hiding a virtual method and that it
        would be marked "override" for future.)
    Aug. 18, 2020 Sergey V Turchin 0.3.19-alt1
    - don't show version in about dialog
    Aug. 17, 2020 Sergey V Turchin 0.3.18-alt1
    - fix compile with Qt < 5.14