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

Antonio Rojas arojas at archlinux.org
Fri Mar 17 22:42:12 UTC 2017


    Date: Friday, March 17, 2017 @ 22:42:12
  Author: arojas
Revision: 217009

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 217008, pluma/trunk/PKGBUILD)
  pluma/repos/community-staging-x86_64/
  pluma/repos/community-staging-x86_64/PKGBUILD
    (from rev 217008, pluma/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: pluma/repos/community-staging-i686/PKGBUILD (from rev 217008, pluma/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 22:42:12 UTC (rev 217009)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=pluma
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
+
+prepare() {
+    cd ${pkgname}-${pkgver}
+    sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --enable-gtk-doc=no \
+        --enable-python
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}

Copied: pluma/repos/community-staging-x86_64/PKGBUILD (from rev 217008, pluma/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 22:42:12 UTC (rev 217009)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=pluma
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
+
+prepare() {
+    cd ${pkgname}-${pkgver}
+    sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --enable-gtk-doc=no \
+        --enable-python
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list