Fix the attica pkgconfig file.

Authored by krop on Aug 8 2019, 12:04 PM.

Description

Fix the attica pkgconfig file.

Summary: the file was unusable due to bogus version name, missing dependencies and wrong paths.

Test Plan:
Before:

prefix=/data/kde/inst
exec_prefix=/data/kde/inst/bin
libdir=lib64
includedir=include/KF5Attica

Name: libKF5Attica
Description: Qt library to access Open Collaboration Services
#Requires:
Version: ..
Libs: -Llib64 -lKF5Attica
Cflags: -Iinclude/KF5Attica

After:

prefix=/data/kde/inst
exec_prefix=${prefix}
libdir=/data/kde/inst/lib64
includedir=/data/kde/inst/include

Name: libKF5Attica
Description: Qt library to access Open Collaboration Services
URL: https://www.kde.org
Requires: Qt5Core Qt5Network
Version: 5.61.0
Libs: -L/data/kde/inst/lib64 -lKF5Attica
Cflags: -I/data/kde/inst/include/KF5/Attica

Subscribers: leinir, fvogt, kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D23029

Details

Committed
kropAug 13 2019, 9:53 AM
Differential Revision
D23029: Fix the attica pkgconfig file.
Parents
R235:0e8645631da5: GIT_SILENT Upgrade KF5 version to 5.62.0.
Branches
Unknown
Tags
Unknown