diff options
| author | Robert Tari <robert@tari.in> | 2024-10-18 05:33:52 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 08:44:47 +0200 |
| commit | f61a6ca08c2f61c26630e3c6ec14685178b0ea65 (patch) | |
| tree | 5aa85a8e2033f058a669f082f35d3471cfe9ae5a /.build.yml | |
| parent | d171bba383a722c4bb42e1cb7a506d1402f2acfd (diff) | |
| download | ayatana-indicator-application-f61a6ca08c2f61c26630e3c6ec14685178b0ea65.tar.gz ayatana-indicator-application-f61a6ca08c2f61c26630e3c6ec14685178b0ea65.tar.bz2 ayatana-indicator-application-f61a6ca08c2f61c26630e3c6ec14685178b0ea65.zip | |
Allow the service to handle tooltips
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ before_scripts: - - cd ${START_DIR} - if [ ! -d libayatana-appindicator-build ]; then - - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-appindicator.git libayatana-appindicator-build + - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-appindicator-glib.git libayatana-appindicator-build - fi - cd libayatana-appindicator-build - cmake . -DCMAKE_INSTALL_PREFIX=/usr |
