upg dbus
This commit is contained in:
parent
1718cdf8f4
commit
32ace3ccea
4 changed files with 30 additions and 19 deletions
|
@ -1,18 +1,20 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgbase=dbus
|
||||
pkgname=(dbus dbus-docs)
|
||||
pkgver=1.14.0
|
||||
pkgname=(dbus) # dbus-docs)
|
||||
pkgver=1.14.2
|
||||
pkgrel=01
|
||||
pkgdesc="Freedesktop.org message bus system"
|
||||
url="https://wiki.freedesktop.org/www/Software/dbus/"
|
||||
arch=(x86_64)
|
||||
depends=(expat audit)
|
||||
makedepends=(xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive automake)
|
||||
#options=(debug) ## uncomment this to have the dbus-debug pkg produced
|
||||
source=("git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-$pkgver"
|
||||
no-fatal-warnings.diff dbus.tmpfiles)
|
||||
|
||||
|
@ -80,17 +82,18 @@ package_dbus() {
|
|||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
|
||||
}
|
||||
|
||||
package_dbus-docs() {
|
||||
pkgdesc+=" (documentation)"
|
||||
depends=()
|
||||
|
||||
mv doc/* "$pkgdir"
|
||||
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Uncomment the following section to have dbus-docs produced, otherwise
|
||||
# get the one from Arch and disregard anything about systemd functionality
|
||||
#
|
||||
#package_dbus-docs() {
|
||||
# pkgdesc+=" (documentation)"
|
||||
# depends=()
|
||||
#
|
||||
# mv doc/* "$pkgdir"
|
||||
#
|
||||
# install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
|
||||
#}
|
||||
#
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
|
||||
|
@ -101,3 +104,5 @@ validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simo
|
|||
sha256sums=(SKIP
|
||||
6958eeec07557b92a28419eb1702331ee2f0a6fd17285e37dfb6130b9fa4cf6e # no-fatal-warnings.diff
|
||||
965cef20cce35819e89c65f06a931a38bea2119b0ae9c259b5d7f9cfc3edd6d7) # dbus.tmpfiles
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgbase=dbus
|
||||
pkgname=(dbus dbus-docs)
|
||||
pkgver=1.14.0
|
||||
pkgver=1.14.2
|
||||
pkgrel=1
|
||||
pkgdesc="Freedesktop.org message bus system"
|
||||
url="https://wiki.freedesktop.org/www/Software/dbus/"
|
||||
|
@ -13,6 +13,7 @@ arch=(x86_64)
|
|||
license=(GPL custom)
|
||||
depends=(systemd-libs expat audit)
|
||||
makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive)
|
||||
options=(debug)
|
||||
source=("git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-$pkgver"
|
||||
dbus-reload.hook no-fatal-warnings.diff)
|
||||
sha256sums=('SKIP'
|
||||
|
@ -90,4 +91,4 @@ package_dbus-docs() {
|
|||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
|
||||
}
|
||||
|
||||
# vim:set sw=2 et:
|
||||
# vim:set sw=2 sts=-1 et:
|
||||
|
|
|
@ -6,3 +6,5 @@ doxygen
|
|||
git
|
||||
autoconf-archive
|
||||
automake
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
real 0m48.184s
|
||||
user 1m20.717s
|
||||
sys 0m9.691s
|
||||
|
||||
|
||||
real 1m23.901s
|
||||
user 1m11.422s
|
||||
sys 0m10.355s
|
||||
|
||||
|
|
Loading…
Reference in a new issue