milis/talimatname/genel/s/sni-qt/talimat

28 lines
612 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: QT4 eklentisi, tüm QSystemTrayIcon'u StatusNotifierItems'e dönüştürür (appindicators)
# URL: https://launchpad.net/sni-qt
# Paketçi: milisarge
# Gerekler: cmake libdbusmenu-qt
# Grup: sistem
isim=sni-qt
surum=0.2.6
devir=1
kaynak=(http://launchpad.net/sni-qt/trunk/$surum/+download/sni-qt-$surum.tar.bz2
sni-qt.conf)
derle() {
mkdir build
sed -i '/tests/ d' sni-qt-$surum/CMakeLists.txt
cd build
cmake ../sni-qt-$surum \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
install -Dm644 $SRC/sni-qt.conf $PKG/etc/sni-qt.conf
}