1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

x11-themes/gtk-arc-themes: Update to 20210412

Changes https://github.com/jnsh/arc-theme/releases/tag/20210412

PR:		255133
Approved by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
This commit is contained in:
Kevin Bowling 2021-04-16 19:21:10 -07:00
parent 0cbfead46e
commit f04318eac7
3 changed files with 4 additions and 32 deletions

View File

@ -1,7 +1,7 @@
# Created by: archfan <mail_me@riseup.net>
PORTNAME= gtk-arc-themes
DISTVERSION= 20210127
DISTVERSION= 20210412
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1612009527
SHA256 (jnsh-arc-theme-20210127_GH0.tar.gz) = eba3ad05cf5c0e8e03f8b3c267d2ff278fa088bbc7c1a3fceb3c48f4da00ef78
SIZE (jnsh-arc-theme-20210127_GH0.tar.gz) = 1303494
TIMESTAMP = 1618607267
SHA256 (jnsh-arc-theme-20210412_GH0.tar.gz) = 17ec4b5dc520edcec2f7921f7c8360bbb3f7a91779e5c0fe541a75473904e8e2
SIZE (jnsh-arc-theme-20210412_GH0.tar.gz) = 1350044

View File

@ -1,28 +0,0 @@
Try to fix build order bug
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
common/gtk-3.0/gtk-lighter.gresource.xml: Failed to locate checkbox-checked.png
--- common/gtk-3.0/meson.build.orig 2021-04-07 08:43:47 UTC
+++ common/gtk-3.0/meson.build
@@ -42,8 +42,10 @@ gtk3_asset_names = run_command(
assets_svg = gtk3_ver / 'assets.svg'
+gtk3_assets = []
+gtk3_hidpi_assets = []
foreach asset : gtk3_asset_names
- gtk3_assets = custom_target(
+ gtk3_assets += custom_target(
'gtk3-' + asset,
input : assets_svg,
output : asset + '.png',
@@ -58,7 +60,7 @@ foreach asset : gtk3_asset_names
build_by_default : true
)
- gtk3_hidpi_assets = custom_target(
+ gtk3_hidpi_assets += custom_target(
'gtk3-' + asset + '-hidpi',
input : assets_svg,
output : asset + '@2.png',