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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:41:23 UTC 2022


    Date: Monday, July 11, 2022 @ 20:41:23
  Author: eworm
Revision: 1249695

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 20:41:20 UTC (rev 1249694)
+++ PKGBUILD	2022-07-11 20:41:23 UTC (rev 1249695)
@@ -1,22 +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.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}
-}

Copied: urxvt-perls/repos/community-any/PKGBUILD (from rev 1249694, urxvt-perls/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:41:23 UTC (rev 1249695)
@@ -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=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')
+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	2022-07-11 20:41:20 UTC (rev 1249694)
+++ urxvt-perls.install	2022-07-11 20:41:23 UTC (rev 1249695)
@@ -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 1249694, urxvt-perls/trunk/urxvt-perls.install)
===================================================================
--- urxvt-perls.install	                        (rev 0)
+++ urxvt-perls.install	2022-07-11 20:41:23 UTC (rev 1249695)
@@ -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