Skip to content
Snippets Groups Projects
Commit 0cc38af9 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove dbus-daemon-units package

parent 22c63b32
No related branches found
Tags 1.14.10-2
No related merge requests found
Pipeline #70376 passed
diff -uar a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,13 +19,11 @@
@@ -6,7 +6,6 @@
pkgbase=dbus
pkgname=(
dbus
- dbus-daemon-units
dbus-docs
)
pkgver=1.14.10
@@ -19,13 +18,11 @@
audit
libcap-ng
expat
......@@ -15,7 +23,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
xmlto
yelp-tools
)
@@ -65,6 +63,15 @@
@@ -65,6 +62,15 @@
--enable-ducktype-docs
--disable-static
--without-x
......@@ -31,7 +39,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
)
cd dbus-$pkgver
@@ -91,7 +98,6 @@
@@ -91,7 +97,6 @@
libaudit.so
libcap-ng.so
libexpat.so
......@@ -39,7 +47,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
)
provides=(
libdbus
@@ -105,14 +111,14 @@
@@ -105,27 +110,18 @@
rm -r "$pkgdir"/{etc,var}
......@@ -56,3 +64,16 @@ diff -uar a/PKGBUILD b/PKGBUILD
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
}
-package_dbus-daemon-units() {
- pkgdesc+=" - Service units"
- depends=(dbus)
- provides=(dbus-units)
- conflicts=(dbus-broker-units)
-
- mv unit/* "$pkgdir"
-}
-
package_dbus-docs() {
pkgdesc+=" - Documentation"
depends=()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment