[Bug 259412] x11-themes/gtk-arc-themes: Update to 20211018

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 08:09:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259412

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
We could have a better Makefile order:

- put BINARY_ALIAS and NO_ARCH in # Standard bsd.port.mk variables

(portclippy)
---
# PORTNAME block
PORTNAME
DISTVERSION
CATEGORIES

# Maintainer block
MAINTAINER
COMMENT

# License block
LICENSE
LICENSE_FILE

# Dependencies
BUILD_DEPENDS
RUN_DEPENDS

# USES block
USES

-BINARY_ALIAS

USE_GITHUB
GH_ACCOUNT
GH_PROJECT
USE_GNOME

-NO_ARCH

# USES=meson related variables
MESON_ARGS

# Make block
MAKE_ENV

# Standard bsd.port.mk variables
+BINARY_ALIAS
+NO_ARCH
---

- alphabetical order in USES and MESON_ARGS

(portfmt)
---
--- Makefile
+++ Makefile
@@ -15,10 +15,9 @@
                sassc:textproc/sassc
 RUN_DEPENDS=   gtk-murrine-engine>0:x11-themes/gtk-murrine-engine

-USES=          meson gnome
+USES=          gnome meson

 USE_GITHUB=    yes
 GH_ACCOUNT=    jnsh
@@ -27,10 +26,10 @@
 USE_GNOME=     gtk20 gtk30
 NO_ARCH=       yes

-MESON_ARGS=    -Dthemes=cinnamon,gnome-shell,gtk2,gtk3,metacity,plank,xfwm \
-               -Dcinnamon_version=4.8 \
+MESON_ARGS=    -Dcinnamon_version=4.8 \
                -Dgnome_shell_version=41.0 \
-               -Dgtk3_version=3.24
+               -Dgtk3_version=3.24 \
+               -Dthemes=cinnamon,gnome-shell,gtk2,gtk3,metacity,plank,xfwm
 # Speed up build in Poudriere.  It calls inkscape a bazillion times
 # and each instance tries to connect to 127.0.0.1:9090 which seems
 # to be because of gtk3's broadway backend.  Disable all GDK backends.
---

-- 
You are receiving this mail because:
You are the assignee for the bug.