[arch-commits] Commit in cinnamon-desktop/repos (8 files)
Alexandre Filgueira
faidoc at archlinux.org
Sat Nov 1 17:30:02 UTC 2014
Date: Saturday, November 1, 2014 @ 18:30:02
Author: faidoc
Revision: 121654
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 121653, cinnamon-desktop/trunk/PKGBUILD)
cinnamon-desktop/repos/community-staging-i686/cinnamon-desktop.install
(from rev 121653, cinnamon-desktop/trunk/cinnamon-desktop.install)
cinnamon-desktop/repos/community-staging-i686/gnome-3.14.patch
(from rev 121653, cinnamon-desktop/trunk/gnome-3.14.patch)
cinnamon-desktop/repos/community-staging-x86_64/
cinnamon-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 121653, cinnamon-desktop/trunk/PKGBUILD)
cinnamon-desktop/repos/community-staging-x86_64/cinnamon-desktop.install
(from rev 121653, cinnamon-desktop/trunk/cinnamon-desktop.install)
cinnamon-desktop/repos/community-staging-x86_64/gnome-3.14.patch
(from rev 121653, cinnamon-desktop/trunk/gnome-3.14.patch)
---------------------------------------------------+
community-staging-i686/PKGBUILD | 36 ++++++++++++++++++++
community-staging-i686/cinnamon-desktop.install | 11 ++++++
community-staging-i686/gnome-3.14.patch | 24 +++++++++++++
community-staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++
community-staging-x86_64/cinnamon-desktop.install | 11 ++++++
community-staging-x86_64/gnome-3.14.patch | 24 +++++++++++++
6 files changed, 142 insertions(+)
Copied: cinnamon-desktop/repos/community-staging-i686/PKGBUILD (from rev 121653, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 17:30:02 UTC (rev 121654)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor: Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=2.4.0
+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=('4ddfa1d73287f419c825eb0174eab18b87a96e5d895b59ea996ae17f27771acc'
+ '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-staging-i686/cinnamon-desktop.install (from rev 121653, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-staging-i686/cinnamon-desktop.install (rev 0)
+++ community-staging-i686/cinnamon-desktop.install 2014-11-01 17:30:02 UTC (rev 121654)
@@ -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/gnome-3.14.patch (from rev 121653, cinnamon-desktop/trunk/gnome-3.14.patch)
===================================================================
--- community-staging-i686/gnome-3.14.patch (rev 0)
+++ community-staging-i686/gnome-3.14.patch 2014-11-01 17:30:02 UTC (rev 121654)
@@ -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.
Copied: cinnamon-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 121653, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-11-01 17:30:02 UTC (rev 121654)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Filgueria <alexfilgueira at antergos.com>
+# Contributor: Jan de Groot <jan at archlinux.org>
+
+pkgname=cinnamon-desktop
+pkgver=2.4.0
+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=('4ddfa1d73287f419c825eb0174eab18b87a96e5d895b59ea996ae17f27771acc'
+ '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-staging-x86_64/cinnamon-desktop.install (from rev 121653, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-staging-x86_64/cinnamon-desktop.install (rev 0)
+++ community-staging-x86_64/cinnamon-desktop.install 2014-11-01 17:30:02 UTC (rev 121654)
@@ -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/gnome-3.14.patch (from rev 121653, cinnamon-desktop/trunk/gnome-3.14.patch)
===================================================================
--- community-staging-x86_64/gnome-3.14.patch (rev 0)
+++ community-staging-x86_64/gnome-3.14.patch 2014-11-01 17:30:02 UTC (rev 121654)
@@ -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