mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
colord: Enable vala support. Update BUILD ORDER.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
6b960b2ba3
commit
b4d2c12984
3 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
vala
|
||||||
python3
|
python3
|
||||||
dbus-python3
|
dbus-python3
|
||||||
py3cairo
|
py3cairo
|
||||||
|
@ -32,7 +33,6 @@ cogl
|
||||||
clutter
|
clutter
|
||||||
clutter-gtk
|
clutter-gtk
|
||||||
muffin
|
muffin
|
||||||
vala
|
|
||||||
libgee
|
libgee
|
||||||
caribou
|
caribou
|
||||||
pexpect
|
pexpect
|
||||||
|
|
|
@ -42,6 +42,7 @@ CHECKDUPLICATE=0
|
||||||
|
|
||||||
# Loop for all packages
|
# Loop for all packages
|
||||||
for dir in \
|
for dir in \
|
||||||
|
vala \
|
||||||
python3 \
|
python3 \
|
||||||
dbus-python3 \
|
dbus-python3 \
|
||||||
py3cairo \
|
py3cairo \
|
||||||
|
@ -76,7 +77,6 @@ for dir in \
|
||||||
clutter \
|
clutter \
|
||||||
clutter-gtk \
|
clutter-gtk \
|
||||||
muffin \
|
muffin \
|
||||||
vala \
|
|
||||||
libgee \
|
libgee \
|
||||||
caribou \
|
caribou \
|
||||||
pexpect \
|
pexpect \
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=colord
|
PRGNAM=colord
|
||||||
VERSION=${VERSION:-1.2.12}
|
VERSION=${VERSION:-1.2.12}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -97,6 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--enable-polkit \
|
--enable-polkit \
|
||||||
--enable-sane \
|
--enable-sane \
|
||||||
--enable-libcolordcompat \
|
--enable-libcolordcompat \
|
||||||
|
--enable-vala \
|
||||||
--disable-systemd-login \
|
--disable-systemd-login \
|
||||||
--disable-argyllcms-sensor \
|
--disable-argyllcms-sensor \
|
||||||
--with-daemon-user=colord \
|
--with-daemon-user=colord \
|
||||||
|
|
Loading…
Reference in a new issue