[arch-commits] Commit in screen/repos (8 files)

Gaëtan Bisson bisson at archlinux.org
Sun Feb 26 21:10:33 UTC 2017


    Date: Sunday, February 26, 2017 @ 21:10:33
  Author: bisson
Revision: 289570

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

Added:
  screen/repos/testing-i686/
  screen/repos/testing-i686/PKGBUILD
    (from rev 289569, screen/trunk/PKGBUILD)
  screen/repos/testing-i686/pam.d
    (from rev 289569, screen/trunk/pam.d)
  screen/repos/testing-i686/tmpfiles.d
    (from rev 289569, screen/trunk/tmpfiles.d)
  screen/repos/testing-x86_64/
  screen/repos/testing-x86_64/PKGBUILD
    (from rev 289569, screen/trunk/PKGBUILD)
  screen/repos/testing-x86_64/pam.d
    (from rev 289569, screen/trunk/pam.d)
  screen/repos/testing-x86_64/tmpfiles.d
    (from rev 289569, screen/trunk/tmpfiles.d)

---------------------------+
 testing-i686/PKGBUILD     |   56 ++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/pam.d        |    1 
 testing-i686/tmpfiles.d   |    1 
 testing-x86_64/PKGBUILD   |   56 ++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/pam.d      |    1 
 testing-x86_64/tmpfiles.d |    1 
 6 files changed, 116 insertions(+)

Copied: screen/repos/testing-i686/PKGBUILD (from rev 289569, screen/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1,56 @@
+# $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.5.1
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='https://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
+              '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
+source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+        'tmpfiles.d'
+        'pam.d')
+sha1sums=('d096ea40c7a349ec46f3bd4fcc02fd6a873318e6' '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 289569, screen/trunk/pam.d)
===================================================================
--- testing-i686/pam.d	                        (rev 0)
+++ testing-i686/pam.d	2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1 @@
+auth		required	pam_unix.so

Copied: screen/repos/testing-i686/tmpfiles.d (from rev 289569, screen/trunk/tmpfiles.d)
===================================================================
--- testing-i686/tmpfiles.d	                        (rev 0)
+++ testing-i686/tmpfiles.d	2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1 @@
+d /run/screens 0755 root root -

Copied: screen/repos/testing-x86_64/PKGBUILD (from rev 289569, screen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1,56 @@
+# $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.5.1
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='https://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
+              '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
+source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+        'tmpfiles.d'
+        'pam.d')
+sha1sums=('d096ea40c7a349ec46f3bd4fcc02fd6a873318e6' '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 289569, screen/trunk/pam.d)
===================================================================
--- testing-x86_64/pam.d	                        (rev 0)
+++ testing-x86_64/pam.d	2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1 @@
+auth		required	pam_unix.so

Copied: screen/repos/testing-x86_64/tmpfiles.d (from rev 289569, screen/trunk/tmpfiles.d)
===================================================================
--- testing-x86_64/tmpfiles.d	                        (rev 0)
+++ testing-x86_64/tmpfiles.d	2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1 @@
+d /run/screens 0755 root root -



More information about the arch-commits mailing list