milis/talimatname/genel/l/lxqt-qtplugin/talimat

22 lines
439 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Qt için LXQt platform entegrasyonu
2017-03-04 11:46:04 +01:00
# URL: http://lxqt.org
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: liblxqt libdbusmenu-qt5
2017-03-04 11:46:04 +01:00
name=lxqt-qtplugin
version=0.11.1
release=1
source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz)
build() {
mkdir -v build
cd build
cmake $SRC/$name-$version \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
make
make DESTDIR=$PKG install
}