milis/talimatname/genel/o/okular/talimat

25 lines
834 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.

# Tanım: Belge görüntüleyici
# URL: http://www.kde.org
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: git kf5-extra-cmake-modules kf5-khtml kf5-threadweaver kf5-kactivities kf5-kdelibs4support kf5-kpty plasma-libkscreen freetype poppler-qt5 libspectre djvulibre qca-qt5 libkexiv2 chmlib zlib ebook-tools kf5-kdoctools phonon-qt5
isim=okular
surum=15.12.1+df0c412
devir=2
kaynak=(http://anduin.linuxfromscratch.org/BLFS/okular/okular-15.12.1+df0c412.tar.xz )
derle() {
# git clone -b frameworks git://anongit.kde.org/okular.git
cd $isim-$surum
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONF_INSTALL_DIR=/etc \
-DPLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins \
-DLIB_INSTALL_DIR=lib \
-Wno-dev
make
make DESTDIR=$PKG install
}