diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-10 08:19:11 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-10 08:19:11 +0000 |
commit | 8a5c4a43744c834f3522783c9ad5908bbb2ec890 (patch) | |
tree | 29f3fa2e9fb65dc12436178b9e7bb9c008ae42d8 /packages/packagekit/files | |
parent | d1ec815bd710500392389fc8b249db3dfa058278 (diff) |
packagekit: add recipe for packagekit
* PackageKit is a system designed to make installing and updating
software on your computer easier. The primary design goal is to unify
all the software graphical tools used in different distributions,
and use some of the latest technology like PolicyKit to make the
process suck less.
Diffstat (limited to 'packages/packagekit/files')
-rw-r--r-- | packages/packagekit/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/packagekit/files/disable-docbook2man.patch | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/packagekit/files/.mtn2git_empty b/packages/packagekit/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/packagekit/files/.mtn2git_empty diff --git a/packages/packagekit/files/disable-docbook2man.patch b/packages/packagekit/files/disable-docbook2man.patch new file mode 100644 index 0000000000..0c7d4239d4 --- /dev/null +++ b/packages/packagekit/files/disable-docbook2man.patch @@ -0,0 +1,12 @@ +Index: git/configure.ac +=================================================================== +--- git.orig/configure.ac 2008-02-20 17:57:44.000000000 +0800 ++++ git/configure.ac 2008-02-20 17:58:30.000000000 +0800 +@@ -115,6 +115,7 @@ + if test "$DOCBOOK2MAN" = "no" ; then + AC_MSG_WARN([docbook2man not found, will not be able to build man documentation]) + fi ++DOCBOOK2MAN="no" + AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"]) + + dnl --------------------------------------------------------------------------- |