calf: update to 0.0.90
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -10,9 +10,9 @@ SRC_URI = " \
|
||||
git://github.com/calf-studio-gear/calf.git \
|
||||
file://0001-Do-store-calfmakerdf-commandline-for-later-use-in-qe.patch \
|
||||
"
|
||||
SRCREV = "8694a391b27b4951ca569d3d199934db7ed54d74"
|
||||
SRCREV = "f71e2742e1463906c3d44a4b33c1d90e3ad61acb"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.0.60+git${SRCPV}"
|
||||
PV = "0.0.90"
|
||||
|
||||
inherit autotools-brokensep pkgconfig gtk-icon-cache bash-completion qemu-ext
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
From 8aa3fc79ca124de4933025ad8fededb7db80c60a Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Tue, 11 Jul 2017 00:08:47 +0200
|
||||
From 29a3bcf1a134d9bf51afa36bf39a903cd9328a5b Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Tue, 14 Nov 2017 16:44:37 +0100
|
||||
Subject: [PATCH] Do store calfmakerdf-commandline for later use in qemu /
|
||||
install calfmakerdf
|
||||
MIME-Version: 1.0
|
||||
@@ -9,14 +9,14 @@ Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [embedded specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
gui/Makefile.am | 2 +-
|
||||
src/Makefile.am | 4 ++--
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/gui/Makefile.am b/gui/Makefile.am
|
||||
index 10dc5ff..24220e7 100644
|
||||
index 11eb4c3..9b53a0a 100644
|
||||
--- a/gui/Makefile.am
|
||||
+++ b/gui/Makefile.am
|
||||
@@ -4,7 +4,7 @@ STYLES = $(wildcard $(srcdir)/styles/*)
|
||||
@@ -25,11 +25,11 @@ index 10dc5ff..24220e7 100644
|
||||
install-data-hook:
|
||||
- $(top_builddir)/src/calfmakerdf -m gui -p $(DESTDIR)$(pkgdatadir)
|
||||
+ echo "-m gui -p $(DESTDIR)$(pkgdatadir)" >> %QEMUCOMMAND%
|
||||
install -d -m 755 $(DESTDIR)$(pkgdatadir)/styles/
|
||||
for f in ${STYLES}; do \
|
||||
sn=`basename $${f}` ; \
|
||||
sed 's#@guidatadir@#$(pkgdatadir)/styles/'$${sn}'#g' "$${f}"/gtk.rc.in >"$${f}"/gtk.rc ; \
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index 794e668..298aece 100644
|
||||
index 794e668..2b66870 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -30,7 +30,7 @@ endif
|
||||
@@ -51,5 +51,5 @@ index 794e668..298aece 100644
|
||||
for f in $(DESTDIR)$(lv2dir)/*.ttl; do sout=`sordi -o turtle "$$f"`; if test $$? != 0; then echo "RDF file $$f is corrupted:"; echo $$sout"<<<"; fi; done
|
||||
endif
|
||||
--
|
||||
2.9.4
|
||||
2.9.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user