[arch-commits] Commit in signon-ui/repos (8 files)

Balló György bgyorgy at nymeria.archlinux.org
Wed Jun 12 05:09:16 UTC 2013


    Date: Wednesday, June 12, 2013 @ 07:09:15
  Author: bgyorgy
Revision: 92692

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

Added:
  signon-ui/repos/community-i686/Makefile
    (from rev 92691, signon-ui/trunk/Makefile)
  signon-ui/repos/community-i686/PKGBUILD
    (from rev 92691, signon-ui/trunk/PKGBUILD)
  signon-ui/repos/community-x86_64/Makefile
    (from rev 92691, signon-ui/trunk/Makefile)
  signon-ui/repos/community-x86_64/PKGBUILD
    (from rev 92691, signon-ui/trunk/PKGBUILD)
Deleted:
  signon-ui/repos/community-i686/Makefile
  signon-ui/repos/community-i686/PKGBUILD
  signon-ui/repos/community-x86_64/Makefile
  signon-ui/repos/community-x86_64/PKGBUILD

---------------------------+
 /Makefile                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++
 community-i686/Makefile   |   31 ----------------------
 community-i686/PKGBUILD   |   36 -------------------------
 community-x86_64/Makefile |   31 ----------------------
 community-x86_64/PKGBUILD |   36 -------------------------
 6 files changed, 122 insertions(+), 134 deletions(-)

Deleted: community-i686/Makefile
===================================================================
--- community-i686/Makefile	2013-06-12 05:09:08 UTC (rev 92691)
+++ community-i686/Makefile	2013-06-12 05:09:15 UTC (rev 92692)
@@ -1,31 +0,0 @@
-# Add here the language codes for the translated .po files:
-LINGUAS =
-
-I18N_DOMAIN = signon-ui
-
-PO_FILES = $(addsuffix .po, $(LINGUAS))
-MO_FILES = $(addsuffix .mo, $(LINGUAS))
-
-DEL_FILE = rm -f
-INSTALL = /usr/bin/install -c -m 644
-MKDIR = mkdir -p
-
-all: $(MO_FILES)
-
-install: all
-	for lang in $(LINGUAS); do \
-		dir=$(INSTALL_ROOT)/usr/share/locale/$$lang/LC_MESSAGES; \
-		$(MKDIR) $$dir; \
-		$(INSTALL) $$lang.mo $$dir/$(I18N_DOMAIN).mo; \
-	done
-
-%.mo: %.po
-	msgfmt -o "$@" "$<"
-
-clean:
-	-$(DEL_FILE) $(MO_FILES)
-
-distclean: clean
-
-check: all
-

Copied: signon-ui/repos/community-i686/Makefile (from rev 92691, signon-ui/trunk/Makefile)
===================================================================
--- community-i686/Makefile	                        (rev 0)
+++ community-i686/Makefile	2013-06-12 05:09:15 UTC (rev 92692)
@@ -0,0 +1,31 @@
+# Add here the language codes for the translated .po files:
+LINGUAS =
+
+I18N_DOMAIN = signon-ui
+
+PO_FILES = $(addsuffix .po, $(LINGUAS))
+MO_FILES = $(addsuffix .mo, $(LINGUAS))
+
+DEL_FILE = rm -f
+INSTALL = /usr/bin/install -c -m 644
+MKDIR = mkdir -p
+
+all: $(MO_FILES)
+
+install: all
+	for lang in $(LINGUAS); do \
+		dir=$(INSTALL_ROOT)/usr/share/locale/$$lang/LC_MESSAGES; \
+		$(MKDIR) $$dir; \
+		$(INSTALL) $$lang.mo $$dir/$(I18N_DOMAIN).mo; \
+	done
+
+%.mo: %.po
+	msgfmt -o "$@" "$<"
+
+clean:
+	-$(DEL_FILE) $(MO_FILES)
+
+distclean: clean
+
+check: all
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-12 05:09:08 UTC (rev 92691)
+++ community-i686/PKGBUILD	2013-06-12 05:09:15 UTC (rev 92692)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=signon-ui
-pkgver=0.14
-_pkgver=0.14+bzr85
-pkgrel=1
-pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/online-accounts-signon-ui"
-license=('GPL')
-depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
-source=(https://launchpad.net/online-accounts-signon-ui/13.04/$_pkgver/+download/$pkgname-$_pkgver.tar.bz2
-        Makefile)
-md5sums=('5857a1b9ed957a5de72863c3868049da'
-         'c73ecd27c76a9060862512b7678ae4f1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
-
-  # Fix build
-  cp "$srcdir/Makefile" po/Makefile
-
-  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: signon-ui/repos/community-i686/PKGBUILD (from rev 92691, signon-ui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-12 05:09:15 UTC (rev 92692)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=signon-ui
+pkgver=0.15
+pkgrel=1
+pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/online-accounts-signon-ui"
+license=('GPL')
+depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
+source=(https://launchpad.net/online-accounts-signon-ui/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('67ac8ce4cc85b69ec6ff67ae892fda90')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Do not install tests
+  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
+
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/Makefile
===================================================================
--- community-x86_64/Makefile	2013-06-12 05:09:08 UTC (rev 92691)
+++ community-x86_64/Makefile	2013-06-12 05:09:15 UTC (rev 92692)
@@ -1,31 +0,0 @@
-# Add here the language codes for the translated .po files:
-LINGUAS =
-
-I18N_DOMAIN = signon-ui
-
-PO_FILES = $(addsuffix .po, $(LINGUAS))
-MO_FILES = $(addsuffix .mo, $(LINGUAS))
-
-DEL_FILE = rm -f
-INSTALL = /usr/bin/install -c -m 644
-MKDIR = mkdir -p
-
-all: $(MO_FILES)
-
-install: all
-	for lang in $(LINGUAS); do \
-		dir=$(INSTALL_ROOT)/usr/share/locale/$$lang/LC_MESSAGES; \
-		$(MKDIR) $$dir; \
-		$(INSTALL) $$lang.mo $$dir/$(I18N_DOMAIN).mo; \
-	done
-
-%.mo: %.po
-	msgfmt -o "$@" "$<"
-
-clean:
-	-$(DEL_FILE) $(MO_FILES)
-
-distclean: clean
-
-check: all
-

Copied: signon-ui/repos/community-x86_64/Makefile (from rev 92691, signon-ui/trunk/Makefile)
===================================================================
--- community-x86_64/Makefile	                        (rev 0)
+++ community-x86_64/Makefile	2013-06-12 05:09:15 UTC (rev 92692)
@@ -0,0 +1,31 @@
+# Add here the language codes for the translated .po files:
+LINGUAS =
+
+I18N_DOMAIN = signon-ui
+
+PO_FILES = $(addsuffix .po, $(LINGUAS))
+MO_FILES = $(addsuffix .mo, $(LINGUAS))
+
+DEL_FILE = rm -f
+INSTALL = /usr/bin/install -c -m 644
+MKDIR = mkdir -p
+
+all: $(MO_FILES)
+
+install: all
+	for lang in $(LINGUAS); do \
+		dir=$(INSTALL_ROOT)/usr/share/locale/$$lang/LC_MESSAGES; \
+		$(MKDIR) $$dir; \
+		$(INSTALL) $$lang.mo $$dir/$(I18N_DOMAIN).mo; \
+	done
+
+%.mo: %.po
+	msgfmt -o "$@" "$<"
+
+clean:
+	-$(DEL_FILE) $(MO_FILES)
+
+distclean: clean
+
+check: all
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-12 05:09:08 UTC (rev 92691)
+++ community-x86_64/PKGBUILD	2013-06-12 05:09:15 UTC (rev 92692)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=signon-ui
-pkgver=0.14
-_pkgver=0.14+bzr85
-pkgrel=1
-pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/online-accounts-signon-ui"
-license=('GPL')
-depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
-source=(https://launchpad.net/online-accounts-signon-ui/13.04/$_pkgver/+download/$pkgname-$_pkgver.tar.bz2
-        Makefile)
-md5sums=('5857a1b9ed957a5de72863c3868049da'
-         'c73ecd27c76a9060862512b7678ae4f1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
-
-  # Fix build
-  cp "$srcdir/Makefile" po/Makefile
-
-  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: signon-ui/repos/community-x86_64/PKGBUILD (from rev 92691, signon-ui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-12 05:09:15 UTC (rev 92692)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=signon-ui
+pkgver=0.15
+pkgrel=1
+pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/online-accounts-signon-ui"
+license=('GPL')
+depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
+source=(https://launchpad.net/online-accounts-signon-ui/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('67ac8ce4cc85b69ec6ff67ae892fda90')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Do not install tests
+  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
+
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}




More information about the arch-commits mailing list