Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
2534fc04
Commit
2534fc04
authored
9 years ago
by
Andreas Enge
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add libwpg.
* gnu/packages/libreoffice.scm (libwpg): New variable.
parent
2087023d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/libreoffice.scm
+27
-1
27 additions, 1 deletion
gnu/packages/libreoffice.scm
with
27 additions
and
1 deletion
gnu/packages/libreoffice.scm
+
27
−
1
View file @
2534fc04
...
@@ -28,6 +28,7 @@ (define-module (gnu packages libreoffice)
...
@@ -28,6 +28,7 @@ (define-module (gnu packages libreoffice)
#
:use-module
(
gnu
packages
doxygen
)
#
:use-module
(
gnu
packages
doxygen
)
#
:use-module
(
gnu
packages
gperf
)
#
:use-module
(
gnu
packages
gperf
)
#
:use-module
(
gnu
packages
icu4c
)
#
:use-module
(
gnu
packages
icu4c
)
#
:use-module
(
gnu
packages
perl
)
#
:use-module
(
gnu
packages
pkg-config
)
#
:use-module
(
gnu
packages
pkg-config
)
#
:use-module
(
gnu
packages
python
)
#
:use-module
(
gnu
packages
python
)
#
:use-module
(
gnu
packages
xml
))
#
:use-module
(
gnu
packages
xml
))
...
@@ -139,7 +140,6 @@ (define-public libwpd
...
@@ -139,7 +140,6 @@ (define-public libwpd
into other word processors."
)
into other word processors."
)
(
license
'
(
mpl2
.
0
lgpl2
.
1
+
))))
; dually licensed
(
license
'
(
mpl2
.
0
lgpl2
.
1
+
))))
; dually licensed
(
define-public
libe-book
(
define-public
libe-book
(
package
(
package
(
name
"libe-book"
)
(
name
"libe-book"
)
...
@@ -173,3 +173,29 @@ (define-public libe-book
...
@@ -173,3 +173,29 @@ (define-public libe-book
cellphones), TCR (simple compressed text format), TealDoc, zTXT,
cellphones), TCR (simple compressed text format), TealDoc, zTXT,
ZVR (simple compressed text format)."
)
ZVR (simple compressed text format)."
)
(
license
mpl2
.
0
)))
(
license
mpl2
.
0
)))
(
define-public
libwpg
(
package
(
name
"libwpg"
)
(
version
"0.3.0"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"mirror://sourceforge/libwpg/"
name
"/"
name
"-"
version
".tar.xz"
))
(
sha256
(
base32
"097jx8a638fwwfrzf6v29r1yhc34rq9526py7wf0ck2z4fcr2w3g"
))))
(
build-system
gnu-build-system
)
(
native-inputs
`
((
"doxygen"
,
doxygen
)
(
"pkg-config"
,
pkg-config
)))
(
inputs
`
((
"librevenge"
,
librevenge
)
(
"libwpd"
,
libwpd
)
(
"perl"
,
perl
)
(
"zlib"
,
zlib
)))
(
home-page
"http://libwpg.sourceforge.net/"
)
(
synopsis
"Library and tools for the WordPerfect Graphics format"
)
(
description
"The libwpg project provides a library and tools for
working with graphics in the WPG (WordPerfect Graphics) format."
)
(
license
'
(
mpl2
.
0
lgpl2
.
1
+
))))
; dually licensed
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment