[arch-commits] Commit in cinnamon-desktop/repos (8 files)

Alexandre Filgueira faidoc at archlinux.org
Mon Apr 25 01:11:34 UTC 2016


    Date: Monday, April 25, 2016 @ 03:11:33
  Author: faidoc
Revision: 171752

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

Added:
  cinnamon-desktop/repos/community-staging-i686/
  cinnamon-desktop/repos/community-staging-i686/PKGBUILD
    (from rev 171751, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-staging-i686/cinnamon-desktop.install
    (from rev 171751, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-staging-i686/config.patch
    (from rev 171751, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-staging-x86_64/
  cinnamon-desktop/repos/community-staging-x86_64/PKGBUILD
    (from rev 171751, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-staging-x86_64/cinnamon-desktop.install
    (from rev 171751, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-staging-x86_64/config.patch
    (from rev 171751, cinnamon-desktop/trunk/config.patch)

---------------------------------------------------+
 community-staging-i686/PKGBUILD                   |   40 ++++++++++++++++
 community-staging-i686/cinnamon-desktop.install   |   11 ++++
 community-staging-i686/config.patch               |   48 ++++++++++++++++++++
 community-staging-x86_64/PKGBUILD                 |   40 ++++++++++++++++
 community-staging-x86_64/cinnamon-desktop.install |   11 ++++
 community-staging-x86_64/config.patch             |   48 ++++++++++++++++++++
 6 files changed, 198 insertions(+)

Copied: cinnamon-desktop/repos/community-staging-i686/PKGBUILD (from rev 171751, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-04-25 01:11:33 UTC (rev 171752)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor:  Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop"
+install=cinnamon-desktop.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz"
+        "config.patch")
+sha256sums=('c5e37bdbcdccdbc53f6452b79ffd0562c657f154a860ec4940aac51e790b8f08'
+            'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+            
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cinnamon-desktop/repos/community-staging-i686/cinnamon-desktop.install (from rev 171751, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-staging-i686/cinnamon-desktop.install	                        (rev 0)
+++ community-staging-i686/cinnamon-desktop.install	2016-04-25 01:11:33 UTC (rev 171752)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-desktop/repos/community-staging-i686/config.patch (from rev 171751, cinnamon-desktop/trunk/config.patch)
===================================================================
--- community-staging-i686/config.patch	                        (rev 0)
+++ community-staging-i686/config.patch	2016-04-25 01:11:33 UTC (rev 171752)
@@ -0,0 +1,48 @@
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -10,7 +10,7 @@
+       </_description>
+     </key>
+     <key name="picture-uri" type="s">
+-      <default>'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
++      <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
+       <_summary>Picture URI</_summary>
+       <_description>
+         URI to use for the background image. Not that the backend only supports
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -97,7 +97,7 @@
+       </_description>
+     </key>
+     <key name="icon-theme" type="s">
+-      <default>'gnome'</default>
++      <default>'Adwaita'</default>
+       <_summary>Icon Theme</_summary>
+       <_description>
+         Icon theme to use for the panel, nautilus etc.
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-11-20 19:04:16.546361273 +0000
+@@ -12,17 +12,17 @@
+       "gnome" and "gnome-fallback".</description>
+     </key>
+     <key name="screensaver-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</_summary>
+       <_description>If true, it listens to logind. Otherwise it listens to consolekit.</_description>
+     </key>
+     <key name="session-manager-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</_summary>
+       <_description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</_description>
+     </key>
+     <key name="settings-daemon-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</_summary>
+       <_description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</_description>
+     </key>

Copied: cinnamon-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 171751, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-04-25 01:11:33 UTC (rev 171752)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor:  Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop"
+install=cinnamon-desktop.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz"
+        "config.patch")
+sha256sums=('c5e37bdbcdccdbc53f6452b79ffd0562c657f154a860ec4940aac51e790b8f08'
+            'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+            
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cinnamon-desktop/repos/community-staging-x86_64/cinnamon-desktop.install (from rev 171751, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-staging-x86_64/cinnamon-desktop.install	                        (rev 0)
+++ community-staging-x86_64/cinnamon-desktop.install	2016-04-25 01:11:33 UTC (rev 171752)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-desktop/repos/community-staging-x86_64/config.patch (from rev 171751, cinnamon-desktop/trunk/config.patch)
===================================================================
--- community-staging-x86_64/config.patch	                        (rev 0)
+++ community-staging-x86_64/config.patch	2016-04-25 01:11:33 UTC (rev 171752)
@@ -0,0 +1,48 @@
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -10,7 +10,7 @@
+       </_description>
+     </key>
+     <key name="picture-uri" type="s">
+-      <default>'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
++      <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
+       <_summary>Picture URI</_summary>
+       <_description>
+         URI to use for the background image. Not that the backend only supports
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2015-11-20 19:04:16.543027956 +0000
+@@ -97,7 +97,7 @@
+       </_description>
+     </key>
+     <key name="icon-theme" type="s">
+-      <default>'gnome'</default>
++      <default>'Adwaita'</default>
+       <_summary>Icon Theme</_summary>
+       <_description>
+         Icon theme to use for the panel, nautilus etc.
+diff -Naur cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
+--- cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-10-16 13:00:30.000000000 +0000
++++ cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in	2015-11-20 19:04:16.546361273 +0000
+@@ -12,17 +12,17 @@
+       "gnome" and "gnome-fallback".</description>
+     </key>
+     <key name="screensaver-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</_summary>
+       <_description>If true, it listens to logind. Otherwise it listens to consolekit.</_description>
+     </key>
+     <key name="session-manager-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</_summary>
+       <_description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</_description>
+     </key>
+     <key name="settings-daemon-uses-logind" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</_summary>
+       <_description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</_description>
+     </key>



More information about the arch-commits mailing list