talimat 565 B

123456789101112131415161718192021
  1. # Description : İstemci adına kullanıcı kimlik doğrulamasını yapan bir D-Bus servisi
  2. # URL : https://gitlab.com/accounts-sso/signond/
  3. # Packager : alihan-ozturk28@hotmail.com
  4. # Depends on : qt5 libproxy doxygen dejavu-ttf freefont-ttf ttf-liberation noto-fonts
  5. name=signond
  6. version=8.58
  7. release=1
  8. source=(https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2)
  9. build() {
  10. cd $name*
  11. sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt5/' src/signond/signond.pro
  12. qmake-qt5 CONFIG+=coverage PREFIX=/usr LIBDIR=/usr/lib
  13. make
  14. make INSTALL_ROOT=$PKG install
  15. }