[arch-commits] Commit in pluma/repos (8 files)
Balló György
bgyorgy at archlinux.org
Mon Mar 14 21:12:01 UTC 2016
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 <code at flexion.org>
-
-_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 <code at flexion.org>
+
+_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.install 2016-03-14 21:11:53 UTC (rev 166755)
+++ community-i686/pluma.install 2016-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.install 2016-03-14 21:12:00 UTC (rev 166756)
@@ -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 2016-03-14 21:11:53 UTC (rev 166755)
+++ community-x86_64/PKGBUILD 2016-03-14 21:12:00 UTC (rev 166756)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_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-x86_64/PKGBUILD (from rev 166755, pluma/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-03-14 21:12:00 UTC (rev 166756)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_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-x86_64/pluma.install
===================================================================
--- community-x86_64/pluma.install 2016-03-14 21:11:53 UTC (rev 166755)
+++ community-x86_64/pluma.install 2016-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-x86_64/pluma.install (from rev 166755, pluma/trunk/pluma.install)
===================================================================
--- community-x86_64/pluma.install (rev 0)
+++ community-x86_64/pluma.install 2016-03-14 21:12:00 UTC (rev 166756)
@@ -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