[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-12-11 Thread Eli Schwartz via arch-commits
Date: Tuesday, December 11, 2018 @ 14:03:49
  Author: eschwartz
Revision: 415335

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 415334, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 415334, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 415334, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  168 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-11 14:03:31 UTC (rev 415334)
+++ PKGBUILD2018-12-11 14:03:49 UTC (rev 415335)
@@ -1,84 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('44f2687194d78bbb6073ed97452f2a382b1789922a5e947bc5ebfa847cd546fc13e4a07e97f229177f6cfd9a88ba03529a138befbfcd6619321d37bbaae52603'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 415334, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-12-06 Thread Eli Schwartz via arch-commits
Date: Thursday, December 6, 2018 @ 16:23:14
  Author: eschwartz
Revision: 411785

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 411783, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 411783, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 411783, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  168 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 16:23:10 UTC (rev 411784)
+++ PKGBUILD2018-12-06 16:23:14 UTC (rev 411785)
@@ -1,84 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('d29295dc08971ff6dbd71066d700037718fdb1399bbc4f483903be7a10bfa509a904db9de064a263acb6956b4a1623c1e37a0a9f28819074eb3a93d3a5866db1'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 411783, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-11-27 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 27, 2018 @ 18:24:27
  Author: eschwartz
Revision: 410061

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 410060, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 410060, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 410060, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  168 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 18:24:11 UTC (rev 410060)
+++ PKGBUILD2018-11-27 18:24:27 UTC (rev 410061)
@@ -1,84 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('5652f500e3f7f2d3003c06d495d24828802528b230514a9662217a8074654b54b2433b52fcb5c1f5b6f6710dc6a72a21620e9b3ed8bb1960953799a70b21819b'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 410060, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-11-19 Thread Eli Schwartz via arch-commits
Date: Monday, November 19, 2018 @ 17:29:06
  Author: eschwartz
Revision: 408894

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 408893, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 408893, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 408893, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  168 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-19 17:28:50 UTC (rev 408893)
+++ PKGBUILD2018-11-19 17:29:06 UTC (rev 408894)
@@ -1,84 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('7b6ee722f268ebbaee8e535c682cdd2c84e607933a9e16eb31ecc85c5f5d7930094d5e8ea9f096b92a0f96feab9f9cd2c58f6e41a4a3b91c570f8776ea8e896a'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 408893, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-11-12 Thread Eli Schwartz via arch-commits
Date: Monday, November 12, 2018 @ 17:34:46
  Author: eschwartz
Revision: 406448

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 406447, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 406447, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 406447, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  168 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-12 17:34:30 UTC (rev 406447)
+++ PKGBUILD2018-11-12 17:34:46 UTC (rev 406448)
@@ -1,84 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('c827211aa449e6bb5c8a39b8f6711df39eefb956572900b8c90437db4e17f7c13a9e5772504ca4c689f6271ecfa22d5f453c217cbb558b89d5a9f2e2e48d191b'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 406447, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-11-04 Thread Eli Schwartz via arch-commits
Date: Sunday, November 4, 2018 @ 22:46:51
  Author: eschwartz
Revision: 401532

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 401531, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 401531, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 401531, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  173 --
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 +++
 3 files changed, 164 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 22:46:30 UTC (rev 401531)
+++ PKGBUILD2018-11-04 22:46:51 UTC (rev 401532)
@@ -1,89 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.9
-pkgrel=2
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"${url}/commit/91302ec086ee2061e57dd972baaa43eb0926b150.patch"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('3b07daf531819e21037ec0161c462d03bb60e0e059e6dfe5f6ab200858391c9b4a2c033e4a38f9acc83ddbedde8e54ab78a346a71718e5f4b5025061335b7f14'
-
'390ccd9e7cb13899cf492992d36d1641ce45563d23efb2e90d4ecdcbde4dbad82a8d96906811f4fcea8a8fe2a77d3e957e41f71181db7f67d01a19f55855c838'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# compatibility in master for cinnamon-settings-daemon 4.0.0
-patch -p1 -i ../91302ec086ee2061e57dd972baaa43eb0926b150.patch
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-11-01 Thread Eli Schwartz via arch-commits
Date: Thursday, November 1, 2018 @ 17:42:17
  Author: eschwartz
Revision: 401134

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 401133, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 401133, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 401133, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  173 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 +++
 3 files changed, 169 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-01 17:42:00 UTC (rev 401133)
+++ PKGBUILD2018-11-01 17:42:17 UTC (rev 401134)
@@ -1,84 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.9
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('3b07daf531819e21037ec0161c462d03bb60e0e059e6dfe5f6ab200858391c9b4a2c033e4a38f9acc83ddbedde8e54ab78a346a71718e5f4b5025061335b7f14'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 401133, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-09-21 Thread Eli Schwartz via arch-commits
Date: Friday, September 21, 2018 @ 21:53:24
  Author: eschwartz
Revision: 383971

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 383970, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 383970, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 383970, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  169 --
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 164 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-21 21:52:34 UTC (rev 383970)
+++ PKGBUILD2018-09-21 21:53:24 UTC (rev 383971)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.8
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('5f8acf181fde8d9156ef8767f97b24e207f6c44975e5ef97e812fcdd3b2d5ce4c921297b679ad1ade6fa8e4f9c544b74143f4d925d022cc95d6c71561ab40b53'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 383970, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD   

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-07-17 Thread Eli Schwartz via arch-commits
Date: Tuesday, July 17, 2018 @ 15:31:06
  Author: eschwartz
Revision: 360919

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 360917, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 360917, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 360918, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-17 15:30:59 UTC (rev 360918)
+++ PKGBUILD2018-07-17 15:31:06 UTC (rev 360919)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.7
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('65120f5dc599b1a6a341d619f29d714265d1b8263cba5807f9c25b2710efdfeed5d28d8dee3a56476a90e0bb9e07e392528d984a3af87e7469d017720334ca4c'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 360917, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD   

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-07-05 Thread Eli Schwartz via arch-commits
Date: Thursday, July 5, 2018 @ 20:11:39
  Author: eschwartz
Revision: 353165

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 353164, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 353164, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 353164, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-05 20:11:13 UTC (rev 353164)
+++ PKGBUILD2018-07-05 20:11:39 UTC (rev 353165)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.6
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('6f3cf8e4a989533c4007c91f1846de911d17a8609d5aebcd653ee6b2725241f32a7088cc88702f6f9e60aa150e9ccaa3ccc84625f41660dfe3dc7b7c02405cbe'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 353164, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD   

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-06-24 Thread Eli Schwartz via arch-commits
Date: Sunday, June 24, 2018 @ 16:53:27
  Author: eschwartz
Revision: 345243

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 345242, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 345242, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 345242, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-24 16:53:10 UTC (rev 345242)
+++ PKGBUILD2018-06-24 16:53:27 UTC (rev 345243)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.5
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('a86630279a3d18476608813a19ba3624a0b351ca988a4d812ef34be9f669b3b628c4f9ac42e10d7a25e5362105a01435c1204400a2014fef07a5e974cb7a25b6'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 345242, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-06-23 Thread Eli Schwartz via arch-commits
Date: Sunday, June 24, 2018 @ 05:29:29
  Author: eschwartz
Revision: 344878

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 344877, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 344877, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 344877, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-24 05:29:15 UTC (rev 344877)
+++ PKGBUILD2018-06-24 05:29:29 UTC (rev 344878)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.4
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('fba59c72a0448555d22b1fbe5c1d885b57555913ef37c55191291e954484cf556ee7e67c677fbee51c072ae2084799c3dc1bb29140e4099f5ad360f9ce477ff1'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 344877, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-06-08 Thread Eli Schwartz via arch-commits
Date: Friday, June 8, 2018 @ 13:17:01
  Author: eschwartz
Revision: 342024

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 342023, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 342023, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 342023, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-08 13:16:41 UTC (rev 342023)
+++ PKGBUILD2018-06-08 13:17:01 UTC (rev 342024)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('103601022bb79b0cb9de1ad6096712089080d019b589d778e92c2cecda32437557099fa404afc337b30fa44e6f8e2bb1d98e07aeb6a2357ee14f367b429942d0'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 342023, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-05-22 Thread Eli Schwartz via arch-commits
Date: Tuesday, May 22, 2018 @ 06:11:37
  Author: eschwartz
Revision: 326864

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 326863, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 326863, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 326863, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-22 06:11:14 UTC (rev 326863)
+++ PKGBUILD2018-05-22 06:11:37 UTC (rev 326864)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('beaa93a2881acfb5e9c738d49f150fd7ae7cba8827a607a394607fe2893f47a5e94cd6b2835d056f31986621f4d1fedc3d8d8f3ce75c8fd094782d6fb4a2a419'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 326863, 
cinnamon/trunk/PKGBUILD)

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2018-05-07 Thread Eli Schwartz via arch-commits
Date: Monday, May 7, 2018 @ 16:19:07
  Author: eschwartz
Revision: 319146

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 319145, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 319145, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 319145, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-07 16:18:56 UTC (rev 319145)
+++ PKGBUILD2018-05-07 16:19:07 UTC (rev 319146)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('83932b279318ce5a523e045116aee0d797dc7ca2a07b90e375cb1d093a60bc97cf2765457e249b9816c627fb83a8e89063ca3bdfdb51b59dfe337a77269cdfa2'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 319145, 
cinnamon/trunk/PKGBUILD)

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-12-18 Thread Antonio Rojas via arch-commits
Date: Monday, December 18, 2017 @ 17:46:39
  Author: arojas
Revision: 274784

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 274783, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 274783, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 274783, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-18 17:46:06 UTC (rev 274783)
+++ PKGBUILD2017-12-18 17:46:39 UTC (rev 274784)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.6.6
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('9bd153508458bae2f99a451620fe5e80e45cae0e10cf113b07ca2c0a76cd16e84c4a6d743c659ef41ab91066df025f78a0ea2005a3d34ddd065fe88f358b6642'
-
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \
-  

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-11-23 Thread Antonio Rojas
Date: Friday, November 24, 2017 @ 07:06:47
  Author: arojas
Revision: 268271

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 268270, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 268270, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 268270, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-24 07:06:26 UTC (rev 268270)
+++ PKGBUILD2017-11-24 07:06:47 UTC (rev 268271)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.6.5
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('8c95f1fb4a07ffa134b6af22cefa2c039a8a7b738c2f1dbb595cb446a33bb48402602f340e27742c597cc2ed156f6dc90880f614ec448478f1010c33f9dd16dc'
-
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \
-  

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-11-20 Thread Antonio Rojas
Date: Monday, November 20, 2017 @ 18:42:18
  Author: arojas
Revision: 267633

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 267632, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 267632, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 267632, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 18:41:53 UTC (rev 267632)
+++ PKGBUILD2017-11-20 18:42:18 UTC (rev 267633)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.6.4
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('118a69ee2fecae3ac8d8266a98ab6c78ddc763f0d09c6e4866273f473fa10d0ec1407d6b22109a820a2cf4d81667ec043f7623aa37c5e3b1061464a193184839'
-
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \
-  

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-11-20 Thread Antonio Rojas
Date: Monday, November 20, 2017 @ 16:49:32
  Author: arojas
Revision: 267613

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 267612, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 267612, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 267612, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 16:49:06 UTC (rev 267612)
+++ PKGBUILD2017-11-20 16:49:32 UTC (rev 267613)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.6.3
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('18e68a6f2694812a935c987581413a9d63a7d50bd177443922562d54804f2d91ac5f3448a0ff6b80c311df17b3b6b8248472901293d90661972805cd5aa2c37e'
-
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \
-  

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-11-17 Thread Antonio Rojas
Date: Friday, November 17, 2017 @ 17:22:07
  Author: arojas
Revision: 267112

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 267111, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 267111, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 267111, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-17 17:21:42 UTC (rev 267111)
+++ PKGBUILD2017-11-17 17:22:07 UTC (rev 267112)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.6.2
-pkgrel=2
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('b220cb31741a22af2d5dded466628f4f78f287e018e63c20092f41738e40414a06c1720e4c59968bb6cf1af1f14989ef0a4eb16546bb5a255bcc45090b11c013'
-
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-11-12 Thread Antonio Rojas
Date: Sunday, November 12, 2017 @ 10:14:11
  Author: arojas
Revision: 266288

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 266287, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 266287, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 266287, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 10:13:45 UTC (rev 266287)
+++ PKGBUILD2017-11-12 10:14:11 UTC (rev 266288)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('b220cb31741a22af2d5dded466628f4f78f287e018e63c20092f41738e40414a06c1720e4c59968bb6cf1af1f14989ef0a4eb16546bb5a255bcc45090b11c013'
-
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-11-12 Thread Antonio Rojas
Date: Sunday, November 12, 2017 @ 10:11:08
  Author: arojas
Revision: 266286

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 266285, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 266285, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 266285, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 10:09:59 UTC (rev 266285)
+++ PKGBUILD2017-11-12 10:11:08 UTC (rev 266286)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('5126085da85391b01b1a53f3bcef515f8ef1ddcc6842d2872dae647c885482dbd7d9386a6d70146a8509893cdc9a8752eeb9de98b1f09dd9dca1273d4c799a21'
-
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \

[arch-commits] Commit in cinnamon/repos/community-x86_64 (6 files)

2017-11-12 Thread Antonio Rojas
Date: Sunday, November 12, 2017 @ 10:06:27
  Author: arojas
Revision: 266272

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 266271, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 266271, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 266271, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  194 +-
 default-theme.patch |   50 ++--
 set_wheel.patch |  112 ++--
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 10:06:04 UTC (rev 266271)
+++ PKGBUILD2017-11-12 10:06:27 UTC (rev 266272)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.4.6
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('b5fa337dc236204a09a3650ca40d2c2a996c9d1ff6f789834e757d50d68939914bf56d2d623ee5b6e57a180c02b803dbae6349ce1a9dd969b7a4c8bad1b9d8bd'
-
'cff8fb42a81d71b929327df5d56a68b68a96e79d4b85125ea7de0ed2dca53c6b45d08deccafa4453a7471f52aa6bf7d39ed979d2a085906997969a63e7dd7a8c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Remove broken symlink
-  rm files/etc/xdg/menus/cinnamon-applications-merged
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \
-