Advertisement
timcowchip

lumina-desktop pkgfile

Mar 26th, 2016
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. # Description: A Lightweight QT5 Desktop for FreeBSD
  2. # URL: https://github.com/pcbsd/lumina
  3. # Packager: Chris Farrell, timcowchip at gmail dot com
  4. # Maintainer: Chris Farrell, timcowchip at gmail dot com
  5. # Depends on: qt5 fluxbox kf5-kwindowsystem kf5-oxygen-icons5 libxcb xcb-proto xcb-util-image xscreensaver desktop-file-utils
  6. name=lumina-desktop
  7. version=0.8.7
  8. release=1
  9.  
  10. source=(LXcbEventFilter.patch)
  11.  
  12. build(){
  13. git clone https://github.com/pcbsd/lumina.git
  14.  
  15. cd $SRC/lumina/
  16. patch -p1 < $SRC/LXcbEventFilter.patch
  17. $SRC/lumina/libLumina/make-linux-distro.sh Debian
  18. find $SRC/lumina -name *.desktop -exec sed -i 's/usr\/local/usr/' {} \;
  19. qmake-qt5 PREFIX="/usr" QT5LIBDIR=/usr/lib/qt
  20. make
  21.  
  22. make INSTALL_ROOT="${PKG}" install
  23. mv "${PKG}"/usr/etc "${PKG}"/etc
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement