Date: Saturday, November 27, 2021 @ 17:15:04
  Author: andyrtr
Revision: 1055044

archrelease: copy trunk to community-testing-x86_64

Added:
  playonlinux/repos/community-testing-x86_64/
  playonlinux/repos/community-testing-x86_64/PKGBUILD
    (from rev 1055043, playonlinux/trunk/PKGBUILD)
  playonlinux/repos/community-testing-x86_64/PlayOnLinuxUrlHandler.desktop
    (from rev 1055043, playonlinux/trunk/PlayOnLinuxUrlHandler.desktop)

-------------------------------+
 PKGBUILD                      |   37 +++++++++++++++++++++++++++++++++++++
 PlayOnLinuxUrlHandler.desktop |   10 ++++++++++
 2 files changed, 47 insertions(+)

Copied: playonlinux/repos/community-testing-x86_64/PKGBUILD (from rev 1055043, 
playonlinux/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-11-27 17:15:04 UTC (rev 1055044)
@@ -0,0 +1,37 @@
+# Maintainer: Laurent Carlier <[email protected]>
+# Contributor: K. Hampf <[email protected]>
+# Contributor: Skunnyk <[email protected]>
+
+pkgname=playonlinux
+pkgver=4.3.4
+pkgrel=4
+pkgdesc="GUI for managing Windows programs under linux"
+url="https://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-utils' 'gnupg'
+         'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip' 'jq' 
'perl')
+arch=('x86_64')
+source=(https://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz
+        PlayOnLinuxUrlHandler.desktop)
+options=(!strip)
+sha256sums=('17c3dfd27962ce5a7a0c014850b33188e203d008c9dc71faa230e35fcada2d05'
+            '304d8e998d271383c44acdf386c4664cd65463d5f7f5e3c1c7563fbd8f71a6a8')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  sed -i "s/libexec/bin/g" Makefile
+
+  make PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/playonlinux/lang
+  mv -v "${pkgdir}"/usr/share/locale 
"${pkgdir}"/usr/share/playonlinux/lang/locale
+  chmod 755 "${pkgdir}"/usr/share/playonlinux/lang
+
+  install -m755 "${srcdir}"/PlayOnLinuxUrlHandler.desktop 
"${pkgdir}"/usr/share/applications/PlayOnLinuxUrlHandler.desktop
+  install -m755 playonlinux-url_handler 
"${pkgdir}"/usr/bin/playonlinux-url_handler
+  sed -i "s/python /python2 /g" 
"$pkgdir"/usr/{bin,share/playonlinux}/playonlinux-url_handler
+
+#  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}

Copied: 
playonlinux/repos/community-testing-x86_64/PlayOnLinuxUrlHandler.desktop (from 
rev 1055043, playonlinux/trunk/PlayOnLinuxUrlHandler.desktop)
===================================================================
--- community-testing-x86_64/PlayOnLinuxUrlHandler.desktop                      
        (rev 0)
+++ community-testing-x86_64/PlayOnLinuxUrlHandler.desktop      2021-11-27 
17:15:04 UTC (rev 1055044)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=PlayOnLinux URL handler
+Comment=PlayOnLinux URL handler
+Type=Application
+Exec=/usr/share/playonlinux/playonlinux-url_handler %U
+Icon=playonlinux
+NoDisplay=true
+MimeType=x-scheme-handler/playonlinux;x-scheme-handler/playonmac

Reply via email to