[arch-commits] Commit in (gnome-settings-daemon-updates)

2014-05-26 Thread Balló György
Date: Monday, May 26, 2014 @ 12:28:26
  Author: bgyorgy
Revision: 111885

Drop gnome-settings-daemon-updates

It's broken, and no longer maintained by upstream.

Deleted:
  gnome-settings-daemon-updates/



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

2014-04-10 Thread Balló György
Date: Friday, April 11, 2014 @ 03:14:31
  Author: bgyorgy
Revision: 109159

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

Added:
  gnome-settings-daemon-updates/repos/community-testing-i686/
  gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD
(from rev 109158, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch
(from rev 109158, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install
(from rev 109158, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  
gnome-settings-daemon-updates/repos/community-testing-i686/packagekit-0.8.patch
(from rev 109158, gnome-settings-daemon-updates/trunk/packagekit-0.8.patch)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/
  gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD
(from rev 109158, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch
(from rev 109158, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install
(from rev 109158, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/packagekit-0.8.patch
(from rev 109158, gnome-settings-daemon-updates/trunk/packagekit-0.8.patch)

+
 community-testing-i686/PKGBUILD|   47 ++
 community-testing-i686/arch.patch  |  336 +++
 community-testing-i686/gnome-settings-daemon.install   |   12 
 community-testing-i686/packagekit-0.8.patch|   60 ++
 community-testing-x86_64/PKGBUILD  |   47 ++
 community-testing-x86_64/arch.patch|  336 +++
 community-testing-x86_64/gnome-settings-daemon.install |   12 
 community-testing-x86_64/packagekit-0.8.patch  |   60 ++
 8 files changed, 910 insertions(+)

Copied: gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD 
(from rev 109158, gnome-settings-daemon-updates/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-11 01:14:31 UTC (rev 109159)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+
+_pkgname=gnome-settings-daemon
+pkgname=$_pkgname-updates
+pkgver=3.12.0.1
+pkgrel=1
+pkgdesc=Updates plugin for the GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-packagekit' $_pkgname)
+makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 
'xf86-input-wacom')
+options=('!emptydirs')
+install=$_pkgname.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz;
+   'packagekit-0.8.patch'
+   'arch.patch')
+sha256sums=('c21cfcee008da6935ed7f7e814a788a951ba67cc728e43f888b174701cd96847'
+'2fd5ee457f5d57bfd9edef049719f55ab1cab5fe6d0fb422f91fe363c02e6efd'
+'217004c112b18cf136c535ef3d6cc90f0cecc495573cfb8653ff089230d248bb')
+
+prepare() {
+  cd $srcdir/$_pkgname-$pkgver
+  patch -RNp1 -i $srcdir/packagekit-0.8.patch
+  patch -Np1 -i $srcdir/arch.patch
+}
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon \
+  --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C 'gnome-settings-daemon'
+  make -C 'plugins/updates'
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+  make -C 'plugins/updates' DESTDIR=${pkgdir} install
+}

Copied: gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch 
(from rev 109158, gnome-settings-daemon-updates/trunk/arch.patch)
===
--- community-testing-i686/arch.patch   (rev 0)
+++ community-testing-i686/arch.patch   2014-04-11 01:14:31 UTC (rev 109159)
@@ -0,0 +1,336 @@
+diff --git a/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in 
b/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
+index 9af2718..bb45e48 100644
+--- a/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
 b/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
+@@ -16,7 +16,7 @@
+   _descriptionUse mobile broadband connections such as GSM and CDMA to 
check for updates./_description
+ /key
+ key name=auto-download-updates type=b
+-  

[arch-commits] Commit in gnome-settings-daemon-updates/trunk (PKGBUILD)

2014-04-10 Thread Balló György
Date: Friday, April 11, 2014 @ 03:14:20
  Author: bgyorgy
Revision: 109158

upgpkg: gnome-settings-daemon-updates 3.12.0.1-1

Update to version 3.12.0.1

Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-10 23:31:13 UTC (rev 109157)
+++ PKGBUILD2014-04-11 01:14:20 UTC (rev 109158)
@@ -3,7 +3,7 @@
 
 _pkgname=gnome-settings-daemon
 pkgname=$_pkgname-updates
-pkgver=3.10.2
+pkgver=3.12.0.1
 pkgrel=1
 pkgdesc=Updates plugin for the GNOME Settings daemon
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 options=('!emptydirs')
 install=$_pkgname.install
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz;
'packagekit-0.8.patch'
'arch.patch')
-sha256sums=('808899c6e434ecb71f42d3ac022dc51f5963bdf2478f4634078483f9e8a78264'
+sha256sums=('c21cfcee008da6935ed7f7e814a788a951ba67cc728e43f888b174701cd96847'
 '2fd5ee457f5d57bfd9edef049719f55ab1cab5fe6d0fb422f91fe363c02e6efd'
 '217004c112b18cf136c535ef3d6cc90f0cecc495573cfb8653ff089230d248bb')
 



[arch-commits] Commit in gnome-settings-daemon-updates/trunk (3 files)

2013-12-22 Thread Balló György
Date: Monday, December 23, 2013 @ 07:32:16
  Author: bgyorgy
Revision: 102871

upgpkg: gnome-settings-daemon-updates 3.10.2-1

Update to version 3.10.2

Added:
  gnome-settings-daemon-updates/trunk/packagekit-0.8.patch
Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD
  gnome-settings-daemon-updates/trunk/arch.patch

--+
 PKGBUILD |   19 ++-
 arch.patch   |   11 
 packagekit-0.8.patch |   60 +
 3 files changed, 84 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 01:46:34 UTC (rev 102870)
+++ PKGBUILD2013-12-23 06:32:16 UTC (rev 102871)
@@ -3,7 +3,7 @@
 
 _pkgname=gnome-settings-daemon
 pkgname=$_pkgname-updates
-pkgver=3.8.2
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=Updates plugin for the GNOME Settings daemon
 arch=('i686' 'x86_64')
@@ -14,15 +14,21 @@
 install=$_pkgname.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;
+   'packagekit-0.8.patch'
'arch.patch')
-sha256sums=('e2118024549b1a3b24e338403d3451211b8cde5c68e387d9a0081e137191b0be'
-   '32f18a02698bb24aa8ae293eb7bf74a8261e3ce2c5149d259a87bd14500089ea')
+sha256sums=('808899c6e434ecb71f42d3ac022dc51f5963bdf2478f4634078483f9e8a78264'
+'2fd5ee457f5d57bfd9edef049719f55ab1cab5fe6d0fb422f91fe363c02e6efd'
+'217004c112b18cf136c535ef3d6cc90f0cecc495573cfb8653ff089230d248bb')
 
-build() {
+prepare() {
   cd $srcdir/$_pkgname-$pkgver
-
+  patch -RNp1 -i $srcdir/packagekit-0.8.patch
   patch -Np1 -i $srcdir/arch.patch
+}
 
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  autoreconf -fi
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
@@ -31,7 +37,8 @@
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make -s
+  make -C 'gnome-settings-daemon'
+  make -C 'plugins/updates'
 }
 
 package() {

Modified: arch.patch
===
--- arch.patch  2013-12-23 01:46:34 UTC (rev 102870)
+++ arch.patch  2013-12-23 06:32:16 UTC (rev 102871)
@@ -35,6 +35,17 @@
  
  libupdates_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+@@ -58,7 +60,9 @@ gsd_test_updates_SOURCES =   \
+   gsd-updates-firmware.h  \
+   gsd-updates-firmware.c  \
+   gsd-updates-manager.h   \
+-  gsd-updates-manager.c
++  gsd-updates-manager.c   \
++  gsd-updates-watch.h \
++  gsd-updates-watch.c
+ 
+ gsd_test_updates_CPPFLAGS =   \
+   -I$(top_srcdir)/data/   \
 diff --git a/plugins/updates/gsd-updates-manager.c 
b/plugins/updates/gsd-updates-manager.c
 index 95ee1c4..7b26c06 100644
 --- a/plugins/updates/gsd-updates-manager.c

Added: packagekit-0.8.patch
===
--- packagekit-0.8.patch(rev 0)
+++ packagekit-0.8.patch2013-12-23 06:32:16 UTC (rev 102871)
@@ -0,0 +1,60 @@
+From 5f4f1ed45747343f26f280401bc4915d92b71d89 Mon Sep 17 00:00:00 2001
+From: Richard Hughes rich...@hughsie.com
+Date: Mon, 30 Sep 2013 12:06:22 +
+Subject: updates: Raise the dep on PackageKit to avoid complexity
+
+---
+diff --git a/configure.ac b/configure.ac
+index 87eb473..199542c 100644
+--- a/configure.ac
 b/configure.ac
+@@ -306,7 +306,7 @@ AC_ARG_ENABLE(packagekit,
+[WANT_PACKAGEKIT=yes]) dnl Default value
+ 
+ if test x$WANT_PACKAGEKIT = xyes ; then
+-   PK_REQUIRED_VERSION=0.7.4
++   PK_REQUIRED_VERSION=0.8.1
+PKG_CHECK_MODULES(PACKAGEKIT, glib-2.0 packagekit-glib2 = 
$PK_REQUIRED_VERSION upower-glib = $UPOWER_REQUIRED_VERSION gudev-1.0 
libnotify = $LIBNOTIFY_REQUIRED_VERSION,
+  [have_packagekit=true
+   AC_DEFINE(HAVE_PACKAGEKIT, 1, [Define if PackageKit should be 
used])],
+diff --git a/plugins/updates/gsd-updates-manager.c 
b/plugins/updates/gsd-updates-manager.c
+index 3aff29a..0f73a42 100644
+--- a/plugins/updates/gsd-updates-manager.c
 b/plugins/updates/gsd-updates-manager.c
+@@ -742,7 +742,6 @@ auto_download_updates (GsdUpdatesManager *manager)
+ package_ids[i] = g_strdup (pk_package_get_id (pkg));
+ }
+ 
+-#if PK_CHECK_VERSION(0,8,1)
+ /* we've set only-download in PkTask */
+ pk_task_update_packages_async (manager-priv-task,
+package_ids,
+@@ -750,16 +749,6 @@ auto_download_updates (GsdUpdatesManager *manager)
+NULL, NULL,
+(GAsyncReadyCallback) 
package_download_finished_cb,
+manager);
+-#else
+-  

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

2013-12-22 Thread Balló György
Date: Monday, December 23, 2013 @ 07:37:43
  Author: bgyorgy
Revision: 102872

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

Added:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
(from rev 102871, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
(from rev 102871, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
(from rev 102871, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-i686/packagekit-0.8.patch
(from rev 102871, gnome-settings-daemon-updates/trunk/packagekit-0.8.patch)
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
(from rev 102871, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
(from rev 102871, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install
(from rev 102871, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-x86_64/packagekit-0.8.patch
(from rev 102871, gnome-settings-daemon-updates/trunk/packagekit-0.8.patch)
Deleted:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  |   94 +++
 /arch.patch|  672 +++
 /gnome-settings-daemon.install |   24 
 community-i686/PKGBUILD|   40 -
 community-i686/arch.patch  |  325 ---
 community-i686/gnome-settings-daemon.install   |   12 
 community-i686/packagekit-0.8.patch|   60 ++
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/arch.patch|  325 ---
 community-x86_64/gnome-settings-daemon.install |   12 
 community-x86_64/packagekit-0.8.patch  |   60 ++
 11 files changed, 910 insertions(+), 754 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 102871:102872 to see the changes.


[arch-commits] Commit in gnome-settings-daemon-updates (3 files)

2013-10-30 Thread Allan McRae
Date: Thursday, October 31, 2013 @ 00:38:21
  Author: allan
Revision: 99775

remove !libtool

Modified:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
  gnome-settings-daemon-updates/trunk/PKGBUILD

-+
 repos/community-i686/PKGBUILD   |2 +-
 repos/community-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2013-10-30 23:38:00 UTC (rev 99774)
+++ repos/community-i686/PKGBUILD   2013-10-30 23:38:21 UTC (rev 99775)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gnome-packagekit' $_pkgname)
 makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 
'xf86-input-wacom')
-options=('!emptydirs' '!libtool')
+options=('!emptydirs')
 install=$_pkgname.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2013-10-30 23:38:00 UTC (rev 99774)
+++ repos/community-x86_64/PKGBUILD 2013-10-30 23:38:21 UTC (rev 99775)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gnome-packagekit' $_pkgname)
 makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 
'xf86-input-wacom')
-options=('!emptydirs' '!libtool')
+options=('!emptydirs')
 install=$_pkgname.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-10-30 23:38:00 UTC (rev 99774)
+++ trunk/PKGBUILD  2013-10-30 23:38:21 UTC (rev 99775)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gnome-packagekit' $_pkgname)
 makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 
'xf86-input-wacom')
-options=('!emptydirs' '!libtool')
+options=('!emptydirs')
 install=$_pkgname.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;



[arch-commits] Commit in gnome-settings-daemon-updates/trunk (PKGBUILD)

2013-05-18 Thread Jonathan Conder
Date: Sunday, May 19, 2013 @ 03:49:39
  Author: jconder
Revision: 91085

upgpkg: gnome-settings-daemon-updates 3.8.2-1

update to 3.8.2

Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 01:47:07 UTC (rev 91084)
+++ PKGBUILD2013-05-19 01:49:39 UTC (rev 91085)
@@ -3,7 +3,7 @@
 
 _pkgname=gnome-settings-daemon
 pkgname=$_pkgname-updates
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=Updates plugin for the GNOME Settings daemon
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;
'arch.patch')
-sha256sums=('367a770ec7a3c85a43bc39ced5a02a1b1761780d954329f6b21c0f2efcee'
+sha256sums=('e2118024549b1a3b24e338403d3451211b8cde5c68e387d9a0081e137191b0be'
'32f18a02698bb24aa8ae293eb7bf74a8261e3ce2c5149d259a87bd14500089ea')
 
 build() {



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

2013-05-18 Thread Jonathan Conder
Date: Sunday, May 19, 2013 @ 03:51:02
  Author: jconder
Revision: 91086

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

Added:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
(from rev 91085, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
(from rev 91085, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
(from rev 91085, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
(from rev 91085, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
(from rev 91085, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install
(from rev 91085, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  |   80 ++
 /arch.patch|  650 +++
 /gnome-settings-daemon.install |   24 
 community-i686/PKGBUILD|   40 -
 community-i686/arch.patch  |  325 ---
 community-i686/gnome-settings-daemon.install   |   12 
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/arch.patch|  325 ---
 community-x86_64/gnome-settings-daemon.install |   12 
 9 files changed, 754 insertions(+), 754 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 91085:91086 to see the changes.


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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:24:09
  Author: heftig
Revision: 88701

db-move: moved gnome-settings-daemon-updates from [community-testing] to 
[community] (i686, x86_64)

Added:
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
(from rev 88696, 
gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
(from rev 88696, 
gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch)
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
(from rev 88696, 
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
(from rev 88696, 
gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
(from rev 88696, 
gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch)
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install
(from rev 88696, 
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install)
Deleted:
  
gnome-settings-daemon-updates/repos/community-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon-updates/repos/community-i686/PKGBUILD
  gnome-settings-daemon-updates/repos/community-i686/arch.patch
  
gnome-settings-daemon-updates/repos/community-i686/gnome-settings-daemon.install
  gnome-settings-daemon-updates/repos/community-testing-i686/
  gnome-settings-daemon-updates/repos/community-testing-x86_64/
  
gnome-settings-daemon-updates/repos/community-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon-updates/repos/community-x86_64/PKGBUILD
  gnome-settings-daemon-updates/repos/community-x86_64/arch.patch
  
gnome-settings-daemon-updates/repos/community-x86_64/gnome-settings-daemon.install

--+
 /PKGBUILD  
  |   80 
 /arch.patch
  |  650 
 /gnome-settings-daemon.install 
  |   24 
 community-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch 
  | 1476 --
 community-i686/PKGBUILD
  |   48 
 community-i686/arch.patch  
  |  325 --
 community-i686/gnome-settings-daemon.install   
  |   12 
 
community-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
 | 1476 --
 community-x86_64/PKGBUILD  
  |   48 
 community-x86_64/arch.patch
  |  325 --
 community-x86_64/gnome-settings-daemon.install 
  |   12 
 11 files changed, 754 insertions(+), 3722 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88700:88701 to see the changes.


[arch-commits] Commit in gnome-settings-daemon-updates/trunk (2 files)

2013-04-16 Thread Jonathan Conder
Date: Wednesday, April 17, 2013 @ 00:52:10
  Author: jconder
Revision: 88383

upgpkg: gnome-settings-daemon-updates 3.8.1-1

update to 3.8.1

Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD
Deleted:
  
gnome-settings-daemon-updates/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch

-+
 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch | 1476 
--
 PKGBUILD|4 
 2 files changed, 2 insertions(+), 1478 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88382:88383 to see the changes.


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

2013-04-16 Thread Jonathan Conder
Date: Wednesday, April 17, 2013 @ 00:53:36
  Author: jconder
Revision: 88384

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

Added:
  gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD
(from rev 88383, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch
(from rev 88383, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install
(from rev 88383, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD
(from rev 88383, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch
(from rev 88383, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install
(from rev 88383, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
Deleted:
  
gnome-settings-daemon-updates/repos/community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD
  gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch
  
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD
  gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install

--+
 /PKGBUILD  
  |   80 
 /arch.patch
  |  650 
 /gnome-settings-daemon.install 
  |   24 
 
community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
   | 1476 --
 community-testing-i686/PKGBUILD
  |   40 
 community-testing-i686/arch.patch  
  |  325 --
 community-testing-i686/gnome-settings-daemon.install   
  |   12 
 
community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
 | 1476 --
 community-testing-x86_64/PKGBUILD  
  |   40 
 community-testing-x86_64/arch.patch
  |  325 --
 community-testing-x86_64/gnome-settings-daemon.install 
  |   12 
 11 files changed, 754 insertions(+), 3706 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88383:88384 to see the changes.


[arch-commits] Commit in gnome-settings-daemon-updates/trunk (PKGBUILD)

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 04:08:03
  Author: jconder
Revision: 88172

upgpkg: gnome-settings-daemon-updates 3.8.0-1

update to 3.8.0

Modified:
  gnome-settings-daemon-updates/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 01:58:31 UTC (rev 88171)
+++ PKGBUILD2013-04-13 02:08:03 UTC (rev 88172)
@@ -3,8 +3,8 @@
 
 _pkgname=gnome-settings-daemon
 pkgname=$_pkgname-updates
-pkgver=3.6.4
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=Updates plugin for the GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,28 +14,20 @@
 install=$_pkgname.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;
-   '0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch'
'arch.patch')
-sha256sums=('3db993f2dbabc0c9d06a309bb12c9a7104b9cdda414ac4b1c301f5114a441c15'
-'dbea64c93db308cbcae52cf0c512986c6f07a0bd5023b0641255416af863011e'
+sha256sums=('dff9e725a34158558836843e17079f602522bc30f05acf96cb2712eb4544c9ea'
'32f18a02698bb24aa8ae293eb7bf74a8261e3ce2c5149d259a87bd14500089ea')
 
 build() {
   cd $srcdir/$_pkgname-$pkgver
 
-  patch -Np1 -i 
$srcdir/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
   patch -Np1 -i $srcdir/arch.patch
 
-  aclocal
-  autoconf
-  automake --add-missing
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-settings-daemon \
-  --disable-static \
-  --enable-systemd \
- --disable-ibus
+  --disable-static
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



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

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 04:09:22
  Author: jconder
Revision: 88173

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

Added:
  gnome-settings-daemon-updates/repos/community-testing-i686/
  
gnome-settings-daemon-updates/repos/community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 88172, 
gnome-settings-daemon-updates/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon-updates/repos/community-testing-i686/PKGBUILD
(from rev 88172, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-i686/arch.patch
(from rev 88172, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-i686/gnome-settings-daemon.install
(from rev 88172, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 88172, 
gnome-settings-daemon-updates/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/PKGBUILD
(from rev 88172, gnome-settings-daemon-updates/trunk/PKGBUILD)
  gnome-settings-daemon-updates/repos/community-testing-x86_64/arch.patch
(from rev 88172, gnome-settings-daemon-updates/trunk/arch.patch)
  
gnome-settings-daemon-updates/repos/community-testing-x86_64/gnome-settings-daemon.install
(from rev 88172, 
gnome-settings-daemon-updates/trunk/gnome-settings-daemon.install)

--+
 
community-testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
   | 1476 ++
 community-testing-i686/PKGBUILD
  |   40 
 community-testing-i686/arch.patch  
  |  325 ++
 community-testing-i686/gnome-settings-daemon.install   
  |   12 
 
community-testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
 | 1476 ++
 community-testing-x86_64/PKGBUILD  
  |   40 
 community-testing-x86_64/arch.patch
  |  325 ++
 community-testing-x86_64/gnome-settings-daemon.install 
  |   12 
 8 files changed, 3706 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 88172:88173 to see the changes.