[arch-commits] Commit in cinnamon-control-center/repos (4 files)

2017-06-22 Thread Balló György
Date: Thursday, June 22, 2017 @ 13:39:58
  Author: bgyorgy
Revision: 239559

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 239558, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 239558, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   51 -
 community-x86_64/PKGBUILD |   51 -
 3 files changed, 88 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-22 13:39:49 UTC (rev 239558)
+++ community-i686/PKGBUILD 2017-06-22 13:39:58 UTC (rev 239559)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-control-center
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet' 'colord')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url="https://github.com/linuxmint/cinnamon-control-center;
-license=('GPL')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('12a29a3293cde58ae6fd6fdbab7eef4a2119ac8f515ca9218e753aacd15c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  #make -C panels/sound DESTDIR="$pkgdir" uninstall
-  #make -C panels/sound/data DESTDIR="$pkgdir" install
-  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  #rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  #rm -R "$pkgdir/etc"
-
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 239558, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-22 13:39:58 UTC (rev 239559)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd'  'libmm-glib' 'nm-connection-editor' 'colord')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('0f5ee2ae66f38de327a0758339d833aa7edf3866a078ba3e9c79b28eb183f979')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove unused stuff
+  make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
+  rm 

[arch-commits] Commit in cinnamon-control-center/repos (4 files)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:25:32
  Author: faidoc
Revision: 183029

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 183028, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 183028, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   51 --
 community-x86_64/PKGBUILD |   51 --
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-17 21:23:39 UTC (rev 183028)
+++ community-i686/PKGBUILD 2016-07-17 21:25:32 UTC (rev 183029)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-control-center
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url="https://github.com/linuxmint/cinnamon-control-center;
-license=('GPL')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('9bdb53699d5863c32cdfc329eff0113b888a193c58d5c1ff786a2ba70d5068fb')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  #make -C panels/sound DESTDIR="$pkgdir" uninstall
-  #make -C panels/sound/data DESTDIR="$pkgdir" install
-  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  #rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  #rm -R "$pkgdir/etc"
-
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 183028, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-17 21:25:32 UTC (rev 183029)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('3d9f0eb45168a91101f99452b38184dd6417dd89064be4523e565bd721a521fe')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove unused stuff
+  #make -C panels/sound DESTDIR="$pkgdir" uninstall
+  #make -C panels/sound/data DESTDIR="$pkgdir" install
+  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 

[arch-commits] Commit in cinnamon-control-center/repos (4 files)

2014-07-31 Thread Balló György
Date: Friday, August 1, 2014 @ 03:33:16
  Author: bgyorgy
Revision: 116664

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--+
 community-i686/PKGBUILD  |   60 -
 community-i686/cinnamon-control-center.install   |   11 ---
 community-x86_64/PKGBUILD|   60 -
 community-x86_64/cinnamon-control-center.install |   11 ---
 4 files changed, 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-01 01:33:07 UTC (rev 116663)
+++ community-i686/PKGBUILD 2014-08-01 01:33:16 UTC (rev 116664)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=2.2.10
-pkgrel=2
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-upowerd-0.99-support.patch)
-sha256sums=('5bdd6570e5a2ac2bc4760f3cec5fe7240015f7de9e8756b949e301cf3a474cef'
-'a1979c57addbdfc1832974f113c837507ab7ca4fec82ec5c9cf00f1db80d79ff')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Compatibility fix for upower-0.99 (from Debian)
-  patch -Np1 -i ../upowerd-0.99-support.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove unused stuff
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  rm -R $pkgdir/usr/share/applications
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Deleted: community-i686/cinnamon-control-center.install
===
--- community-i686/cinnamon-control-center.install  2014-08-01 01:33:07 UTC 
(rev 116663)
+++ community-i686/cinnamon-control-center.install  2014-08-01 01:33:16 UTC 
(rev 116664)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-01 01:33:07 UTC (rev 116663)
+++ community-x86_64/PKGBUILD   2014-08-01 01:33:16 UTC (rev 116664)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=2.2.10
-pkgrel=2
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-upowerd-0.99-support.patch)
-sha256sums=('5bdd6570e5a2ac2bc4760f3cec5fe7240015f7de9e8756b949e301cf3a474cef'
-

[arch-commits] Commit in cinnamon-control-center/repos (4 files)

2013-04-28 Thread Balló György
Date: Monday, April 29, 2013 @ 03:58:37
  Author: bgyorgy
Revision: 89380

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  cinnamon-control-center/repos/community-i686/gnomerrlabeler.patch
  cinnamon-control-center/repos/community-i686/idle-delay.patch
  cinnamon-control-center/repos/community-x86_64/gnomerrlabeler.patch
  cinnamon-control-center/repos/community-x86_64/idle-delay.patch

---+
 community-i686/gnomerrlabeler.patch   |  766 
 community-i686/idle-delay.patch   |   71 --
 community-x86_64/gnomerrlabeler.patch |  766 
 community-x86_64/idle-delay.patch |   71 --
 4 files changed, 1674 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 89379:89380 to see the changes.


[arch-commits] Commit in cinnamon-control-center/repos (4 files)

2013-04-22 Thread Balló György
Date: Monday, April 22, 2013 @ 14:28:59
  Author: bgyorgy
Revision: 88799

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--+
 community-i686/PKGBUILD  |   68 -
 community-i686/cinnamon-control-center.install   |   11 ---
 community-x86_64/PKGBUILD|   68 -
 community-x86_64/cinnamon-control-center.install |   11 ---
 4 files changed, 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-22 12:28:48 UTC (rev 88798)
+++ community-i686/PKGBUILD 2013-04-22 12:28:59 UTC (rev 88799)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=1.7.3
-pkgrel=2
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-gnomerrlabeler.patch
-idle-delay.patch)
-sha256sums=('44a4484238c2b9e9060d062028438df589fc29c9e3da45edad068198a990c8be'
-'826de61fa60349a99c6895f2ffb0ea1c7f71031b17dd80bb245e3834b30b6ff6'
-'9ca1a56b19413cc86dfce10558e1f696d63b93134afc76c0cb467944a9ea10f5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Build fix for GNOME 3.8
-  patch -Np1 -i $srcdir/gnomerrlabeler.patch
-
-  # Runtime fix for GNOME 3.8
-  patch -Np1 -i $srcdir/idle-delay.patch
-
-  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove unused stuff
-  make -C panels/datetime DESTDIR=$pkgdir uninstall
-  make -C panels/printers DESTDIR=$pkgdir uninstall
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall
-  make -C shell DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  # Remove broken desktop files
-  rm -R $pkgdir/usr/share/applications
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Deleted: community-i686/cinnamon-control-center.install
===
--- community-i686/cinnamon-control-center.install  2013-04-22 12:28:48 UTC 
(rev 88798)
+++ community-i686/cinnamon-control-center.install  2013-04-22 12:28:59 UTC 
(rev 88799)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-22 12:28:48 UTC (rev 88798)
+++ community-x86_64/PKGBUILD   2013-04-22 12:28:59 UTC (rev 88799)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=1.7.3
-pkgrel=2
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!libtool'