d1667fd931
Add the ability to ignore packages
...
The previous idea was to use virtual packages in the users configuration
to satisfy dependencies by mapping them to existing installed packages.
Using virtual packages for it doesn't work as expected and trying to make
it work would break other functionalities of virtual packages, like the
version satisfaction checks for `provides` and the ability to replace
virtual packages with real packages. The virtual package functionality
should be used exclusively for virtual packages.
This allows users to specify packages packages that should be ignored.
Ignored packages in dependencies are always satisfied without installing
the package, while updating or installing a package that depends on an
ignored package.
This does NOT ignore the shlib checks, ignoring a package that provides
required shared libraries will abort the transaction as if there was no
package that provides the required shared library.
2019-04-19 23:07:59 +02:00
c430d8ceb6
xbps.d.5: fix referenced sections
...
Closes : #45 [via git-merge-pr]
2019-03-22 21:36:31 +01:00
75dc5c6b06
_xbps, _xbps-src: add ppc64 completion
...
Closes : #42 [via git-merge-pr]
2019-03-22 21:36:08 +01:00
a12f22de86
Use https instead of http where possible
2019-03-22 21:35:08 +01:00
950945034b
zsh: add completion for new patch phase in xbps-src
2019-03-19 15:38:26 +01:00
f366d6cb11
manpages: change URL for bug reporting to new GitHub repo
2018-09-23 17:51:07 +02:00
cdb5bcdd0c
xbps.d.5: fix invalid escape
2017-07-11 04:01:38 +02:00
c255ede2ca
_xbps: add run_depends to _xbps_properties.
2016-11-22 17:04:24 +01:00
392d686f07
_xbps: add alternatives and build-date to _xbps_properties.
2016-11-22 16:58:02 +01:00
7d06fb0e71
_xbps, _xbps-src: add aarch64 completion.
2016-09-17 17:37:04 +02:00
c9c3bf6d52
data/xbps.d.5: document in the manpage that remote repositories must be signed. #141
2015-12-24 13:48:30 +01:00
5d9562237f
_xbps: add --unpack-only/-U support for xbps-install.
2015-11-12 20:45:32 -05:00
69c3f3b7ce
_xbps: update zsh completion
2015-10-31 21:23:14 -04:00
0a0cd42682
Minor changes to the documentation.
2015-10-30 02:01:29 -04:00
2a6b14ae74
Merge pull request #111 from Gottox/no-build-date
...
xbps-create: do not add a build-date property to packages.
2015-09-03 09:26:53 +02:00
23d2dfccde
_xbps: add argument to xbps-rindex zsh completion
2015-08-19 20:04:08 -04:00
9de0d8a60d
xbps-create: do not add a build-date property to packages.
2015-08-19 16:05:51 +02:00
916f8bea26
_xbps_src: update zsh completion.
2015-03-07 14:05:36 +01:00
1ac25a53c4
_xbps: update zsh completion.
2015-03-07 14:00:10 +01:00
eee895c6d8
Fixed a regression in vpkgs and improve xbps.d(5) virtualpkg declarations.
...
See the NEWS file for more information.
2014-12-31 08:51:45 +01:00
7baf7fe4cd
xbps.d.5: typo fix by @dominikh.
2014-12-23 18:10:45 +01:00
16d2640df8
Files in the configuration directory have preference.
2014-12-09 12:05:18 +01:00
395e147c6c
xbps.d(5) - XBPS configuration directory
2014-12-09 11:41:35 +01:00
e1bdeb83a1
_xbps_src: add completion for update-check.
2014-11-13 15:33:26 +01:00
53f13d579e
Added the "bestmatching" configuration keyword to enable pkg best matching.
...
See the NEWS file for more information.
2014-11-07 10:07:51 +01:00
5b522109f7
Replaced config/system {repo,preserve,virtualpkg}.d with a single directory.
...
See the NEWS file for more information.
2014-11-06 09:58:04 +01:00
2fe65dccec
rename xbps-packages to void-packages
2014-09-26 14:24:06 +02:00
487b7296c6
data/xbps.bash: use installed packages in non-repo query completion.
2014-09-18 19:45:58 +00:00
0f73158ed8
data/xbps.bash: shorten argument comparisons
2014-09-18 19:44:31 +00:00
21a4473f7a
_xbps: drop use of sed
2014-09-17 18:56:17 +02:00
5cbfdd5c5c
_xbps: complete properties
2014-09-17 18:56:17 +02:00
4ab8bbc5a8
data/xbps.bash: add more xbps-query properties.
2014-09-15 16:28:33 +00:00
73935efeb7
_xbps: update zsh completion for 0.38
2014-09-15 12:24:02 +02:00
3f7e98235c
Merge pull request #57 from uggedal/bash-completion-props
...
data/xbps.bash: add property completion.
2014-09-15 09:48:04 +02:00
ea88940b84
data/xbps.bash: add property completion.
2014-09-15 07:24:01 +00:00
7074a3d23c
data/xbps.bash: fix listing of all packages with 0.38.
2014-09-15 06:47:36 +00:00
6ba20bb5ca
data/Makefile: fix reinstallation.
2014-09-11 12:40:58 +02:00
9f51036b3a
Add bash completion for xbps-*
2014-09-09 13:30:47 +00:00
b922241f89
data/_xbps_src: typo fix.
2014-07-27 11:36:18 +02:00
5f20520a95
Add zsh completion for xbps-* and xbps-src (from xbps-packages)
2014-07-22 17:50:58 +02:00
dfab6cc441
data: install main repo file as 00-main.conf, so that it's processed earlier.
2014-06-04 08:06:46 +02:00
a5bc51b41f
Provide <prefix>/share/xbps/repo.d/main.conf - main void repository.
2014-05-30 11:54:12 +02:00
5c6fdf41dd
Install the default Void Linux RSA key to $DBDIR.
2013-11-25 12:34:14 +01:00
acbdefbad2
data/libxbps.pc.in: no need to link to proplib anymore.
2013-06-20 12:33:23 +02:00
b13df00ded
Use a common place to set XBPS_VERSION.
2012-10-03 10:10:20 +02:00
9147488b19
configure: add --exec-prefix and fix pkgconfig file paths.
2012-01-18 11:28:55 +01:00
834344a1af
Install a pkgconfig file for libxbps.
2012-01-17 17:26:18 +01:00