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

Jan Steffens heftig at archlinux.org
Mon Oct 16 17:49:55 UTC 2017


    Date: Monday, October 16, 2017 @ 17:49:52
  Author: heftig
Revision: 263094

3.26.0-3

Modified:
  gnome-applets/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-16 16:44:38 UTC (rev 263093)
+++ PKGBUILD	2017-10-16 17:49:52 UTC (rev 263094)
@@ -4,12 +4,12 @@
 
 pkgname=gnome-applets
 pkgver=3.26.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Small applications for the GNOME Panel"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Projects/GnomeApplets"
 license=('GPL')
-depends=('gnome-panel' 'libgtop' 'libtracker-sparql' 'cpupower' 'upower')
+depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
 makedepends=('intltool' 'itstool' 'gnome-settings-daemon')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
         0001-fix-build-with-kernel-4.7.patch)
@@ -20,9 +20,6 @@
   cd $pkgname-$pkgver
   # Fix cpufreq applet with recent kernel
   patch -Np1 -i ../0001-fix-build-with-kernel-4.7.patch
-
-  # Build with Tracker 1.0 for now
-  sed -i 's/tracker-sparql-2.0/tracker-sparql-1.0/' configure{,.ac}
 }
 
 build() {



More information about the arch-commits mailing list