Date: Thursday, March 19, 2020 @ 13:47:53
  Author: alucryd
Revision: 600905

archrelease: copy trunk to community-x86_64

Added:
  foldingathome/repos/community-x86_64/PKGBUILD
    (from rev 600904, foldingathome/trunk/PKGBUILD)
  foldingathome/repos/community-x86_64/foldingathome.service
    (from rev 600904, foldingathome/trunk/foldingathome.service)
Deleted:
  foldingathome/repos/community-x86_64/PKGBUILD
  foldingathome/repos/community-x86_64/foldingathome.service

-----------------------+
 PKGBUILD              |   82 ++++++++++++++++++++++++------------------------
 foldingathome.service |   32 +++++++++---------
 2 files changed, 58 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-19 13:47:47 UTC (rev 600904)
+++ PKGBUILD    2020-03-19 13:47:53 UTC (rev 600905)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: paul2lv <[email protected]>
-# Contributor: dtw <[email protected]>
-
-pkgname=foldingathome
-pkgver=7.5.1
-pkgrel=1
-pkgdesc='A distributed computing project for simulating protein dynamics'
-arch=(x86_64)
-url=https://foldingathome.org/
-license=(custom)
-depends=(
-  gcc-libs
-  glibc
-  zlib
-)
-optdepends=(
-  'cuda: for folding with an NVIDIA GPU'
-  'opencl-amd: for folding with a newer AMD GPU'
-  'opencl-mesa: for folding with an older AMD GPU'
-  'opencl-nvidia: for folding with an NVIDIA GPU'
-)
-backup=(etc/foldingathome/config.xml)
-source=(
-  
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${pkgver%.*}/fahclient_${pkgver}-64bit-release.tar.bz2
-  foldingathome.service
-)
-sha256sums=('69a2562a4bc30bf10e1954bedd8b96aaf57df7eafcfca828f29304fbbbc2521f'
-            '3adcb49fa7a596b56f00e8759798c9d2f5346d3608f097e21731a50f6306c755')
-
-package() {
-  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHClient -t 
"${pkgdir}"/usr/bin/
-  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHCoreWrapper -t 
"${pkgdir}"/usr/bin/
-  install -Dm 644 fahclient_${pkgver}-64bit-release/CHANGELOG.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
-  install -Dm 644 fahclient_${pkgver}-64bit-release/README.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
-  install -Dm 644 fahclient_${pkgver}-64bit-release/copyright -t 
"${pkgdir}"/usr/share/licenses/foldingathome/
-  install -Dm 644 fahclient_${pkgver}-64bit-release/sample-config.xml 
"${pkgdir}"/etc/foldingathome/config.xml
-  install -Dm 644 foldingathome.service -t "${pkgdir}"/usr/lib/systemd/system/
-}
-
-# vim: ts=2 sw=2 et:

Copied: foldingathome/repos/community-x86_64/PKGBUILD (from rev 600904, 
foldingathome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-03-19 13:47:53 UTC (rev 600905)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: paul2lv <[email protected]>
+# Contributor: dtw <[email protected]>
+
+pkgname=foldingathome
+pkgver=7.5.1
+pkgrel=2
+pkgdesc='A distributed computing project for simulating protein dynamics'
+arch=(x86_64)
+url=https://foldingathome.org/
+license=(custom)
+depends=(
+  gcc-libs
+  glibc
+  zlib
+)
+optdepends=(
+  'cuda: for folding with an NVIDIA GPU'
+  'opencl-amd: for folding with a newer AMD GPU'
+  'opencl-mesa: for folding with an older AMD GPU'
+  'opencl-nvidia: for folding with an NVIDIA GPU'
+)
+backup=(etc/foldingathome/config.xml)
+source=(
+  
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${pkgver%.*}/fahclient_${pkgver}-64bit-release.tar.bz2
+  foldingathome.service
+)
+sha256sums=('69a2562a4bc30bf10e1954bedd8b96aaf57df7eafcfca828f29304fbbbc2521f'
+            '8ddb89e8f9e9d66fc690a54b1d1c19e83cfdff29e198c5d31a7c485f451005a3')
+
+package() {
+  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHClient -t 
"${pkgdir}"/usr/bin/
+  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHCoreWrapper -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/CHANGELOG.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/README.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/copyright -t 
"${pkgdir}"/usr/share/licenses/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/sample-config.xml 
"${pkgdir}"/etc/foldingathome/config.xml
+  install -Dm 644 foldingathome.service -t "${pkgdir}"/usr/lib/systemd/system/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: foldingathome.service
===================================================================
--- foldingathome.service       2020-03-19 13:47:47 UTC (rev 600904)
+++ foldingathome.service       2020-03-19 13:47:53 UTC (rev 600905)
@@ -1,15 +0,0 @@
-[Unit]
-Description=Folding@home distributed computing client
-After=network.target
-
-[Service]
-Type=simple
-User=fah
-DynamicUser=yes
-StateDirectory=fah
-WorkingDirectory=/var/lib/fah
-ExecStart=/usr/bin/FAHClient --config /etc/foldingathome/config.xml
-
-[Install]
-WantedBy=multi-user.target
-

Copied: foldingathome/repos/community-x86_64/foldingathome.service (from rev 
600904, foldingathome/trunk/foldingathome.service)
===================================================================
--- foldingathome.service                               (rev 0)
+++ foldingathome.service       2020-03-19 13:47:53 UTC (rev 600905)
@@ -0,0 +1,17 @@
+[Unit]
+Description=Folding@home distributed computing client
+After=network.target
+
+[Service]
+Type=simple
+User=fah
+DynamicUser=yes
+StateDirectory=fah
+WorkingDirectory=/var/lib/fah
+ReadWritePaths=/etc/foldingathome/config.xml
+ExecStartPre=/usr/bin/cp /etc/foldingathome/config.xml /var/lib/fah/
+ExecStart=/usr/bin/FAHClient
+
+[Install]
+WantedBy=multi-user.target
+

Reply via email to