[arch-commits] Commit in pluma/repos (8 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Wed Mar 19 16:11:38 UTC 2014
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 <code at 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 <code at 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.install 2014-03-19 16:09:48 UTC (rev 107787)
+++ community-i686/pluma.install 2014-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.install 2014-03-19 16:11:38 UTC (rev 107788)
@@ -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-03-19 16:09:48 UTC (rev 107787)
+++ community-x86_64/PKGBUILD 2014-03-19 16:11:38 UTC (rev 107788)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at 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-x86_64/PKGBUILD (from rev 107787, pluma/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-19 16:11:38 UTC (rev 107788)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at 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-x86_64/pluma.install
===================================================================
--- community-x86_64/pluma.install 2014-03-19 16:09:48 UTC (rev 107787)
+++ community-x86_64/pluma.install 2014-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-x86_64/pluma.install (from rev 107787, pluma/trunk/pluma.install)
===================================================================
--- community-x86_64/pluma.install (rev 0)
+++ community-x86_64/pluma.install 2014-03-19 16:11:38 UTC (rev 107788)
@@ -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