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

2017-10-16 Thread Laurent Carlier
Date: Monday, October 16, 2017 @ 15:59:32
  Author: lcarlier
Revision: 263091

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 263090, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-16 15:59:16 UTC (rev 263090)
+++ PKGBUILD2017-10-16 15:59:32 UTC (rev 263091)
@@ -1,31 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.10
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('9869697c13010e88cf68607cea334dbd')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 263090, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-16 15:59:32 UTC (rev 263091)
@@ -0,0 +1,31 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.12
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('c4407d9e558a1eb6424cd024c91bd96f')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}


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

2016-01-10 Thread Laurent Carlier
Date: Sunday, January 10, 2016 @ 09:59:31
  Author: lcarlier
Revision: 155851

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 155850, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-10 08:59:16 UTC (rev 155850)
+++ PKGBUILD2016-01-10 08:59:31 UTC (rev 155851)
@@ -1,31 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.9
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('1d7f8bfba13f44aa4effd07e777acd68')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 155850, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-10 08:59:31 UTC (rev 155851)
@@ -0,0 +1,31 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.10
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('9869697c13010e88cf68607cea334dbd')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}


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

2015-10-05 Thread Laurent Carlier
Date: Monday, October 5, 2015 @ 12:15:24
  Author: lcarlier
Revision: 142977

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 142976, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 10:15:17 UTC (rev 142976)
+++ PKGBUILD2015-10-05 10:15:24 UTC (rev 142977)
@@ -1,31 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.8
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('4ef7c8e51589ca5189d228272137832d')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 142976, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 10:15:24 UTC (rev 142977)
@@ -0,0 +1,31 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.9
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('1d7f8bfba13f44aa4effd07e777acd68')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}


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

2015-05-25 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:19:01
  Author: lcarlier
Revision: 134138

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 134137, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 06:18:37 UTC (rev 134137)
+++ PKGBUILD2015-05-26 06:19:01 UTC (rev 134138)
@@ -1,31 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.7
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('76368411ea735171c79b73f423aa79df')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 134137, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 06:19:01 UTC (rev 134138)
@@ -0,0 +1,31 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.8
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('4ef7c8e51589ca5189d228272137832d')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}


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

2015-05-06 Thread Laurent Carlier
Date: Wednesday, May 6, 2015 @ 09:01:04
  Author: lcarlier
Revision: 132823

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 132822, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-06 07:00:58 UTC (rev 132822)
+++ PKGBUILD2015-05-06 07:01:04 UTC (rev 132823)
@@ -1,31 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.6
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('a8b9a947a46981c733f44355e1bd6dff')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 132822, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-06 07:01:04 UTC (rev 132823)
@@ -0,0 +1,31 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.7
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('76368411ea735171c79b73f423aa79df')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}


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

2015-03-01 Thread Laurent Carlier
Date: Sunday, March 1, 2015 @ 11:27:04
  Author: lcarlier
Revision: 128462

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 128461, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 +
 1 file changed, 31 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-01 10:26:58 UTC (rev 128461)
+++ PKGBUILD2015-03-01 10:27:04 UTC (rev 128462)
@@ -1,34 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.5
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('35e3a7f88da2f6b1cbc890d219fe5f71')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 128461, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-01 10:27:04 UTC (rev 128462)
@@ -0,0 +1,31 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.6
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('a8b9a947a46981c733f44355e1bd6dff')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}


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

2014-09-16 Thread Laurent Carlier
Date: Wednesday, September 17, 2014 @ 07:59:17
  Author: lcarlier
Revision: 119076

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 119075, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-17 05:59:09 UTC (rev 119075)
+++ PKGBUILD2014-09-17 05:59:17 UTC (rev 119076)
@@ -1,34 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.4
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('c1b829cfc1fc3fa7669f4273e8292da3')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 119075, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-17 05:59:17 UTC (rev 119076)
@@ -0,0 +1,34 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.5
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('35e3a7f88da2f6b1cbc890d219fe5f71')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
+  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}



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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:25:24
  Author: lcarlier
Revision: 115835

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 115834, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 20:25:06 UTC (rev 115834)
+++ PKGBUILD2014-07-17 20:25:24 UTC (rev 115835)
@@ -1,34 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.3
-pkgrel=2
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('59af4896c164442a3897520f8a83edc2')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 115834, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 20:25:24 UTC (rev 115835)
@@ -0,0 +1,34 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.4
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('c1b829cfc1fc3fa7669f4273e8292da3')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
+  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}



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

2014-07-14 Thread Laurent Carlier
Date: Monday, July 14, 2014 @ 11:01:53
  Author: lcarlier
Revision: 115687

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 115686, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 08:58:46 UTC (rev 115686)
+++ PKGBUILD2014-07-14 09:01:53 UTC (rev 115687)
@@ -1,33 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('59af4896c164442a3897520f8a83edc2')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 115686, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 09:01:53 UTC (rev 115687)
@@ -0,0 +1,34 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.3
+pkgrel=2
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('59af4896c164442a3897520f8a83edc2')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
+  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}