[arch-commits] Commit in grc/repos/community-any (PKGBUILD PKGBUILD install.sh.patch)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 30 12:36:08 UTC 2017


    Date: Monday, January 30, 2017 @ 12:36:07
  Author: spupykin
Revision: 209487

archrelease: copy trunk to community-any

Added:
  grc/repos/community-any/PKGBUILD
    (from rev 209486, grc/trunk/PKGBUILD)
Deleted:
  grc/repos/community-any/PKGBUILD
  grc/repos/community-any/install.sh.patch

------------------+
 PKGBUILD         |   49 +++++++++++++++++++++----------------------------
 install.sh.patch |    8 --------
 2 files changed, 21 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 12:35:57 UTC (rev 209486)
+++ PKGBUILD	2017-01-30 12:36:07 UTC (rev 209487)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Xilon <xilonmu at gmail.com>
-# Contributor: Edward Toroschin <edward.hades at gmail.com>
-
-pkgname=grc
-pkgver=1.9
-pkgrel=1
-pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands.'
-arch=('any')
-url='https://github.com/garabik/grc'
-license=('GPL')
-depends=('python')
-backup=('etc/grc.conf')
-source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
-	install.sh.patch)
-md5sums=('2d2d2d4fb465e7f1974b5fecb6903206'
-         '096bfb843ea779d1cf509f11d4fefffe')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../install.sh.patch
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./install.sh "$pkgdir"
-}

Copied: grc/repos/community-any/PKGBUILD (from rev 209486, grc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-30 12:36:07 UTC (rev 209487)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Xilon <xilonmu at gmail.com>
+# Contributor: Edward Toroschin <edward.hades at gmail.com>
+
+pkgname=grc
+pkgver=1.10
+pkgrel=1
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands.'
+arch=('any')
+url='https://github.com/garabik/grc'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz)
+sha256sums=('8d65a141c659c5f992b417c15fe8e1283698bb9f39f8b201fd811deb0841d1f0')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./install.sh "$pkgdir"/usr "$pkgdir"
+}

Deleted: install.sh.patch
===================================================================
--- install.sh.patch	2017-01-30 12:35:57 UTC (rev 209486)
+++ install.sh.patch	2017-01-30 12:36:07 UTC (rev 209487)
@@ -1,8 +0,0 @@
---- a/install.sh	1999-10-15 01:27:14.000000000 +0800
-+++ b/install.sh	2007-10-04 13:59:30.000000000 +0800
-@@ -12,3 +12,5 @@
- cp -fv conf.* $LIBDIR
- mkdir -p $CONFDIR || true
- cp -fv grc.conf $CONFDIR
-+mkdir -p $MANDIR || true
-+cp -fv {grcat,grc}.1 $MANDIR



More information about the arch-commits mailing list