[arch-commits] Commit in cinnamon-settings-daemon/repos/community-x86_64 (2 files)
Eli Schwartz
eschwartz at archlinux.org
Mon May 7 16:01:10 UTC 2018
Date: Monday, May 7, 2018 @ 16:01:10
Author: eschwartz
Revision: 319137
archrelease: copy trunk to community-x86_64
Added:
cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 319136, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 99 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 48 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-07 16:00:53 UTC (rev 319136)
+++ PKGBUILD 2018-05-07 16:01:10 UTC (rev 319137)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL')
-depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
- 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 'polkit'
- 'pulseaudio-alsa' 'upower')
-makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
- "0001-Remove-vestigial-manpage.patch::${url}/pull/229.patch")
-sha256sums=('f707403c0cc8b558e706b15044aad7ce87321ca688cb22a96626b644a6532239'
- '6c85ec72dd83b1301ba8f01e0de5f8f6001198de3502c87a4da908b12e6cee24')
-
-prepare() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- # https://github.com/linuxmint/cinnamon-settings-daemon/pull/229
- patch -p1 < ../0001-Remove-vestigial-manpage.patch
- autoreconf -fi
-}
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- ./configure --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 "${srcdir}"/${pkgname}-${pkgver}
-
- make DESTDIR="$pkgdir" install
-}
Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 319136, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-07 16:01:10 UTC (rev 319137)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL')
+depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
+ 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 'polkit'
+ 'pulseaudio-alsa' 'upower')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('a12866623bf71aa89fde5c52ef34d32d998a0b55da3c6eb5797d5eb8db25f5b6')
+
+prepare() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ autoreconf -fi
+}
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ ./configure --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 "${srcdir}"/${pkgname}-${pkgver}
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list