[arch-commits] Commit in urxvt-perls/repos/community-any (4 files)
Jonathan Steel
jsteel at nymeria.archlinux.org
Wed Jan 22 17:27:23 UTC 2014
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
===================================================================
--- PKGBUILD 2014-01-22 17:27:11 UTC (rev 104549)
+++ PKGBUILD 2014-01-22 17:27:23 UTC (rev 104550)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at 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)
+++ PKGBUILD 2014-01-22 17:27:23 UTC (rev 104550)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Dave Reisner <dreisner at 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"
+}
More information about the arch-commits
mailing list