Mon, 5 Aug 2019 22:53
git clone https://gitlab.com/nimf-i18n/nimf.git
cd nimf
./autogen.sh
cd po
make nimf.pot
Check po/*
files.
configure.ac
AC_INIT (nimf, YYYY.mm.dd)
...
LIBNIMF_LT_VERSION=C:R:A
modules/clients/qt5/im-nimf-qt5.cpp
LT major version is C - A.
libnimf = dlopen ("libnimf.so.1", RTLD_LAZY);
libglib = dlopen ("libglib-2.0.so.0", RTLD_LAZY);
libgobject = dlopen ("libgobject-2.0.so.0", RTLD_LAZY);
libgio = dlopen ("libgio-2.0.so.0", RTLD_LAZY);
Check the version of the libraries that are arguments of dlopen()
.
debian/changelog
dch -R
archlinux/PKGBUILD
debian/*
nimf.spec