milis/talimatname/genel/k/kompare/talimat

25 lines
636 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: Grafiksel dosya farklılıkları aracı
# URL: http://www.kde.org/
# Paketçi: Cihan_Alkan
# Gerekler: kf5-extra-cmake-modules kf5-kcodecs kf5-kconfig kf5-kcoreaddons kf5-kdoctools kf5-kiconthemes kf5-kjobwidgets kf5-kparts kf5-ktexteditor kf5-kwidgetsaddons libkomparediff2 qt5 syntax-highlighting
# Grup: kde
isim=kompare
surum=17.12.0
devir=1
kaynak=(https://download.kde.org/stable/applications/$surum/src/$isim-$surum.tar.xz)
derle() {
mkdir build
cd build
cmake ../$isim-$surum \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}