summaryrefslogtreecommitdiff
path: root/community/credentials-preferences
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-31 00:42:46 -0700
committerroot <root@rshg054.dnsready.net>2013-03-31 00:42:46 -0700
commitbccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 (patch)
tree36b3a3efb723f4bcf4bdcbc909481ec8c8092d58 /community/credentials-preferences
parentec8ec85d765aa7c0826e20196c70e20e0e4e7169 (diff)
Sun Mar 31 00:42:46 PDT 2013
Diffstat (limited to 'community/credentials-preferences')
-rw-r--r--community/credentials-preferences/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/credentials-preferences/PKGBUILD b/community/credentials-preferences/PKGBUILD
index 5b4290781..e4172f82d 100644
--- a/community/credentials-preferences/PKGBUILD
+++ b/community/credentials-preferences/PKGBUILD
@@ -1,33 +1,33 @@
-# $Id: PKGBUILD 79485 2012-11-06 04:10:55Z bgyorgy $
+# $Id: PKGBUILD 87397 2013-03-30 21:57:57Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=credentials-preferences
_pkgname=credentials-control-center
-pkgver=0.1.1
+pkgver=0.1.5
pkgrel=1
pkgdesc="Control panel for configuring online account credentials and settings"
arch=('i686' 'x86_64')
-url="https://launchpad.net/online-accounts-gnome-control-center"
+url="https://launchpad.net/gnome-control-center-signon"
license=('GPL' 'LGPL')
depends=('libaccounts-glib' 'libsignon-glib' 'gtk3')
makedepends=('gobject-introspection' 'vala' 'intltool' 'itstool')
options=('!libtool')
install=$pkgname.install
-source=(https://launchpad.net/online-accounts-gnome-control-center/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.bz2
+source=(https://launchpad.net/gnome-control-center-signon/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.xz
http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
-md5sums=('4e42fb2350393c6f8661e38f07d0b765'
+md5sums=('deaa290c89dffee5198f3f0f6f2e1fe1'
'702d6b39136e10ba6dfad0afd300b2af')
build() {
cd "$srcdir/$_pkgname-$pkgver"
- # Install language files
- echo 'af ar ast bn bs ca cy cs da de el en_AU en_GB eo es eu fa fi fr gd gl gu he hu it ja ko lt lv ms my nb nl oc pl pt pt_BR ro ru se sk sl sq sv tr ug uk vi zh_CN zh_HK zh_TW' >po/LINGUAS
+ # Install updated language files
rename $_pkgname- '' ../po/$_pkgname-*.po
mv -f -t po ../po/*
+ printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
- # Fix desktop file
- sed -i 's/X-GNOME-Settings-Panel;//' data/credentials-preferences.desktop.in.in
+ # Fix helper script
+ sed -i 's/test/test -e/' online-accounts-preferences.in
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
--disable-static