Пакет apt-indicator: Информация

    Исходный пакет: apt-indicator
    Версия: 0.3.20-alt2
    Последняя версия по данным Repology
    Собран:  29 августа 2022 г. 17:07 в задании #305501
    Сообщить об ошибке в пакете
    Домашняя страница: http://apt-indicator.sourceforge.net/

    Лицензия: GPL
    О пакете: Applet for indication that newer packages are available
    Описание: 
    This package contains simple applet both for Gnome and KDE which
    made notifications for users that newer packages are available.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    apt-indicator (x86_64, ppc64le, i586, armh, aarch64)
    apt-indicator-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Sergey V Turchin



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

    Последнее изменение


    16 июня 2021 г. Ivan Zakharyaschev 0.3.20-alt2
    - Adapted to changed API in apt-0.5.15lorg2-alt72
      (pkgCacheFile class in RAII style).
    11 февраля 2021 г. Oleg Solovyov 0.3.20-alt1
    - fix build with new Qt
    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.)