Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
19a3e2db
Commit
19a3e2db
authored
Oct 13, 2013
by
Adrian Chaves Fernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
capitalism: renamed to capicity following upstream, and upgraded to 1.0.
parent
d6cbd251
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
capicity/PKGBUILD
capicity/PKGBUILD
+11
-9
No files found.
capi
talism
/PKGBUILD
→
capi
city
/PKGBUILD
View file @
19a3e2db
...
...
@@ -3,10 +3,12 @@
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
capitalism
_pkgname
=
Capitalism
pkgver
=
0.5.1
_pkgver
=
0.5
pkgname
=
capicity
_pkgname
=
CapiCity
_pkgname2
=
"Capi City"
_projectname
=
capitalism
pkgver
=
1.0
_pkgver
=
${
pkgver
}
pkgrel
=
1
pkgdesc
=
"Interface to play board games like Monopoly™ online."
arch
=(
'i686'
'x86_64'
)
...
...
@@ -15,17 +17,17 @@ screenshot="http://qt-apps.org/CONTENT/content-pre1/113173-1.png"
license
=(
'GPL2'
)
depends
=(
'qt'
)
categories
=(
'games'
)
source
=(
http://downloads.sourceforge.net/project/
$
pkg
name
/
$_pkgname
/
$_pkgver
/
$pkgname
-
$
pkgver
.t
bz
)
md5sums
=(
'
f232647ecee3c2bd9ae53822812e2dd2
'
)
source
=(
"
http://downloads.sourceforge.net/project/
$
_project
name
/
$_pkgname
2
/
$_pkgver
/
$
{
_
pkgname
}
_
${
pkgver
}
.t
ar.gz"
)
md5sums
=(
'
366bef3eb982bf35c63b8b9cb583ad61
'
)
build
()
{
cd
$srcdir
/
$_pkgname
-
$
pkgver
cd
$srcdir
/
$
{
_pkgname
}
_
${
pkgver
}
qmake
-makefile
make
}
package
()
{
cd
$srcdir
/
$_pkgname
-
$
pkgver
cd
$srcdir
/
$
{
_pkgname
}
_
${
pkgver
}
# Binary and data.
install
-d
$pkgdir
/usr/share/
$pkgname
...
...
@@ -35,7 +37,7 @@ package() {
install
-d
$pkgdir
/usr/bin/
echo
"#!/bin/bash"
>
$pkgdir
/usr/bin/
$pkgname
echo
"cd /usr/share/
$pkgname
"
>>
$pkgdir
/usr/bin/
$pkgname
echo
"./
$_pkgname
\$
@"
>>
$pkgdir
/usr/bin/
$pkgname
echo
"./
$
{
_pkgname
}
\$
@"
>>
$pkgdir
/usr/bin/
$pkgname
chmod
+x
$pkgdir
/usr/bin/
$pkgname
# Documentation.
...
...
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