[arch-commits] Commit in dvtm/trunk (3 files)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Dec 30 02:12:37 UTC 2013


    Date: Monday, December 30, 2013 @ 03:12:36
  Author: lfleischer
Revision: 103205

upgpkg: dvtm 0.10-1

Upstream update.

Modified:
  dvtm/trunk/PKGBUILD
  dvtm/trunk/config.h
Deleted:
  dvtm/trunk/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch

-------------------------------------------------------+
 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch |   25 ----------------
 PKGBUILD                                              |   14 +++-----
 config.h                                              |    2 -
 3 files changed, 6 insertions(+), 35 deletions(-)

Deleted: 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
===================================================================
--- 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch	2013-12-29 22:37:04 UTC (rev 103204)
+++ 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch	2013-12-30 02:12:36 UTC (rev 103205)
@@ -1,25 +0,0 @@
-From 4ab5ed57a3b53e0271cf50f256cd7904c50cac55 Mon Sep 17 00:00:00 2001
-From: Douglas Jerome <douglas at ttylinux.org>
-Date: Wed, 15 May 2013 14:33:31 +0200
-Subject: [PATCH] Makefile: respect ${DESTDIR} in tic invocation
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index ff85deb..eb849f4 100644
---- a/Makefile
-+++ b/Makefile
-@@ -55,7 +55,7 @@ install: dvtm
- 	@sed "s/VERSION/${VERSION}/g" < dvtm.1 > ${DESTDIR}${MANPREFIX}/man1/dvtm.1
- 	@chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
- 	@echo installing terminfo description
--	@tic -s dvtm.info
-+	@tic -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
- 
- uninstall:
- 	@echo removing executable file from ${DESTDIR}${PREFIX}/bin
--- 
-1.8.3.450.gf3f2a46
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-29 22:37:04 UTC (rev 103204)
+++ PKGBUILD	2013-12-30 02:12:36 UTC (rev 103205)
@@ -4,8 +4,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=dvtm
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+pkgrel=1
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
 url='http://www.brain-dump.org/projects/dvtm/'
@@ -12,17 +12,13 @@
 license=('MIT')
 depends=('ncurses')
 source=("http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        'config.h'
-        '0001-Makefile-respect-DESTDIR-in-tic-invocation.patch')
-md5sums=('7de1103abb0ca410f7250cf89f019a38'
-         '41107e5e84a8572f70d6cb111b4e07f8'
-         'c85d8265ced45d014a7d3f05134bf6a1')
+        'config.h')
+md5sums=('0c7167dc898df1693c20e2a34ba3e947'
+         '15dd5c17d39fca0e043577985ee1c6a6')
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	patch -p1 -i ../0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
-
 	cp "${srcdir}/config.h" .
 	sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
 }

Modified: config.h
===================================================================
--- config.h	2013-12-29 22:37:04 UTC (rev 103204)
+++ config.h	2013-12-30 02:12:36 UTC (rev 103205)
@@ -77,7 +77,6 @@
 	{ MOD, '8',       { focusn,         { "8" }                     } },
 	{ MOD, '9',       { focusn,         { "9" }                     } },
 	{ MOD, 'q',       { quit,           { NULL }                    } },
-	{ MOD, 'G',       { escapekey,      { NULL }                    } },
 	{ MOD, 'a',       { togglerunall,   { NULL }                    } },
 	{ MOD, 'r',       { redraw,         { NULL }                    } },
 	{ MOD, 'X',       { lock,           { NULL }                    } },
@@ -89,6 +88,7 @@
 	{ MOD, KEY_PPAGE, { scrollback,     { "-1" }                    } },
 	{ MOD, KEY_NPAGE, { scrollback,     { "1"  }                    } },
 	{ MOD, KEY_F(1),  { create,         { "man dvtm", "dvtm help" } } },
+	{ MOD, MOD,       { send,           { (const char []){MOD, 0} } } },
 };
 
 static const ColorRule colorrules[] = {




More information about the arch-commits mailing list