[arch-commits] Commit in accountsservice/repos (10 files)

Jan Steffens heftig at archlinux.org
Thu Dec 13 09:39:25 UTC 2012


    Date: Thursday, December 13, 2012 @ 04:39:25
  Author: heftig
Revision: 173212

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

Added:
  accountsservice/repos/extra-i686/PKGBUILD
    (from rev 173211, accountsservice/trunk/PKGBUILD)
  accountsservice/repos/extra-i686/more-exclusions.patch
    (from rev 173211, accountsservice/trunk/more-exclusions.patch)
  accountsservice/repos/extra-x86_64/PKGBUILD
    (from rev 173211, accountsservice/trunk/PKGBUILD)
  accountsservice/repos/extra-x86_64/more-exclusions.patch
    (from rev 173211, accountsservice/trunk/more-exclusions.patch)
Deleted:
  accountsservice/repos/extra-i686/32bit-crash.patch
  accountsservice/repos/extra-i686/PKGBUILD
  accountsservice/repos/extra-i686/more-exclusions.patch
  accountsservice/repos/extra-x86_64/32bit-crash.patch
  accountsservice/repos/extra-x86_64/PKGBUILD
  accountsservice/repos/extra-x86_64/more-exclusions.patch

------------------------------------+
 extra-i686/32bit-crash.patch       |   26 -------------
 extra-i686/PKGBUILD                |   68 ++++++++++++++++-------------------
 extra-i686/more-exclusions.patch   |   24 ++++++------
 extra-x86_64/32bit-crash.patch     |   26 -------------
 extra-x86_64/PKGBUILD              |   68 ++++++++++++++++-------------------
 extra-x86_64/more-exclusions.patch |   24 ++++++------
 6 files changed, 90 insertions(+), 146 deletions(-)

Deleted: extra-i686/32bit-crash.patch
===================================================================
--- extra-i686/32bit-crash.patch	2012-12-13 09:38:40 UTC (rev 173211)
+++ extra-i686/32bit-crash.patch	2012-12-13 09:39:25 UTC (rev 173212)
@@ -1,26 +0,0 @@
-From 4d5166d1833e42d81b854374aa6e73f83a67a70e Mon Sep 17 00:00:00 2001
-From: Matthias Clasen <mclasen at redhat.com>
-Date: Tue, 27 Nov 2012 23:30:45 +0000
-Subject: Fix a crash on 32bit systems
-
-The login-frequency property of the User interface is defined
-as uint64 type. Therefore, when setting it with g_object_set,
-a 64bit value is collected, and passing an int might lead to
-bad things.
-https://bugs.freedesktop.org/show_bug.cgi?id=57343
----
-diff --git a/src/daemon.c b/src/daemon.c
-index ed3a114..4d6f3ab 100644
---- a/src/daemon.c
-+++ b/src/daemon.c
-@@ -207,7 +207,7 @@ daemon_local_user_is_excluded (Daemon *daemon, const gchar *username, const gcha
- #ifdef HAVE_UTMPX_H
- 
- typedef struct {
--        int frequency;
-+        guint64 frequency;
-         gint64 time;
-         GList *previous_logins;
- } UserAccounting;
---
-cgit v0.9.0.2-2-gbebe

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-12-13 09:38:40 UTC (rev 173211)
+++ extra-i686/PKGBUILD	2012-12-13 09:39:25 UTC (rev 173212)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.29
-pkgrel=2
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/"
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch 32bit-crash.patch)
-md5sums=('396c16f39711e24bb7cc685a170befa3'
-         '1d5cf127e5aac407fe7c37b2f4fd503c'
-         '2d364b82e7bb1df4aaae70e9ac5be0ba')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../more-exclusions.patch
-  patch -Np1 -i ../32bit-crash.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/accountsservice \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 173211, accountsservice/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-12-13 09:39:25 UTC (rev 173212)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.30
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/"
+license=('GPL3')
+depends=('glib2' 'polkit' 'systemd')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+md5sums=('8955b53b0ac9036b3f6a91202ff954f1'
+         '1d5cf127e5aac407fe7c37b2f4fd503c')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../more-exclusions.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/accountsservice \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --localstatedir=/var --disable-static --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/more-exclusions.patch
===================================================================
--- extra-i686/more-exclusions.patch	2012-12-13 09:38:40 UTC (rev 173211)
+++ extra-i686/more-exclusions.patch	2012-12-13 09:39:25 UTC (rev 173212)
@@ -1,12 +0,0 @@
-diff --git i/src/daemon.c w/src/daemon.c
-index c65eca3..9166055 100644
---- i/src/daemon.c
-+++ w/src/daemon.c
-@@ -77,6 +77,7 @@ static const char *default_excludes[] = {
-         "games",
-         "man",
-         "at",
-+        "git",
-         NULL
- };
- 

Copied: accountsservice/repos/extra-i686/more-exclusions.patch (from rev 173211, accountsservice/trunk/more-exclusions.patch)
===================================================================
--- extra-i686/more-exclusions.patch	                        (rev 0)
+++ extra-i686/more-exclusions.patch	2012-12-13 09:39:25 UTC (rev 173212)
@@ -0,0 +1,12 @@
+diff --git i/src/daemon.c w/src/daemon.c
+index c65eca3..9166055 100644
+--- i/src/daemon.c
++++ w/src/daemon.c
+@@ -77,6 +77,7 @@ static const char *default_excludes[] = {
+         "games",
+         "man",
+         "at",
++        "git",
+         NULL
+ };
+ 

Deleted: extra-x86_64/32bit-crash.patch
===================================================================
--- extra-x86_64/32bit-crash.patch	2012-12-13 09:38:40 UTC (rev 173211)
+++ extra-x86_64/32bit-crash.patch	2012-12-13 09:39:25 UTC (rev 173212)
@@ -1,26 +0,0 @@
-From 4d5166d1833e42d81b854374aa6e73f83a67a70e Mon Sep 17 00:00:00 2001
-From: Matthias Clasen <mclasen at redhat.com>
-Date: Tue, 27 Nov 2012 23:30:45 +0000
-Subject: Fix a crash on 32bit systems
-
-The login-frequency property of the User interface is defined
-as uint64 type. Therefore, when setting it with g_object_set,
-a 64bit value is collected, and passing an int might lead to
-bad things.
-https://bugs.freedesktop.org/show_bug.cgi?id=57343
----
-diff --git a/src/daemon.c b/src/daemon.c
-index ed3a114..4d6f3ab 100644
---- a/src/daemon.c
-+++ b/src/daemon.c
-@@ -207,7 +207,7 @@ daemon_local_user_is_excluded (Daemon *daemon, const gchar *username, const gcha
- #ifdef HAVE_UTMPX_H
- 
- typedef struct {
--        int frequency;
-+        guint64 frequency;
-         gint64 time;
-         GList *previous_logins;
- } UserAccounting;
---
-cgit v0.9.0.2-2-gbebe

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-12-13 09:38:40 UTC (rev 173211)
+++ extra-x86_64/PKGBUILD	2012-12-13 09:39:25 UTC (rev 173212)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.29
-pkgrel=2
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/"
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch 32bit-crash.patch)
-md5sums=('396c16f39711e24bb7cc685a170befa3'
-         '1d5cf127e5aac407fe7c37b2f4fd503c'
-         '2d364b82e7bb1df4aaae70e9ac5be0ba')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../more-exclusions.patch
-  patch -Np1 -i ../32bit-crash.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/accountsservice \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 173211, accountsservice/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-13 09:39:25 UTC (rev 173212)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.30
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/"
+license=('GPL3')
+depends=('glib2' 'polkit' 'systemd')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+md5sums=('8955b53b0ac9036b3f6a91202ff954f1'
+         '1d5cf127e5aac407fe7c37b2f4fd503c')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../more-exclusions.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/accountsservice \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --localstatedir=/var --disable-static --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/more-exclusions.patch
===================================================================
--- extra-x86_64/more-exclusions.patch	2012-12-13 09:38:40 UTC (rev 173211)
+++ extra-x86_64/more-exclusions.patch	2012-12-13 09:39:25 UTC (rev 173212)
@@ -1,12 +0,0 @@
-diff --git i/src/daemon.c w/src/daemon.c
-index c65eca3..9166055 100644
---- i/src/daemon.c
-+++ w/src/daemon.c
-@@ -77,6 +77,7 @@ static const char *default_excludes[] = {
-         "games",
-         "man",
-         "at",
-+        "git",
-         NULL
- };
- 

Copied: accountsservice/repos/extra-x86_64/more-exclusions.patch (from rev 173211, accountsservice/trunk/more-exclusions.patch)
===================================================================
--- extra-x86_64/more-exclusions.patch	                        (rev 0)
+++ extra-x86_64/more-exclusions.patch	2012-12-13 09:39:25 UTC (rev 173212)
@@ -0,0 +1,12 @@
+diff --git i/src/daemon.c w/src/daemon.c
+index c65eca3..9166055 100644
+--- i/src/daemon.c
++++ w/src/daemon.c
+@@ -77,6 +77,7 @@ static const char *default_excludes[] = {
+         "games",
+         "man",
+         "at",
++        "git",
+         NULL
+ };
+ 




More information about the arch-commits mailing list