[arch-commits] Commit in mate-accountsdialog/repos (8 files)

Martin Wimpress flexiondotorg at archlinux.org
Mon Sep 22 12:34:19 UTC 2014


    Date: Monday, September 22, 2014 @ 14:34:19
  Author: flexiondotorg
Revision: 119420

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

Added:
  mate-accountsdialog/repos/community-i686/PKGBUILD
    (from rev 119419, mate-accountsdialog/trunk/PKGBUILD)
  mate-accountsdialog/repos/community-i686/mate-accountsdialog.install
    (from rev 119419, mate-accountsdialog/trunk/mate-accountsdialog.install)
  mate-accountsdialog/repos/community-x86_64/PKGBUILD
    (from rev 119419, mate-accountsdialog/trunk/PKGBUILD)
  mate-accountsdialog/repos/community-x86_64/mate-accountsdialog.install
    (from rev 119419, mate-accountsdialog/trunk/mate-accountsdialog.install)
Deleted:
  mate-accountsdialog/repos/community-i686/PKGBUILD
  mate-accountsdialog/repos/community-i686/mate-accountsdialog.install
  mate-accountsdialog/repos/community-x86_64/PKGBUILD
  mate-accountsdialog/repos/community-x86_64/mate-accountsdialog.install

----------------------------------------------+
 /PKGBUILD                                    |   70 +++++++++++++++++++++++++
 /mate-accountsdialog.install                 |   22 +++++++
 community-i686/PKGBUILD                      |   35 ------------
 community-i686/mate-accountsdialog.install   |   11 ---
 community-x86_64/PKGBUILD                    |   35 ------------
 community-x86_64/mate-accountsdialog.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-22 12:34:09 UTC (rev 119419)
+++ community-i686/PKGBUILD	2014-09-22 12:34:19 UTC (rev 119420)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-accountsdialog
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="An application to view and modify user accounts information for MATE."
-url="https://github.com/NiceandGently/mate-accountsdialog"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('accountsservice' 'apg' 'dbus-glib' 'gtk2' 'iso-codes' 'mate-desktop'
-         'mate-polkit' 'libunique')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('8cae1d8dd8596a162c6d494e69a9539f8cf7cfd1')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --enable-systemd
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-accountsdialog/repos/community-i686/PKGBUILD (from rev 119419, mate-accountsdialog/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-22 12:34:19 UTC (rev 119420)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-accountsdialog
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="An application to view and modify user accounts information for MATE."
+url="https://github.com/NiceandGently/mate-accountsdialog"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('accountsservice' 'apg' 'dbus-glib' 'gtk2' 'iso-codes' 'mate-desktop'
+         'mate-polkit' 'libunique')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
+sha1sums=('acd991e284a28a0732cb8e37e5ffda01caf37155')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --enable-systemd
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-accountsdialog.install
===================================================================
--- community-i686/mate-accountsdialog.install	2014-09-22 12:34:09 UTC (rev 119419)
+++ community-i686/mate-accountsdialog.install	2014-09-22 12:34:19 UTC (rev 119420)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-accountsdialog/repos/community-i686/mate-accountsdialog.install (from rev 119419, mate-accountsdialog/trunk/mate-accountsdialog.install)
===================================================================
--- community-i686/mate-accountsdialog.install	                        (rev 0)
+++ community-i686/mate-accountsdialog.install	2014-09-22 12:34:19 UTC (rev 119420)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-22 12:34:09 UTC (rev 119419)
+++ community-x86_64/PKGBUILD	2014-09-22 12:34:19 UTC (rev 119420)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-accountsdialog
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="An application to view and modify user accounts information for MATE."
-url="https://github.com/NiceandGently/mate-accountsdialog"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('accountsservice' 'apg' 'dbus-glib' 'gtk2' 'iso-codes' 'mate-desktop'
-         'mate-polkit' 'libunique')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('8cae1d8dd8596a162c6d494e69a9539f8cf7cfd1')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --enable-systemd
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-accountsdialog/repos/community-x86_64/PKGBUILD (from rev 119419, mate-accountsdialog/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-22 12:34:19 UTC (rev 119420)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-accountsdialog
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="An application to view and modify user accounts information for MATE."
+url="https://github.com/NiceandGently/mate-accountsdialog"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('accountsservice' 'apg' 'dbus-glib' 'gtk2' 'iso-codes' 'mate-desktop'
+         'mate-polkit' 'libunique')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
+sha1sums=('acd991e284a28a0732cb8e37e5ffda01caf37155')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --enable-systemd
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-accountsdialog.install
===================================================================
--- community-x86_64/mate-accountsdialog.install	2014-09-22 12:34:09 UTC (rev 119419)
+++ community-x86_64/mate-accountsdialog.install	2014-09-22 12:34:19 UTC (rev 119420)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-accountsdialog/repos/community-x86_64/mate-accountsdialog.install (from rev 119419, mate-accountsdialog/trunk/mate-accountsdialog.install)
===================================================================
--- community-x86_64/mate-accountsdialog.install	                        (rev 0)
+++ community-x86_64/mate-accountsdialog.install	2014-09-22 12:34:19 UTC (rev 119420)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list