Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
ef60d8f1
Commit
ef60d8f1
authored
Apr 08, 2016
by
Chaoting Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lirc: rebuild against python3
parent
16e0d77f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lirc/PKGBUILD
lirc/PKGBUILD
+4
-4
No files found.
lirc/PKGBUILD
View file @
ef60d8f1
# maintainer almack@chakraos.org
# maintainer almack@chakraos.org
pkgname
=
lirc
pkgname
=
lirc
_pkgver
=
0.9.
2
a
_pkgver
=
0.9.
3
a
[[
$_pkgver
=
~
[
a-z]
$
]]
&&
pkgver
=
"
${
_pkgver
:0:-1
}
.
${
_pkgver
:
-1
}
"
||
pkgver
=
"
$_pkgver
"
[[
$_pkgver
=
~
[
a-z]
$
]]
&&
pkgver
=
"
${
_pkgver
:0:-1
}
.
${
_pkgver
:
-1
}
"
||
pkgver
=
"
$_pkgver
"
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"Linux Infrared Remote Control utils"
pkgdesc
=
"Linux Infrared Remote Control utils"
arch
=(
'x86_64'
)
arch
=(
'x86_64'
)
url
=
"http://www.lirc.org/"
url
=
"http://www.lirc.org/"
license
=(
'GPL'
)
license
=(
'GPL'
)
depends
=(
'alsa-lib'
'libx11'
'libftdi
-compat
'
'libirman'
)
depends
=(
'alsa-lib'
'libx11'
'libftdi'
'libirman'
)
makedepends
=(
'help2man'
'alsa-lib'
'libx11'
'libftdi
-compat
'
'libirman'
'python3'
)
makedepends
=(
'help2man'
'alsa-lib'
'libx11'
'libftdi'
'libirman'
'python3'
'libxml2'
)
optdepends
=(
'python3: for lirc-setup, irdb-get and pronto2lirc'
)
optdepends
=(
'python3: for lirc-setup, irdb-get and pronto2lirc'
)
provides
=(
'lirc-utils'
)
provides
=(
'lirc-utils'
)
conflicts
=(
'lirc-utils'
)
conflicts
=(
'lirc-utils'
)
...
@@ -19,7 +19,7 @@ install=lirc.install
...
@@ -19,7 +19,7 @@ install=lirc.install
source
=(
"http://prdownloads.sourceforge.net/
${
pkgname
}
/
${
pkgname
}
-
${
_pkgver
}
.tar.bz2"
source
=(
"http://prdownloads.sourceforge.net/
${
pkgname
}
/
${
pkgname
}
-
${
_pkgver
}
.tar.bz2"
lirc.logrotate
lirc.logrotate
lirc.tmpfiles
)
lirc.tmpfiles
)
md5sums
=(
'
639a14ed0b3b34ae227a047b952ea368
'
md5sums
=(
'
f9ed5dd0684a52c7cd98672e71e81b05
'
'3deb02604b37811d41816e9b4385fcc3'
'3deb02604b37811d41816e9b4385fcc3'
'febf25c154a7d36f01159e84f26c2d9a'
)
'febf25c154a7d36f01159e84f26c2d9a'
)
...
...
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