mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: remove pkgconfig files
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b5b8a8fd00
commit
c60759c473
7 changed files with 1 additions and 69 deletions
|
@ -1,5 +1,5 @@
|
|||
#! /usr/bin/env bash
|
||||
find . -type d | fgrep -v '.git' | fgrep -v '.pc' | sed -e 's,$,/,' > dirs
|
||||
find . -type d | fgrep -v '.git' | sed -e 's,$,/,' > dirs
|
||||
msh=`find . -name Messages.sh`
|
||||
for dir in $msh; do
|
||||
dir=`dirname $dir`
|
||||
|
|
|
@ -62,13 +62,3 @@ ADD_SUBDIRECTORY(profiles)
|
|||
IF(ENABLE_TESTING)
|
||||
ADD_SUBDIRECTORY(tests)
|
||||
ENDIF()
|
||||
|
||||
CONFIGURE_FILE(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/libkdcraw.pc.cmake
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libkdcraw.pc
|
||||
)
|
||||
INSTALL(
|
||||
FILES
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libkdcraw.pc
|
||||
DESTINATION ${KDE4_LIB_INSTALL_DIR}/pkgconfig
|
||||
)
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
prefix=${CMAKE_INSTALL_PREFIX}
|
||||
exec_prefix=${KDE4_LIBEXEC_INSTALL_DIR}
|
||||
libdir=${KDE4_LIB_INSTALL_DIR}
|
||||
includedir=${KDE4_INCLUDE_INSTALL_DIR}
|
||||
|
||||
Name: libkdcraw
|
||||
Description: A C++ wrapper around LibRaw library to decode RAW pictures. This library is used by digiKam and kipi-plugins.
|
||||
URL: http://www.digikam.org/sharedlibs
|
||||
Requires:
|
||||
Version: ${DCRAW_LIB_VERSION_STRING}
|
||||
Libs: -L${KDE4_LIB_INSTALL_DIR} -lkdcraw
|
||||
Cflags: -I${KDE4_INCLUDE_INSTALL_DIR}
|
|
@ -1,12 +0,0 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: kdecore
|
||||
Description: KDE Core Library
|
||||
Version: @VERSION@
|
||||
|
||||
Requires: QtCore QtGui
|
||||
Libs: -L${libdir} -lkdecore
|
||||
Cflags: -I${includedir}
|
|
@ -1,12 +0,0 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: kdecore
|
||||
Description: KDE Core Library
|
||||
Version: @VERSION@
|
||||
|
||||
Requires: QtCore QtGui kdecore
|
||||
Libs: -L${libdir} -lkdeui
|
||||
Cflags: -I${includedir}
|
|
@ -54,13 +54,3 @@ if(ENABLE_TESTING)
|
|||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/libkexiv2.pc.cmake
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libkexiv2.pc
|
||||
)
|
||||
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/libkexiv2.pc
|
||||
DESTINATION ${KDE4_LIB_INSTALL_DIR}/pkgconfig
|
||||
)
|
||||
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
prefix=${CMAKE_INSTALL_PREFIX}
|
||||
exec_prefix=${KDE4_LIBEXEC_INSTALL_DIR}
|
||||
libdir=${KDE4_LIB_INSTALL_DIR}
|
||||
includedir=${KDE4_INCLUDE_INSTALL_DIR}
|
||||
|
||||
Name: libkexiv2
|
||||
Description: A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2 library. This library is used by digiKam and kipi-plugins.
|
||||
URL: http://www.digikam.org
|
||||
Requires:
|
||||
Version: ${KEXIV2_LIB_VERSION_STRING}
|
||||
Libs: -L${KDE4_LIB_INSTALL_DIR} -lkexiv2
|
||||
Cflags: -I${KDE4_INCLUDE_INSTALL_DIR}
|
Loading…
Add table
Reference in a new issue