milis/talimatname/genel/l/libdbusmenu-qt5/talimat

22 lines
637 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: DBusMenu protokolünün Qt5 uygulamasını sağlayan kitaplık
# URL: https://www.kde.org/
# Paketçi: alihan-ozturk28@hotmail.com yasarciv67@gmail.com
# Gerekler: cmake qt5 qjson
name=libdbusmenu-qt5
_name=libdbusmenu-qt
release=1
version=0.9.3+16.04.20160218
source=(http://archive.ubuntu.com/ubuntu/pool/main/libd/$_name/libdbusmenu-qt_$version.orig.tar.gz)
build() {
cd libdbusmenu-qt-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DWITH_DOC=OFF \
-Wno-dev -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
make DESTDIR=$PKG install
}