Date: Thursday, November 11, 2021 @ 01:42:46
  Author: heftig
Revision: 427874

41.1-2

Modified:
  gnome-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-11-11 01:42:18 UTC (rev 427873)
+++ PKGBUILD    2021-11-11 01:42:46 UTC (rev 427874)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-control-center
 pkgver=41.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center";
 license=(GPL2)
@@ -34,6 +34,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Install bare logos into pixmaps, not icons
+  sed -i "/install_dir/s/'icons'/'pixmaps'/" panels/info-overview/meson.build
+
   git submodule init
   git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
   git submodule update

Reply via email to