[arch-commits] Commit in cinnamon-settings-daemon/repos (4 files)

Alexandre Filgueira faidoc at archlinux.org
Sat Dec 31 01:19:46 UTC 2016


    Date: Saturday, December 31, 2016 @ 01:19:45
  Author: faidoc
Revision: 203372

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
    (from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
    (from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  100 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 -----------------
 community-x86_64/PKGBUILD |   39 -----------------
 3 files changed, 100 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-31 01:18:44 UTC (rev 203371)
+++ community-i686/PKGBUILD	2016-12-31 01:19:45 UTC (rev 203372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
-         'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
-         'libgudev' 'dbus-glib' 'colord' 'cups')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz")
-sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-i686/PKGBUILD (from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-31 01:19:45 UTC (rev 203372)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+         'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+         'libgudev' 'dbus-glib' 'colord' 'cups' 'polkit' 'libibus' 'lcms2')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom' 'autoconf-archive')
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-settings-daemon"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz"
+		"http://pkgs.fedoraproject.org/cgit/rpms/cinnamon-settings-daemon.git/plain/csd-background-manager.patch")
+sha256sums=('7541b85934d8b632dda0f6ef48dc17f10163501560d95e9f2e23e3d1dfdadea8'
+            'a44f8ea45db3431c8abdf6167179c0b6e4c4a0025822c6f207b905b630017366')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://github.com/linuxmint/Cinnamon/issues/5569#issuecomment-252537458
+  patch -Np1 -i ../csd-background-manager.patch
+
+  ./autogen.sh \
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--localstatedir=/var \
+		--libexecdir="/usr/lib/${pkgname}" \
+		--disable-static \
+		--enable-systemd \
+        --enable-polkit
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-31 01:18:44 UTC (rev 203371)
+++ community-x86_64/PKGBUILD	2016-12-31 01:19:45 UTC (rev 203372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
-         'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
-         'libgudev' 'dbus-glib' 'colord' 'cups')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz")
-sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-31 01:19:45 UTC (rev 203372)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+         'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+         'libgudev' 'dbus-glib' 'colord' 'cups' 'polkit' 'libibus' 'lcms2')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom' 'autoconf-archive')
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-settings-daemon"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz"
+		"http://pkgs.fedoraproject.org/cgit/rpms/cinnamon-settings-daemon.git/plain/csd-background-manager.patch")
+sha256sums=('7541b85934d8b632dda0f6ef48dc17f10163501560d95e9f2e23e3d1dfdadea8'
+            'a44f8ea45db3431c8abdf6167179c0b6e4c4a0025822c6f207b905b630017366')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://github.com/linuxmint/Cinnamon/issues/5569#issuecomment-252537458
+  patch -Np1 -i ../csd-background-manager.patch
+
+  ./autogen.sh \
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--localstatedir=/var \
+		--libexecdir="/usr/lib/${pkgname}" \
+		--disable-static \
+		--enable-systemd \
+        --enable-polkit
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list