[arch-commits] Commit in screen/repos (8 files)
Gaƫtan Bisson
bisson at archlinux.org
Mon Jun 20 00:24:55 UTC 2016
Date: Monday, June 20, 2016 @ 00:24:55
Author: bisson
Revision: 270253
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
screen/repos/testing-i686/
screen/repos/testing-i686/PKGBUILD
(from rev 270252, screen/trunk/PKGBUILD)
screen/repos/testing-i686/pam.d
(from rev 270252, screen/trunk/pam.d)
screen/repos/testing-i686/tmpfiles.d
(from rev 270252, screen/trunk/tmpfiles.d)
screen/repos/testing-x86_64/
screen/repos/testing-x86_64/PKGBUILD
(from rev 270252, screen/trunk/PKGBUILD)
screen/repos/testing-x86_64/pam.d
(from rev 270252, screen/trunk/pam.d)
screen/repos/testing-x86_64/tmpfiles.d
(from rev 270252, screen/trunk/tmpfiles.d)
---------------------------+
testing-i686/PKGBUILD | 55 ++++++++++++++++++++++++++++++++++++++++++++
testing-i686/pam.d | 1
testing-i686/tmpfiles.d | 1
testing-x86_64/PKGBUILD | 55 ++++++++++++++++++++++++++++++++++++++++++++
testing-x86_64/pam.d | 1
testing-x86_64/tmpfiles.d | 1
6 files changed, 114 insertions(+)
Copied: screen/repos/testing-i686/PKGBUILD (from rev 270252, screen/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Committer: dorphell <dorphell at gmx.net>
+
+pkgname=screen
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='http://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
+source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+ 'tmpfiles.d'
+ 'pam.d')
+sha1sums=('f37f99ec57be1063c471c86511eab20a3afd39ff' 'SKIP'
+ '76b9c70b77940eb1214fe65739f9f932dc57fb66'
+ '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --enable-colors256 \
+ --enable-pam \
+ --enable-rxvt_osc \
+ --enable-telnet \
+ --with-pty-group=$_ptygroup \
+ --with-socket-dir=/run/screens \
+ --with-sys-screenrc=/etc/screenrc \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
+ install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/screen.conf
+
+ install -Dm644 etc/completer.zsh "${pkgdir}"/usr/share/zsh/site-functions/_screen
+ install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
+ install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
+}
Copied: screen/repos/testing-i686/pam.d (from rev 270252, screen/trunk/pam.d)
===================================================================
--- testing-i686/pam.d (rev 0)
+++ testing-i686/pam.d 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1 @@
+auth required pam_unix.so
Copied: screen/repos/testing-i686/tmpfiles.d (from rev 270252, screen/trunk/tmpfiles.d)
===================================================================
--- testing-i686/tmpfiles.d (rev 0)
+++ testing-i686/tmpfiles.d 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1 @@
+d /run/screens 0755 root root -
Copied: screen/repos/testing-x86_64/PKGBUILD (from rev 270252, screen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Committer: dorphell <dorphell at gmx.net>
+
+pkgname=screen
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='http://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
+source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+ 'tmpfiles.d'
+ 'pam.d')
+sha1sums=('f37f99ec57be1063c471c86511eab20a3afd39ff' 'SKIP'
+ '76b9c70b77940eb1214fe65739f9f932dc57fb66'
+ '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --enable-colors256 \
+ --enable-pam \
+ --enable-rxvt_osc \
+ --enable-telnet \
+ --with-pty-group=$_ptygroup \
+ --with-socket-dir=/run/screens \
+ --with-sys-screenrc=/etc/screenrc \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
+ install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/screen.conf
+
+ install -Dm644 etc/completer.zsh "${pkgdir}"/usr/share/zsh/site-functions/_screen
+ install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
+ install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
+}
Copied: screen/repos/testing-x86_64/pam.d (from rev 270252, screen/trunk/pam.d)
===================================================================
--- testing-x86_64/pam.d (rev 0)
+++ testing-x86_64/pam.d 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1 @@
+auth required pam_unix.so
Copied: screen/repos/testing-x86_64/tmpfiles.d (from rev 270252, screen/trunk/tmpfiles.d)
===================================================================
--- testing-x86_64/tmpfiles.d (rev 0)
+++ testing-x86_64/tmpfiles.d 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1 @@
+d /run/screens 0755 root root -
More information about the arch-commits
mailing list