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

Balló György bgyorgy at nymeria.archlinux.org
Wed Oct 9 04:49:09 UTC 2013


    Date: Wednesday, October 9, 2013 @ 06:49:08
  Author: bgyorgy
Revision: 98361

upgpkg: cinnamon-session 2.0.0-3

Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with gnome-session

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-09 04:31:25 UTC (rev 98360)
+++ PKGBUILD	2013-10-09 04:49:08 UTC (rev 98361)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-session
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -46,4 +46,8 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  # Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with gnome-session
+  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' \
+      "$pkgdir/usr/share/applications/cinnamon-session-properties.desktop"
 }




More information about the arch-commits mailing list