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

2016-03-14 Thread Balló György
Date: Monday, March 14, 2016 @ 22:12:00
  Author: bgyorgy
Revision: 166756

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 166755, pluma/trunk/PKGBUILD)
  pluma/repos/community-i686/pluma.install
(from rev 166755, pluma/trunk/pluma.install)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 166755, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/pluma.install
(from rev 166755, 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  |   82 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   41 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-14 21:11:53 UTC (rev 166755)
+++ community-i686/PKGBUILD 2016-03-14 21:12:00 UTC (rev 166756)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="A powerful text editor for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
- 'libsm' 'mate-desktop>=1.12' 'pygtksourceview2' 'python2-gobject' 
'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ef14595cf8e4123290bf2162ae994034fb5f177e')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc=no \
---enable-python
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 166755, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 21:12:00 UTC (rev 166756)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=pluma
+pkgname=${_pkgbase}
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="A powerful text editor for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
+ 'libsm' 'mate-desktop>=1.12' 'pygtksourceview2' 'python2-gobject' 
'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('f383b3332fda48af5fc76f20b7f4c8581f0d1248')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc=no \
+--enable-python
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2016-03-14 21:11:53 UTC (rev 166755)
+++ community-i686/pluma.install2016-03-14 21:12:00 UTC (rev 166756)
@@ -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 166755, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2016-03-14 21:12:00 UTC (rev 166756)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:08:42
  Author: flexiondotorg
Revision: 148388

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 148387, pluma/trunk/PKGBUILD)
  pluma/repos/community-i686/pluma.install
(from rev 148387, pluma/trunk/pluma.install)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 148387, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/pluma.install
(from rev 148387, 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  |   82 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   41 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:08:35 UTC (rev 148387)
+++ community-i686/PKGBUILD 2015-12-04 12:08:42 UTC (rev 148388)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A powerful text editor for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
- 'libsm' 'mate-desktop>=1.12' 'pygtksourceview2' 'python2-gobject' 
'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('06e2ca0251015b8f3e13b1d0cc1500f5af246cfb')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc=no \
---enable-python
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 148387, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:08:42 UTC (rev 148388)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=pluma
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A powerful text editor for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
+ 'libsm' 'mate-desktop>=1.12' 'pygtksourceview2' 'python2-gobject' 
'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ef14595cf8e4123290bf2162ae994034fb5f177e')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc=no \
+--enable-python
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2015-12-04 12:08:35 UTC (rev 148387)
+++ community-i686/pluma.install2015-12-04 12:08:42 UTC (rev 148388)
@@ -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 148387, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2015-12-04 12:08:42 UTC (rev 148388)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:28:17
  Author: flexiondotorg
Revision: 136903

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 136902, pluma/trunk/PKGBUILD)
  pluma/repos/community-i686/pluma.install
(from rev 136902, pluma/trunk/pluma.install)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 136902, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/pluma.install
(from rev 136902, 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  |   82 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   41 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 16:28:10 UTC (rev 136902)
+++ community-i686/PKGBUILD 2015-07-14 16:28:17 UTC (rev 136903)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=A powerful text editor for MATE (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
- 'libsm' 'mate-desktop=1.10' 'pygtksourceview2' 'python2-gobject' 
'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('208b9416c5dea58f414277d8dcf2ba1a441fd1ed')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc=no \
---enable-python
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 136902, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 16:28:17 UTC (rev 136903)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=pluma
+pkgname=${_pkgbase}
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=A powerful text editor for MATE (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
+ 'libsm' 'mate-desktop=1.10' 'pygtksourceview2' 'python2-gobject' 
'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('096732a2d4b483f0e99658a95abf9d838f5dcfde')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc=no \
+--enable-python
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2015-07-14 16:28:10 UTC (rev 136902)
+++ community-i686/pluma.install2015-07-14 16:28:17 UTC (rev 136903)
@@ -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 136902, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2015-07-14 16:28:17 UTC (rev 136903)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+

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

2015-06-18 Thread Martin Wimpress
Date: Thursday, June 18, 2015 @ 09:58:55
  Author: flexiondotorg
Revision: 135544

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 135543, pluma/trunk/PKGBUILD)
  pluma/repos/community-i686/pluma.install
(from rev 135543, pluma/trunk/pluma.install)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 135543, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/pluma.install
(from rev 135543, 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  |   82 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   41 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 07:58:45 UTC (rev 135543)
+++ community-i686/PKGBUILD 2015-06-18 07:58:55 UTC (rev 135544)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=A powerful text editor for MATE (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
- 'libsm' 'mate-desktop=1.10' 'pygtksourceview2' 'python2-gobject' 
'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ed62ff4ced843d09040720865bad9f15ce4c831d')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc=no \
---enable-python
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 135543, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 07:58:55 UTC (rev 135544)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=pluma
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=A powerful text editor for MATE (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
+ 'libsm' 'mate-desktop=1.10' 'pygtksourceview2' 'python2-gobject' 
'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('208b9416c5dea58f414277d8dcf2ba1a441fd1ed')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc=no \
+--enable-python
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2015-06-18 07:58:45 UTC (rev 135543)
+++ community-i686/pluma.install2015-06-18 07:58:55 UTC (rev 135544)
@@ -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 135543, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2015-06-18 07:58:55 UTC (rev 135544)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+

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

2014-05-01 Thread Martin Wimpress
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 c...@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 c...@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.install2014-05-01 08:45:34 UTC (rev 110489)
+++ community-i686/pluma.install2014-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.install2014-05-01 08:48:04 UTC (rev 110490)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 17:04:24
  Author: flexiondotorg
Revision: 107785

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 107784, pluma/trunk/PKGBUILD)
  pluma/repos/community-i686/pluma.install
(from rev 107784, pluma/trunk/pluma.install)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 107784, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/pluma.install
(from rev 107784, 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|   44 
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   44 
 community-x86_64/pluma.install |   12 -
 6 files changed, 108 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-19 16:04:01 UTC (rev 107784)
+++ community-i686/PKGBUILD 2014-03-19 16:04:24 UTC (rev 107785)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A powerful text editor for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2'
- 'iso-codes' 'libsm' 'mate-desktop' 'python2' 'python2-gobject2'
- 'pygtksourceview2')
-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')
-options=('!emptydirs')
-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 107784, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 16:04:24 UTC (rev 107785)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=pluma
+pkgver=1.8.0
+pkgrel=2
+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-dialog' '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
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2014-03-19 16:04:01 UTC (rev 107784)
+++ community-i686/pluma.install2014-03-19 16:04:24 UTC (rev 107785)
@@ -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 107784, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2014-03-19 16:04:24 UTC (rev 107785)
@@ -0,0 +1,12 @@

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 17:11:38
  Author: flexiondotorg
Revision: 107788

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 107787, pluma/trunk/PKGBUILD)
  pluma/repos/community-i686/pluma.install
(from rev 107787, pluma/trunk/pluma.install)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 107787, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/pluma.install
(from rev 107787, 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-03-19 16:09:48 UTC (rev 107787)
+++ community-i686/PKGBUILD 2014-03-19 16:11:38 UTC (rev 107788)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=2
-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-dialog' '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 107787, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 16:11:38 UTC (rev 107788)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=pluma
+pkgver=1.8.0
+pkgrel=2
+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-dialog' '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
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2014-03-19 16:09:48 UTC (rev 107787)
+++ community-i686/pluma.install2014-03-19 16:11:38 UTC (rev 107788)
@@ -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 107787, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2014-03-19 16:11:38 UTC (rev 107788)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2014-03-19 Thread Martin Wimpress
Date: Wednesday, March 19, 2014 @ 19:14:08
  Author: flexiondotorg
Revision: 107797

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 107796, pluma/trunk/PKGBUILD)
  pluma/repos/community-i686/pluma.install
(from rev 107796, pluma/trunk/pluma.install)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 107796, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/pluma.install
(from rev 107796, 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-03-19 18:13:54 UTC (rev 107796)
+++ community-i686/PKGBUILD 2014-03-19 18:14:08 UTC (rev 107797)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=pluma
-pkgver=1.8.0
-pkgrel=2
-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-dialog' '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 107796, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 18:14:08 UTC (rev 107797)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@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
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2014-03-19 18:13:54 UTC (rev 107796)
+++ community-i686/pluma.install2014-03-19 18:14:08 UTC (rev 107797)
@@ -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 107796, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2014-03-19 18:14:08 UTC (rev 107797)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas