milis/talimatname/genel/l/lumina-desktop/talimat

24 lines
629 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: FreeBSD için Hafif QT5 Masaüstü
# URL: https://github.com/pcbsd/lumina
# Paketçi: milisarge
# Gerekler: qt5 fluxbox kf5-kwindowsystem kf5-oxygen-icons5 xcb-util-image xscreensaver desktop-file-utils
# Grup: masaüstü
isim=lumina-desktop
surum=0.8.7
devir=1
kaynak=()
derle(){
git clone https://github.com/pcbsd/lumina.git
cd $SRC/lumina/
$SRC/lumina/libLumina/make-linux-distro.sh Debian
find $SRC/lumina -name *.desktop -exec sed -i 's/usr\/local/usr/' {} \;
qmake-qt5 PREFIX="/usr" QT5LIBDIR=/usr/lib/qt
make
make INSTALL_ROOT="${PKG}" install
mv "${PKG}"/usr/etc "${PKG}"/etc
}