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

Jonathan Steel jsteel at archlinux.org
Sun Dec 8 09:09:31 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-12-08 09:09:21 UTC (rev 536335)
+++ PKGBUILD	2019-12-08 09:09:31 UTC (rev 536336)
@@ -1,25 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Bert Muennich <be.muennich at gmail.com>
-
-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)
+++ PKGBUILD	2019-12-08 09:09:31 UTC (rev 536336)
@@ -0,0 +1,22 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Bert Muennich <be.muennich at gmail.com>
+
+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"
+}



More information about the arch-commits mailing list