mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ippusbxd: update to 1.34.
This commit is contained in:
parent
6b9d616868
commit
bebe6ed750
2 changed files with 4 additions and 30 deletions
|
@ -1,26 +0,0 @@
|
||||||
commit 48d519066cceac1afa2596ebfbce5ad19277160c
|
|
||||||
Author: Cameron Nemo <camerontnorman@gmail.com>
|
|
||||||
Date: Sun Nov 18 10:45:32 2018 -0800
|
|
||||||
|
|
||||||
apparmor: match path when bin and sbin are merged
|
|
||||||
|
|
||||||
diff --git src/apparmor/usr.sbin.ippusbxd src/apparmor/usr.sbin.ippusbxd
|
|
||||||
index d017dbf..bfeddf7 100644
|
|
||||||
--- src/apparmor/usr.sbin.ippusbxd
|
|
||||||
+++ src/apparmor/usr.sbin.ippusbxd
|
|
||||||
@@ -4,13 +4,13 @@
|
|
||||||
|
|
||||||
#include <tunables/global>
|
|
||||||
|
|
||||||
-/usr/sbin/ippusbxd {
|
|
||||||
+profile ippusbxd /usr/{bin,sbin}/ippusbxd {
|
|
||||||
#include <abstractions/base>
|
|
||||||
#include <abstractions/dbus>
|
|
||||||
|
|
||||||
capability wake_alarm,
|
|
||||||
|
|
||||||
- /usr/sbin/ippusbxd mr,
|
|
||||||
+ /usr/{bin,sbin}/ippusbxd mr,
|
|
||||||
|
|
||||||
# Scanning for USB devices
|
|
||||||
/dev/bus/usb/ r,
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'ippusbxd'
|
# Template file for 'ippusbxd'
|
||||||
pkgname=ippusbxd
|
pkgname=ippusbxd
|
||||||
version=1.33
|
version=1.34
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-devel avahi-libs-devel"
|
makedepends="libusb-devel avahi-libs-devel libxml2-devel cups-devel"
|
||||||
short_desc="Internet Printing Protocol (IPP) over USB driver"
|
short_desc="Internet Printing Protocol (IPP) over USB driver"
|
||||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/OpenPrinting/ippusbxd"
|
homepage="https://github.com/OpenPrinting/ippusbxd"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=0525a6a249e863fa732b8eb996c5295ade6f87c7392e4ff5e4b185ce95734d50
|
checksum=996a572c8f6d1426a58ad3b95c21fea7f5b64d5db34a825c543d7869b3c77891
|
||||||
conf_files="/etc/apparmor.d/usr.sbin.ippusbxd"
|
conf_files="/etc/apparmor.d/usr.sbin.ippusbxd"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue