Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
642
Issues
642
List
Boards
Labels
Service Desk
Milestones
Merge Requests
194
Merge Requests
194
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
5cfcefaa
Commit
5cfcefaa
authored
May 24, 2018
by
Jakub Jirutka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/avahi: rename py-avahi to py2-avahi
parent
f4703ae6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
main/avahi-ui/APKBUILD
main/avahi-ui/APKBUILD
+1
-1
main/avahi/APKBUILD
main/avahi/APKBUILD
+5
-3
No files found.
main/avahi-ui/APKBUILD
View file @
5cfcefaa
...
...
@@ -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 py
2
-avahi"
mkdir
-p
"
$subpkgdir
"
/usr/bin
cd
"
$pkgdir
"
/usr/bin
mv
avahi-bookmarks avahi-discover b
*
\
...
...
main/avahi/APKBUILD
View file @
5cfcefaa
...
...
@@ -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"
py
2-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/py
thon2.
*
"
$subpkgdir
"
/usr/lib/
}
sha512sums
=
"bae5a1e9204aca90b90e7fd223d19e809e3514d03ba5fa2da1e55bf1d72d3d3b98567f357900c36393613dc17dc98e15ff3ebf0f226f2f6b9766e592452a6ce7 avahi-0.7.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment