summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2022-03-06 19:51:49 +0400
committerVladislav Nepogodin2022-03-06 19:51:49 +0400
commit5ac7296b09ba8f78837a4f74f2f8092ceb772294 (patch)
tree1279057c1798515d82666c15a75c834d6eef6c03
parent1b62ed6d868286ee42952e9b2042034317029d39 (diff)
downloadaur-5ac7296b09ba8f78837a4f74f2f8092ceb772294.tar.gz
♻ update patchset
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 192ca8d84608..82533ffc5ae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -43,7 +43,7 @@ pkgbase = cachy-browser
depends = libxt
depends = mime-types
depends = dbus-glib
- depends = ffmpeg
+ depends = ffmpeg4.4
depends = nss
depends = ttf-font
depends = libpulse
diff --git a/PKGBUILD b/PKGBUILD
index 558300bf4960..e9ff0dcca90a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=(x86_64 x86_64_v3)
license=(MPL GPL LGPL)
url="https://cachyos.org"
depends=(gtk3 libxt mime-types dbus-glib
- ffmpeg nss ttf-font libpulse
+ ffmpeg4.4 nss ttf-font libpulse
aom harfbuzz graphite
libvpx libjpeg zlib icu libevent pipewire)
makedepends=(unzip zip diffutils yasm mesa imake inetutils ccache
@@ -173,14 +173,15 @@ END
# Adapted from https://github.com/WesleyBranton/userChrome.css-Customizations
patch -Np1 -i ${_patches_dir}/megabar.patch
+ # disabled for the default build, as it seems to cause issues in some configurations
+ # 2022-01-21: re-enabled because it seems to not mess things up anymore nowadays?
+ msg2 "Debian patch to enable global menubar"
+ patch -Np1 -i ${_patches_dir}/unity-menubar.patch
+
# KDE patches (W. Rosenauer)
msg2 "---- Patching for KDE"
patch -Np1 -i ${_patches_dir}/kde/mozilla-nongnome-proxies.patch
- # patch -Np1 -i ${_patches_dir}/kde/mozilla-kde.patch
-
- msg2 "Debian patch to enable global menubar"
- # disabled for the default build, as it seems to cause issues in some configurations
- patch -Np1 -i ${_patches_dir}/unity-menubar.patch
+ patch -Np1 -i ${_patches_dir}/kde/mozilla-kde_after_unity.patch
msg2 "Disabling Pocket"
patch -Np1 -i ${_patches_dir}/sed-patches/disable-pocket.patch