Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Packages
Core
manjaro-system
Commits
6b03019a
Commit
6b03019a
authored
Mar 25, 2020
by
Philip Müller
Browse files
Options
Browse Files
Download
Plain Diff
[upd-pkg] 20200325-1
parents
0666c609
9cc48c9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
PKGBUILD
PKGBUILD
+3
-3
dtd-wayland
dtd-wayland
+3
-0
No files found.
PKGBUILD
View file @
6b03019a
...
...
@@ -2,8 +2,8 @@
# Maintainer : Bernhard Landauer <oberon@manjaro.org>
pkgname
=
manjaro-system
pkgver
=
2020032
4
pkgrel
=
4
pkgver
=
2020032
5
pkgrel
=
1
pkgdesc
=
"Manjaro Linux System - Update script"
arch
=(
'any'
)
url
=
"http://www.manjaro.org"
...
...
@@ -15,7 +15,7 @@ source=('fsck.overlay'
'dtd-wayland'
'dtd-wayland.desktop'
)
sha256sums
=(
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
'e
77231241ae4004067e7f81c63dfddaa1563a5e845eeb46be4542df12e8ace3b
'
'e
f851bc702c3201271df7bf328d11e74ea791d4048ab9de4fd376afa2461b371
'
'1e8c6b709d915532f11ba39beedd3a9eebd3dc9658a7c343e20419417e2dbdf7'
)
pkgver
()
{
...
...
dtd-wayland
View file @
6b03019a
#!/bin/bash
# disabling Wayland for Gnome 3.36 (gnome-shell-extension-dash-to-dock >= 67-7)
export
LANG
=
C
if
[[
"
$(
pacman
-Qq
|
grep
'gnome-shell-extension-dash-to-dock'
-m1
)
"
==
"gnome-shell-extension-dash-to-dock"
]]
&&
\
[[
"
$(
vercmp
$(
pacman
-Q
|
grep
'gnome-shell-extension-dash-to-dock'
-m1
|
cut
-d
' '
-f2
)
67-7
)
"
-le
0
]]
&&
\
[[
$XDG_SESSION_TYPE
==
wayland
]]
&&
gnome-extensions show dash-to-dock@micxgx.gmail.com |
grep
-q
"State: ENABLED"
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment