Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Show 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/
$pkgname
/
$_pkgname
/
$_pkgver
/
$pkgname
-
$pkgver
.tbz
)
md5sums
=(
'
f232647ecee3c2bd9ae53822812e2dd2
'
)
source
=(
"http://downloads.sourceforge.net/project/
$_projectname
/
$_pkgname2
/
$_pkgver
/
${
_pkgname
}
_
${
pkgver
}
.tar.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