View | Details | Raw Unified | Return to bug 255133
Collapse All | Expand All

(-)b/x11-themes/gtk-arc-themes/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: archfan <mail_me@riseup.net>
1
# Created by: archfan <mail_me@riseup.net>
2
2
3
PORTNAME=	gtk-arc-themes
3
PORTNAME=	gtk-arc-themes
4
DISTVERSION=	20210127
4
DISTVERSION=	20210412
5
CATEGORIES=	x11-themes
5
CATEGORIES=	x11-themes
6
6
7
MAINTAINER=	Alexander88207@protonmail.com
7
MAINTAINER=	Alexander88207@protonmail.com
(-)b/x11-themes/gtk-arc-themes/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1612009527
1
TIMESTAMP = 1618607267
2
SHA256 (jnsh-arc-theme-20210127_GH0.tar.gz) = eba3ad05cf5c0e8e03f8b3c267d2ff278fa088bbc7c1a3fceb3c48f4da00ef78
2
SHA256 (jnsh-arc-theme-20210412_GH0.tar.gz) = 17ec4b5dc520edcec2f7921f7c8360bbb3f7a91779e5c0fe541a75473904e8e2
3
SIZE (jnsh-arc-theme-20210127_GH0.tar.gz) = 1303494
3
SIZE (jnsh-arc-theme-20210412_GH0.tar.gz) = 1350044
(-)a/x11-themes/gtk-arc-themes/files/patch-common_gtk-3.0_meson.build (-28 lines)
Removed Link Here
1
Try to fix build order bug
2
3
samu: job failed: /usr/local/bin/glib-compile-resources --sourcedir=common/gtk-3.0 --target=common/gtk-3.0/gtk-lighter.gresource common/gtk-3.0/gtk-lighter.gresource.xml
4
common/gtk-3.0/gtk-lighter.gresource.xml: Failed to locate checkbox-checked.png
5
6
--- common/gtk-3.0/meson.build.orig	2021-04-07 08:43:47 UTC
7
+++ common/gtk-3.0/meson.build
8
@@ -42,8 +42,10 @@ gtk3_asset_names = run_command(
9
 
10
 assets_svg = gtk3_ver / 'assets.svg'
11
 
12
+gtk3_assets = []
13
+gtk3_hidpi_assets = []
14
 foreach asset : gtk3_asset_names
15
-  gtk3_assets = custom_target(
16
+  gtk3_assets += custom_target(
17
     'gtk3-' + asset,
18
     input : assets_svg,
19
     output : asset + '.png',
20
@@ -58,7 +60,7 @@ foreach asset : gtk3_asset_names
21
     build_by_default : true
22
   )
23
 
24
-  gtk3_hidpi_assets = custom_target(
25
+  gtk3_hidpi_assets += custom_target(
26
     'gtk3-' + asset + '-hidpi',
27
     input : assets_svg,
28
     output : asset + '@2.png',

Return to bug 255133