[arch-commits] Commit in cinnamon-desktop/repos (12 files)
Alexandre Filgueira
faidoc at archlinux.org
Sat Nov 8 17:32:12 UTC 2014
Date: Saturday, November 8, 2014 @ 18:32:11
Author: faidoc
Revision: 122256
archrelease: copy trunk to community-i686, community-x86_64
Added:
cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 122254, cinnamon-desktop/trunk/PKGBUILD)
cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 122254, cinnamon-desktop/trunk/cinnamon-desktop.install)
cinnamon-desktop/repos/community-i686/gnome-3.14.patch
(from rev 122254, cinnamon-desktop/trunk/gnome-3.14.patch)
cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 122255, cinnamon-desktop/trunk/PKGBUILD)
cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 122255, cinnamon-desktop/trunk/cinnamon-desktop.install)
cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch
(from rev 122255, 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 | 72 ++++++++++++++++++++++++++++
/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, 142 insertions(+), 142 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-11-08 17:30:47 UTC (rev 122255)
+++ community-i686/PKGBUILD 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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.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-i686/PKGBUILD (from rev 122254, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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.1
+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=('82b7ce3a5b8c8d2864ae34b8898df8091b879809eb7e01464b4c631c4875f770'
+ '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
+}
Deleted: community-i686/cinnamon-desktop.install
===================================================================
--- community-i686/cinnamon-desktop.install 2014-11-08 17:30:47 UTC (rev 122255)
+++ community-i686/cinnamon-desktop.install 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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 122254, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-i686/cinnamon-desktop.install (rev 0)
+++ community-i686/cinnamon-desktop.install 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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 2014-11-08 17:30:47 UTC (rev 122255)
+++ community-i686/gnome-3.14.patch 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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 122254, cinnamon-desktop/trunk/gnome-3.14.patch)
===================================================================
--- community-i686/gnome-3.14.patch (rev 0)
+++ community-i686/gnome-3.14.patch 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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 2014-11-08 17:30:47 UTC (rev 122255)
+++ community-x86_64/PKGBUILD 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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.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-x86_64/PKGBUILD (from rev 122255, cinnamon-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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.1
+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=('82b7ce3a5b8c8d2864ae34b8898df8091b879809eb7e01464b4c631c4875f770'
+ '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
+}
Deleted: community-x86_64/cinnamon-desktop.install
===================================================================
--- community-x86_64/cinnamon-desktop.install 2014-11-08 17:30:47 UTC (rev 122255)
+++ community-x86_64/cinnamon-desktop.install 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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 122255, cinnamon-desktop/trunk/cinnamon-desktop.install)
===================================================================
--- community-x86_64/cinnamon-desktop.install (rev 0)
+++ community-x86_64/cinnamon-desktop.install 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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 2014-11-08 17:30:47 UTC (rev 122255)
+++ community-x86_64/gnome-3.14.patch 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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 122255, cinnamon-desktop/trunk/gnome-3.14.patch)
===================================================================
--- community-x86_64/gnome-3.14.patch (rev 0)
+++ community-x86_64/gnome-3.14.patch 2014-11-08 17:32:11 UTC (rev 122256)
@@ -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