Update to yaru-20.04.6.

This commit is contained in:
ajacoutot 2020-04-24 06:46:31 +00:00
parent 1d6068c5a6
commit 6b45417743
4 changed files with 1262 additions and 42 deletions

View File

@ -1,13 +1,15 @@
# $OpenBSD: Makefile,v 1.4 2019/10/26 19:52:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2020/04/24 06:46:31 ajacoutot Exp $
COMMENT= Ubuntu GNOME theme
GH_TAGNAME= 19.10.4
GH_TAGNAME= 20.04.6
GH_ACCOUNT= ubuntu
GH_PROJECT= yaru
CATEGORIES= x11
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv3, CC-SA-4.0
PERMIT_PACKAGE= Yes
@ -20,4 +22,8 @@ RUN_DEPENDS= x11/gtk+3,-guic
PKG_ARCH= *
# Remove and use -Dgnome-shell-gresource=true once we have GNOME 3.36
# see patch-gnome-shell_src_meson_build
BUILD_DEPENDS += sysutils/coreutils
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (yaru-19.10.4.tar.gz) = v/iC3tPplR2cZX62DDT+LUz1ubmHUfY/sGLGSpjQj9E=
SIZE (yaru-19.10.4.tar.gz) = 28161719
SHA256 (yaru-20.04.6.tar.gz) = Akvz7xmLi9JCqJjmhJ4X9fFzPOy3oA+3zohNcP+YFMs=
SIZE (yaru-20.04.6.tar.gz) = 31604197

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-gnome-shell_src_meson_build,v 1.1 2020/04/24 06:46:31 ajacoutot Exp $
Index: gnome-shell/src/meson.build
--- gnome-shell/src/meson.build.orig
+++ gnome-shell/src/meson.build
@@ -32,7 +32,7 @@ if not gnomeshell_use_gresource
command: [
'bash', '-c',
';'.join([
- 'output="$1/$(realpath --relative-to="'+ meson.current_source_dir() + '" $0)"',
+ 'output="$1/$(grealpath --relative-to="'+ meson.current_source_dir() + '" $0)"',
'mkdir -p $(dirname "$output")',
'sed "s,resource:///org/gnome/shell/theme/,,g" "$0" > "$output"',
]),

File diff suppressed because it is too large Load Diff