git: f04318eac759 - main - x11-themes/gtk-arc-themes: Update to 20210412

Kevin Bowling kbowling at FreeBSD.org
Sat Apr 17 02:27:20 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f04318eac759bc287f81a64c9cff5e15211ed0b5

commit f04318eac759bc287f81a64c9cff5e15211ed0b5
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-04-17 02:21:10 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-04-17 02:21:10 +0000

    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 at protonmail.com> (maintainer)
---
 x11-themes/gtk-arc-themes/Makefile                 |  2 +-
 x11-themes/gtk-arc-themes/distinfo                 |  6 ++---
 .../files/patch-common_gtk-3.0_meson.build         | 28 ----------------------
 3 files changed, 4 insertions(+), 32 deletions(-)

diff --git a/x11-themes/gtk-arc-themes/Makefile b/x11-themes/gtk-arc-themes/Makefile
index b19406c6caa2..dcb0d97970e8 100644
--- a/x11-themes/gtk-arc-themes/Makefile
+++ b/x11-themes/gtk-arc-themes/Makefile
@@ -1,7 +1,7 @@
 # Created by: archfan <mail_me at riseup.net>
 
 PORTNAME=	gtk-arc-themes
-DISTVERSION=	20210127
+DISTVERSION=	20210412
 CATEGORIES=	x11-themes
 
 MAINTAINER=	Alexander88207 at protonmail.com
diff --git a/x11-themes/gtk-arc-themes/distinfo b/x11-themes/gtk-arc-themes/distinfo
index e655265358b4..58fc1a4f9e0f 100644
--- a/x11-themes/gtk-arc-themes/distinfo
+++ b/x11-themes/gtk-arc-themes/distinfo
@@ -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
diff --git a/x11-themes/gtk-arc-themes/files/patch-common_gtk-3.0_meson.build b/x11-themes/gtk-arc-themes/files/patch-common_gtk-3.0_meson.build
deleted file mode 100644
index 0adc3b379d42..000000000000
--- a/x11-themes/gtk-arc-themes/files/patch-common_gtk-3.0_meson.build
+++ /dev/null
@@ -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',


More information about the dev-commits-ports-all mailing list