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

Balló György bgyorgy at archlinux.org
Mon Aug 3 18:09:26 UTC 2020


    Date: Monday, August 3, 2020 @ 18:09:25
  Author: bgyorgy
Revision: 668432

upgpkg: rox 2.11-5: Fix build with gcc10, make the png icon larger

Modified:
  rox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-03 17:17:02 UTC (rev 668431)
+++ PKGBUILD	2020-08-03 18:09:25 UTC (rev 668432)
@@ -3,7 +3,7 @@
 
 pkgname=rox
 pkgver=2.11
-pkgrel=4
+pkgrel=5
 pkgdesc="A small and fast file manager which can optionally manage the desktop background and panels"
 arch=('x86_64')
 license=('GPL')
@@ -24,11 +24,11 @@
 
 build() {
   cd "$srcdir/rox-filer-$pkgver"
-  ./ROX-Filer/AppRun --compile LIBS="-ldl -lm"
+  ./ROX-Filer/AppRun --compile CFLAGS="$CFLAGS -fcommon" LIBS="-ldl -lm"
   # finally we render a png as fallback for svg unaware menu applications
   # Attention: always make sure you check the dimensions of the source-svg,
   # you can read the dimensions via inkscape's export function
-  rsvg-convert -w 48 -h 38 -f png -o "$srcdir/rox.png" "$srcdir/rox.svg"
+  rsvg-convert -w 125 -h 100 -f png -o "$srcdir/rox.png" "$srcdir/rox.svg"
 }
 
 package() {



More information about the arch-commits mailing list