Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
gtk
Commits
a3a9fb06
Commit
a3a9fb06
authored
Dec 01, 2017
by
Francesco Marinucci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playonlinux: update to 4.2.12
parent
04e439cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
playonlinux/PKGBUILD
playonlinux/PKGBUILD
+8
-8
No files found.
playonlinux/PKGBUILD
View file @
a3a9fb06
pkgname
=
playonlinux
pkgver
=
4.2.1
0
pkgrel
=
2
pkgver
=
4.2.1
2
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'
'xdg-user-dirs'
'gnu-netcat'
'gnupg'
'icoutils'
'libxmu'
'wget'
'p7zip'
)
arch
=(
'
any
'
)
arch
=(
'
x86_64
'
)
source
=(
http://www.playonlinux.com/script_files/PlayOnLinux/
${
pkgver
/.0/
}
/PlayOnLinux_
${
pkgver
/.0/
}
.tar.gz
)
options
=(!
strip
)
md5sums
=(
'
9869697c13010e88cf68607cea334dbd
'
)
md5sums
=(
'
c4407d9e558a1eb6424cd024c91bd96f
'
)
screenshot
=(
'http://i.imgur.com/77mGY.png'
)
package
()
{
cd
"
$srcdir
/
$pkgname
"
install
-d
$pkgdir
/usr/share/
$pkgname
install
-d
$pkgdir
/usr/bin
cp
-r
$srcdir
/
$pkgname
/
$pkgdir
/usr/share/
cp
-r
$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
install
-D
-m644
$pkgname
/etc/PlayOnLinux.desktop
$pkgdir
/usr/share/applications/playonlinux.desktop
sed
-i
"s/ %F//g"
$pkgdir
/usr/share/applications/playonlinux.desktop
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment