Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
4034851c
Commit
4034851c
authored
Sep 05, 2014
by
Robert Schilling
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7699 from mmrvka/master-pkgr
Added cmake and pkg-config as build dependency for pkgr
parents
17678738
20d0d5a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.pkgr.yml
.pkgr.yml
+6
-0
No files found.
.pkgr.yml
View file @
4034851c
...
@@ -5,6 +5,8 @@ targets:
...
@@ -5,6 +5,8 @@ targets:
debian-7
:
&wheezy
debian-7
:
&wheezy
build_dependencies
:
build_dependencies
:
-
libicu-dev
-
libicu-dev
-
cmake
-
pkg-config
dependencies
:
dependencies
:
-
libicu48
-
libicu48
-
libpcre3
-
libpcre3
...
@@ -13,6 +15,8 @@ targets:
...
@@ -13,6 +15,8 @@ targets:
ubuntu-14.04
:
ubuntu-14.04
:
build_dependencies
:
build_dependencies
:
-
libicu-dev
-
libicu-dev
-
cmake
-
pkg-config
dependencies
:
dependencies
:
-
libicu52
-
libicu52
-
libpcre3
-
libpcre3
...
@@ -20,6 +24,8 @@ targets:
...
@@ -20,6 +24,8 @@ targets:
centos-6
:
centos-6
:
build_dependencies
:
build_dependencies
:
-
libicu-devel
-
libicu-devel
-
cmake
-
pkgconfig
dependencies
:
dependencies
:
-
libicu
-
libicu
-
pcre
-
pcre
...
...
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