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

Alexandre Filgueira faidoc at archlinux.org
Mon Jun 1 04:23:51 UTC 2015


    Date: Monday, June 1, 2015 @ 06:23:51
  Author: faidoc
Revision: 134439

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
    (from rev 134438, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
    (from rev 134438, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-i686/gnome-3.14.patch
    (from rev 134438, cinnamon-desktop/trunk/gnome-3.14.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
    (from rev 134438, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
    (from rev 134438, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch
    (from rev 134438, cinnamon-desktop/trunk/gnome-3.14.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-i686/gnome-3.14.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
  cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch

-------------------------------------------+
 /PKGBUILD                                 |   80 ++++++++++++++++++++++++++++
 /cinnamon-desktop.install                 |   22 +++++++
 /gnome-3.14.patch                         |   48 ++++++++++++++++
 community-i686/PKGBUILD                   |   36 ------------
 community-i686/cinnamon-desktop.install   |   11 ---
 community-i686/gnome-3.14.patch           |   24 --------
 community-x86_64/PKGBUILD                 |   36 ------------
 community-x86_64/cinnamon-desktop.install |   11 ---
 community-x86_64/gnome-3.14.patch         |   24 --------
 9 files changed, 150 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-01 04:22:38 UTC (rev 134438)
+++ community-i686/PKGBUILD	2015-06-01 04:23:51 UTC (rev 134439)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
-# Contributor:  Jan de Groot <jan at archlinux.org>
-
-pkgname=cinnamon-desktop
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2)
-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"
-        "gnome-3.14.patch")
-sha256sums=('62e2ff4fad405f8d4e7259dbeb2daf65c6f8b9995f2bb1e595a7cc0c2a7f9e0a'
-            'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Update configuration for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 134438, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-01 04:23:51 UTC (rev 134439)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor:  Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem)
+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"
+        "gnome-3.14.patch")
+sha256sums=('d40fc57202408476ff0bfa191958f16de07cf4c00d911bef57c3107c8e483970'
+            'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Update configuration for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+    
+  # Workaround for make error until it is fixed upstream
+  cd libcinnamon-desktop/libgsystem && ln -sr '../$(libgsystem_srcpath)/.deps' .deps
+  cd ../../
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
\ No newline at end of file

Deleted: community-i686/cinnamon-desktop.install
===================================================================
--- community-i686/cinnamon-desktop.install	2015-06-01 04:22:38 UTC (rev 134438)
+++ community-i686/cinnamon-desktop.install	2015-06-01 04:23:51 UTC (rev 134439)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cinnamon-desktop/repos/community-i686/cinnamon-desktop.install (from rev 134438, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-i686/cinnamon-desktop.install	                        (rev 0)
+++ community-i686/cinnamon-desktop.install	2015-06-01 04:23:51 UTC (rev 134439)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-i686/gnome-3.14.patch
===================================================================
--- community-i686/gnome-3.14.patch	2015-06-01 04:22:38 UTC (rev 134438)
+++ community-i686/gnome-3.14.patch	2015-06-01 04:23:51 UTC (rev 134439)
@@ -1,24 +0,0 @@
-diff -Naur cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
---- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
-+++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:58:31.959359594 +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.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
---- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
-+++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:58:35.266015393 +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.

Copied: cinnamon-desktop/repos/community-i686/gnome-3.14.patch (from rev 134438, cinnamon-desktop/trunk/gnome-3.14.patch)
===================================================================
--- community-i686/gnome-3.14.patch	                        (rev 0)
+++ community-i686/gnome-3.14.patch	2015-06-01 04:23:51 UTC (rev 134439)
@@ -0,0 +1,24 @@
+diff -Naur cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
++++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:58:31.959359594 +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.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
++++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:58:35.266015393 +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.

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-01 04:22:38 UTC (rev 134438)
+++ community-x86_64/PKGBUILD	2015-06-01 04:23:51 UTC (rev 134439)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
-# Contributor:  Jan de Groot <jan at archlinux.org>
-
-pkgname=cinnamon-desktop
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2)
-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"
-        "gnome-3.14.patch")
-sha256sums=('62e2ff4fad405f8d4e7259dbeb2daf65c6f8b9995f2bb1e595a7cc0c2a7f9e0a'
-            'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Update configuration for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-x86_64/PKGBUILD (from rev 134438, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-01 04:23:51 UTC (rev 134439)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor:  Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem)
+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"
+        "gnome-3.14.patch")
+sha256sums=('d40fc57202408476ff0bfa191958f16de07cf4c00d911bef57c3107c8e483970'
+            'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Update configuration for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+    
+  # Workaround for make error until it is fixed upstream
+  cd libcinnamon-desktop/libgsystem && ln -sr '../$(libgsystem_srcpath)/.deps' .deps
+  cd ../../
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
\ No newline at end of file

Deleted: community-x86_64/cinnamon-desktop.install
===================================================================
--- community-x86_64/cinnamon-desktop.install	2015-06-01 04:22:38 UTC (rev 134438)
+++ community-x86_64/cinnamon-desktop.install	2015-06-01 04:23:51 UTC (rev 134439)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install (from rev 134438, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-x86_64/cinnamon-desktop.install	                        (rev 0)
+++ community-x86_64/cinnamon-desktop.install	2015-06-01 04:23:51 UTC (rev 134439)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/gnome-3.14.patch
===================================================================
--- community-x86_64/gnome-3.14.patch	2015-06-01 04:22:38 UTC (rev 134438)
+++ community-x86_64/gnome-3.14.patch	2015-06-01 04:23:51 UTC (rev 134439)
@@ -1,24 +0,0 @@
-diff -Naur cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
---- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
-+++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:58:31.959359594 +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.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
---- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
-+++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:58:35.266015393 +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.

Copied: cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch (from rev 134438, cinnamon-desktop/trunk/gnome-3.14.patch)
===================================================================
--- community-x86_64/gnome-3.14.patch	                        (rev 0)
+++ community-x86_64/gnome-3.14.patch	2015-06-01 04:23:51 UTC (rev 134439)
@@ -0,0 +1,24 @@
+diff -Naur cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
++++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in	2014-10-01 03:58:31.959359594 +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.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:54:35.830124486 +0000
++++ cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in	2014-10-01 03:58:35.266015393 +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.



More information about the arch-commits mailing list