23 lines
839 B
Plaintext
23 lines
839 B
Plaintext
# Description : Additional components to increase the functionality of KIO
|
|
# URL: https://www.kde.org/
|
|
# Packager: alihan-ozturk28@hotmail.com
|
|
# Depends on: qt5 kf5-karchive kf5-kbookmarks kf5-kcodecs kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kdbusaddons kf5-kdelibs4support kf5-kdnssd kf5-kguiaddons kf5-khtml kf5-ki18n kf5-kiconthemes kf5-kio kf5-kparts kf5-kpty kf5-kservice kf5-kxmlgui kf5-solid libjpeg-turbo exiv2 libmtp phonon-qt5 samba shared-mime-info kf5-kactivities openexr
|
|
|
|
name=kio-extras
|
|
version=16.08.2
|
|
release=1
|
|
|
|
source=(http://download.kde.org/stable/applications/$version/src/kio-extras-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DLIB_INSTALL_DIR=lib \
|
|
-DBUILD_TESTING=OFF
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|