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
desktop
Commits
6f620226
Commit
6f620226
authored
Apr 07, 2013
by
Adrian Chaves Fernandez (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the warning messages that 0 A.D. used to display when lauched.
parent
a87aff96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
0ad/PKGBUILD
0ad/PKGBUILD
+2
-6
No files found.
0ad/PKGBUILD
View file @
6f620226
...
...
@@ -6,7 +6,7 @@
pkgname
=
0ad
pkgver
=
0.0.13
_pkgver
=
$pkgver
-alpha
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Cross-platform, 3D and historically-based real-time strategy game"
screenshot
=
http://www.wildfiregames.com/0ad/images/news_images/dynamic-borders.jpg
arch
=(
'i686'
'x86_64'
)
...
...
@@ -54,11 +54,7 @@ package() {
install
-Dm755
${
srcdir
}
/
${
pkgbase
}
-
${
_pkgver
}
/binaries/system/
*
.so
{
,.1.0
}
${
pkgdir
}
/usr/lib
# Execution script.
install
-d
$pkgdir
/usr/bin/
local
scriptname
=
"
${
pkgbase
}
"
echo
"#!/bin/sh"
>
$pkgdir
/usr/bin/
$scriptname
echo
"pyrogenesis
$*
"
>>
$pkgdir
/usr/bin/
$scriptname
chmod
+x
$pkgdir
/usr/bin/
$scriptname
install
-Dm755
./build/resources/
$pkgname
.sh
$pkgdir
/usr/bin/
$pkgname
# Desktop Integration.
install
-D
./build/resources/
$pkgname
.desktop
$pkgdir
/usr/share/applications/
$pkgname
.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