[arch-commits] Commit in pluma/repos (8 files)
Martin Wimpress
flexiondotorg at archlinux.org
Thu Jun 18 07:58:55 UTC 2015
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 <code at 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 <code at 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.install 2015-06-18 07:58:45 UTC (rev 135543)
+++ community-i686/pluma.install 2015-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.install 2015-06-18 07:58:55 UTC (rev 135544)
@@ -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 2015-06-18 07:58:45 UTC (rev 135543)
+++ community-x86_64/PKGBUILD 2015-06-18 07:58:55 UTC (rev 135544)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress <code at 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-x86_64/PKGBUILD (from rev 135543, pluma/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-06-18 07:58:55 UTC (rev 135544)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at 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-x86_64/pluma.install
===================================================================
--- community-x86_64/pluma.install 2015-06-18 07:58:45 UTC (rev 135543)
+++ community-x86_64/pluma.install 2015-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-x86_64/pluma.install (from rev 135543, pluma/trunk/pluma.install)
===================================================================
--- community-x86_64/pluma.install (rev 0)
+++ community-x86_64/pluma.install 2015-06-18 07:58:55 UTC (rev 135544)
@@ -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