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

27 lines
597 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
2017-10-28 14:10:23 +02:00
isim=sni-qt
surum=0.2.6
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://launchpad.net/sni-qt/trunk/$surum/+download/sni-qt-$surum.tar.bz2
2016-02-24 01:27:23 +01:00
sni-qt.conf)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
mkdir build
2017-10-28 14:10:23 +02:00
sed -i '/tests/ d' sni-qt-$surum/CMakeLists.txt
2016-02-24 01:27:23 +01:00
cd build
2017-10-28 14:10:23 +02:00
cmake ../sni-qt-$surum \
2016-02-24 01:27:23 +01:00
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
install -Dm644 $SRC/sni-qt.conf $PKG/etc/sni-qt.conf
}