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

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 15:01:44
  Author: heftig
Revision: 308857

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 308856, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 308856, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-02 15:00:56 UTC (rev 308856)
+++ extra-i686/PKGBUILD 2017-11-02 15:01:44 UTC (rev 308857)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.1+9+ge973b2e8
-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 libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=e973b2e8870f7186954c3cfa7017ae8090a0ee02  # master
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
-"git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 308856, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-02 15:01:44 UTC (rev 308857)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.2
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=b4a1b1ab4da2be6628811a763376fc39c116cdbe  # 
tags/GNOME_SETTINGS_DAEMON_3_26_2^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-02 15:00:56 UTC (rev 308856)
+++ extra-x86_64/PKGBUILD   2017-11-02 15:01:44 UTC (rev 308857)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.1+9+ge973b2e8
-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 

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

2017-11-01 Thread Jan Steffens
Date: Wednesday, November 1, 2017 @ 18:49:42
  Author: heftig
Revision: 308819

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 308818, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 308818, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-01 18:49:02 UTC (rev 308818)
+++ extra-i686/PKGBUILD 2017-11-01 18:49:42 UTC (rev 308819)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.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 libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=6900cc05c4c3401a530dce580d405596474d47ef  # 
tags/GNOME_SETTINGS_DAEMON_3_26_1^0
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
-"git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 308818, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-01 18:49:42 UTC (rev 308819)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.1+9+ge973b2e8
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=e973b2e8870f7186954c3cfa7017ae8090a0ee02  # master
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-01 18:49:02 UTC (rev 308818)
+++ extra-x86_64/PKGBUILD   2017-11-01 18:49:42 UTC (rev 308819)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.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 

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:34:34
  Author: heftig
Revision: 306648

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

Added:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 306647, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 306647, 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   |   52 ---
 testing-x86_64/PKGBUILD |   52 ---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:34:01 UTC (rev 306647)
+++ testing-i686/PKGBUILD   2017-10-03 17:34:34 UTC (rev 306648)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.0
-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 libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
-"git+https://git.gnome.org/browse/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 306647, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:34:34 UTC (rev 306648)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=6900cc05c4c3401a530dce580d405596474d47ef  # 
tags/GNOME_SETTINGS_DAEMON_3_26_1^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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 2017-10-03 17:34:01 UTC (rev 306647)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:34:34 UTC (rev 306648)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="GNOME Settings Daemon"
-url="https://git.gnome.org/browse/gnome-settings-daemon;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf 

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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:43:11
  Author: jgc
Revision: 305643

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 305642, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305642, gnome-settings-daemon/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD (from rev 
305642, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:43:11 UTC (rev 305643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.0
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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/gnome-unstable-x86_64/PKGBUILD (from rev 
305642, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:43:11 UTC (rev 305643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.0
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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
+}


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

2017-07-22 Thread Jan Steffens
Date: Saturday, July 22, 2017 @ 18:14:17
  Author: heftig
Revision: 301156

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 301155, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 301155, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-22 18:12:46 UTC (rev 301155)
+++ extra-i686/PKGBUILD 2017-07-22 18:14:17 UTC (rev 301156)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.2
-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 libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=2ff67385f2b7c7adb0ab438cb41d114235a8e40a  # 
tags/GNOME_SETTINGS_DAEMON_3_24_2^0
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
-"git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 301155, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-22 18:14:17 UTC (rev 301156)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.24.3
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=a2a7a1b3859df635bf97d62f7307306526ec6334  # 
tags/GNOME_SETTINGS_DAEMON_3_24_3^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-22 18:12:46 UTC (rev 301155)
+++ extra-x86_64/PKGBUILD   2017-07-22 18:14:17 UTC (rev 301156)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.2
-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 

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

2017-05-09 Thread Jan Steffens
Date: Tuesday, May 9, 2017 @ 16:57:47
  Author: heftig
Revision: 295504

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 295503, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 295503, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-09 16:57:13 UTC (rev 295503)
+++ extra-i686/PKGBUILD 2017-05-09 16:57:47 UTC (rev 295504)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.1+7+g42f75ed4
-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 libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=42f75ed4cdc86498d6e02e511a1314b8916bd4aa  # gnome-3-24
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
-"git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 295503, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-09 16:57:47 UTC (rev 295504)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.24.2
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=2ff67385f2b7c7adb0ab438cb41d114235a8e40a  # 
tags/GNOME_SETTINGS_DAEMON_3_24_2^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-09 16:57:13 UTC (rev 295503)
+++ extra-x86_64/PKGBUILD   2017-05-09 16:57:47 UTC (rev 295504)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.1+7+g42f75ed4
-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 

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

2017-04-25 Thread Jan de Groot
Date: Tuesday, April 25, 2017 @ 08:28:10
  Author: jgc
Revision: 294626

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 294625, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 294625, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-25 08:28:05 UTC (rev 294625)
+++ extra-i686/PKGBUILD 2017-04-25 08:28:10 UTC (rev 294626)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.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 libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=f981b98a509a1a0e2f72d97bd8716d5165e38848  # 
tags/GNOME_SETTINGS_DAEMON_3_24_1^0
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
-"git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 294625, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-25 08:28:10 UTC (rev 294626)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.24.1+7+g42f75ed4
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=42f75ed4cdc86498d6e02e511a1314b8916bd4aa  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-25 08:28:05 UTC (rev 294625)
+++ extra-x86_64/PKGBUILD   2017-04-25 08:28:10 UTC (rev 294626)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.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 

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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 10:00:25
  Author: jgc
Revision: 292601

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 292600, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292600, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |  104 +++
 gnome-unstable-i686/PKGBUILD   |   52 ---
 gnome-unstable-x86_64/PKGBUILD |   52 ---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2017-04-12 10:00:17 UTC (rev 292600)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 10:00:25 UTC (rev 292601)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.0+5+gec844c9a
-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 libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=ec844c9a25d2b0327973fc6d41f50b2e08c2347f  # gnome-3-24
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
-"git+https://git.gnome.org/browse/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/gnome-unstable-i686/PKGBUILD (from rev 
292600, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 10:00:25 UTC (rev 292601)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.24.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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=f981b98a509a1a0e2f72d97bd8716d5165e38848  # 
tags/GNOME_SETTINGS_DAEMON_3_24_1^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2017-04-12 10:00:17 UTC (rev 292600)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 10:00:25 UTC (rev 292601)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.24.0+5+gec844c9a
-pkgrel=1
-pkgdesc="GNOME 

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

2017-04-07 Thread Jan de Groot
Date: Friday, April 7, 2017 @ 12:29:18
  Author: jgc
Revision: 292257

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 292256, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292256, gnome-settings-daemon/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD (from rev 
292256, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-07 12:29:18 UTC (rev 292257)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.24.0+5+gec844c9a
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=ec844c9a25d2b0327973fc6d41f50b2e08c2347f  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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/gnome-unstable-x86_64/PKGBUILD (from rev 
292256, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-07 12:29:18 UTC (rev 292257)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.24.0+5+gec844c9a
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=ec844c9a25d2b0327973fc6d41f50b2e08c2347f  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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
+}


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

2017-03-15 Thread Jan Steffens
Date: Wednesday, March 15, 2017 @ 21:19:28
  Author: heftig
Revision: 290901

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 290900, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 290900, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-15 21:17:22 UTC (rev 290900)
+++ extra-i686/PKGBUILD 2017-03-15 21:19:28 UTC (rev 290901)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-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
-}

Copied: gnome-settings-daemon/repos/extra-i686/PKGBUILD (from rev 290900, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-15 21:19:28 UTC (rev 290901)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.22.2
+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 libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=239ccb035d17380d801d9cdde3a10dce5b64ac85  # 
tags/GNOME_SETTINGS_DAEMON_3_22_2^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-15 21:17:22 UTC (rev 290900)
+++ extra-x86_64/PKGBUILD   2017-03-15 21:19:28 UTC (rev 290901)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-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 

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

2016-10-11 Thread Jan Steffens
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) 
-
-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) 
+
+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) 
-
-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 

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

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 21:12:03
  Author: heftig
Revision: 277187

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 277186, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277186, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |  106 +++
 gnome-unstable-i686/PKGBUILD   |   45 
 gnome-unstable-x86_64/PKGBUILD |   45 
 3 files changed, 106 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-09-27 21:11:36 UTC (rev 277186)
+++ gnome-unstable-i686/PKGBUILD2016-09-27 21:12:03 UTC (rev 277187)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.22.0+1+g86695d5
-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)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-options=('!emptydirs')
-url="http://www.gnome.org;
-groups=(gnome)
-source=('git://git.gnome.org/gnome-settings-daemon#commit=86695d5f743daf4c74b16e02f753f9d5bde68150')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 
's/_/./g'
-}
-
-prepare() {
-  cd $pkgname
-  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/gnome-unstable-i686/PKGBUILD (from rev 
277186, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-27 21:12:03 UTC (rev 277187)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-09-27 21:11:36 UTC (rev 277186)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-27 21:12:03 UTC (rev 277187)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.22.0+1+g86695d5
-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)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)

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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:56:20
  Author: jgc
Revision: 276858

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 276857, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276857, gnome-settings-daemon/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   45 +++
 gnome-unstable-x86_64/PKGBUILD |   45 +++
 2 files changed, 90 insertions(+)

Copied: gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD (from rev 
276857, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 21:56:20 UTC (rev 276858)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.22.0+1+g86695d5
+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)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=(gnome)
+source=('git://git.gnome.org/gnome-settings-daemon#commit=86695d5f743daf4c74b16e02f753f9d5bde68150')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 
's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  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/gnome-unstable-x86_64/PKGBUILD (from rev 
276857, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 21:56:20 UTC (rev 276858)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.22.0+1+g86695d5
+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)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=(gnome)
+source=('git://git.gnome.org/gnome-settings-daemon#commit=86695d5f743daf4c74b16e02f753f9d5bde68150')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 
's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  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
+}


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

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:30:55
  Author: ibiru
Revision: 138939

db-move: moved gnome-settings-daemon from [gnome-unstable] to [testing] (i686)

Added:
  gnome-settings-daemon/repos/testing-i686/
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 138832, gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD)
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
(from rev 138832, 
gnome-settings-daemon/repos/gnome-unstable-i686/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon/repos/gnome-unstable-i686/

---+
 PKGBUILD  |   34 ++
 gnome-settings-daemon.install |   18 ++
 2 files changed, 52 insertions(+)

Copied: gnome-settings-daemon/repos/testing-i686/PKGBUILD (from rev 138832, 
gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-28 19:30:55 UTC (rev 138939)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-settings-daemon
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'gnome-desktop' 'libnotify' 'hicolor-icon-theme' 
'libcanberra-pulse' 'gsettings-desktop-schemas' 'nss' 'gconf' 'dconf' 
'pulseaudio' 'pulseaudio-alsa' 'upower')
+makedepends=('intltool' 'gtk-doc' 'gnome-desktop')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+replaces=(gnome-settings-daemon-pulse)
+conflicts=(gnome-settings-daemon-pulse)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a85242ce60b9c9bb3fbad124ee06430a408f39fa31d2d4ea29dc179db724447b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static 
--enable-pulse \
+  --with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids
+  #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: gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install 
(from rev 138832, 
gnome-settings-daemon/repos/gnome-unstable-i686/gnome-settings-daemon.install)
===
--- testing-i686/gnome-settings-daemon.install  (rev 0)
+++ testing-i686/gnome-settings-daemon.install  2011-09-28 19:30:55 UTC (rev 
138939)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall gnome-settings-daemon
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:30:57
  Author: ibiru
Revision: 138940

db-move: moved gnome-settings-daemon from [gnome-unstable] to [testing] (x86_64)

Added:
  gnome-settings-daemon/repos/testing-x86_64/
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 138832, 
gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install
(from rev 138832, 
gnome-settings-daemon/repos/gnome-unstable-x86_64/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon/repos/gnome-unstable-x86_64/

---+
 PKGBUILD  |   34 ++
 gnome-settings-daemon.install |   18 ++
 2 files changed, 52 insertions(+)

Copied: gnome-settings-daemon/repos/testing-x86_64/PKGBUILD (from rev 138832, 
gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:30:57 UTC (rev 138940)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-settings-daemon
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'gnome-desktop' 'libnotify' 'hicolor-icon-theme' 
'libcanberra-pulse' 'gsettings-desktop-schemas' 'nss' 'gconf' 'dconf' 
'pulseaudio' 'pulseaudio-alsa' 'upower')
+makedepends=('intltool' 'gtk-doc' 'gnome-desktop')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+replaces=(gnome-settings-daemon-pulse)
+conflicts=(gnome-settings-daemon-pulse)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a85242ce60b9c9bb3fbad124ee06430a408f39fa31d2d4ea29dc179db724447b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static 
--enable-pulse \
+  --with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids
+  #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: 
gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install (from 
rev 138832, 
gnome-settings-daemon/repos/gnome-unstable-x86_64/gnome-settings-daemon.install)
===
--- testing-x86_64/gnome-settings-daemon.install
(rev 0)
+++ testing-x86_64/gnome-settings-daemon.install2011-09-28 19:30:57 UTC 
(rev 138940)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall gnome-settings-daemon
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-03-17 Thread Ionut Biru
Date: Thursday, March 17, 2011 @ 16:09:00
  Author: ibiru
Revision: 115412

fix plugin notification initialization. FS#23313

Added:
  gnome-settings-daemon/repos/extra-i686/add_notify_init.patch
  gnome-settings-daemon/repos/extra-x86_64/add_notify_init.patch
Modified:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD

+
 extra-i686/PKGBUILD|   12 
 extra-i686/add_notify_init.patch   |   14 ++
 extra-x86_64/PKGBUILD  |   12 
 extra-x86_64/add_notify_init.patch |   14 ++
 4 files changed, 44 insertions(+), 8 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-17 18:39:31 UTC (rev 115411)
+++ extra-i686/PKGBUILD 2011-03-17 20:09:00 UTC (rev 115412)
@@ -4,7 +4,7 @@
 pkgbase=gnome-settings-daemon
 pkgname=(gnome-settings-daemon gnome-settings-daemon-pulse)
 pkgver=2.32.1
-pkgrel=3
+pkgrel=4
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,17 +16,20 @@
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
 gstreamer-volume-2.30.patch
-gnome-settings-daemon-2.32.1-libnotify-0.7.patch)
+gnome-settings-daemon-2.32.1-libnotify-0.7.patch
+add_notify_init.patch)
 sha256sums=('0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86'
 '4b2a14c0e238f3cde71619b74f178544151bb319dee84b52133a254b85548582'
-'da836e61ddaea8b3a90692951296a28c4533e1e117412a0602f6c76e564e837d')
+'da836e61ddaea8b3a90692951296a28c4533e1e117412a0602f6c76e564e837d'
+'3f81b1bf76b4e01fe6264be0de987fe9d346eee305a898dca630dea7d77b61f3')
 
 build() {
   cd $srcdir
   cp -a $pkgbase-$pkgver{,-pulse}
-  
+
   cd $pkgbase-$pkgver
   patch -Np0 -i ${srcdir}/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
+  patch -Np1 -i ${srcdir}/add_notify_init.patch
   patch -Np1 -i ${srcdir}/gstreamer-volume-2.30.patch
   libtoolize --force
   aclocal
@@ -38,6 +41,7 @@
 
   cd $srcdir/$pkgbase-$pkgver-pulse
   patch -Np0 -i ${srcdir}/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
+  patch -Np1 -i ${srcdir}/add_notify_init.patch
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/bin --disable-static --enable-pulse
   make

Added: extra-i686/add_notify_init.patch
===
--- extra-i686/add_notify_init.patch(rev 0)
+++ extra-i686/add_notify_init.patch2011-03-17 20:09:00 UTC (rev 115412)
@@ -0,0 +1,14 @@
+diff -Nur 
gnome-settings-daemon-2.32.1.orig/plugins/xrandr/gsd-xrandr-manager.c 
gnome-settings-daemon-2.32.1/plugins/xrandr/gsd-xrandr-manager.c
+--- gnome-settings-daemon-2.32.1.orig/plugins/xrandr/gsd-xrandr-manager.c  
2010-11-15 05:11:00.0 -0800
 gnome-settings-daemon-2.32.1/plugins/xrandr/gsd-xrandr-manager.c   
2011-03-17 11:52:57.516694024 -0700
+@@ -2530,6 +2530,10 @@
+ 
+ manager-priv-current_fn_f7_config = -1;
+ manager-priv-fn_f7_configs = NULL;
++
++#ifdef HAVE_LIBNOTIFY
++notify_init (gnome-settings-daemon);
++#endif /* HAVE_LIBNOTIFY */
+ }
+ 
+ static void

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-17 18:39:31 UTC (rev 115411)
+++ extra-x86_64/PKGBUILD   2011-03-17 20:09:00 UTC (rev 115412)
@@ -4,7 +4,7 @@
 pkgbase=gnome-settings-daemon
 pkgname=(gnome-settings-daemon gnome-settings-daemon-pulse)
 pkgver=2.32.1
-pkgrel=3
+pkgrel=4
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,17 +16,20 @@
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
 gstreamer-volume-2.30.patch
-gnome-settings-daemon-2.32.1-libnotify-0.7.patch)
+gnome-settings-daemon-2.32.1-libnotify-0.7.patch
+add_notify_init.patch)
 sha256sums=('0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86'
 '4b2a14c0e238f3cde71619b74f178544151bb319dee84b52133a254b85548582'
-'da836e61ddaea8b3a90692951296a28c4533e1e117412a0602f6c76e564e837d')
+'da836e61ddaea8b3a90692951296a28c4533e1e117412a0602f6c76e564e837d'
+'3f81b1bf76b4e01fe6264be0de987fe9d346eee305a898dca630dea7d77b61f3')
 
 build() {
   cd $srcdir
   cp -a $pkgbase-$pkgver{,-pulse}
-  
+
   cd $pkgbase-$pkgver
   patch -Np0 -i ${srcdir}/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
+  patch -Np1 -i ${srcdir}/add_notify_init.patch
   patch -Np1 -i ${srcdir}/gstreamer-volume-2.30.patch
   libtoolize --force
   aclocal
@@ -38,6 +41,7 @@
 
   cd $srcdir/$pkgbase-$pkgver-pulse
   patch -Np0 -i ${srcdir}/gnome-settings-daemon-2.32.1-libnotify-0.7.patch
+