milis/talimatname/genel/o/okular/talimat

25 lines
834 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Belge görüntüleyici
2016-07-25 01:42:35 +02:00
# URL: http://www.kde.org
2017-10-27 20:46:27 +02:00
# 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
2016-07-25 01:42:35 +02:00
2017-10-28 14:10:23 +02:00
isim=okular
surum=15.12.1+df0c412
devir=2
2016-07-25 01:42:35 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://anduin.linuxfromscratch.org/BLFS/okular/okular-15.12.1+df0c412.tar.xz )
2016-07-25 01:42:35 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2016-07-25 01:42:35 +02:00
# git clone -b frameworks git://anongit.kde.org/okular.git
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-07-25 01:42:35 +02:00
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
}