[arch-commits] Commit in credentials-preferences/repos (8 files)

Balló György bgyorgy at nymeria.archlinux.org
Sat Mar 30 21:57:57 UTC 2013


    Date: Saturday, March 30, 2013 @ 22:57:57
  Author: bgyorgy
Revision: 87397

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

Added:
  credentials-preferences/repos/community-i686/PKGBUILD
    (from rev 87396, credentials-preferences/trunk/PKGBUILD)
  credentials-preferences/repos/community-i686/credentials-preferences.install
    (from rev 87396, credentials-preferences/trunk/credentials-preferences.install)
  credentials-preferences/repos/community-x86_64/PKGBUILD
    (from rev 87396, credentials-preferences/trunk/PKGBUILD)
  credentials-preferences/repos/community-x86_64/credentials-preferences.install
    (from rev 87396, credentials-preferences/trunk/credentials-preferences.install)
Deleted:
  credentials-preferences/repos/community-i686/PKGBUILD
  credentials-preferences/repos/community-i686/credentials-preferences.install
  credentials-preferences/repos/community-x86_64/PKGBUILD
  credentials-preferences/repos/community-x86_64/credentials-preferences.install

--------------------------------------------------+
 /PKGBUILD                                        |   82 +++++++++++++++++++++
 /credentials-preferences.install                 |   22 +++++
 community-i686/PKGBUILD                          |   41 ----------
 community-i686/credentials-preferences.install   |   11 --
 community-x86_64/PKGBUILD                        |   41 ----------
 community-x86_64/credentials-preferences.install |   11 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-30 21:57:45 UTC (rev 87396)
+++ community-i686/PKGBUILD	2013-03-30 21:57:57 UTC (rev 87397)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=credentials-preferences
-_pkgname=credentials-control-center
-pkgver=0.1.1
-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"
-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
-        http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
-md5sums=('4e42fb2350393c6f8661e38f07d0b765'
-         '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
-  rename $_pkgname- '' ../po/$_pkgname-*.po
-  mv -f -t po ../po/*
-
-  # Fix desktop file
-  sed -i 's/X-GNOME-Settings-Panel;//' data/credentials-preferences.desktop.in.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: credentials-preferences/repos/community-i686/PKGBUILD (from rev 87396, credentials-preferences/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-30 21:57:57 UTC (rev 87397)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=credentials-preferences
+_pkgname=credentials-control-center
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Control panel for configuring online account credentials and settings"
+arch=('i686' 'x86_64')
+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/gnome-control-center-signon/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.xz
+        http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
+md5sums=('deaa290c89dffee5198f3f0f6f2e1fe1'
+         '702d6b39136e10ba6dfad0afd300b2af')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  # 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 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
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/credentials-preferences.install
===================================================================
--- community-i686/credentials-preferences.install	2013-03-30 21:57:45 UTC (rev 87396)
+++ community-i686/credentials-preferences.install	2013-03-30 21:57:57 UTC (rev 87397)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: credentials-preferences/repos/community-i686/credentials-preferences.install (from rev 87396, credentials-preferences/trunk/credentials-preferences.install)
===================================================================
--- community-i686/credentials-preferences.install	                        (rev 0)
+++ community-i686/credentials-preferences.install	2013-03-30 21:57:57 UTC (rev 87397)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-30 21:57:45 UTC (rev 87396)
+++ community-x86_64/PKGBUILD	2013-03-30 21:57:57 UTC (rev 87397)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=credentials-preferences
-_pkgname=credentials-control-center
-pkgver=0.1.1
-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"
-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
-        http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
-md5sums=('4e42fb2350393c6f8661e38f07d0b765'
-         '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
-  rename $_pkgname- '' ../po/$_pkgname-*.po
-  mv -f -t po ../po/*
-
-  # Fix desktop file
-  sed -i 's/X-GNOME-Settings-Panel;//' data/credentials-preferences.desktop.in.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: credentials-preferences/repos/community-x86_64/PKGBUILD (from rev 87396, credentials-preferences/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-30 21:57:57 UTC (rev 87397)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=credentials-preferences
+_pkgname=credentials-control-center
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Control panel for configuring online account credentials and settings"
+arch=('i686' 'x86_64')
+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/gnome-control-center-signon/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.xz
+        http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
+md5sums=('deaa290c89dffee5198f3f0f6f2e1fe1'
+         '702d6b39136e10ba6dfad0afd300b2af')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  # 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 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
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/credentials-preferences.install
===================================================================
--- community-x86_64/credentials-preferences.install	2013-03-30 21:57:45 UTC (rev 87396)
+++ community-x86_64/credentials-preferences.install	2013-03-30 21:57:57 UTC (rev 87397)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: credentials-preferences/repos/community-x86_64/credentials-preferences.install (from rev 87396, credentials-preferences/trunk/credentials-preferences.install)
===================================================================
--- community-x86_64/credentials-preferences.install	                        (rev 0)
+++ community-x86_64/credentials-preferences.install	2013-03-30 21:57:57 UTC (rev 87397)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list