Package Details: kleaner 1.0-2

Git Clone URL: https://aur.archlinux.org/kleaner.git (read-only, click to copy)
Package Base: kleaner
Description: A small utility application for clearing multimedia metadata such as EXIF, IPTC and XMP
Upstream URL: https://github.com/najepaliya/kleaner
Keywords: application cmake exif iptc make metadata multimedia qt qt5 small utility xmp
Licenses: GPL3
Submitter: begin-theadventu
Maintainer: begin-theadventu
Last Packager: begin-theadventu
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-15 23:27 (UTC)
Last Updated: 2023-10-18 13:58 (UTC)

Latest Comments

Freso commented on 2024-09-04 13:41 (UTC)

I get an error when makepkg’ing:

==> Starter build()...                  
-- The C compiler identification is GNU 14.2.1                                   
-- The CXX compiler identification is GNU 14.2.1                                                                                                                   
-- Detecting C compiler ABI info                                                 
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features        
-- Detecting C compile features - done                                                                                                                             
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done                                        
-- Check for working CXX compiler: /usr/bin/c++ - skipped                                                                                                          
-- Detecting CXX compile features                                                
-- Detecting CXX compile features - done 
-- Installing in the same prefix as Qt, adopting their path scheme.
fatal: no upstream configured for branch 'makepkg'
-- Setting build type to 'Debug' as none was specified.     
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found       
-- Performing Test _OFFT_IS_64BIT                                                
-- Performing Test _OFFT_IS_64BIT - Success                                      
-- Performing Test HAVE_DATE_TIME       
-- Performing Test HAVE_DATE_TIME - Success                                      
-- Found KF5Kirigami2: /usr/lib/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake (found version "5.116.0")                                                              
-- Found Gettext: /usr/bin/msgmerge (found version "0.22.5")                     
-- Found KF5I18n: /usr/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.116.0")                                                                             
-- Found KF5CoreAddons: /usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.116.0")                                                     
-- Found KF5: success (found suitable version "5.116.0", minimum required is "5.68.0") found components: Kirigami2 I18n CoreAddons                                 
CMake Warning at CMakeLists.txt:18 (find_package):                                                                                                                 
  By not providing "FindKF5KExiv2.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by               
  "KF5KExiv2", but CMake did not find one.                                       

  Could not find a package configuration file provided by "KF5KExiv2" with       
  any of the following names:                                                    

    KF5KExiv2Config.cmake                                                        
    kf5kexiv2-config.cmake

  Add the installation prefix of "KF5KExiv2" to CMAKE_PREFIX_PATH or set         
  "KF5KExiv2_DIR" to a directory containing one of the above files.  If          
  "KF5KExiv2" provides a separate development package or SDK, be sure it has     
  been installed.                                                                


-- The following REQUIRED packages have been found:

 * ECM (required version >= 5.68.0)
 * Qt5Network (required version >= 5.15.14)
 * Qt5Qml (required version >= 5.15.14)
 * Qt5QmlModels (required version >= 5.15.14)
 * Qt5Quick
 * Qt5Test
 * Qt5Gui
 * Qt5QuickControls2
 * Qt5Widgets
 * Qt5 (required version >= 5.12.0)
 * Qt5Core (required version >= 5.15.2)
 * KF5Kirigami2 (required version >= 5.68.0)
 * Gettext
 * KF5I18n (required version >= 5.68.0)
 * KF5CoreAddons (required version >= 5.68.0)
 * KF5 (required version >= 5.68.0)

-- The following OPTIONAL packages have not been found:

 * KF5KExiv2

-- Configuring done (2.0s)
CMake Error at src/CMakeLists.txt:2 (target_link_libraries):
  Target "kleaner" links to:

    KF5::KExiv2

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



-- Generating done (0.0s)
CMake Generate step failed.  Build files cannot be regenerated correctly.