[arch-commits] Commit in urxvt-perls/repos/community-any (4 files)

2019-12-08 Thread Jonathan Steel via arch-commits
Date: Sunday, December 8, 2019 @ 09:09:31
  Author: jsteel
Revision: 536336

archrelease: copy trunk to community-any

Added:
  urxvt-perls/repos/community-any/PKGBUILD
(from rev 536335, urxvt-perls/trunk/PKGBUILD)
  urxvt-perls/repos/community-any/urxvt-perls.install
(from rev 536335, urxvt-perls/trunk/urxvt-perls.install)
Deleted:
  urxvt-perls/repos/community-any/PKGBUILD
  urxvt-perls/repos/community-any/urxvt-perls.install

-+
 PKGBUILD|   47 ++-
 urxvt-perls.install |   20 ++--
 2 files changed, 32 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-08 09:09:21 UTC (rev 536335)
+++ PKGBUILD2019-12-08 09:09:31 UTC (rev 536336)
@@ -1,25 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Dave Reisner 
-# Contributor: Bert Muennich 
-
-pkgname=urxvt-perls
-pkgver=2.2
-pkgrel=2
-pkgdesc="URL and Mouseless text selection for rxvt-unicode"
-arch=('any')
-url='https://www.github.com/muennich/urxvt-perls'
-license=('GPL2')
-depends=('rxvt-unicode' 'perl' 'xsel')
-provides=('urxvt-url-select' 'urxvt-keyboard-select')
-conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
-replaces=('urxvt-url-select' 'urxvt-keyboard-select')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('52332f67b93134d599f06e4d94915d52')
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/lib/urxvt/perl
-  install -t "$pkgdir"/usr/lib/urxvt/perl -m644 "${provides[@]#urxvt-}" 
clipboard
-}

Copied: urxvt-perls/repos/community-any/PKGBUILD (from rev 536335, 
urxvt-perls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-08 09:09:31 UTC (rev 536336)
@@ -0,0 +1,22 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Dave Reisner 
+# Contributor: Bert Muennich 
+
+pkgname=urxvt-perls
+pkgver=2.3
+pkgrel=1
+pkgdesc="URL and Mouseless text selection for rxvt-unicode"
+arch=('any')
+url='https://www.github.com/muennich/urxvt-perls'
+license=('GPL2')
+depends=('rxvt-unicode' 'perl' 'xsel')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('89fc4436a6d9e3ea60720bec9c55e4c5')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/lib/urxvt/perl
+  install -t "$pkgdir"/usr/lib/urxvt/perl -m644 keyboard-select 
deprecated/{clipboard,url-select}
+}

Deleted: urxvt-perls.install
===
--- urxvt-perls.install 2019-12-08 09:09:21 UTC (rev 536335)
+++ urxvt-perls.install 2019-12-08 09:09:31 UTC (rev 536336)
@@ -1,10 +0,0 @@
-post_install () {
-  echo "-> To enable extensions place the following in ~/.Xresources"
-  echo "   (change to whatever suits your needs)"
-  echo " URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select"
-  echo " URxvt.url-select.launcher:  chromium"
-  echo " URxvt.url-select.underline: true"
-  echo " URxvt.keysym.M-u:   perl:url-select:select_next"
-  echo " URxvt.keysym.M-Escape:  perl:keyboard-select:activate"
-  echo " URxvt.keysym.M-s:   perl:keyboard-select:search"
-}

Copied: urxvt-perls/repos/community-any/urxvt-perls.install (from rev 536335, 
urxvt-perls/trunk/urxvt-perls.install)
===
--- urxvt-perls.install (rev 0)
+++ urxvt-perls.install 2019-12-08 09:09:31 UTC (rev 536336)
@@ -0,0 +1,10 @@
+post_install () {
+  echo "-> To enable extensions place the following in ~/.Xresources"
+  echo "   (change to whatever suits your needs)"
+  echo " URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select"
+  echo " URxvt.url-select.launcher:  chromium"
+  echo " URxvt.url-select.underline: true"
+  echo " URxvt.keysym.M-u:   perl:url-select:select_next"
+  echo " URxvt.keysym.M-Escape:  perl:keyboard-select:activate"
+  echo " URxvt.keysym.M-s:   perl:keyboard-select:search"
+}


[arch-commits] Commit in urxvt-perls/repos/community-any (4 files)

2019-05-12 Thread Jonathan Steel via arch-commits
Date: Sunday, May 12, 2019 @ 08:27:54
  Author: jsteel
Revision: 465937

archrelease: copy trunk to community-any

Added:
  urxvt-perls/repos/community-any/PKGBUILD
(from rev 465936, urxvt-perls/trunk/PKGBUILD)
  urxvt-perls/repos/community-any/urxvt-perls.install
(from rev 465936, urxvt-perls/trunk/urxvt-perls.install)
Deleted:
  urxvt-perls/repos/community-any/PKGBUILD
  urxvt-perls/repos/community-any/urxvt-perls.install

-+
 PKGBUILD|   51 --
 urxvt-perls.install |   20 +--
 2 files changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-12 08:27:47 UTC (rev 465936)
+++ PKGBUILD2019-05-12 08:27:54 UTC (rev 465937)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Dave Reisner 
-# Contributor: Bert Muennich 
-
-pkgname=urxvt-perls
-pkgver=2.2
-pkgrel=2
-pkgdesc="URL and Mouseless text selection for rxvt-unicode"
-arch=('any')
-url='http://www.github.com/muennich/urxvt-perls'
-license=('GPL2')
-depends=('rxvt-unicode' 'perl' 'xsel')
-provides=('urxvt-url-select' 'urxvt-keyboard-select')
-conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
-replaces=('urxvt-url-select' 'urxvt-keyboard-select')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('52332f67b93134d599f06e4d94915d52')
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/lib/urxvt/perl
-  install -t "$pkgdir"/usr/lib/urxvt/perl -m644 "${provides[@]#urxvt-}" 
clipboard
-}

Copied: urxvt-perls/repos/community-any/PKGBUILD (from rev 465936, 
urxvt-perls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-12 08:27:54 UTC (rev 465937)
@@ -0,0 +1,25 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Dave Reisner 
+# Contributor: Bert Muennich 
+
+pkgname=urxvt-perls
+pkgver=2.2
+pkgrel=2
+pkgdesc="URL and Mouseless text selection for rxvt-unicode"
+arch=('any')
+url='https://www.github.com/muennich/urxvt-perls'
+license=('GPL2')
+depends=('rxvt-unicode' 'perl' 'xsel')
+provides=('urxvt-url-select' 'urxvt-keyboard-select')
+conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
+replaces=('urxvt-url-select' 'urxvt-keyboard-select')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('52332f67b93134d599f06e4d94915d52')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/lib/urxvt/perl
+  install -t "$pkgdir"/usr/lib/urxvt/perl -m644 "${provides[@]#urxvt-}" 
clipboard
+}

Deleted: urxvt-perls.install
===
--- urxvt-perls.install 2019-05-12 08:27:47 UTC (rev 465936)
+++ urxvt-perls.install 2019-05-12 08:27:54 UTC (rev 465937)
@@ -1,10 +0,0 @@
-post_install () {
-  echo "-> To enable extensions place the following in ~/.Xresources"
-  echo "   (change to whatever suits your needs)"
-  echo " URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select"
-  echo " URxvt.url-select.launcher:  chromium"
-  echo " URxvt.url-select.underline: true"
-  echo " URxvt.keysym.M-u:   perl:url-select:select_next"
-  echo " URxvt.keysym.M-Escape:  perl:keyboard-select:activate"
-  echo " URxvt.keysym.M-s:   perl:keyboard-select:search"
-}

Copied: urxvt-perls/repos/community-any/urxvt-perls.install (from rev 465936, 
urxvt-perls/trunk/urxvt-perls.install)
===
--- urxvt-perls.install (rev 0)
+++ urxvt-perls.install 2019-05-12 08:27:54 UTC (rev 465937)
@@ -0,0 +1,10 @@
+post_install () {
+  echo "-> To enable extensions place the following in ~/.Xresources"
+  echo "   (change to whatever suits your needs)"
+  echo " URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select"
+  echo " URxvt.url-select.launcher:  chromium"
+  echo " URxvt.url-select.underline: true"
+  echo " URxvt.keysym.M-u:   perl:url-select:select_next"
+  echo " URxvt.keysym.M-Escape:  perl:keyboard-select:activate"
+  echo " URxvt.keysym.M-s:   perl:keyboard-select:search"
+}


[arch-commits] Commit in urxvt-perls/repos/community-any (4 files)

2018-06-06 Thread Jonathan Steel via arch-commits
Date: Wednesday, June 6, 2018 @ 09:32:31
  Author: jsteel
Revision: 341117

archrelease: copy trunk to community-any

Added:
  urxvt-perls/repos/community-any/PKGBUILD
(from rev 341116, urxvt-perls/trunk/PKGBUILD)
  urxvt-perls/repos/community-any/urxvt-perls.install
(from rev 341116, urxvt-perls/trunk/urxvt-perls.install)
Deleted:
  urxvt-perls/repos/community-any/PKGBUILD
  urxvt-perls/repos/community-any/urxvt-perls.install

-+
 PKGBUILD|   52 +-
 urxvt-perls.install |   20 +--
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 09:32:21 UTC (rev 341116)
+++ PKGBUILD2018-06-06 09:32:31 UTC (rev 341117)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Dave Reisner 
-# Contributor: Bert Muennich 
-
-pkgname=urxvt-perls
-pkgver=2.2
-pkgrel=1
-pkgdesc="URL and Mouseless text selection for rxvt-unicode"
-arch=('any')
-url='http://www.github.com/muennich/urxvt-perls'
-license=('GPL2')
-depends=('rxvt-unicode' 'perl' 'xsel')
-provides=('urxvt-url-select' 'urxvt-keyboard-select')
-conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
-replaces=('urxvt-url-select' 'urxvt-keyboard-select')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('52332f67b93134d599f06e4d94915d52')
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/lib/urxvt/perl
-  install -t "$pkgdir"/usr/lib/urxvt/perl -m644 "${provides[@]#urxvt-}" 
clipboard
-}

Copied: urxvt-perls/repos/community-any/PKGBUILD (from rev 341116, 
urxvt-perls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 09:32:31 UTC (rev 341117)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Dave Reisner 
+# Contributor: Bert Muennich 
+
+pkgname=urxvt-perls
+pkgver=2.2
+pkgrel=2
+pkgdesc="URL and Mouseless text selection for rxvt-unicode"
+arch=('any')
+url='http://www.github.com/muennich/urxvt-perls'
+license=('GPL2')
+depends=('rxvt-unicode' 'perl' 'xsel')
+provides=('urxvt-url-select' 'urxvt-keyboard-select')
+conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
+replaces=('urxvt-url-select' 'urxvt-keyboard-select')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('52332f67b93134d599f06e4d94915d52')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/lib/urxvt/perl
+  install -t "$pkgdir"/usr/lib/urxvt/perl -m644 "${provides[@]#urxvt-}" 
clipboard
+}

Deleted: urxvt-perls.install
===
--- urxvt-perls.install 2018-06-06 09:32:21 UTC (rev 341116)
+++ urxvt-perls.install 2018-06-06 09:32:31 UTC (rev 341117)
@@ -1,10 +0,0 @@
-post_install () {
-  echo "-> To enable extensions place the following in ~/.Xresources"
-  echo "   (change to whatever suits your needs)"
-  echo " URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select"
-  echo " URxvt.url-select.launcher:  chromium"
-  echo " URxvt.url-select.underline: true"
-  echo " URxvt.keysym.M-u:   perl:url-select:select_next"
-  echo " URxvt.keysym.M-Escape:  perl:keyboard-select:activate"
-  echo " URxvt.keysym.M-s:   perl:keyboard-select:search"
-}

Copied: urxvt-perls/repos/community-any/urxvt-perls.install (from rev 341116, 
urxvt-perls/trunk/urxvt-perls.install)
===
--- urxvt-perls.install (rev 0)
+++ urxvt-perls.install 2018-06-06 09:32:31 UTC (rev 341117)
@@ -0,0 +1,10 @@
+post_install () {
+  echo "-> To enable extensions place the following in ~/.Xresources"
+  echo "   (change to whatever suits your needs)"
+  echo " URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select"
+  echo " URxvt.url-select.launcher:  chromium"
+  echo " URxvt.url-select.underline: true"
+  echo " URxvt.keysym.M-u:   perl:url-select:select_next"
+  echo " URxvt.keysym.M-Escape:  perl:keyboard-select:activate"
+  echo " URxvt.keysym.M-s:   perl:keyboard-select:search"
+}


[arch-commits] Commit in urxvt-perls/repos/community-any (4 files)

2015-06-13 Thread Jonathan Steel
Date: Saturday, June 13, 2015 @ 19:39:16
  Author: jsteel
Revision: 135270

archrelease: copy trunk to community-any

Added:
  urxvt-perls/repos/community-any/PKGBUILD
(from rev 135269, urxvt-perls/trunk/PKGBUILD)
  urxvt-perls/repos/community-any/urxvt-perls.install
(from rev 135269, urxvt-perls/trunk/urxvt-perls.install)
Deleted:
  urxvt-perls/repos/community-any/PKGBUILD
  urxvt-perls/repos/community-any/urxvt-perls.install

-+
 PKGBUILD|   52 +-
 urxvt-perls.install |   20 +--
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-13 17:39:05 UTC (rev 135269)
+++ PKGBUILD2015-06-13 17:39:16 UTC (rev 135270)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Bert Muennich be.muennich at gmail.com
-
-pkgname=urxvt-perls
-pkgver=2.1
-pkgrel=1
-pkgdesc=URL and Mouseless text selection for rxvt-unicode
-arch=('any')
-url='http://www.github.com/muennich/urxvt-perls'
-license=('GPL2')
-depends=('rxvt-unicode' 'perl' 'xsel')
-provides=('urxvt-url-select' 'urxvt-keyboard-select')
-conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
-replaces=('urxvt-url-select' 'urxvt-keyboard-select')
-install=$pkgname.install
-source=(https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('656dace02d55536954154f530e8a0cb3')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/usr/lib/urxvt/perl
-  install -t $pkgdir/usr/lib/urxvt/perl -m644 ${provides[@]#urxvt-} 
clipboard
-}

Copied: urxvt-perls/repos/community-any/PKGBUILD (from rev 135269, 
urxvt-perls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-13 17:39:16 UTC (rev 135270)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Bert Muennich be.muennich at gmail.com
+
+pkgname=urxvt-perls
+pkgver=2.2
+pkgrel=1
+pkgdesc=URL and Mouseless text selection for rxvt-unicode
+arch=('any')
+url='http://www.github.com/muennich/urxvt-perls'
+license=('GPL2')
+depends=('rxvt-unicode' 'perl' 'xsel')
+provides=('urxvt-url-select' 'urxvt-keyboard-select')
+conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
+replaces=('urxvt-url-select' 'urxvt-keyboard-select')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('52332f67b93134d599f06e4d94915d52')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/lib/urxvt/perl
+  install -t $pkgdir/usr/lib/urxvt/perl -m644 ${provides[@]#urxvt-} 
clipboard
+}

Deleted: urxvt-perls.install
===
--- urxvt-perls.install 2015-06-13 17:39:05 UTC (rev 135269)
+++ urxvt-perls.install 2015-06-13 17:39:16 UTC (rev 135270)
@@ -1,10 +0,0 @@
-post_install () {
-  echo - To enable extensions place the following in ~/.Xresources
-  echo(change to whatever suits your needs)
-  echo  URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select
-  echo  URxvt.url-select.launcher:  chromium
-  echo  URxvt.url-select.underline: true
-  echo  URxvt.keysym.M-u:   perl:url-select:select_next
-  echo  URxvt.keysym.M-Escape:  perl:keyboard-select:activate
-  echo  URxvt.keysym.M-s:   perl:keyboard-select:search
-}

Copied: urxvt-perls/repos/community-any/urxvt-perls.install (from rev 135269, 
urxvt-perls/trunk/urxvt-perls.install)
===
--- urxvt-perls.install (rev 0)
+++ urxvt-perls.install 2015-06-13 17:39:16 UTC (rev 135270)
@@ -0,0 +1,10 @@
+post_install () {
+  echo - To enable extensions place the following in ~/.Xresources
+  echo(change to whatever suits your needs)
+  echo  URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select
+  echo  URxvt.url-select.launcher:  chromium
+  echo  URxvt.url-select.underline: true
+  echo  URxvt.keysym.M-u:   perl:url-select:select_next
+  echo  URxvt.keysym.M-Escape:  perl:keyboard-select:activate
+  echo  URxvt.keysym.M-s:   perl:keyboard-select:search
+}


[arch-commits] Commit in urxvt-perls/repos/community-any (4 files)

2014-01-22 Thread Jonathan Steel
Date: Wednesday, January 22, 2014 @ 18:27:23
  Author: jsteel
Revision: 104550

archrelease: copy trunk to community-any

Added:
  urxvt-perls/repos/community-any/PKGBUILD
(from rev 104549, urxvt-perls/trunk/PKGBUILD)
  urxvt-perls/repos/community-any/urxvt-perls.install
(from rev 104549, urxvt-perls/trunk/urxvt-perls.install)
Deleted:
  urxvt-perls/repos/community-any/PKGBUILD
  urxvt-perls/repos/community-any/urxvt-perls.install

-+
 PKGBUILD|   51 +-
 urxvt-perls.install |   20 +--
 2 files changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-22 17:27:11 UTC (rev 104549)
+++ PKGBUILD2014-01-22 17:27:23 UTC (rev 104550)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Bert Muennich be.muennich at gmail.com
-
-pkgname=urxvt-perls
-pkgver=2.0
-pkgrel=3
-pkgdesc=URL and Mouseless text selection for rxvt-unicode
-arch=(any)
-url='http://www.github.com/muennich/urxvt-perls'
-license=(GPL)
-depends=('rxvt-unicode' 'perl' 'xsel')
-provides=('urxvt-url-select' 'urxvt-keyboard-select')
-conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
-replaces=('urxvt-url-select' 'urxvt-keyboard-select')
-install=$pkgname.install
-source=(https://github.com/downloads/muennich/urxvt-perls/urxvt-perls-$pkgver.tar.gz)
-md5sums=('345dc76bb7943ccba678b39979502435')
-
-build() {
-  cd urxvt-perls-$pkgver
-
-  install -dm755 $pkgdir/usr/lib/urxvt/perl
-  install -t $pkgdir/usr/lib/urxvt/perl -m644 ${provides[@]#urxvt-} 
clipboard
-}

Copied: urxvt-perls/repos/community-any/PKGBUILD (from rev 104549, 
urxvt-perls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-22 17:27:23 UTC (rev 104550)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Bert Muennich be.muennich at gmail.com
+
+pkgname=urxvt-perls
+pkgver=2.1
+pkgrel=1
+pkgdesc=URL and Mouseless text selection for rxvt-unicode
+arch=('any')
+url='http://www.github.com/muennich/urxvt-perls'
+license=('GPL2')
+depends=('rxvt-unicode' 'perl' 'xsel')
+provides=('urxvt-url-select' 'urxvt-keyboard-select')
+conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
+replaces=('urxvt-url-select' 'urxvt-keyboard-select')
+install=$pkgname.install
+source=(https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('656dace02d55536954154f530e8a0cb3')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/lib/urxvt/perl
+  install -t $pkgdir/usr/lib/urxvt/perl -m644 ${provides[@]#urxvt-} 
clipboard
+}

Deleted: urxvt-perls.install
===
--- urxvt-perls.install 2014-01-22 17:27:11 UTC (rev 104549)
+++ urxvt-perls.install 2014-01-22 17:27:23 UTC (rev 104550)
@@ -1,10 +0,0 @@
-post_install () {
-  echo - To enable extensions place the following in ~/.Xresources
-  echo(change to whatever suits your needs)
-  echo  URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select
-  echo  URxvt.url-select.launcher:  chromium
-  echo  URxvt.url-select.underline: true
-  echo  URxvt.keysym.M-u:   perl:url-select:select_next
-  echo  URxvt.keysym.M-Escape:  perl:keyboard-select:activate
-  echo  URxvt.keysym.M-s:   perl:keyboard-select:search
-}

Copied: urxvt-perls/repos/community-any/urxvt-perls.install (from rev 104549, 
urxvt-perls/trunk/urxvt-perls.install)
===
--- urxvt-perls.install (rev 0)
+++ urxvt-perls.install 2014-01-22 17:27:23 UTC (rev 104550)
@@ -0,0 +1,10 @@
+post_install () {
+  echo - To enable extensions place the following in ~/.Xresources
+  echo(change to whatever suits your needs)
+  echo  URxvt.perl-ext-common:  
default,clipboard,url-select,keyboard-select
+  echo  URxvt.url-select.launcher:  chromium
+  echo  URxvt.url-select.underline: true
+  echo  URxvt.keysym.M-u:   perl:url-select:select_next
+  echo  URxvt.keysym.M-Escape:  perl:keyboard-select:activate
+  echo  URxvt.keysym.M-s:   perl:keyboard-select:search
+}