Update to yaru-20.04.6.
This commit is contained in:
parent
1d6068c5a6
commit
6b45417743
@ -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>
|
||||
|
@ -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
|
||||
|
14
x11/yaru/patches/patch-gnome-shell_src_meson_build
Normal file
14
x11/yaru/patches/patch-gnome-shell_src_meson_build
Normal 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"',
|
||||
]),
|
1276
x11/yaru/pkg/PLIST
1276
x11/yaru/pkg/PLIST
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user