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

Balló György bgyorgy at archlinux.org
Thu Mar 29 02:06:19 UTC 2018


    Date: Thursday, March 29, 2018 @ 02:06:17
  Author: bgyorgy
Revision: 313223

archrelease: copy trunk to community-x86_64

Added:
  medit/repos/community-x86_64/PKGBUILD
    (from rev 313222, medit/trunk/PKGBUILD)
Deleted:
  medit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-29 02:06:09 UTC (rev 313222)
+++ PKGBUILD	2018-03-29 02:06:17 UTC (rev 313223)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=medit
-pkgver=1.2.0
-pkgrel=4
-pkgdesc='GTK+ text editor'
-arch=('x86_64')
-url='http://mooedit.sourceforge.net/'
-license=('LGPL2.1')
-depends=('libsm' 'pygtk')
-makedepends=('intltool' 'python')
-optdepends=('ctags: Show functions in the open document'
-            'vte: Terminal plugin')
-source=(https://downloads.sourceforge.net/mooedit/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f0f7b3d9e3337907a5b27aa2ff3a084250d7517b38488c50872a621b4e1f3a4d')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' moo/moopython/plugins/lib/pyconsole.py
-
-  # Recognise PKGBUILD as shell script
-  sed -i 's/*.sh/*.sh;PKGBUILD/' moo/mooedit/langs/sh.lang
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-install-hooks PYTHON=python2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: medit/repos/community-x86_64/PKGBUILD (from rev 313222, medit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-29 02:06:17 UTC (rev 313223)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=medit
+pkgver=1.2.0
+pkgrel=5
+pkgdesc='GTK+ text editor'
+arch=('x86_64')
+url='http://mooedit.sourceforge.net/'
+license=('LGPL2.1')
+depends=('libsm' 'pygtk')
+makedepends=('intltool' 'python')
+optdepends=('ctags: Show functions in the open document')
+source=(https://downloads.sourceforge.net/mooedit/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f0f7b3d9e3337907a5b27aa2ff3a084250d7517b38488c50872a621b4e1f3a4d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' moo/moopython/plugins/lib/pyconsole.py
+
+  # Recognise PKGBUILD as shell script
+  sed -i 's/*.sh/*.sh;PKGBUILD/' moo/mooedit/langs/sh.lang
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-install-hooks PYTHON=python2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list