[arch-commits] Commit in cinnamon-settings-daemon/repos (4 files)
Balló György
bgyorgy at archlinux.org
Wed Aug 3 08:27:01 UTC 2016
Date: Wednesday, August 3, 2016 @ 08:27:01
Author: bgyorgy
Revision: 184947
archrelease: copy trunk to community-i686, community-x86_64
Added:
cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 184946, cinnamon-settings-daemon/trunk/PKGBUILD)
cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 184946, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
cinnamon-settings-daemon/repos/community-i686/PKGBUILD
cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 39 ----------------------
community-x86_64/PKGBUILD | 39 ----------------------
3 files changed, 78 insertions(+), 78 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-08-03 08:26:55 UTC (rev 184946)
+++ community-i686/PKGBUILD 2016-08-03 08:27:01 UTC (rev 184947)
@@ -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.0.0
-pkgrel=2
-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')
-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=('d29fa27b5eaf5e86f392700805f2e562d479f5a89c3e125e117e6af3a68cb42f')
-
-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 184946, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-03 08:27:01 UTC (rev 184947)
@@ -0,0 +1,39 @@
+# $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.0.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')
+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=('0abe839e04a36a052bb486f90e84c25ae6ccc92b74223813d9666eaac257677b')
+
+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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-08-03 08:26:55 UTC (rev 184946)
+++ community-x86_64/PKGBUILD 2016-08-03 08:27:01 UTC (rev 184947)
@@ -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.0.0
-pkgrel=2
-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')
-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=('d29fa27b5eaf5e86f392700805f2e562d479f5a89c3e125e117e6af3a68cb42f')
-
-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 184946, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-08-03 08:27:01 UTC (rev 184947)
@@ -0,0 +1,39 @@
+# $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.0.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')
+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=('0abe839e04a36a052bb486f90e84c25ae6ccc92b74223813d9666eaac257677b')
+
+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
+}
More information about the arch-commits
mailing list