summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2021-03-24 20:55:07 +0400
committerVladislav Nepogodin2021-03-24 20:55:07 +0400
commit9e0defb299340edbcb653e14ce1fc7a49a34ef1c (patch)
tree3d8c2379894cd88b9425796baf57417726a6b2d9
parente7b72cc3712cbe8bbf1662748db80437ae64bc23 (diff)
downloadaur-9e0defb299340edbcb653e14ce1fc7a49a34ef1c.tar.gz
Sync with Librewolf source
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5e9c8f34936..b992738c03c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=(x86_64 aarch64)
license=(MPL GPL LGPL)
url="https://librewolf-community.gitlab.io/"
depends=(gtk3 libxt mime-types dbus-glib
- ffmpeg nss-hg ttf-font libpulse libopenaptx
+ ffmpeg nss-hg ttf-font libpulse
libvpx libjpeg zlib icu libevent pipewire)
makedepends=(unzip zip diffutils yasm mesa imake inetutils ccache
rust mozilla-common xorg-server-xwayland xorg-server-xvfb
@@ -352,6 +352,7 @@ END
install -Dm644 browser/branding/librewolf/default16.png \
"$pkgdir/usr/share/icons/hicolor/symbolic/apps/librewolf-symbolic.png"
+ # Install .desktop files
install -Dm644 ../$pkgname.desktop \
"$pkgdir/usr/share/applications/$pkgname.desktop"