[arch-commits] Commit in wesnoth/repos (20 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Oct 20 15:59:20 UTC 2014


    Date: Monday, October 20, 2014 @ 17:59:20
  Author: foutrelis
Revision: 121085

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

Added:
  wesnoth/repos/community-i686/PKGBUILD
    (from rev 121084, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-i686/wesnoth.install
    (from rev 121084, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
    (from rev 121084, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-i686/wesnothd.service
    (from rev 121084, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
    (from rev 121084, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-x86_64/PKGBUILD
    (from rev 121084, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnoth.install
    (from rev 121084, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
    (from rev 121084, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-x86_64/wesnothd.service
    (from rev 121084, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
    (from rev 121084, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-i686/PKGBUILD
  wesnoth/repos/community-i686/wesnoth.install
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
  wesnoth/repos/community-i686/wesnothd.service
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnoth.install
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

-----------------------------------------+
 /PKGBUILD                               |  102 ++++++++++++++++++++++++++++++
 /wesnoth.install                        |   28 ++++++++
 /wesnoth.tmpfiles.conf                  |    2 
 /wesnothd.service                       |   18 +++++
 /wesnothd.tmpfiles.conf                 |    2 
 community-i686/PKGBUILD                 |   51 ---------------
 community-i686/wesnoth.install          |   14 ----
 community-i686/wesnoth.tmpfiles.conf    |    1 
 community-i686/wesnothd.service         |    9 --
 community-i686/wesnothd.tmpfiles.conf   |    1 
 community-x86_64/PKGBUILD               |   51 ---------------
 community-x86_64/wesnoth.install        |   14 ----
 community-x86_64/wesnoth.tmpfiles.conf  |    1 
 community-x86_64/wesnothd.service       |    9 --
 community-x86_64/wesnothd.tmpfiles.conf |    1 
 15 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-i686/PKGBUILD	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Jacobo Arvelo <unix4all at ya.com>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=wesnoth
-pkgver=1.10.7
-pkgrel=3
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/"
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 'pango' 'lua' "wesnoth-data" 'dbus-core' 'python2')
-makedepends=('boost' 'cmake')
-install=wesnoth.install
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-        wesnothd.tmpfiles.conf
-        wesnothd.service)
-md5sums=('3f460a494530d32aa5d5d0f19c95efbd'
-         '2d2fea6b3d86dfd589f5ad35a3be1f97'
-         'd1b6bf1d3dc05086ee6a370adff0ae4a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DENABLE_OMP=ON \
-      -DENABLE_TOOLS=ON \
-      -DMANDIR=share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r $pkgdir/usr/share/applications
-  rm -r $pkgdir/usr/share/doc
-  rm -r $pkgdir/usr/share/pixmaps
-  rm -r $pkgdir/usr/share/wesnoth
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" "$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos/community-i686/PKGBUILD (from rev 121084, wesnoth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Jacobo Arvelo <unix4all at ya.com>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=wesnoth
+pkgver=1.10.7
+pkgrel=4
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/"
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 'pango' 'lua' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+        wesnothd.tmpfiles.conf
+        wesnothd.service)
+md5sums=('3f460a494530d32aa5d5d0f19c95efbd'
+         '2d2fea6b3d86dfd589f5ad35a3be1f97'
+         'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DENABLE_OMP=ON \
+      -DENABLE_TOOLS=ON \
+      -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" "$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Deleted: community-i686/wesnoth.install
===================================================================
--- community-i686/wesnoth.install	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-i686/wesnoth.install	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1,14 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-    systemd-tmpfiles --create wesnothd.conf
-cat << EOF
-Note:
-==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
-==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
-==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
-EOF
-}
-
-post_upgrade() {
-    post_install
-}

Copied: wesnoth/repos/community-i686/wesnoth.install (from rev 121084, wesnoth/trunk/wesnoth.install)
===================================================================
--- community-i686/wesnoth.install	                        (rev 0)
+++ community-i686/wesnoth.install	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+    systemd-tmpfiles --create wesnothd.conf
+cat << EOF
+Note:
+==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
+==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
+==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
+EOF
+}
+
+post_upgrade() {
+    post_install
+}

Deleted: community-i686/wesnoth.tmpfiles.conf
===================================================================
--- community-i686/wesnoth.tmpfiles.conf	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-i686/wesnoth.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1 +0,0 @@
-D /run/wesnothd 0700 root root -

Copied: wesnoth/repos/community-i686/wesnoth.tmpfiles.conf (from rev 121084, wesnoth/trunk/wesnoth.tmpfiles.conf)
===================================================================
--- community-i686/wesnoth.tmpfiles.conf	                        (rev 0)
+++ community-i686/wesnoth.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1 @@
+D /run/wesnothd 0700 root root -

Deleted: community-i686/wesnothd.service
===================================================================
--- community-i686/wesnothd.service	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-i686/wesnothd.service	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Wesnoth Server Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/wesnothd
-
-[Install]
-WantedBy=multi-user.target

Copied: wesnoth/repos/community-i686/wesnothd.service (from rev 121084, wesnoth/trunk/wesnothd.service)
===================================================================
--- community-i686/wesnothd.service	                        (rev 0)
+++ community-i686/wesnothd.service	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Wesnoth Server Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/wesnothd
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/wesnothd.tmpfiles.conf
===================================================================
--- community-i686/wesnothd.tmpfiles.conf	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-i686/wesnothd.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1 +0,0 @@
-d /run/wesnothd 0700 root root -

Copied: wesnoth/repos/community-i686/wesnothd.tmpfiles.conf (from rev 121084, wesnoth/trunk/wesnothd.tmpfiles.conf)
===================================================================
--- community-i686/wesnothd.tmpfiles.conf	                        (rev 0)
+++ community-i686/wesnothd.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1 @@
+d /run/wesnothd 0700 root root -

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-x86_64/PKGBUILD	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Jacobo Arvelo <unix4all at ya.com>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=wesnoth
-pkgver=1.10.7
-pkgrel=3
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/"
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 'pango' 'lua' "wesnoth-data" 'dbus-core' 'python2')
-makedepends=('boost' 'cmake')
-install=wesnoth.install
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-        wesnothd.tmpfiles.conf
-        wesnothd.service)
-md5sums=('3f460a494530d32aa5d5d0f19c95efbd'
-         '2d2fea6b3d86dfd589f5ad35a3be1f97'
-         'd1b6bf1d3dc05086ee6a370adff0ae4a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DENABLE_OMP=ON \
-      -DENABLE_TOOLS=ON \
-      -DMANDIR=share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r $pkgdir/usr/share/applications
-  rm -r $pkgdir/usr/share/doc
-  rm -r $pkgdir/usr/share/pixmaps
-  rm -r $pkgdir/usr/share/wesnoth
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" "$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos/community-x86_64/PKGBUILD (from rev 121084, wesnoth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Jacobo Arvelo <unix4all at ya.com>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=wesnoth
+pkgver=1.10.7
+pkgrel=4
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/"
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 'pango' 'lua' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+        wesnothd.tmpfiles.conf
+        wesnothd.service)
+md5sums=('3f460a494530d32aa5d5d0f19c95efbd'
+         '2d2fea6b3d86dfd589f5ad35a3be1f97'
+         'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DENABLE_OMP=ON \
+      -DENABLE_TOOLS=ON \
+      -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" "$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Deleted: community-x86_64/wesnoth.install
===================================================================
--- community-x86_64/wesnoth.install	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-x86_64/wesnoth.install	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1,14 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-    systemd-tmpfiles --create wesnothd.conf
-cat << EOF
-Note:
-==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
-==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
-==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
-EOF
-}
-
-post_upgrade() {
-    post_install
-}

Copied: wesnoth/repos/community-x86_64/wesnoth.install (from rev 121084, wesnoth/trunk/wesnoth.install)
===================================================================
--- community-x86_64/wesnoth.install	                        (rev 0)
+++ community-x86_64/wesnoth.install	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+    systemd-tmpfiles --create wesnothd.conf
+cat << EOF
+Note:
+==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
+==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
+==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
+EOF
+}
+
+post_upgrade() {
+    post_install
+}

Deleted: community-x86_64/wesnoth.tmpfiles.conf
===================================================================
--- community-x86_64/wesnoth.tmpfiles.conf	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-x86_64/wesnoth.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1 +0,0 @@
-D /run/wesnothd 0700 root root -

Copied: wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf (from rev 121084, wesnoth/trunk/wesnoth.tmpfiles.conf)
===================================================================
--- community-x86_64/wesnoth.tmpfiles.conf	                        (rev 0)
+++ community-x86_64/wesnoth.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1 @@
+D /run/wesnothd 0700 root root -

Deleted: community-x86_64/wesnothd.service
===================================================================
--- community-x86_64/wesnothd.service	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-x86_64/wesnothd.service	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Wesnoth Server Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/wesnothd
-
-[Install]
-WantedBy=multi-user.target

Copied: wesnoth/repos/community-x86_64/wesnothd.service (from rev 121084, wesnoth/trunk/wesnothd.service)
===================================================================
--- community-x86_64/wesnothd.service	                        (rev 0)
+++ community-x86_64/wesnothd.service	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Wesnoth Server Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/wesnothd
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/wesnothd.tmpfiles.conf
===================================================================
--- community-x86_64/wesnothd.tmpfiles.conf	2014-10-20 15:59:04 UTC (rev 121084)
+++ community-x86_64/wesnothd.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -1 +0,0 @@
-d /run/wesnothd 0700 root root -

Copied: wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf (from rev 121084, wesnoth/trunk/wesnothd.tmpfiles.conf)
===================================================================
--- community-x86_64/wesnothd.tmpfiles.conf	                        (rev 0)
+++ community-x86_64/wesnothd.tmpfiles.conf	2014-10-20 15:59:20 UTC (rev 121085)
@@ -0,0 +1 @@
+d /run/wesnothd 0700 root root -



More information about the arch-commits mailing list