Просмотр исходного кода

disable check + add pkg conflict

Noah Vogt 1 год назад
Родитель
Сommit
e2044706d2
2 измененных файлов с 5 добавлено и 1 удалено
  1. 2 0
      .SRCINFO
  2. 3 1
      PKGBUILD

+ 2 - 0
.SRCINFO

@@ -46,6 +46,8 @@ pkgbase = gnome-shell-no-screenshot-notification
 	optdepends = gst-plugins-good: Screen recording
 	optdepends = power-profiles-daemon: Power profile switching
 	optdepends = switcheroo-control: Multi-GPU support
+	provides = gnome-shell
+	conflicts = gnome-shell
 	source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=d49cc6fa355d59d3a4c878ae89885cb1c571bfda
 	source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
 	source = disable-screenshot-notification.patch

+ 3 - 1
PKGBUILD

@@ -59,6 +59,8 @@ optdepends=(
   'power-profiles-daemon: Power profile switching'
   'switcheroo-control: Multi-GPU support'
 )
+conflicts=(gnome-shell)
+provides=(gnome-shell)
 groups=(gnome)
 _commit=d49cc6fa355d59d3a4c878ae89885cb1c571bfda  # tags/44.5^0
 source=(
@@ -101,7 +103,7 @@ _check() (
   export XDG_RUNTIME_DIR="$PWD/rdir"
   mkdir -p -m 700 "$XDG_RUNTIME_DIR"
 
-  meson test -C build --print-errorlogs -t 3
+  # meson test -C build --print-errorlogs -t 3
 )
 
 check() {