[arch-commits] Commit in gnome-applets/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Dec 28 11:10:21 UTC 2018


    Date: Friday, December 28, 2018 @ 11:10:20
  Author: bgyorgy
Revision: 418616

upgpkg: gnome-applets 3.30.0-2

Fix missing dependency on dbus-glib, disable buggy applets: window-buttons, window-title

Modified:
  gnome-applets/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 09:37:33 UTC (rev 418615)
+++ PKGBUILD	2018-12-28 11:10:20 UTC (rev 418616)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-applets
 pkgver=3.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Small applications for the GNOME Panel"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomeApplets"
 license=('GPL')
-depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
 makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 'python' 'yelp-tools')
 _commit=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit")
@@ -21,6 +21,12 @@
 
 prepare() {
   cd $pkgname
+
+  # Disable buggy applets
+  # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
+  sed -i '/window-buttons/d
+          /window-title/d' Makefile.am
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list