Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
dbp
Commits
dac4c829
Commit
dac4c829
authored
May 14, 2016
by
Steven Arnow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install dbp-validate-extracted
parent
d026c72d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
248 additions
and
176 deletions
+248
-176
Makefile
Makefile
+2
-1
po/sv.po
po/sv.po
+246
-175
No files found.
Makefile
View file @
dac4c829
...
...
@@ -44,7 +44,7 @@ all:
+@make
-C
dbp-validate-extracted/
@echo
" [POT ] po/dbp-run.pot"
@xgettext
--package-name
=
"DragonBox-Package-system"
--package-version
=
"
$(VERSION)
"
-L
C
-k_
-d
dbp-run
-s
-o
po/dbp-run.pot dbp-run/
*
.vala dbp-run/common/
*
.vala dbp-cfg/
*
.c dbp-meta/
*
.c dbp-cmd/
*
.c dbp-thumbnailer/
*
.c dbp-validate-extracted/
*
.c
@xgettext
--package-name
=
"DragonBox-Package-system"
--package-version
=
"
$(VERSION)
"
-L
C
-k_
-d
dbp-run
-s
-o
po/dbp-run.pot dbp-run/
*
.vala dbp-run/common/
*
.vala dbp-cfg/
*
.c dbp-meta/
*
.c dbp-cmd/
*
.c dbp-thumbnailer/
*
.c dbp-validate-extracted/
*
.c
libdbpmgr/
*
.c
@echo
" [ CD ] po/"
+@make
-C
po/
...
...
@@ -104,6 +104,7 @@ install:
install
-m
755
$(STRIP_FLAG)
-t
"
$(DESTDIR)
/usr/bin/"
"
$(TOPDIR)
/build/bin/dbp-meta"
install
-m
755
$(STRIP_FLAG)
-t
"
$(DESTDIR)
/usr/bin/"
"
$(TOPDIR)
/build/bin/dbp-run"
install
-m
755
$(STRIP_FLAG)
-t
"
$(DESTDIR)
/usr/bin/"
"
$(TOPDIR)
/build/bin/dbp-run-path"
install
-m
755
$(STRIP_FLAG)
-t
"
$(DESTDIR)
/usr/bin/"
"
$(TOPDIR)
/build/bin/dbp-validate-extracted"
install
-d
"
$(DESTDIR)
/usr/lib"
install
-m
644
$(STRIP_FLAG)
-t
"
$(DESTDIR)
/usr/lib/"
"
$(TOPDIR)
/build/lib/libdbpmgr.so"
install
-m
644
$(STRIP_FLAG)
-t
"
$(DESTDIR)
/usr/lib/"
"
$(TOPDIR)
/build/lib/libdbpbase.so"
...
...
po/sv.po
View file @
dac4c829
This diff is collapsed.
Click to expand it.
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