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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu May 1 08:48:04 UTC 2014


    Date: Thursday, May 1, 2014 @ 10:48:04
  Author: flexiondotorg
Revision: 110490

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

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

--------------------------------+
 /PKGBUILD                      |   84 +++++++++++++++++++++++++++++++++++++++
 /pluma.install                 |   24 +++++++++++
 community-i686/PKGBUILD        |   42 -------------------
 community-i686/pluma.install   |   12 -----
 community-x86_64/PKGBUILD      |   42 -------------------
 community-x86_64/pluma.install |   12 -----
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-01 08:45:34 UTC (rev 110489)
+++ community-i686/PKGBUILD	2014-05-01 08:48:04 UTC (rev 110490)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="A powerful text editor for MATE"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
-         'mate-desktop' 'mate-dialogs' 'pygtksourceview2' 'python2-gobject2')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-text-editor')
-provides=('mate-text-editor')
-conflicts=('mate-text-editor')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --with-gtk=2.0 \
-        --enable-gtk-doc \
-        --enable-python
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 110489, pluma/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-01 08:48:04 UTC (rev 110490)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=pluma
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
+         'mate-desktop' 'mate-dialogs' 'pygtksourceview2' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-text-editor')
+provides=('mate-text-editor')
+conflicts=('mate-text-editor')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3bd3f7a5197ac96db9142a7f3bb9a10009312c22')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --enable-gtk-doc \
+        --enable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/pluma.install
===================================================================
--- community-i686/pluma.install	2014-05-01 08:45:34 UTC (rev 110489)
+++ community-i686/pluma.install	2014-05-01 08:48:04 UTC (rev 110490)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: pluma/repos/community-i686/pluma.install (from rev 110489, pluma/trunk/pluma.install)
===================================================================
--- community-i686/pluma.install	                        (rev 0)
+++ community-i686/pluma.install	2014-05-01 08:48:04 UTC (rev 110490)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-01 08:45:34 UTC (rev 110489)
+++ community-x86_64/PKGBUILD	2014-05-01 08:48:04 UTC (rev 110490)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="A powerful text editor for MATE"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
-         'mate-desktop' 'mate-dialogs' 'pygtksourceview2' 'python2-gobject2')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-text-editor')
-provides=('mate-text-editor')
-conflicts=('mate-text-editor')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --with-gtk=2.0 \
-        --enable-gtk-doc \
-        --enable-python
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-x86_64/PKGBUILD (from rev 110489, pluma/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-01 08:48:04 UTC (rev 110490)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=pluma
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'iso-codes' 'libsm'
+         'mate-desktop' 'mate-dialogs' 'pygtksourceview2' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-text-editor')
+provides=('mate-text-editor')
+conflicts=('mate-text-editor')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3bd3f7a5197ac96db9142a7f3bb9a10009312c22')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --enable-gtk-doc \
+        --enable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/pluma.install
===================================================================
--- community-x86_64/pluma.install	2014-05-01 08:45:34 UTC (rev 110489)
+++ community-x86_64/pluma.install	2014-05-01 08:48:04 UTC (rev 110490)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: pluma/repos/community-x86_64/pluma.install (from rev 110489, pluma/trunk/pluma.install)
===================================================================
--- community-x86_64/pluma.install	                        (rev 0)
+++ community-x86_64/pluma.install	2014-05-01 08:48:04 UTC (rev 110490)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list