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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Mar 6 00:12:06 UTC 2014


    Date: Thursday, March 6, 2014 @ 01:12:06
  Author: flexiondotorg
Revision: 106619

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

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

----------------------------------------+
 community-staging-i686/PKGBUILD        |   44 +++++++++++++++++++++++++++++++
 community-staging-i686/pluma.install   |   12 ++++++++
 community-staging-x86_64/PKGBUILD      |   44 +++++++++++++++++++++++++++++++
 community-staging-x86_64/pluma.install |   12 ++++++++
 4 files changed, 112 insertions(+)

Copied: pluma/repos/community-staging-i686/PKGBUILD (from rev 106618, pluma/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-06 00:12:06 UTC (rev 106619)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at 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-staging-i686/pluma.install (from rev 106618, pluma/trunk/pluma.install)
===================================================================
--- community-staging-i686/pluma.install	                        (rev 0)
+++ community-staging-i686/pluma.install	2014-03-06 00:12:06 UTC (rev 106619)
@@ -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
+}

Copied: pluma/repos/community-staging-x86_64/PKGBUILD (from rev 106618, pluma/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-06 00:12:06 UTC (rev 106619)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at 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-staging-x86_64/pluma.install (from rev 106618, pluma/trunk/pluma.install)
===================================================================
--- community-staging-x86_64/pluma.install	                        (rev 0)
+++ community-staging-x86_64/pluma.install	2014-03-06 00:12:06 UTC (rev 106619)
@@ -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