milis/talimatname/genel/libdbusmenu-qt5/talimat
2017-09-23 18:23:23 +03:00

21 lines
645 B
Text
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.

# Description : DBusMenu protokolünün Qt5 uygulamasını sağlayan kitaplık
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com yasarciv67@gmail.com
# Depends on: 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
}