colord: switch to /usr.
This commit is contained in:
parent
4ed206f97b
commit
0a166db79c
1 changed files with 11 additions and 5 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=0.1.21
|
version=0.1.21
|
||||||
homepage="http://www.freedesktop.org/software/colord"
|
revision=3
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system --enable-volume-search"
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-volume-search"
|
||||||
depends="dbus sane"
|
depends="dbus sane"
|
||||||
makedepends="pkg-config intltool gobject-introspection docbook2x sqlite-devel vala-devel libgudev-devel polkit-devel lcms2-devel libusb-devel dbus-devel libgusb-devel sane-devel"
|
makedepends="pkg-config intltool gobject-introspection docbook2x sqlite-devel
|
||||||
|
vala-devel libgudev-devel polkit-devel lcms2-devel libusb-devel dbus-devel
|
||||||
|
libgusb-devel sane-devel"
|
||||||
fulldepends="shared-color-profiles"
|
fulldepends="shared-color-profiles"
|
||||||
conf_files="/etc/colord.conf"
|
conf_files="/etc/colord.conf"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
revision=2
|
|
||||||
short_desc="Color daemon"
|
short_desc="Color daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.freedesktop.org/software/colord"
|
||||||
|
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
||||||
checksum=360b896b0d2a35970a0cd42e448ea327d789f309ff95022190c4d33bb8b02c30
|
checksum=360b896b0d2a35970a0cd42e448ea327d789f309ff95022190c4d33bb8b02c30
|
||||||
long_desc="
|
long_desc="
|
||||||
colord is a system service that makes it easy to manage, install and generate
|
colord is a system service that makes it easy to manage, install and generate
|
||||||
|
@ -29,3 +31,7 @@ long_desc="
|
||||||
colord itself is a system activated daemon called colord. Being system
|
colord itself is a system activated daemon called colord. Being system
|
||||||
activated means that it's only started when the user is using a text mode
|
activated means that it's only started when the user is using a text mode
|
||||||
or graphical tool."
|
or graphical tool."
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue