kitemviews: v5.76.0, initial commit

This commit is contained in:
Stamatin Cristina 2020-12-05 15:02:03 +02:00
parent 98ef95133f
commit ae6e6f8fed
3 changed files with 70 additions and 0 deletions

45
kitemviews/.footprint Normal file
View File

@ -0,0 +1,45 @@
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/KItemViews/
-rw-r--r-- root/root usr/include/KF5/KItemViews/KCategorizedSortFilterProxyModel
-rw-r--r-- root/root usr/include/KF5/KItemViews/KCategorizedView
-rw-r--r-- root/root usr/include/KF5/KItemViews/KCategoryDrawer
-rw-r--r-- root/root usr/include/KF5/KItemViews/KExtendableItemDelegate
-rw-r--r-- root/root usr/include/KF5/KItemViews/KFilterProxySearchLine
-rw-r--r-- root/root usr/include/KF5/KItemViews/KListWidgetSearchLine
-rw-r--r-- root/root usr/include/KF5/KItemViews/KTreeWidgetSearchLine
-rw-r--r-- root/root usr/include/KF5/KItemViews/KTreeWidgetSearchLineWidget
-rw-r--r-- root/root usr/include/KF5/KItemViews/KWidgetItemDelegate
-rw-r--r-- root/root usr/include/KF5/KItemViews/kcategorizedsortfilterproxymodel.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kcategorizedview.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kcategorydrawer.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kextendableitemdelegate.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kfilterproxysearchline.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kitemviews_export.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/klistwidgetsearchline.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/ktreewidgetsearchline.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/ktreewidgetsearchlinewidget.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kwidgetitemdelegate.h
-rw-r--r-- root/root usr/include/KF5/kitemviews_version.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_KItemViews.pri
drwxr-xr-x root/root usr/lib/qt5/plugins/
drwxr-xr-x root/root usr/lib/qt5/plugins/designer/
-rwxr-xr-x root/root usr/lib/qt5/plugins/designer/kitemviews5widgets.so
drwxr-xr-x root/root usr/lib64/
drwxr-xr-x root/root usr/lib64/cmake/
drwxr-xr-x root/root usr/lib64/cmake/KF5ItemViews/
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemViews/KF5ItemViewsConfigVersion.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemViews/KF5ItemViewsTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemViews/KF5ItemViewsTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5ItemViews.so -> libKF5ItemViews.so.5
lrwxrwxrwx root/root usr/lib64/libKF5ItemViews.so.5 -> libKF5ItemViews.so.5.76.0
-rwxr-xr-x root/root usr/lib64/libKF5ItemViews.so.5.76.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/kitemviews.categories

5
kitemviews/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34d+0q/WgfkeobT0ZqhCEvxh/mL/kDdKfSnqG6ybo1bmbfzawkJEQ9qgcWQQezc1AiDE4OxKrDKg3UNK1H8CXg8=
SHA256 (Pkgfile) = 37854fe5df64e53910a21767f7dfcc981051c650ea80afa4ddc62c019bafff2a
SHA256 (.footprint) = 88e8aaa271282a41cd052a77e4a00cea434823f0bc73f7f46bc615661cf3695b
SHA256 (kitemviews-5.76.0.tar.xz) = b102cb67513d804fd7eed2ae20bb4ba679d38de4f236de6bc03709ff0c0bc001

20
kitemviews/Pkgfile Normal file
View File

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