Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
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
gtk
Commits
b5075297
Commit
b5075297
authored
Apr 11, 2019
by
Chaoting Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] gnome-doc-utils: import as libdbusmenu dependency
parent
f562339e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
gnome-doc-utils/PKGBUILD
gnome-doc-utils/PKGBUILD
+38
-0
No files found.
gnome-doc-utils/PKGBUILD
0 → 100644
View file @
b5075297
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname
=
gnome-doc-utils
pkgver
=
0.20.10+16+gc03cc09
pkgrel
=
1
pkgdesc
=
"Documentation utilities for Gnome"
arch
=(
'any'
)
license
=(
'GPL'
'LGPL'
)
depends
=(
'libxslt'
'python2'
'docbook-xml'
'rarian'
)
makedepends
=(
'intltool'
gnome-common git
)
url
=
"https://www.gnome.org"
_commit
=
c03cc0963996934e03587af3e351c2bb9dab6b2a
# master
source
=(
"git+https://git.gnome.org/browse/gnome-doc-utils#commit=
$_commit
"
)
sha256sums
=(
'SKIP'
)
pkgver
()
{
cd
$pkgname
git describe
--tags
|
sed
's/-/+/g'
}
prepare
()
{
cd
$pkgname
rm
-f
m4/glib-gettext.m4
NOCONFIGURE
=
1 ./autogen.sh
}
build
()
{
cd
"
$pkgname
"
PYTHON
=
/usr/bin/python2 ./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
--disable-scrollkeeper
make
}
package
()
{
cd
"
$pkgname
"
make
DESTDIR
=
"
$pkgdir
"
install
}
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