[arch-commits] Commit in screen/trunk (PKGBUILD tmpfiles.d)

Gaetan Bisson bisson at archlinux.org
Mon Mar 14 04:23:25 UTC 2016


    Date: Monday, March 14, 2016 @ 05:23:25
  Author: bisson
Revision: 261424

implement FS#47596

Added:
  screen/trunk/tmpfiles.d
Modified:
  screen/trunk/PKGBUILD

------------+
 PKGBUILD   |    5 ++++-
 tmpfiles.d |    1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-14 03:06:39 UTC (rev 261423)
+++ PKGBUILD	2016-03-14 04:23:25 UTC (rev 261424)
@@ -5,7 +5,7 @@
 
 pkgname=screen
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='http://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -13,8 +13,10 @@
 depends=('ncurses' 'pam')
 validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
 source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+        'tmpfiles.d'
         'pam.d')
 sha1sums=('a524761504e28480517e338b20c852f2ab100c93' 'SKIP'
+          '76b9c70b77940eb1214fe65739f9f932dc57fb66'
           '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
 
 backup=('etc/screenrc' 'etc/pam.d/screen')
@@ -46,6 +48,7 @@
 	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

Added: tmpfiles.d
===================================================================
--- tmpfiles.d	                        (rev 0)
+++ tmpfiles.d	2016-03-14 04:23:25 UTC (rev 261424)
@@ -0,0 +1 @@
+d /run/screens 0755 root root -



More information about the arch-commits mailing list