Bug 43276 - пакет ayatana-indicator-datetime для интеграции в mate-indicator-applet
Summary: пакет ayatana-indicator-datetime для интеграции в mate-indicator-applet
Status: CLOSED FIXED
Alias: None
Product: New/proposed packages
Classification: Development
Component: Обычный репозиторий (show other bugs)
Version: не указана
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-19 22:56 MSK by Nikolay Strelkov
Modified: 2023-02-13 10:27 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay Strelkov 2022-07-19 22:56:27 MSK
Соберите, пожалуйста, пакет ayatana-indicator-datetime для интеграции в mate-indicator-applet.

Локальное тестирование показывает, что пакет исходного кода из Debian 11 (https://packages.debian.org/bullseye/ayatana-indicator-datetime) нормально компилируется с помощью команд ниже:

```
sudo apt-get install -y lcov gcovr doxygen graphviz libgtest-devel libgmock-devel

cd ~/Downloads
wget -c http://deb.debian.org/debian/pool/main/p/properties-cpp/properties-cpp_0.0.2.orig.tar.gz
tar -xf properties-cpp_0.0.2.orig.tar.gz
cd properties-cpp-0.0.2/
sed -i "s/^add_subdirectory(tests)/#add_subdirectory(tests)/" CMakeLists.txt

export PKG_CONFIG_PATH=/usr/lib/pkgconfig/:/usr/lib64/pkgconfig/
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
sudo make install

sudo apt-get install -y gnome-common

cd ~/Downloads
wget -c http://deb.debian.org/debian/pool/main/d/dbus-test-runner/dbus-test-runner_19.04.0.orig.tar.gz
tar -xf dbus-test-runner_19.04.0.orig.tar.gz
cd dbus-test-runner-19.04.0/

export PKG_CONFIG_PATH=/usr/lib/pkgconfig/:/usr/lib64/pkgconfig/
./configure --prefix=/usr
make -j3
sudo make install

sudo apt-get install -y libical-devel evolution-data-server-devel gstreamer1.0-devel libnotify-devel libaccounts-glib-devel libmount-devel

cd ~/Downloads
wget -c https://github.com/AyatanaIndicators/ayatana-indicator-datetime/archive/refs/tags/0.8.3.tar.gz
tar -xf 0.8.3.tar.gz
cd ayatana-indicator-datetime-0.8.3/
# CMakeLists.txt: enable_tests -> OFF

export PKG_CONFIG_PATH=/usr/lib/pkgconfig/:/usr/lib64/pkgconfig/
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make -j3
sudo make install
```

Прототипа RPM-spec файла на https://repology.org/project/ayatana-indicator-datetime/versions явного не нашел.
Comment 1 Nikolay Strelkov 2022-07-19 23:26:06 MSK
Тестировал компиляцию на ALW p10 с MATE. Индикатор виден, из ayatana-settings четко настраивается отображение времени и даты, календарь показывается. Интеграцию с GNOME Evolution не проверял.
Comment 2 Nikolay Strelkov 2023-02-13 10:27:04 MSK
Пакет собрал - см. https://packages.altlinux.org/ru/sisyphus/srpms/ayatana-indicator-datetime/ .