All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] catfish: upgrade 1.4.6 -> 1.4.7
@ 2019-02-14  9:35 Andreas Müller
  2019-02-14  9:35 ` [PATCH 2/5] jack: Add packageconfig for dbus add files generated to jack-server package Andreas Müller
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andreas Müller @ 2019-02-14  9:35 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../catfish/{catfish_1.4.6.bb => catfish_1.4.7.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/catfish/{catfish_1.4.6.bb => catfish_1.4.7.bb} (72%)

diff --git a/meta-xfce/recipes-apps/catfish/catfish_1.4.6.bb b/meta-xfce/recipes-apps/catfish/catfish_1.4.7.bb
similarity index 72%
rename from meta-xfce/recipes-apps/catfish/catfish_1.4.6.bb
rename to meta-xfce/recipes-apps/catfish/catfish_1.4.7.bb
index 229f882d0..84d5692ef 100644
--- a/meta-xfce/recipes-apps/catfish/catfish_1.4.6.bb
+++ b/meta-xfce/recipes-apps/catfish/catfish_1.4.7.bb
@@ -9,8 +9,8 @@ DEPENDS += "python3-distutils-extra-native"
 
 B = "${S}"
 
-SRC_URI[md5sum] = "879197c9400be2a80d51abf494bfffb6"
-SRC_URI[sha256sum] = "e1caee14c5268ac781434701c0eb26eddfced2c0f1ae066549583ed05f99adbf"
+SRC_URI[md5sum] = "f4c1c2b2c560824cab8d7f6c7bd624ca"
+SRC_URI[sha256sum] = "48caaac872d29e2762e31e59ade1310cb860af55f1a36f2520ce1d90c39227e9"
 
 FILES_${PN} += "${datadir}/metainfo"
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/5] jack: Add packageconfig for dbus add files generated to jack-server package
  2019-02-14  9:35 [PATCH 1/5] catfish: upgrade 1.4.6 -> 1.4.7 Andreas Müller
@ 2019-02-14  9:35 ` Andreas Müller
  2019-02-14  9:35 ` [PATCH 3/5] fontforge: Fix multilib / lib32 packaging Andreas Müller
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2019-02-14  9:35 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-oe/recipes-multimedia/jack/jack_git.bb | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb b/meta-oe/recipes-multimedia/jack/jack_git.bb
index 52559cb36..4fc9d12b6 100644
--- a/meta-oe/recipes-multimedia/jack/jack_git.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_git.bb
@@ -25,6 +25,8 @@ inherit waf pkgconfig
 
 PACKAGECONFIG ??= "alsa"
 PACKAGECONFIG[alsa] = "--alsa=yes,--alsa=no,alsa-lib"
+# --dbus only stops building jackd -> add --classic
+PACKAGECONFIG[dbus] = "--dbus --classic,,dbus"
 PACKAGECONFIG[opus] = "--opus=yes,--opus=no,libopus"
 
 # portaudio is for windows builds only
@@ -35,6 +37,11 @@ PACKAGES =+ "libjack jack-server jack-utils"
 RDEPENDS_jack-dev_remove = "${PN} (= ${EXTENDPKGV})"
 
 FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so"
-FILES_jack-server = "${bindir}/jackd"
+FILES_jack-server = " \
+    ${datadir}/dbus-1/services \
+    ${bindir}/jackdbus \
+    ${bindir}/jackd \
+"
 FILES_jack-utils = "${bindir}/*"
+
 FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* "
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/5] fontforge: Fix multilib / lib32 packaging
  2019-02-14  9:35 [PATCH 1/5] catfish: upgrade 1.4.6 -> 1.4.7 Andreas Müller
  2019-02-14  9:35 ` [PATCH 2/5] jack: Add packageconfig for dbus add files generated to jack-server package Andreas Müller
@ 2019-02-14  9:35 ` Andreas Müller
  2019-02-14  9:35 ` [PATCH 4/5] libsass: initial add 3.5.3 Andreas Müller
  2019-02-14  9:35 ` [PATCH 5/5] sassc: initial add 3.5.0 Andreas Müller
  3 siblings, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2019-02-14  9:35 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
index 947d36eb9..661b5e8c5 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
@@ -54,7 +54,7 @@ FILES_${PN} += " \
     ${datadir}/icons \
 "
 
-FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python"
+FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python"
 RDEPENDS_${PN}-python = "python"
 
 # for e.g kde's oxygen-fonts
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 4/5] libsass: initial add 3.5.3
  2019-02-14  9:35 [PATCH 1/5] catfish: upgrade 1.4.6 -> 1.4.7 Andreas Müller
  2019-02-14  9:35 ` [PATCH 2/5] jack: Add packageconfig for dbus add files generated to jack-server package Andreas Müller
  2019-02-14  9:35 ` [PATCH 3/5] fontforge: Fix multilib / lib32 packaging Andreas Müller
@ 2019-02-14  9:35 ` Andreas Müller
  2019-02-14  9:35 ` [PATCH 5/5] sassc: initial add 3.5.0 Andreas Müller
  3 siblings, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2019-02-14  9:35 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-oe/recipes-support/sass/libsass_git.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-support/sass/libsass_git.bb

diff --git a/meta-oe/recipes-support/sass/libsass_git.bb b/meta-oe/recipes-support/sass/libsass_git.bb
new file mode 100644
index 000000000..4c229cdb7
--- /dev/null
+++ b/meta-oe/recipes-support/sass/libsass_git.bb
@@ -0,0 +1,13 @@
+SUMMARY = "C/C++ port of the Sass CSS precompiler"
+HOMEPAGE = "http://sass-lang.com/libsass"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d"
+
+inherit autotools
+
+SRC_URI = "git://github.com/sass/libsass.git;branch=3.5-stable"
+SRCREV = "39e30874b9a5dd6a802c20e8b0470ba44eeba929"
+S = "${WORKDIR}/git"
+PV = "3.5.5"
+
+BBCLASSEXTEND = "native"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 5/5] sassc: initial add 3.5.0
  2019-02-14  9:35 [PATCH 1/5] catfish: upgrade 1.4.6 -> 1.4.7 Andreas Müller
                   ` (2 preceding siblings ...)
  2019-02-14  9:35 ` [PATCH 4/5] libsass: initial add 3.5.3 Andreas Müller
@ 2019-02-14  9:35 ` Andreas Müller
  3 siblings, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2019-02-14  9:35 UTC (permalink / raw)
  To: openembedded-devel

* kde plasma's breeze-gtk needs native since 5.15
* there were attempts to land similar for gnome3-desktop [1]. So just in case
  somebody comes back to it...

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2018-October/197228.html

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-oe/recipes-support/sass/sassc_git.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-support/sass/sassc_git.bb

diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb
new file mode 100644
index 000000000..044c0c7fc
--- /dev/null
+++ b/meta-oe/recipes-support/sass/sassc_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "libsass command line driver "
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744"
+
+DEPENDS = "libsass"
+
+inherit autotools pkgconfig
+
+SRC_URI = "git://github.com/sass/sassc.git"
+SRCREV = "aa6d5c635ea8faf44d542a23aaf85d27e5777d48"
+S = "${WORKDIR}/git"
+PV = "3.5.0"
+
+BBCLASSEXTEND = "native"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-14  9:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14  9:35 [PATCH 1/5] catfish: upgrade 1.4.6 -> 1.4.7 Andreas Müller
2019-02-14  9:35 ` [PATCH 2/5] jack: Add packageconfig for dbus add files generated to jack-server package Andreas Müller
2019-02-14  9:35 ` [PATCH 3/5] fontforge: Fix multilib / lib32 packaging Andreas Müller
2019-02-14  9:35 ` [PATCH 4/5] libsass: initial add 3.5.3 Andreas Müller
2019-02-14  9:35 ` [PATCH 5/5] sassc: initial add 3.5.0 Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.