milis/talimatname/genel/plasma-workspace-wallpapers/talimat

26 lines
556 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description : Plazma Çalışma Alanı için ilave duvar kağıtları
# URL: https://www.kde.org/
# Packager: alihan-oztruk@hotmail.com
# Depends on: qt5 kf5-extra-cmake-modules
name=plasma-workspace-wallpapers
version=5.8.1
release=1
source=( http://download.kde.org/stable/plasma/$version/$name-$version.tar.xz)
_name=plasma-workspace-wallpapers
release=1
build() {
cd $name-$version
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}