Re: [Evolution] scripting/fasting the add of remote agenda?



hello Milan,

https://wiki.gnome.org/Apps/Evolution/Building

may I propose a version of your script which works fine with set -u ?

export PATH=$PREFIX/bin${PATH+:}${PATH:-}
export XDG_DATA_DIRS=$PREFIX/share${XDG_DATA_DIRS+:}${XDG_DATA_DIRS:-}
export LD_LIBRARY_PATH=$PREFIX/lib
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/share/pkgconfig
export GSETTINGS_SCHEMA_DIR=$PREFIX/share/glib-2.0/schemas

installed gperf, did the command below, got:

# --   Requested 'libical-glib >= 3.0.7' but version of libical-glib is 3.0.4
# CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:452 (message):
#   A required package was not found

<<. sed '/^ *#/d;/^ *$/d'|xargs cmake .. -G "Unix Makefiles"
-DCMAKE_INSTALL_PREFIX=$PREFIX
-DCMAKE_BUILD_TYPE=Debug
-DLIB_SUFFIX=
-DENABLE_FILE_LOCKING=fcntl
-DENABLE_DOT_LOCKING=OFF
-DENABLE_CANBERRA=OFF
-DENABLE_OAUTH2=ON
-DENABLE_GTK=ON
-DENABLE_UOA=OFF
-DENABLE_EXAMPLES=ON
-DENABLE_INTROSPECTION=OFF
-DENABLE_VALA_BINDINGS=OFF
-DENABLE_INSTALLED_TESTS=ON
-DENABLE_GTK_DOC=OFF
-DWITH_PRIVATE_DOCS=OFF
-DWITH_PHONENUMBER=OFF
-DWITH_LIBDB=OFF
-DENABLE_GOA=OFF
-DENABLE_GOOGLE=OFF
.

I need libical from sources so i'll try to get  them but
for now I run out of time. I'll try later.

https://wiki.gnome.org/Apps/Evolution/Flatpak

there isn't flatpack on the current stable debian so I can't run your
commands AFAIK and I really like the idea to build from source: I can
hack if I dare.

regards,
marc


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]