Date: Wednesday, August 21, 2013 @ 14:27:48
  Author: spupykin
Revision: 96184

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

Added:
  poedit/repos/community-i686/PKGBUILD
    (from rev 96183, poedit/trunk/PKGBUILD)
  poedit/repos/community-i686/poedit.install
    (from rev 96183, poedit/trunk/poedit.install)
  poedit/repos/community-x86_64/PKGBUILD
    (from rev 96183, poedit/trunk/PKGBUILD)
  poedit/repos/community-x86_64/poedit.install
    (from rev 96183, poedit/trunk/poedit.install)
Deleted:
  poedit/repos/community-i686/PKGBUILD
  poedit/repos/community-i686/poedit.install
  poedit/repos/community-x86_64/PKGBUILD
  poedit/repos/community-x86_64/poedit.install

---------------------------------+
 /PKGBUILD                       |   62 ++++++++++++++++++++++++++++++++++++++
 /poedit.install                 |   24 ++++++++++++++
 community-i686/PKGBUILD         |   31 -------------------
 community-i686/poedit.install   |   12 -------
 community-x86_64/PKGBUILD       |   31 -------------------
 community-x86_64/poedit.install |   12 -------
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-08-21 12:27:34 UTC (rev 96183)
+++ community-i686/PKGBUILD     2013-08-21 12:27:48 UTC (rev 96184)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Alexander Fehr <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-
-pkgname=poedit
-pkgver=1.5.7
-pkgrel=3
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/";
-license=('custom')
-depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
-makedepends=('pkgconfig' 'boost')
-install=poedit.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
-
-build() {
-    cd ${srcdir}/${pkgname}-${pkgver}
-    export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd ${srcdir}/${pkgname}-${pkgver}
-    make DESTDIR=${pkgdir} install
-    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 96183, 
poedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-08-21 12:27:48 UTC (rev 96184)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Alexander Fehr <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=poedit
+pkgver=1.5.7
+pkgrel=4
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('custom')
+depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
+makedepends=('pkgconfig' 'boost')
+install=poedit.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
+
+build() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+    export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make DESTDIR=${pkgdir} install
+    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/poedit.install
===================================================================
--- community-i686/poedit.install       2013-08-21 12:27:34 UTC (rev 96183)
+++ community-i686/poedit.install       2013-08-21 12:27:48 UTC (rev 96184)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 96183, 
poedit/trunk/poedit.install)
===================================================================
--- community-i686/poedit.install                               (rev 0)
+++ community-i686/poedit.install       2013-08-21 12:27:48 UTC (rev 96184)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-08-21 12:27:34 UTC (rev 96183)
+++ community-x86_64/PKGBUILD   2013-08-21 12:27:48 UTC (rev 96184)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Alexander Fehr <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-
-pkgname=poedit
-pkgver=1.5.7
-pkgrel=3
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/";
-license=('custom')
-depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
-makedepends=('pkgconfig' 'boost')
-install=poedit.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
-
-build() {
-    cd ${srcdir}/${pkgname}-${pkgver}
-    export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd ${srcdir}/${pkgname}-${pkgver}
-    make DESTDIR=${pkgdir} install
-    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-x86_64/PKGBUILD (from rev 96183, 
poedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-21 12:27:48 UTC (rev 96184)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Alexander Fehr <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=poedit
+pkgver=1.5.7
+pkgrel=4
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('custom')
+depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
+makedepends=('pkgconfig' 'boost')
+install=poedit.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
+
+build() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+    export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make DESTDIR=${pkgdir} install
+    install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/poedit.install
===================================================================
--- community-x86_64/poedit.install     2013-08-21 12:27:34 UTC (rev 96183)
+++ community-x86_64/poedit.install     2013-08-21 12:27:48 UTC (rev 96184)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-x86_64/poedit.install (from rev 96183, 
poedit/trunk/poedit.install)
===================================================================
--- community-x86_64/poedit.install                             (rev 0)
+++ community-x86_64/poedit.install     2013-08-21 12:27:48 UTC (rev 96184)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to