karchive: dropped

This commit is contained in:
Tim Biermann 2022-09-11 10:25:25 +02:00
parent 2e3e953faf
commit fa6989c15f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 74 deletions

View File

@ -1,51 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/KF5/
drwxr-xr-x root/root usr/include/KF5/KArchive/
-rw-r--r-- root/root usr/include/KF5/KArchive/K7Zip
-rw-r--r-- root/root usr/include/KF5/KArchive/KAr
-rw-r--r-- root/root usr/include/KF5/KArchive/KArchive
-rw-r--r-- root/root usr/include/KF5/KArchive/KArchiveDirectory
-rw-r--r-- root/root usr/include/KF5/KArchive/KArchiveEntry
-rw-r--r-- root/root usr/include/KF5/KArchive/KArchiveFile
-rw-r--r-- root/root usr/include/KF5/KArchive/KCompressionDevice
-rw-r--r-- root/root usr/include/KF5/KArchive/KFilterBase
-rw-r--r-- root/root usr/include/KF5/KArchive/KFilterDev
-rw-r--r-- root/root usr/include/KF5/KArchive/KRcc
-rw-r--r-- root/root usr/include/KF5/KArchive/KTar
-rw-r--r-- root/root usr/include/KF5/KArchive/KZip
-rw-r--r-- root/root usr/include/KF5/KArchive/KZipFileEntry
-rw-r--r-- root/root usr/include/KF5/KArchive/k7zip.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kar.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchive.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchive_export.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchive_version.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchivedirectory.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchiveentry.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchivefile.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kcompressiondevice.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kfilterbase.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kfilterdev.h
-rw-r--r-- root/root usr/include/KF5/KArchive/krcc.h
-rw-r--r-- root/root usr/include/KF5/KArchive/ktar.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kzip.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kzipfileentry.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/modules/
-rw-r--r-- root/root usr/lib/qt5/mkspecs/modules/qt_KArchive.pri
drwxr-xr-x root/root usr/lib64/
drwxr-xr-x root/root usr/lib64/cmake/
drwxr-xr-x root/root usr/lib64/cmake/KF5Archive/
-rw-r--r-- root/root usr/lib64/cmake/KF5Archive/KF5ArchiveConfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5Archive/KF5ArchiveConfigVersion.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5Archive/KF5ArchiveTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5Archive/KF5ArchiveTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5Archive.so -> libKF5Archive.so.5
lrwxrwxrwx root/root usr/lib64/libKF5Archive.so.5 -> libKF5Archive.so.5.97.0
-rwxr-xr-x root/root usr/lib64/libKF5Archive.so.5.97.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/karchive.categories
-rw-r--r-- root/root usr/share/qlogging-categories5/karchive.renamecategories

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wGavTeXM6NAD03oD+b57P0qwYAsqcxGnFUp0H1evPMfJKVq8xcIUq7AGHy6AkQVsHpShFEeFGMAbd7B2kjkpws=
SHA256 (Pkgfile) = 6d7fc5f6c56e8ec27e86cce4450e986933781100e28f4a0c3c58d4f5dc2f7177
SHA256 (.footprint) = e873cc38a35fddbae2fc22af61a95558b66c6929a090200fae42c41b457e0b0d
SHA256 (karchive-5.97.0.tar.xz) = 1bff8249ddbb5a38916c9e145e5027de3f18a14772e7a8bdd4a954fae7ca8d92

View File

@ -1,18 +0,0 @@
# Description: KDE Framework - karchive
# URL: https://api.kde.org/frameworks/karchive/html/index.html
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: extra-cmake-modules qt5
name=karchive
version=5.97.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)
build() {
cmake -S$name-$version -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build -v
DESTDIR=$PKG cmake --install build
}