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
86e278fc
Commit
86e278fc
authored
9 years ago
by
Andreas Enge
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add libmspub.
* gnu/packages/libreoffice.scm (libmspub): New variable.
parent
ef1c4148
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
+26
-0
26 additions, 0 deletions
gnu/packages/libreoffice.scm
with
26 additions
and
0 deletions
gnu/packages/libreoffice.scm
+
26
−
0
View file @
86e278fc
...
@@ -332,3 +332,29 @@ (define-public libfreehand
...
@@ -332,3 +332,29 @@ (define-public libfreehand
(
description
"Libfreehand is a library that parses the file format of
(
description
"Libfreehand is a library that parses the file format of
Aldus/Macromedia/Adobe FreeHand documents."
)
Aldus/Macromedia/Adobe FreeHand documents."
)
(
license
mpl2
.
0
)))
(
license
mpl2
.
0
)))
(
define-public
libmspub
(
package
(
name
"libmspub"
)
(
version
"0.1.2"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"http://dev-www.libreoffice.org/src/"
name
"/"
name
"-"
version
".tar.xz"
))
(
sha256
(
base32
"03sn6lxpr49sdq6j8q7fw7yjybyfahhs03z80388mh105pwapfmh"
))))
(
build-system
gnu-build-system
)
(
native-inputs
`
((
"doxygen"
,
doxygen
)
(
"pkg-config"
,
pkg-config
)))
(
inputs
`
((
"boost"
,
boost
)
(
"icu4c"
,
icu4c
)
(
"librevenge"
,
librevenge
)
(
"zlib"
,
zlib
)))
(
home-page
"https://wiki.documentfoundation.org/DLP/Libraries/libmspub"
)
(
synopsis
"Library for parsing the Microsoft Publisher format"
)
(
description
"Libmspub is a library that parses the file format of
Microsoft Publisher documents of all versions."
)
(
license
mpl2
.
0
)))
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