[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Sun Mar 3 05:42:37 UTC 2013


    Date: Sunday, March 3, 2013 @ 06:42:37
  Author: bgyorgy
Revision: 85559

upgpkg: cinnamon-control-center 1.7.1-3

Modified:
  cinnamon-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-03 05:39:31 UTC (rev 85558)
+++ PKGBUILD	2013-03-03 05:42:37 UTC (rev 85559)
@@ -6,13 +6,13 @@
 
 pkgname=cinnamon-control-center
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
-depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet')
+depends=('cinnamon' 'cheese' 'libgtop' 'network-manager-applet')
 optdepends=('mesa-demos: provides glxinfo for graphics information'
             'gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common')
+makedepends=('intltool' 'gnome-common' 'libgnomekbd')
 url="https://github.com/linuxmint/cinnamon-control-center"
 install=cinnamon-control-center.install
 license=('GPL')
@@ -42,6 +42,9 @@
   # Fix faces location on User accounts dialog
   patch -Np1 -i ../fix-faces-location.patch
 
+  # Use freedesktop as default sound theme instead of ubuntu (otherwise the Sound panel craches)
+  patch -RNp1 -i debian/patches/98_default_sound_theme.patch
+
   autoreconf -fi
 
   ./configure --prefix=/usr --sysconfdir=/etc \
@@ -67,6 +70,9 @@
   make -C shell DESTDIR="$pkgdir" uninstall
   make -C shell DESTDIR="$pkgdir" install-libLTLIBRARIES
 
+  # Remove Region panel, because it's not compatible with gnome-settings-daemon 3.6
+  make -C panels/region DESTDIR="$pkgdir" uninstall
+
   # Remove broken desktop files
   rm -R "$pkgdir/usr/share/applications"
   rm -R "$pkgdir/etc"




More information about the arch-commits mailing list