[arch-commits] Commit in pluma/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Nov 14 08:03:53 UTC 2017


    Date: Tuesday, November 14, 2017 @ 08:03:53
  Author: arojas
Revision: 266765

archrelease: copy trunk to community-x86_64

Added:
  pluma/repos/community-x86_64/PKGBUILD
    (from rev 266764, pluma/trunk/PKGBUILD)
Deleted:
  pluma/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-14 08:03:37 UTC (rev 266764)
+++ PKGBUILD	2017-11-14 08:03:53 UTC (rev 266765)
@@ -1,41 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=pluma
-pkgver=1.18.2
-pkgrel=2
-pkgdesc="A powerful text editor for MATE"
-url="https://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-optdepends=('python2-gobject: to use the python plugins')
-groups=('mate-extra')
-conflicts=('pluma-gtk3')
-replaces=('pluma-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('aca7de8f06c26f4a0c807aafd3a862494a050647')
-
-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-x86_64/PKGBUILD (from rev 266764, pluma/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-14 08:03:53 UTC (rev 266765)
@@ -0,0 +1,42 @@
+# Maintaier:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=pluma
+pkgver=1.18.3
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="https://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('python2-gobject: to use the python plugins')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('20f60758e37ce264fa3a13f0027bf411b84e98467f2e063783c19cefe496e2af')
+
+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