forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-i686, extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@173212 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
heftig
committed
Dec 13, 2012
1 parent
87842dd
commit 2dda218
Showing
4 changed files
with
10 additions
and
66 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,24 +2,22 @@ | |
# Maintainer: Ionut Biru <[email protected]> | ||
|
||
pkgname=accountsservice | ||
pkgver=0.6.29 | ||
pkgrel=2 | ||
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 32bit-crash.patch) | ||
md5sums=('396c16f39711e24bb7cc685a170befa3' | ||
'1d5cf127e5aac407fe7c37b2f4fd503c' | ||
'2d364b82e7bb1df4aaae70e9ac5be0ba') | ||
source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch) | ||
md5sums=('8955b53b0ac9036b3f6a91202ff954f1' | ||
'1d5cf127e5aac407fe7c37b2f4fd503c') | ||
|
||
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 \ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,24 +2,22 @@ | |
# Maintainer: Ionut Biru <[email protected]> | ||
|
||
pkgname=accountsservice | ||
pkgver=0.6.29 | ||
pkgrel=2 | ||
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 32bit-crash.patch) | ||
md5sums=('396c16f39711e24bb7cc685a170befa3' | ||
'1d5cf127e5aac407fe7c37b2f4fd503c' | ||
'2d364b82e7bb1df4aaae70e9ac5be0ba') | ||
source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch) | ||
md5sums=('8955b53b0ac9036b3f6a91202ff954f1' | ||
'1d5cf127e5aac407fe7c37b2f4fd503c') | ||
|
||
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 \ | ||
|