[arch-commits] Commit in gnome-settings-daemon/repos (4 files)
Jan Steffens
heftig at archlinux.org
Tue Oct 11 12:18:35 UTC 2016
Date: Tuesday, October 11, 2016 @ 12:18:34
Author: heftig
Revision: 278219
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 278218, gnome-settings-daemon/trunk/PKGBUILD)
gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 278218, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
gnome-settings-daemon/repos/testing-i686/PKGBUILD
gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 53 -----------------------
testing-x86_64/PKGBUILD | 53 -----------------------
3 files changed, 104 insertions(+), 106 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2016-10-11 12:18:07 UTC (rev 278218)
+++ testing-i686/PKGBUILD 2016-10-11 12:18:34 UTC (rev 278219)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-settings-daemon
-pkgver=3.22.0+2+g84c2c56
-pkgrel=1
-pkgdesc="The GNOME Settings daemon"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
- libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
- librsvg libgweather geocode-glib geoclue2 nss libgudev gtk3-print-backends)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common)
-options=('!emptydirs')
-url="http://www.gnome.org"
-groups=(gnome)
-_commit=84c2c56b79e5920c9f831d550e65ab323569f563 # master
-source=("git://git.gnome.org/gnome-settings-daemon#commit=$_commit"
- "git://git.gnome.org/libgnome-volume-control")
-sha256sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control"
- git submodule update
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --disable-static
-
- #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
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-settings-daemon/repos/testing-i686/PKGBUILD (from rev 278218, gnome-settings-daemon/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-11 12:18:34 UTC (rev 278219)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-settings-daemon
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="GNOME Settings Daemon"
+url="https://git.gnome.org/browse/gnome-settings-daemon"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
+ librsvg libgweather geocode-glib geoclue2 nss libgudev gtk3-print-backends)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common)
+groups=(gnome)
+_commit=3ee42193f8772b5eb39b0b5a4d175b00abce033d # tags/GNOME_SETTINGS_DAEMON_3_22_1^0
+source=("git://git.gnome.org/gnome-settings-daemon#commit=$_commit"
+ "git://git.gnome.org/libgnome-volume-control")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+
+ #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
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2016-10-11 12:18:07 UTC (rev 278218)
+++ testing-x86_64/PKGBUILD 2016-10-11 12:18:34 UTC (rev 278219)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-settings-daemon
-pkgver=3.22.0+2+g84c2c56
-pkgrel=1
-pkgdesc="The GNOME Settings daemon"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
- libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
- librsvg libgweather geocode-glib geoclue2 nss libgudev gtk3-print-backends)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common)
-options=('!emptydirs')
-url="http://www.gnome.org"
-groups=(gnome)
-_commit=84c2c56b79e5920c9f831d550e65ab323569f563 # master
-source=("git://git.gnome.org/gnome-settings-daemon#commit=$_commit"
- "git://git.gnome.org/libgnome-volume-control")
-sha256sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control"
- git submodule update
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --disable-static
-
- #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
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-settings-daemon/repos/testing-x86_64/PKGBUILD (from rev 278218, gnome-settings-daemon/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-11 12:18:34 UTC (rev 278219)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-settings-daemon
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="GNOME Settings Daemon"
+url="https://git.gnome.org/browse/gnome-settings-daemon"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
+ librsvg libgweather geocode-glib geoclue2 nss libgudev gtk3-print-backends)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common)
+groups=(gnome)
+_commit=3ee42193f8772b5eb39b0b5a4d175b00abce033d # tags/GNOME_SETTINGS_DAEMON_3_22_1^0
+source=("git://git.gnome.org/gnome-settings-daemon#commit=$_commit"
+ "git://git.gnome.org/libgnome-volume-control")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+
+ #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
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list