mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/avahi: rename py-avahi to py2-avahi
This commit is contained in:
parent
f4703ae6eb
commit
5cfcefaa40
@ -75,7 +75,7 @@ package() {
|
||||
|
||||
tools() {
|
||||
pkgdesc="UI tools for mDNS browsing"
|
||||
depends="py-gtk py-dbus py-gdbm py-avahi"
|
||||
depends="py-gtk py-dbus py-gdbm py2-avahi"
|
||||
mkdir -p "$subpkgdir"/usr/bin
|
||||
cd "$pkgdir"/usr/bin
|
||||
mv avahi-bookmarks avahi-discover b* \
|
||||
|
@ -16,7 +16,7 @@ install="$pkgname.pre-install"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-glib
|
||||
$pkgname-libs $pkgname-compat-howl:howl
|
||||
$pkgname-compat-libdns_sd:lidns_sd $pkgname-lang
|
||||
py-avahi:py:noarch"
|
||||
py2-avahi:_py2:noarch"
|
||||
source="https://github.com/lathiat/avahi/releases/download/v$pkgver/avahi-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
@ -115,12 +115,14 @@ lidns_sd() {
|
||||
"$subpkgdir"/usr/lib/
|
||||
}
|
||||
|
||||
py() {
|
||||
_py2() {
|
||||
pkgdesc="Python 2 bindings for avahi"
|
||||
depends="$pkgname=$pkgver-r$pkgrel python2"
|
||||
provides="py-avahi=$pkgver-r$pkgrel" # for backward compatibility
|
||||
replaces="py-avahi" # for backward compatibility
|
||||
|
||||
mkdir -p "$subpkgdir"/usr/lib
|
||||
mv "$pkgdir"/usr/lib/py* "$subpkgdir"/usr/lib/
|
||||
mv "$pkgdir"/usr/lib/python2.* "$subpkgdir"/usr/lib/
|
||||
}
|
||||
|
||||
sha512sums="bae5a1e9204aca90b90e7fd223d19e809e3514d03ba5fa2da1e55bf1d72d3d3b98567f357900c36393613dc17dc98e15ff3ebf0f226f2f6b9766e592452a6ce7 avahi-0.7.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user