[arch-commits] Commit in warsow-data/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun May 4 01:02:18 UTC 2014


    Date: Sunday, May 4, 2014 @ 03:02:18
  Author: svenstaro
Revision: 110588

archrelease: copy trunk to community-any

Added:
  warsow-data/repos/community-any/PKGBUILD
    (from rev 110587, warsow-data/trunk/PKGBUILD)
Deleted:
  warsow-data/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-04 01:02:08 UTC (rev 110587)
+++ PKGBUILD	2014-05-04 01:02:18 UTC (rev 110588)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow-data
-pkgver=1.5
-pkgrel=1
-pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine (data files)"
-url="http://www.warsow.net/"
-license=('custom:Warsow Content License')
-arch=('any')
-source=(http://www.warsow.eu/warsow_15_unified.tar.gz)
-md5sums=('05dfc393f33725e8c40e7894fccd59e8')
-
-package() {
-    # Create Destination Directories
-    install -d $pkgdir/opt/warsow/
-
-    # Move Data to Destination Directory
-    cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
-
-    # Install Custom License: Warsow Content License
-    install -Dm0644 warsow_15/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
-}

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 110587, warsow-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-04 01:02:18 UTC (rev 110588)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=1.5
+pkgrel=2
+pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine (data files)"
+url="http://www.warsow.net/"
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://www.warsow.eu/warsow_15_unified.tar.gz)
+md5sums=('05dfc393f33725e8c40e7894fccd59e8')
+
+package() {
+    # Create Destination Directories
+    install -d $pkgdir/opt/warsow/
+
+    # Move Data to Destination Directory
+    cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
+    find $pkgdir/opt/warsow -type d | xargs chmod 755
+    find $pkgdir/opt/warsow -type f | xargs chmod 644
+
+    # Install Custom License: Warsow Content License
+    install -Dm0644 warsow_15/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
+}




More information about the arch-commits mailing list