Commit Graph

351 Commits (caf6a989059534ff70c5cc197d6b9daa922cc2b8)

Author SHA1 Message Date
William Pitcock caf6a98905 pkgconf 0.8.5 2012-07-30 11:53:16 -05:00
William Pitcock 5678fe5785 main: add whitespace control to --variable output (fixes mozilla libxul stuff) 2012-07-30 05:40:16 -05:00
William Pitcock ea4aa94b02 queue: remove maxdepth + 1 hack (long story) 2012-07-30 05:10:43 -05:00
William Pitcock 9797cc1b3a main: print_variable() should add whitespace 2012-07-30 05:09:10 -05:00
William Pitcock d101c1a7c0 pkg: fix tilde operator 2012-07-30 05:03:37 -05:00
Baptiste Daroussin cfb3d8c3d0 pkgconf --variable needs a \n 2012-07-30 05:01:50 -05:00
William Pitcock 3ef9bf4c84 tests: pkg-config treats tilde in reverse of how we got it in 0.8.4. 2012-07-30 05:01:28 -05:00
William Pitcock 1de7d403f1 Revert "main: --exists should search Requires.private."
This reverts commit 980644230d.
2012-07-30 03:08:16 -05:00
William Pitcock 980644230d main: --exists should search Requires.private. 2012-07-30 03:07:14 -05:00
William Pitcock 8f3548c38f pkg: improve conflicts handling 2012-07-30 02:46:03 -05:00
William Pitcock fdbd97b23a main: add logic to make --print-errors actually useful 2012-07-30 02:38:22 -05:00
William Pitcock f3184aee50 main: fix regression caused by moving to bitfield where --cflags or --libs wouldn't cause a newline 2012-07-30 02:06:54 -05:00
William Pitcock 12b5f3cbc6 fileio: add support for quoting to pkg_fgetline(). 2012-07-30 01:53:49 -05:00
William Pitcock e09b46c2c0 tests: add test for multiline crasher 2012-07-30 01:31:14 -05:00
William Pitcock f8eb05fa73 pkgconf 0.8.4 2012-07-29 11:48:48 -05:00
William Pitcock 7865e886c9 main: usage() should list --about 2012-07-29 11:41:49 -05:00
Baptiste Daroussin 4d9d2dff52 Convert all the int want_* to a single bitmap 2012-07-29 11:41:49 -05:00
William Pitcock 74f6f7b858 pkg: add pkg_queue_validate() to compile and validate a pkg_queue_t. 2012-07-29 05:36:21 -05:00
William Pitcock 7719a32491 main: rework to use pkg_queue_apply().
Presently 3 regressions.
2012-07-29 05:28:01 -05:00
William Pitcock 98ed3ca1fd queue: add pkg_queue_apply(). 2012-07-29 04:45:21 -05:00
William Pitcock ce17c7a9e6 main: remove redundant checks made obsolete by depgraph compilation 2012-07-29 04:21:36 -05:00
William Pitcock f6fd6eff7e main: use pkg_queue_compile() and pkg_queue_free(). 2012-07-29 04:05:53 -05:00
William Pitcock 67b53487fc queue: fix iteration ordering bug 2012-07-29 04:04:46 -05:00
William Pitcock cf703f8062 queue: add pkg_queue_compile() and pkg_queue_free(). 2012-07-29 03:56:20 -05:00
William Pitcock da98efb366 queue: new file 2012-07-29 03:50:17 -05:00
William Pitcock 000f97b97a main: remove several symbols from BSS (they are only needed by main()). 2012-07-29 03:30:36 -05:00
William Pitcock 79e9b82fe0 main: move our actual version text to --about, make --version print pkg-config API version
This improves compatibility with broken packages, but really, scripts should depend on:
- --atleast-pkgconfig-version
- --modversion pkg-config

Anything else is just broken, but oh well.
2012-07-29 03:20:24 -05:00
JD Horelick 498d6b98ca README.md: Small updates. 2012-07-27 01:17:38 -05:00
William Pitcock f5267dbf20 main: --list-all shouldn't list 'uninstalled' packages 2012-07-26 00:13:02 -05:00
William Pitcock 916020492d pkg: fix pkg_t.id initialization 2012-07-26 00:12:29 -05:00
William Pitcock 1789daacb4 pkg: call stat(2) in scan function 2012-07-26 00:07:27 -05:00
William Pitcock 84cb26ef6c pkg: bug fixes 2012-07-26 00:01:40 -05:00
William Pitcock bf674d4eff main: add frontend implementation of --list-all 2012-07-25 23:55:53 -05:00
William Pitcock 44776f1d1c pkg: add pkg_scan() and pkg_scan_all() functions. 2012-07-25 23:49:07 -05:00
William Pitcock 002a0a7338 pkgconf 0.8.3. 2012-07-25 21:13:43 -05:00
William Pitcock 0a5cb4c4ec everything: update copyright to note multiple authors 2012-07-25 21:09:31 -05:00
William Pitcock 31b9a53155 tests: remove bashism (noticed on freebsd pointyhat log) 2012-07-25 17:56:10 -05:00
William Pitcock 1db1281593 argvsplit: fix splitting of arguments
There used to be a hack here, which was removed which caused other splitting later.
This was a vestige of that hack, which is no longer needed with proper fragments.
2012-07-25 17:51:40 -05:00
William Pitcock a15d5eefeb tests: quiet successful tests 2012-07-25 17:47:09 -05:00
Baptiste Daroussin 7b10816cdb Ordering cflags flags 2012-07-26 00:32:35 +02:00
Baptiste Daroussin cab2620408 Ordering libs flags 2012-07-26 00:26:04 +02:00
William Pitcock 197cb9b93f tests: add tests for cflags/libs-only ordering flags 2012-07-25 17:23:21 -05:00
William Pitcock b09650a9e3 Update AUTHORS based on git history. 2012-07-25 17:13:42 -05:00
William Pitcock c544e9e052 tests: add test for argv-parse splitting issue with filenames 2012-07-25 17:07:34 -05:00
William Pitcock f522f55e12 tests: add test for blank package arguments 2012-07-25 10:18:09 -05:00
Baptiste Daroussin 83487e78cb skip empty packages arguments
(gobject-introspection scanner can pass empty arguments to pkgconf)
This improves compatibility with pkg-config
2012-07-25 13:51:19 +02:00
William Pitcock f7496747a5 Merge pull request #31 from bapt/master
add --with-system-includedir and --with-system-libdir
2012-07-24 13:27:43 -07:00
Baptiste Daroussin abcea07a1c add --with-system-includedir and --with-system-libdir
By default they are defined to --includedir and --libdir
2012-07-24 22:24:52 +02:00
William Pitcock b8f3beef2b Merge pull request #30 from bapt/master
new configure --with-pkg-config-dir
2012-07-24 01:00:06 -07:00
Baptiste Daroussin 09032b0bdf new --with-pkg-config-dir options
Allow one to configure the place where pc files are store, it default on
${libdir}/pkgconfig:${datadir}/pkgconfig
2012-07-24 08:48:23 +02:00