[arch-commits] Commit in winegame/repos (6 files)

Federico Cinelli cinelli at nymeria.archlinux.org
Sun Mar 3 05:22:22 UTC 2013


    Date: Sunday, March 3, 2013 @ 06:22:22
  Author: cinelli
Revision: 85556

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

Added:
  winegame/repos/community-i686/PKGBUILD
    (from rev 85555, winegame/trunk/PKGBUILD)
  winegame/repos/community-i686/winegame.install
    (from rev 85555, winegame/trunk/winegame.install)
  winegame/repos/community-x86_64/
  winegame/repos/community-x86_64/PKGBUILD
    (from rev 85555, winegame/trunk/PKGBUILD)
  winegame/repos/community-x86_64/winegame.install
    (from rev 85555, winegame/trunk/winegame.install)
Deleted:
  winegame/repos/community-i686/PKGBUILD

-----------------------------------+
 community-i686/PKGBUILD           |   73 +++++++++++++++++++-----------------
 community-i686/winegame.install   |    9 ++++
 community-x86_64/PKGBUILD         |   40 +++++++++++++++++++
 community-x86_64/winegame.install |    9 ++++
 4 files changed, 98 insertions(+), 33 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-03 05:20:41 UTC (rev 85555)
+++ community-i686/PKGBUILD	2013-03-03 05:22:22 UTC (rev 85556)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=winegame
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="An interface to install windows programs in Wine"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/winegame/"
-license=('GPL3')
-depends=('libnotify' 'winestuff')
-makedepends=('cmake')
-source=(http://winegame.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('631dd218707c6efb2901ef1206092538')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr ..
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: winegame/repos/community-i686/PKGBUILD (from rev 85555, winegame/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-03 05:22:22 UTC (rev 85556)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.com>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=winegame
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="An interface to install windows programs in Wine"
+arch=('i686' 'x86_64')
+install=winegame.install
+url="http://code.google.com/p/winegame/"
+license=('GPL3')
+depends=('winestuff')
+optdepends=('libnotify: Desktop notifaction support')
+makedepends=('cmake')
+source=("http://winegame.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+md5sums=('631dd218707c6efb2901ef1206092538')
+
+if [[ $CARCH == "x86_64" ]]; then
+  depends+=('lib32-mesa-libgl')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="$pkgdir/" install
+}
+

Copied: winegame/repos/community-i686/winegame.install (from rev 85555, winegame/trunk/winegame.install)
===================================================================
--- community-i686/winegame.install	                        (rev 0)
+++ community-i686/winegame.install	2013-03-03 05:22:22 UTC (rev 85556)
@@ -0,0 +1,9 @@
+post_install () {
+  update-desktop-database -q
+}
+post_upgrade () {
+  post_install
+}
+post_removal () {
+  post_install
+}

Copied: winegame/repos/community-x86_64/PKGBUILD (from rev 85555, winegame/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-03 05:22:22 UTC (rev 85556)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.com>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=winegame
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="An interface to install windows programs in Wine"
+arch=('i686' 'x86_64')
+install=winegame.install
+url="http://code.google.com/p/winegame/"
+license=('GPL3')
+depends=('winestuff')
+optdepends=('libnotify: Desktop notifaction support')
+makedepends=('cmake')
+source=("http://winegame.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+md5sums=('631dd218707c6efb2901ef1206092538')
+
+if [[ $CARCH == "x86_64" ]]; then
+  depends+=('lib32-mesa-libgl')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="$pkgdir/" install
+}
+

Copied: winegame/repos/community-x86_64/winegame.install (from rev 85555, winegame/trunk/winegame.install)
===================================================================
--- community-x86_64/winegame.install	                        (rev 0)
+++ community-x86_64/winegame.install	2013-03-03 05:22:22 UTC (rev 85556)
@@ -0,0 +1,9 @@
+post_install () {
+  update-desktop-database -q
+}
+post_upgrade () {
+  post_install
+}
+post_removal () {
+  post_install
+}




More information about the arch-commits mailing list