Date: Tuesday, November 1, 2022 @ 22:54:38
  Author: felixonmars
Revision: 1340604

archrelease: copy trunk to community-staging-x86_64

Added:
  fetchmail/repos/community-staging-x86_64/
  fetchmail/repos/community-staging-x86_64/PKGBUILD
    (from rev 1340601, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/community-staging-x86_64/fetchmail.service
    (from rev 1340601, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/community-staging-x86_64/fetchmail.sysusers
    (from rev 1340602, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/community-staging-x86_64/fetchmail.tmpfiles
    (from rev 1340602, fetchmail/trunk/fetchmail.tmpfiles)
  fetchmail/repos/community-staging-x86_64/[email protected]
    (from rev 1340603, fetchmail/trunk/[email protected])

--------------------+
 PKGBUILD           |   41 +++++++++++++++++++++++++++++++++++++++++
 fetchmail.service  |   11 +++++++++++
 fetchmail.sysusers |    2 ++
 fetchmail.tmpfiles |    2 ++
 [email protected] |   11 +++++++++++
 5 files changed, 67 insertions(+)

Copied: fetchmail/repos/community-staging-x86_64/PKGBUILD (from rev 1340601, 
fetchmail/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-11-01 22:54:38 UTC (rev 1340604)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Amish <contact at via dot aur>
+# Contributor: Victor3D <[email protected]>
+
+pkgname=fetchmail
+pkgver=6.4.34
+pkgrel=2
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+            'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+        'fetchmail.tmpfiles'
+        'fetchmail.sysusers'
+        '[email protected]'
+        'fetchmail.service')
+b2sums=('796972391a0ac2c71382aaaad3d75fd5c10ddcc58807f6c7ef9940907779e0ec0a8403e077b24afd50e1a7df0646e852cba02ba314e99ea423904e9f8288df01'
+        
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+        
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+        
'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'
+        
'a86822f27f5f4c7b97f24baebcd383b5cc2a4fa7810226139e2c588368637417dbfa52f884a8fcc04b904fc1ac865189feb2070a215a8abf9c0192584c2dbbef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
+  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
+  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
+  install -D -m644 [email protected] 
"${pkgdir}"/usr/lib/systemd/system/[email protected]
+  
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: fetchmail/repos/community-staging-x86_64/fetchmail.service (from rev 
1340601, fetchmail/trunk/fetchmail.service)
===================================================================
--- community-staging-x86_64/fetchmail.service                          (rev 0)
+++ community-staging-x86_64/fetchmail.service  2022-11-01 22:54:38 UTC (rev 
1340604)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fetchmail
+After=network.target
+
+[Service]
+User=fetchmail
+ExecStart=/usr/bin/fetchmail --pidfile /run/fetchmail/fetchmailrc.pid -f 
/etc/fetchmailrc
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target

Copied: fetchmail/repos/community-staging-x86_64/fetchmail.sysusers (from rev 
1340602, fetchmail/trunk/fetchmail.sysusers)
===================================================================
--- community-staging-x86_64/fetchmail.sysusers                         (rev 0)
+++ community-staging-x86_64/fetchmail.sysusers 2022-11-01 22:54:38 UTC (rev 
1340604)
@@ -0,0 +1,2 @@
+u fetchmail - "Fetchmail daemon" /var/lib/fetchmail
+m fetchmail nobody

Copied: fetchmail/repos/community-staging-x86_64/fetchmail.tmpfiles (from rev 
1340602, fetchmail/trunk/fetchmail.tmpfiles)
===================================================================
--- community-staging-x86_64/fetchmail.tmpfiles                         (rev 0)
+++ community-staging-x86_64/fetchmail.tmpfiles 2022-11-01 22:54:38 UTC (rev 
1340604)
@@ -0,0 +1,2 @@
+d /run/fetchmail 700 fetchmail nobody
+d /var/lib/fetchmail 755 fetchmail nobody

Copied: fetchmail/repos/community-staging-x86_64/[email protected] (from rev 
1340603, fetchmail/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                         (rev 0)
+++ community-staging-x86_64/[email protected] 2022-11-01 22:54:38 UTC (rev 
1340604)
@@ -0,0 +1,11 @@
+[Unit]
+Description=A remote-mail retrieval utility
+After=network.target
+
+[Service]
+User=fetchmail
+ExecStart=/usr/bin/fetchmail --pidfile /run/fetchmail/fetchmailrc.%I.pid -f 
/etc/fetchmailrc.%I
+RestartSec=1
+
+[Install]
+Alias=multi-user.target.wants/fetchmail@%i.service

Reply via email to