[arch-commits] Commit in distcc/repos/community-x86_64 (6 files)

Alexander Rødseth arodseth at archlinux.org
Thu Aug 22 09:17:54 UTC 2019


    Date: Thursday, August 22, 2019 @ 09:17:53
  Author: arodseth
Revision: 500508

archrelease: copy trunk to community-x86_64

Added:
  distcc/repos/community-x86_64/PKGBUILD
    (from rev 500507, distcc/trunk/PKGBUILD)
  distcc/repos/community-x86_64/distccd.conf.d
    (from rev 500507, distcc/trunk/distccd.conf.d)
  distcc/repos/community-x86_64/distccd.service
    (from rev 500507, distcc/trunk/distccd.service)
Deleted:
  distcc/repos/community-x86_64/PKGBUILD
  distcc/repos/community-x86_64/distccd.conf.d
  distcc/repos/community-x86_64/distccd.service

-----------------+
 PKGBUILD        |  145 ++++++++++++++++++++++++++----------------------------
 distccd.conf.d  |   18 +++---
 distccd.service |   24 ++++----
 3 files changed, 93 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-22 09:17:46 UTC (rev 500507)
+++ PKGBUILD	2019-08-22 09:17:53 UTC (rev 500508)
@@ -1,73 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=distcc
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Distributed C, C++ and Objective-C compiler'
-arch=('x86_64')
-url='http://distcc.org'
-license=('GPL')
-depends=('avahi' 'popt')
-makedepends=('git' 'gtk2' 'python' 'setconf')
-optdepends=('gtk2: for distccmon-gnome' 'python')
-backup=('etc/conf.d/distccd'
-        'etc/distcc/hosts')
-source=("git+https://github.com/distcc/distcc#tag=v$pkgver"
-        'distccd.conf.d'
-        'distccd.service')
-sha256sums=('SKIP'
-            '43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
-            '0f18ffb58647eeba643f28e9029a5d307100df3470eb228097f2b3f4196d8098')
-prepare() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
-  sed -i 's/ install-gnome-data//g' Makefile.in
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
-    --prefix=/usr \
-    --enable-rfc2553 \
-    --mandir=/usr/share/man \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --with-gtk
-
-  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
-}
-
-package() {
-  make -C "$pkgname" \
-    DESTDIR="$pkgdir" \
-    INCLUDESERVER_PYTHON=/usr/bin/python \
-    install
-
-  # Configuration
-  install -Dm644 distccd.conf.d "$pkgdir/etc/conf.d/distccd"
-  install -Dm644 distccd.service \
-    "$pkgdir/usr/lib/systemd/system/distccd.service"
-
-  # Desktop shortcut
-  install -Dm644 "$pkgname/gnome/distccmon-gnome-icon.png" \
-    "$pkgdir/usr/share/pixmaps/distccmon-gnome-icon.png"
-  install -Dm644 "$pkgname/gnome/distccmon-gnome.desktop" \
-    "$pkgdir/usr/share/applications/distccmon-gnome.desktop"
-
-  # Symlinks
-  install -d "$pkgdir/usr/lib/$pkgname/bin"
-  for bin in c++ cc cpp g++ gcc; do
-    ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/bin/$bin"
-    # Additional symlinks are needed, see FS#57978
-    ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/$bin"
-  done
-}
-
-# getver: distcc.org
-# vim: ts=2 sw=2 et:

Copied: distcc/repos/community-x86_64/PKGBUILD (from rev 500507, distcc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-22 09:17:53 UTC (rev 500508)
@@ -0,0 +1,72 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=distcc
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Distributed compilation of C, C++ and Objective-C'
+arch=(x86_64)
+url='http://distcc.org'
+license=(GPL)
+depends=(avahi popt)
+makedepends=(git gtk2 python setconf)
+optdepends=('gtk2: for distccmon-gnome' python)
+backup=('etc/conf.d/distccd'
+        'etc/distcc/hosts')
+source=("git+https://github.com/distcc/distcc#tag=v$pkgver"
+        'distccd.conf.d'
+        'distccd.service')
+sha256sums=('SKIP'
+            '43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
+            '540f0b866bb168535858e86b3f8c07531f4c1695cd70891ff572885e5f660ead')
+prepare() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
+  sed -i 's/ install-gnome-data//g' Makefile.in
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-rfc2553 \
+    --mandir=/usr/share/man \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-gtk
+  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
+}
+
+package() {
+  make -C "$pkgname" \
+    DESTDIR="$pkgdir" \
+    INCLUDESERVER_PYTHON=/usr/bin/python \
+    install
+
+  # Configuration
+  install -Dm644 distccd.conf.d "$pkgdir/etc/conf.d/distccd"
+  install -Dm644 distccd.service \
+    "$pkgdir/usr/lib/systemd/system/distccd.service"
+
+  # Desktop shortcut
+  install -Dm644 "$pkgname/gnome/distccmon-gnome-icon.png" \
+    "$pkgdir/usr/share/pixmaps/distccmon-gnome-icon.png"
+  install -Dm644 "$pkgname/gnome/distccmon-gnome.desktop" \
+    "$pkgdir/usr/share/applications/distccmon-gnome.desktop"
+
+  # Symlinks
+  install -d "$pkgdir/usr/lib/$pkgname/bin"
+  for bin in c++ cc cpp g++ gcc; do
+    ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/bin/$bin"
+    # Additional symlinks are needed, see FS#57978
+    ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/$bin"
+  done
+}
+
+# getver: distcc.org
+# vim: ts=2 sw=2 et:

Deleted: distccd.conf.d
===================================================================
--- distccd.conf.d	2019-08-22 09:17:46 UTC (rev 500507)
+++ distccd.conf.d	2019-08-22 09:17:53 UTC (rev 500508)
@@ -1,9 +0,0 @@
-#
-# Parameters to be passed to distccd
-#
-# You must explicitly add IPs (or subnets) that are allowed to connect,
-# using the --allow switch.  See the distccd manpage for more info.
-#
-
-DISTCC_ARGS="--allow 127.0.0.1"
-#DISTCC_ARGS="--allow 192.168.0.0/24 --log-level error --log-file /tmp/distccd.log"

Copied: distcc/repos/community-x86_64/distccd.conf.d (from rev 500507, distcc/trunk/distccd.conf.d)
===================================================================
--- distccd.conf.d	                        (rev 0)
+++ distccd.conf.d	2019-08-22 09:17:53 UTC (rev 500508)
@@ -0,0 +1,9 @@
+#
+# Parameters to be passed to distccd
+#
+# You must explicitly add IPs (or subnets) that are allowed to connect,
+# using the --allow switch.  See the distccd manpage for more info.
+#
+
+DISTCC_ARGS="--allow 127.0.0.1"
+#DISTCC_ARGS="--allow 192.168.0.0/24 --log-level error --log-file /tmp/distccd.log"

Deleted: distccd.service
===================================================================
--- distccd.service	2019-08-22 09:17:46 UTC (rev 500507)
+++ distccd.service	2019-08-22 09:17:53 UTC (rev 500508)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Distributed C, C++ and Objective-C compiler
-Documentation=man:distccd(1)
-After=network.target
-
-[Service]
-User=nobody
-EnvironmentFile=/etc/conf.d/distccd
-ExecStart=/usr/bin/distccd --no-detach --daemon $DISTCC_ARGS
-
-[Install]
-WantedBy=multi-user.target

Copied: distcc/repos/community-x86_64/distccd.service (from rev 500507, distcc/trunk/distccd.service)
===================================================================
--- distccd.service	                        (rev 0)
+++ distccd.service	2019-08-22 09:17:53 UTC (rev 500508)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Distributed compilation of C, C++ and Objective-C
+Documentation=man:distccd(1)
+After=network.target
+
+[Service]
+User=nobody
+EnvironmentFile=/etc/conf.d/distccd
+ExecStart=/usr/bin/distccd --no-detach --daemon $DISTCC_ARGS
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list