[arch-commits] Commit in fluxbox/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Apr 26 09:50:10 UTC 2018


    Date: Thursday, April 26, 2018 @ 09:50:09
  Author: eworm
Revision: 323022

line break configure options

Modified:
  fluxbox/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-26 00:24:51 UTC (rev 323021)
+++ PKGBUILD	2018-04-26 09:50:09 UTC (rev 323022)
@@ -18,14 +18,19 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --enable-xft --enable-xinerama \
-    --enable-imlib2 --enable-nls
+
+  ./configure \
+    --prefix=/usr \
+    --enable-imlib2 \
+    --enable-nls \
+    --enable-xft \
+    --enable-xinerama
   make
 }
 
 package() {
   cd ${pkgname}-${pkgver}
+
   make DESTDIR="${pkgdir}" install
   install -D -m644 "${srcdir}/fluxbox.desktop" "${pkgdir}/usr/share/xsessions/fluxbox.desktop"
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"



More information about the arch-commits mailing list