# Tanım: Kf5 için Oksijen simge teması
# URL: https://www.kde.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: cmake, qt5, kf5-extra-cmake-modules

isim=kf5-oxygen-icons5
surum=5.27.0
devir=1
_isim=oxygen-icons5
_surum=5.27

kaynak=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$surum.tar.xz)

derle() {
cd ${_name}-$surum
cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -Wno-dev
      
make
make DESTDIR=$PKG install
}
