[arch-commits] Commit in uget/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu May 13 17:55:36 UTC 2021
Date: Thursday, May 13, 2021 @ 17:55:35
Author: bgyorgy
Revision: 933405
upgpkg: uget 2.2.3-4: Dont force x11 backend (FS#70837)
Modified:
uget/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 17:46:58 UTC (rev 933404)
+++ PKGBUILD 2021-05-13 17:55:35 UTC (rev 933405)
@@ -2,7 +2,7 @@
pkgname=uget
pkgver=2.2.3
-pkgrel=3
+pkgrel=4
pkgdesc='GTK download manager featuring download classification and HTML import'
arch=('x86_64')
url='https://ugetdm.com/'
@@ -27,6 +27,9 @@
# Disable checking nonexistent RSS feeds
patch -Np1 -i ../disable-rss.patch
+
+ # Don't force x11 backend (FS#70837)
+ sed -i 's/env GDK_BACKEND=x11 uget-gtk/uget-gtk/' uget-gtk.desktop
}
build() {
More information about the arch-commits
mailing list