[arch-commits] Commit in rxvt-unicode/repos (12 files)

Angel Velásquez angvp at archlinux.org
Sun Jan 22 04:46:16 UTC 2012


    Date: Saturday, January 21, 2012 @ 23:46:15
  Author: angvp
Revision: 147102

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  rxvt-unicode/repos/extra-i686/ChangeLog
    (from rev 147101, rxvt-unicode/trunk/ChangeLog)
  rxvt-unicode/repos/extra-i686/PKGBUILD
    (from rev 147101, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/extra-i686/rxvt-unicode.desktop
    (from rev 147101, rxvt-unicode/trunk/rxvt-unicode.desktop)
  rxvt-unicode/repos/extra-x86_64/ChangeLog
    (from rev 147101, rxvt-unicode/trunk/ChangeLog)
  rxvt-unicode/repos/extra-x86_64/PKGBUILD
    (from rev 147101, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/extra-x86_64/rxvt-unicode.desktop
    (from rev 147101, rxvt-unicode/trunk/rxvt-unicode.desktop)
Deleted:
  rxvt-unicode/repos/extra-i686/ChangeLog
  rxvt-unicode/repos/extra-i686/PKGBUILD
  rxvt-unicode/repos/extra-i686/rxvt-unicode.desktop
  rxvt-unicode/repos/extra-x86_64/ChangeLog
  rxvt-unicode/repos/extra-x86_64/PKGBUILD
  rxvt-unicode/repos/extra-x86_64/rxvt-unicode.desktop

-----------------------------------+
 extra-i686/ChangeLog              |   25 ++++----
 extra-i686/PKGBUILD               |  106 ++++++++++++++++++------------------
 extra-i686/rxvt-unicode.desktop   |   20 +++---
 extra-x86_64/ChangeLog            |   25 ++++----
 extra-x86_64/PKGBUILD             |  106 ++++++++++++++++++------------------
 extra-x86_64/rxvt-unicode.desktop |   20 +++---
 6 files changed, 154 insertions(+), 148 deletions(-)

Deleted: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2012-01-22 04:45:13 UTC (rev 147101)
+++ extra-i686/ChangeLog	2012-01-22 04:46:15 UTC (rev 147102)
@@ -1,11 +0,0 @@
-2011-12-02  Angel Velasquez <angvp at archlinux.org>
-	* Version bump to 9.14
-
-2011-12-02  Angel Velasquez <angvp at archlinux.org>
-	* Moved perl from optdepend to depend (closes FS#25782)
-
-2011-05-22  Angel Velasquez <angvp at archlinux.org>
-	* Rebuilt against perl 5.14.0
-
-2011-05-17  Angel Velasquez <angvp at archlinux.org>
-	* Removed not accepted upstream patch (closes FS#23324)

Copied: rxvt-unicode/repos/extra-i686/ChangeLog (from rev 147101, rxvt-unicode/trunk/ChangeLog)
===================================================================
--- extra-i686/ChangeLog	                        (rev 0)
+++ extra-i686/ChangeLog	2012-01-22 04:46:15 UTC (rev 147102)
@@ -0,0 +1,14 @@
+2012-01-22  Angel Velasquez <angvp at archlinux.org>
+	* Version bump to 9.15
+
+2011-12-02  Angel Velasquez <angvp at archlinux.org>
+	* Version bump to 9.14
+
+2011-12-02  Angel Velasquez <angvp at archlinux.org>
+	* Moved perl from optdepend to depend (closes FS#25782)
+
+2011-05-22  Angel Velasquez <angvp at archlinux.org>
+	* Rebuilt against perl 5.14.0
+
+2011-05-17  Angel Velasquez <angvp at archlinux.org>
+	* Removed not accepted upstream patch (closes FS#23324)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-01-22 04:45:13 UTC (rev 147101)
+++ extra-i686/PKGBUILD	2012-01-22 04:46:15 UTC (rev 147102)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: tobias <tobias at archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=rxvt-unicode
-pkgver=9.14
-pkgrel=1
-pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
-arch=('i686' 'x86_64')
-url="http://software.schmorp.de/pkg/rxvt-unicode.html"
-license=('GPL')
-depends=('gcc-libs' 'libxft' 'gdk-pixbuf2' 'perl')
-optdepends=('gtk2-perl: to use the urxvt-tabbed')
-changelog=ChangeLog
-source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
-        ${pkgname}.desktop)
-md5sums=('022235a9a8b012c29e72c49177be6ce4'
-         '3de6c13126a45bc3bc9f6bba077a1311')
-sha1sums=('e303b7591225b06bc04e18a875461438c635014e'
-          '962aebc88982dbeb62a7c4a051ff567e015f61a0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-    --with-terminfo=/usr/share/terminfo \
-    --enable-256-color \
-    --enable-font-styles \
-    --enable-xim \
-    --enable-keepscrolling \
-    --enable-selectionscrolling \
-    --enable-smart-resize \
-    --enable-pixbuf \
-    --enable-transparency \
-    --enable-utmp \
-    --enable-wtmp \
-    --enable-lastlog \
-    --disable-frills
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d "${pkgdir}/usr/share/terminfo"
-  export TERMINFO="${pkgdir}/usr/share/terminfo"
-  make DESTDIR="${pkgdir}" install
- # install the tabbing wrapper ( requires gtk2-perl! )
-  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
-  install -Dm 755 doc/rxvt-tabbed "${pkgdir}/usr/bin/urxvt-tabbed"
- # install freedesktop menu
-  install -Dm644 ../${pkgname}.desktop \
-    "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: rxvt-unicode/repos/extra-i686/PKGBUILD (from rev 147101, rxvt-unicode/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-01-22 04:46:15 UTC (rev 147102)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=rxvt-unicode
+pkgver=9.15
+pkgrel=1
+pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/rxvt-unicode.html"
+license=('GPL')
+depends=('gcc-libs' 'libxft' 'gdk-pixbuf2' 'perl')
+optdepends=('gtk2-perl: to use the urxvt-tabbed')
+changelog=ChangeLog
+source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
+        ${pkgname}.desktop)
+md5sums=('15595aa326167ac5eb68c28d95432faf'
+         '3de6c13126a45bc3bc9f6bba077a1311')
+sha1sums=('e6fdf091860ecb458730dc68b0176f67f207a2f7'
+          '962aebc88982dbeb62a7c4a051ff567e015f61a0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+    --with-terminfo=/usr/share/terminfo \
+    --enable-256-color \
+    --enable-font-styles \
+    --enable-xim \
+    --enable-keepscrolling \
+    --enable-selectionscrolling \
+    --enable-smart-resize \
+    --enable-pixbuf \
+    --enable-transparency \
+    --enable-utmp \
+    --enable-wtmp \
+    --enable-lastlog \
+    --disable-frills
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -d "${pkgdir}/usr/share/terminfo"
+  export TERMINFO="${pkgdir}/usr/share/terminfo"
+  make DESTDIR="${pkgdir}" install
+ # install the tabbing wrapper ( requires gtk2-perl! )
+  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
+  install -Dm 755 doc/rxvt-tabbed "${pkgdir}/usr/bin/urxvt-tabbed"
+ # install freedesktop menu
+  install -Dm644 ../${pkgname}.desktop \
+    "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Deleted: extra-i686/rxvt-unicode.desktop
===================================================================
--- extra-i686/rxvt-unicode.desktop	2012-01-22 04:45:13 UTC (rev 147101)
+++ extra-i686/rxvt-unicode.desktop	2012-01-22 04:46:15 UTC (rev 147102)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=rxvt-unicode
-Comment=An Unicode capable rxvt clone
-Exec=urxvt
-Icon=terminal
-Terminal=false
-Type=Application
-Categories=Application;System;TerminalEmulator;

Copied: rxvt-unicode/repos/extra-i686/rxvt-unicode.desktop (from rev 147101, rxvt-unicode/trunk/rxvt-unicode.desktop)
===================================================================
--- extra-i686/rxvt-unicode.desktop	                        (rev 0)
+++ extra-i686/rxvt-unicode.desktop	2012-01-22 04:46:15 UTC (rev 147102)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=rxvt-unicode
+Comment=An Unicode capable rxvt clone
+Exec=urxvt
+Icon=terminal
+Terminal=false
+Type=Application
+Categories=Application;System;TerminalEmulator;

Deleted: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2012-01-22 04:45:13 UTC (rev 147101)
+++ extra-x86_64/ChangeLog	2012-01-22 04:46:15 UTC (rev 147102)
@@ -1,11 +0,0 @@
-2011-12-02  Angel Velasquez <angvp at archlinux.org>
-	* Version bump to 9.14
-
-2011-12-02  Angel Velasquez <angvp at archlinux.org>
-	* Moved perl from optdepend to depend (closes FS#25782)
-
-2011-05-22  Angel Velasquez <angvp at archlinux.org>
-	* Rebuilt against perl 5.14.0
-
-2011-05-17  Angel Velasquez <angvp at archlinux.org>
-	* Removed not accepted upstream patch (closes FS#23324)

Copied: rxvt-unicode/repos/extra-x86_64/ChangeLog (from rev 147101, rxvt-unicode/trunk/ChangeLog)
===================================================================
--- extra-x86_64/ChangeLog	                        (rev 0)
+++ extra-x86_64/ChangeLog	2012-01-22 04:46:15 UTC (rev 147102)
@@ -0,0 +1,14 @@
+2012-01-22  Angel Velasquez <angvp at archlinux.org>
+	* Version bump to 9.15
+
+2011-12-02  Angel Velasquez <angvp at archlinux.org>
+	* Version bump to 9.14
+
+2011-12-02  Angel Velasquez <angvp at archlinux.org>
+	* Moved perl from optdepend to depend (closes FS#25782)
+
+2011-05-22  Angel Velasquez <angvp at archlinux.org>
+	* Rebuilt against perl 5.14.0
+
+2011-05-17  Angel Velasquez <angvp at archlinux.org>
+	* Removed not accepted upstream patch (closes FS#23324)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-01-22 04:45:13 UTC (rev 147101)
+++ extra-x86_64/PKGBUILD	2012-01-22 04:46:15 UTC (rev 147102)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: tobias <tobias at archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=rxvt-unicode
-pkgver=9.14
-pkgrel=1
-pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
-arch=('i686' 'x86_64')
-url="http://software.schmorp.de/pkg/rxvt-unicode.html"
-license=('GPL')
-depends=('gcc-libs' 'libxft' 'gdk-pixbuf2' 'perl')
-optdepends=('gtk2-perl: to use the urxvt-tabbed')
-changelog=ChangeLog
-source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
-        ${pkgname}.desktop)
-md5sums=('022235a9a8b012c29e72c49177be6ce4'
-         '3de6c13126a45bc3bc9f6bba077a1311')
-sha1sums=('e303b7591225b06bc04e18a875461438c635014e'
-          '962aebc88982dbeb62a7c4a051ff567e015f61a0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-    --with-terminfo=/usr/share/terminfo \
-    --enable-256-color \
-    --enable-font-styles \
-    --enable-xim \
-    --enable-keepscrolling \
-    --enable-selectionscrolling \
-    --enable-smart-resize \
-    --enable-pixbuf \
-    --enable-transparency \
-    --enable-utmp \
-    --enable-wtmp \
-    --enable-lastlog \
-    --disable-frills
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d "${pkgdir}/usr/share/terminfo"
-  export TERMINFO="${pkgdir}/usr/share/terminfo"
-  make DESTDIR="${pkgdir}" install
- # install the tabbing wrapper ( requires gtk2-perl! )
-  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
-  install -Dm 755 doc/rxvt-tabbed "${pkgdir}/usr/bin/urxvt-tabbed"
- # install freedesktop menu
-  install -Dm644 ../${pkgname}.desktop \
-    "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: rxvt-unicode/repos/extra-x86_64/PKGBUILD (from rev 147101, rxvt-unicode/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-01-22 04:46:15 UTC (rev 147102)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=rxvt-unicode
+pkgver=9.15
+pkgrel=1
+pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/rxvt-unicode.html"
+license=('GPL')
+depends=('gcc-libs' 'libxft' 'gdk-pixbuf2' 'perl')
+optdepends=('gtk2-perl: to use the urxvt-tabbed')
+changelog=ChangeLog
+source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
+        ${pkgname}.desktop)
+md5sums=('15595aa326167ac5eb68c28d95432faf'
+         '3de6c13126a45bc3bc9f6bba077a1311')
+sha1sums=('e6fdf091860ecb458730dc68b0176f67f207a2f7'
+          '962aebc88982dbeb62a7c4a051ff567e015f61a0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+    --with-terminfo=/usr/share/terminfo \
+    --enable-256-color \
+    --enable-font-styles \
+    --enable-xim \
+    --enable-keepscrolling \
+    --enable-selectionscrolling \
+    --enable-smart-resize \
+    --enable-pixbuf \
+    --enable-transparency \
+    --enable-utmp \
+    --enable-wtmp \
+    --enable-lastlog \
+    --disable-frills
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -d "${pkgdir}/usr/share/terminfo"
+  export TERMINFO="${pkgdir}/usr/share/terminfo"
+  make DESTDIR="${pkgdir}" install
+ # install the tabbing wrapper ( requires gtk2-perl! )
+  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
+  install -Dm 755 doc/rxvt-tabbed "${pkgdir}/usr/bin/urxvt-tabbed"
+ # install freedesktop menu
+  install -Dm644 ../${pkgname}.desktop \
+    "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Deleted: extra-x86_64/rxvt-unicode.desktop
===================================================================
--- extra-x86_64/rxvt-unicode.desktop	2012-01-22 04:45:13 UTC (rev 147101)
+++ extra-x86_64/rxvt-unicode.desktop	2012-01-22 04:46:15 UTC (rev 147102)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=rxvt-unicode
-Comment=An Unicode capable rxvt clone
-Exec=urxvt
-Icon=terminal
-Terminal=false
-Type=Application
-Categories=Application;System;TerminalEmulator;

Copied: rxvt-unicode/repos/extra-x86_64/rxvt-unicode.desktop (from rev 147101, rxvt-unicode/trunk/rxvt-unicode.desktop)
===================================================================
--- extra-x86_64/rxvt-unicode.desktop	                        (rev 0)
+++ extra-x86_64/rxvt-unicode.desktop	2012-01-22 04:46:15 UTC (rev 147102)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=rxvt-unicode
+Comment=An Unicode capable rxvt clone
+Exec=urxvt
+Icon=terminal
+Terminal=false
+Type=Application
+Categories=Application;System;TerminalEmulator;




More information about the arch-commits mailing list