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
8e50710a
Commit
8e50710a
authored
Sep 04, 2010
by
amnon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump cinstall to 0.0.2.1
parent
07d72417
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
22 deletions
+6
-22
cinstall/PKGBUILD
cinstall/PKGBUILD
+6
-22
No files found.
cinstall/PKGBUILD
View file @
8e50710a
...
...
@@ -9,7 +9,7 @@
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
cinstall
pkgver
=
20100826
pkgver
=
0.0.2.1
pkgrel
=
1
depends
=(
'kdelibs'
'qt'
'squashfs-tools'
'xz-utils'
)
pkgdesc
=
"Bundle Creator/Launcher and Package-Manager"
...
...
@@ -20,30 +20,14 @@ url="http://chakra-project.org/"
optdepends
=(
'akabei: for akabei support'
'pacman: for pacman support'
)
_gitroot
=
"git://gitorious.org/cinstall/cinstall.git"
_gitname
=
"cinstall"
source
=(
"http://chakra-project.org/sources/cinstall/cinstall-
$pkgver
.tar.bz2"
)
md5sums
=(
'0273a4bde31ed052f6f6638e23c0cb5f'
)
build
()
{
cd
"
${
srcdir
}
"
msg
"Connecting to GIT server...."
mkdir
-p
$srcdir
/build
cd
$srcdir
/build
if
[
-d
$_gitname
]
;
then
cd
$_gitname
&&
git pull
msg
"The local files are updated."
else
git clone
$_gitroot
cd
$_gitname
&&
git checkout
fi
msg
"GIT checkout done or server timeout"
msg
"Starting make..."
rm
-rf
"
${
srcdir
}
/
$_gitname
-build"
cp
-r
"
${
srcdir
}
/
$_gitname
"
"
${
srcdir
}
/
$_gitname
-build"
cd
"
${
srcdir
}
/
$_gitname
-build/"
cmake ../
$_gitname
-build
\
cmake ../cinstall
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_BUILD_TYPE
=
Release
make
||
return
1
...
...
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