[arch-commits] Commit in cinnamon-settings-daemon/repos/community-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Mon Dec 18 21:26:53 UTC 2017


    Date: Monday, December 18, 2017 @ 21:26:39
  Author: arojas
Revision: 274804

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 21:26:12 UTC (rev 274803)
+++ PKGBUILD	2017-12-18 21:26:39 UTC (rev 274804)
@@ -1,43 +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.6.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' 'libcups' 'polkit')
-makedepends=('autoconf-archive' 'intltool' 'docbook-xsl' '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=('09768b7f82a9408d92e47bae5d9c9030d1e2e037cb6f4bda61f59f12e69ee562')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --libexecdir="/usr/lib/${pkgname}" \
-        --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
-
-  # Remove useless man page (FS#54840)
-  rm "$pkgdir/usr/share/man/man1/cinnamon-settings-daemon.1"
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 274803, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-18 21:26:39 UTC (rev 274804)
@@ -0,0 +1,43 @@
+# $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.6.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+         'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+         'libgudev' 'dbus-glib' 'colord' 'libcups' 'polkit')
+makedepends=('autoconf-archive' 'intltool' 'docbook-xsl' '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=('60f4de4eb1e05d720605dbd6f90bb841039be00ca1ad4f2bedaf39725ea34339')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --libexecdir="/usr/lib/${pkgname}" \
+        --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
+
+  # Remove useless man page (FS#54840)
+  rm "$pkgdir/usr/share/man/man1/cinnamon-settings-daemon.1"
+}



More information about the arch-commits mailing list