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

27 lines
609 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: QT4 eklentisi, tüm QSystemTrayIcon'u StatusNotifierItems'e dönüştürür (appindicators)
2017-04-17 13:40:14 +02:00
# URL: https://launchpad.net/sni-qt
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: cmake libdbusmenu-qt
2016-02-24 01:27:23 +01:00
name=sni-qt
version=0.2.6
release=1
source=(http://launchpad.net/sni-qt/trunk/$version/+download/sni-qt-$version.tar.bz2
sni-qt.conf)
build() {
mkdir build
sed -i '/tests/ d' sni-qt-$version/CMakeLists.txt
cd build
cmake ../sni-qt-$version \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
install -Dm644 $SRC/sni-qt.conf $PKG/etc/sni-qt.conf
}