milis/talimatname/genel/o/okular/talimat

25 lines
780 B
Plaintext
Raw Normal View History

2018-01-14 16:26:22 +01:00
# Tanım: PDF 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
2018-01-14 16:26:22 +01:00
# Grup: kde
2016-07-25 01:42:35 +02:00
2017-10-28 14:10:23 +02:00
isim=okular
2018-01-14 16:26:22 +01:00
surum=17.12.0
devir=1
2016-07-25 01:42:35 +02:00
2018-01-14 16:26:22 +01:00
kaynak=(https://download.kde.org/stable/applications/$surum/src/$isim-$surum.tar.xz)
2016-07-25 01:42:35 +02:00
2017-10-27 23:59:41 +02:00
derle() {
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
}