diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-12 05:39:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-12 05:39:19 +0800 |
commit | a84e35a793326bd6481b55802f91bf41b82e4971 (patch) | |
tree | 669ec1ed1ff3d3f7b016c791fe7499c83cccb67c /graphics | |
parent | b738679bf9667a61f74546a1025d492cc8fb6a30 (diff) | |
download | marcuscom-ports-a84e35a793326bd6481b55802f91bf41b82e4971.tar marcuscom-ports-a84e35a793326bd6481b55802f91bf41b82e4971.tar.gz marcuscom-ports-a84e35a793326bd6481b55802f91bf41b82e4971.tar.bz2 marcuscom-ports-a84e35a793326bd6481b55802f91bf41b82e4971.tar.lz marcuscom-ports-a84e35a793326bd6481b55802f91bf41b82e4971.tar.xz marcuscom-ports-a84e35a793326bd6481b55802f91bf41b82e4971.tar.zst marcuscom-ports-a84e35a793326bd6481b55802f91bf41b82e4971.zip |
Update to 1.0.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18531 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colord/Makefile | 3 | ||||
-rw-r--r-- | graphics/colord/distinfo | 4 | ||||
-rw-r--r-- | graphics/colord/pkg-install | 1 | ||||
-rw-r--r-- | graphics/colord/pkg-plist | 5 |
4 files changed, 8 insertions, 5 deletions
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index 1986c4b50..05f9d22b9 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/graphics/colord/Makefile,v 1.10 2012/12/17 23:50:40 kwm Exp $ PORTNAME= colord -PORTVERSION= 0.1.32 +PORTVERSION= 1.0.1 CATEGORIES= graphics MASTER_SITES= http://www.freedesktop.org/software/colord/releases/ @@ -27,6 +27,7 @@ USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --disable-gudev \ --enable-gtk-doc-html=no \ + --disable-bash-completion \ --disable-gusb \ --disable-sane \ --with-daemon-user=colord \ diff --git a/graphics/colord/distinfo b/graphics/colord/distinfo index e48244e8f..0df0e3bd0 100644 --- a/graphics/colord/distinfo +++ b/graphics/colord/distinfo @@ -1,2 +1,2 @@ -SHA256 (colord-0.1.32.tar.xz) = c7034a8f21948d4458c63f4cf5fd70ee6caab508ce08f33a9752b0f0099cabea -SIZE (colord-0.1.32.tar.xz) = 992544 +SHA256 (colord-1.0.1.tar.xz) = 053f028aba6071068064ca7fe949bb3f74fb5ad16af2d7ec5bba10dea00cb785 +SIZE (colord-1.0.1.tar.xz) = 1074508 diff --git a/graphics/colord/pkg-install b/graphics/colord/pkg-install index 26c9a4edb..50d9bb038 100644 --- a/graphics/colord/pkg-install +++ b/graphics/colord/pkg-install @@ -3,6 +3,7 @@ case $2 in POST-INSTALL) /bin/mkdir -p /var/db/colord/icc + /usr/sbin/chmod 0755 /var/db/colord /usr/sbin/chown colord:colord /var/db/colord /usr/sbin/chown colord:colord /var/db/colord/icc exit 0 diff --git a/graphics/colord/pkg-plist b/graphics/colord/pkg-plist index e6fccecb5..bb35fb489 100644 --- a/graphics/colord/pkg-plist +++ b/graphics/colord/pkg-plist @@ -2,7 +2,6 @@ bin/cd-create-profile bin/cd-fix-profile bin/cd-iccdump bin/colormgr -etc/bash_completion.d/colormgr-completion.bash etc/colord.conf etc/dbus-1/system.d/org.freedesktop.ColorManager.conf include/colord-1/colord-private.h @@ -26,8 +25,10 @@ include/colord-1/colord/cd-it8.h include/colord-1/colord/cd-math.h include/colord-1/colord/cd-profile-sync.h include/colord-1/colord/cd-profile.h +include/colord-1/colord/cd-quirk.h include/colord-1/colord/cd-sensor-sync.h include/colord-1/colord/cd-sensor.h +include/colord-1/colord/cd-transform.h include/colord-1/colord/cd-version.h lib/colord-sensors/libcolord_sensor_argyll.a lib/colord-sensors/libcolord_sensor_argyll.la @@ -57,6 +58,7 @@ share/color/icc/colord/CIE-RGB.icc share/color/icc/colord/ColorMatchRGB.icc share/color/icc/colord/Crayons.icc share/color/icc/colord/DonRGB4.icc +share/color/icc/colord/ECI-RGBv1.icc share/color/icc/colord/ECI-RGBv2.icc share/color/icc/colord/EktaSpacePS5.icc share/color/icc/colord/Gamma5000K.icc @@ -191,7 +193,6 @@ share/polkit-1/actions/org.freedesktop.color.policy @dirrm include/colord-1/colord-session @dirrm include/colord-1/colord @dirrm include/colord-1 -@dirrmtry etc/bash_completion.d @cwd / @dirrmtry var/db/colord/icc @dirrmtry var/db/colord |