recipes: blacklist recipes depending on blacklisted recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2017-02-11 17:40:01 +01:00
parent b7f480cc4c
commit 00ba7da845
73 changed files with 148 additions and 4 deletions

View File

@ -2,3 +2,5 @@ require ${BPN}.inc
SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a"
SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc"
PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary"

View File

@ -7,3 +7,5 @@ DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12"
S = "${WORKDIR}/git"
PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary"

View File

@ -8,3 +8,5 @@ PR = "${INC_PR}.0"
require e-module.inc
SRC_URI += "file://configure.patch"
PNBLACKLIST[cpu] ?= "Depends on blacklisted e-wm"

View File

@ -30,3 +30,5 @@ do_install_append() {
}
FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*"
PNBLACKLIST[e-tasks] ?= "Depends on blacklisted elementary"

View File

@ -13,3 +13,5 @@ SRC_URI = "\
SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece"
SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb"
PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary"

View File

@ -17,3 +17,5 @@ SRC_URI = "\
SRC_URI[md5sum] = "9063617760329445ada8635270a4e627"
SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8"
PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary"

View File

@ -12,3 +12,5 @@ SRC_URI = " \
S = "${WORKDIR}/git"
SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0"
PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary"

View File

@ -14,3 +14,5 @@ SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"
FILES_${PN} += "${datadir}"
PNBLACKLIST[edje-viewer] ?= "Depends on blacklisted elementary"

View File

@ -13,3 +13,5 @@ S = "${WORKDIR}/git"
SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981"
DEPENDS += "elementary"
PNBLACKLIST[elfe] ?= "Depends on blacklisted elementary"

View File

@ -46,3 +46,5 @@ pkg_postinst_${PN} () {
echo "enjoy:"
echo "enjoy: Use test-lms -P to see available formats that can be scanned"
}
PNBLACKLIST[enjoy] ?= "Depends on blacklisted elementary"

View File

@ -17,3 +17,5 @@ SRCNAME = "${PN}"
B = "${S}"
SRC_URI += "file://configure.patch"
PNBLACKLIST[ephoto] ?= "Depends on blacklisted elementary"

View File

@ -22,4 +22,5 @@ FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/*/*/*.a"
FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
SRC_URI += "file://configure.patch"
SRC_URI += "file://configure.patch"
PNBLACKLIST[exalt-client] ?= "Depends on blacklisted elementary"

View File

@ -32,3 +32,5 @@ do_install_append() {
FILES_${PN} += "${datadir}/dbus-1"
PNBLACKLIST[exalt] ?= "Depends on blacklisted elementary"

View File

@ -13,3 +13,5 @@ do_configure_prepend() {
}
SRC_URI += "file://configure.patch"
PNBLACKLIST[flame] ?= "Depends on blacklisted e-wm"

View File

@ -8,3 +8,5 @@ PR = "${INC_PR}.0"
require e-module.inc
SRC_URI += "file://configure.patch"
PNBLACKLIST[forecasts] ?= "Depends on blacklisted e-wm"

View File

@ -14,3 +14,5 @@ do_configure_prepend() {
RRECOMMENDS_${PN} += "eject"
SRC_URI += "file://configure.patch"
PNBLACKLIST[places] ?= "Depends on blacklisted e-wm"

View File

@ -14,3 +14,5 @@ do_configure_prepend() {
}
SRC_URI += "file://configure.patch"
PNBLACKLIST[rain] ?= "Depends on blacklisted e-wm"

View File

@ -6,3 +6,5 @@ SRC_URI = "\
SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61"
SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896"
PNBLACKLIST[terminology] ?= "Depends on blacklisted elementary"

View File

@ -8,3 +8,5 @@ PR = "${INC_PR}.0"
require e-module.inc
SRC_URI += "file://configure.patch"
PNBLACKLIST[uptime] ?= "Depends on blacklisted e-wm"

View File

@ -19,3 +19,5 @@ S = "${WORKDIR}/${SRCNAME}"
PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*"
PNBLACKLIST[libeflvala] ?= "Depends on blacklisted elementary"

View File

@ -20,3 +20,7 @@ EXTRA_OECONF += "--disable-scrollkeeper"
do_configure_prepend() {
sed -i -e "s: help : :g" ${S}/Makefile.am
}
PNBLACKLIST[cheese] ?= "Depends on blacklisted gstreamer"
PNBLACKLIST[cheese] ?= "Depends on blacklisted gnome-desktop"

View File

@ -125,3 +125,5 @@ python populate_packages_prepend () {
}
FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt"
PNBLACKLIST[abiword] ?= "Depends on blacklisted gtkmathview"

View File

@ -7,3 +7,5 @@ SRC_URI += "file://0001-Remove-use-of-G_DISABLE_DEPRECATED.patch \
SRC_URI[archive.md5sum] = "27fa902d4fdf6762ee010e7053aaf77b"
SRC_URI[archive.sha256sum] = "9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b"
GNOME_COMPRESS_TYPE="bz2"
PNBLACKLIST[libbonobo] ?= "Depends on blacklisted orbit2"

View File

@ -19,3 +19,6 @@ FILES_${PN}-dev += "${libdir}/libglade/2.0/*.la ${datadir}/gnome-2.0/ui \
FILES_${PN}-staticdev += "${libdir}/libglade/2.0/*.a"
FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \
${libdir}/libglade/2.0/.debug"
PNBLACKLIST[libbonoboui] ?= "Depends on blacklisted libgnome"
PNBLACKLIST[libbonoboui] ?= "Depends on blacklisted libbonobo"

View File

@ -24,3 +24,5 @@ LDFLAGS += "-lgmodule-2.0 -lICE"
FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
PNBLACKLIST[gedit] ?= "Depends on blacklisted gtksourceview2"

View File

@ -40,3 +40,7 @@ FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug"
FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.la"
FILES_${PN}-staticdev += "${libdir}/gnome-settings-daemon-2.0/*.a"
PNBLACKLIST[gnome-settings-daemon] ?= "Depends on blacklisted libgnomekbd"
PNBLACKLIST[gnome-settings-daemon] ?= "Depends on blacklisted gnome-desktop"

View File

@ -56,3 +56,5 @@ python populate_packages_prepend () {
plugindir = d.expand('${libdir}/gnome-vfs-2.0/modules/')
do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 'GNOME VFS plugin for %s')
}
PNBLACKLIST[gnome-vfs] ?= "Depends on blacklisted gnome-mime-data"

View File

@ -21,3 +21,5 @@ SRC_URI += "\
SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b"
SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29"
GNOME_COMPRESS_TYPE="bz2"
PNBLACKLIST[libgnomecups] ?= "Depends on blacklisted libgnomeui"

View File

@ -31,3 +31,5 @@ FILES_${PN} += "${libdir}/${BPN}/extensions/*.so \
FILES_${PN}-dev += "${libdir}/${BPN}/extensions/*.la"
FILES_${PN}-dbg += "${libdir}/${BPN}/extensions/.debug/"
PNBLACKLIST[gthumb] ?= "Depends on blacklisted gstreamer"

View File

@ -34,3 +34,5 @@ FILES_gnome-common-schemas = "${datadir}/gnome-background-properties ${datadir}/
RDEPENDS_${PN} = "gnome-common-schemas"
FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug"
PNBLACKLIST[libgnome] ?= "Depends on blacklisted gnome-vfs"

View File

@ -29,3 +29,5 @@ do_configure_prepend() {
}
LDFLAGS += "-lm"
PNBLACKLIST[libgnomeui] ?= "Depends on blacklisted libgnome"

View File

@ -11,3 +11,5 @@ inherit autotools pkgconfig binconfig
SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb"
SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220"
PNBLACKLIST[libidl] ?= "Depends on blacklisted libidl-native"

View File

@ -39,3 +39,5 @@ FILES_${PN} += "${datadir}/icons"
# Don't make nautils3 drag us in
PRIVATE_LIBS = "libnautilus-extension.so.1"
PNBLACKLIST[nautilus] ?= "Depends on blacklisted gnome-desktop"

View File

@ -39,3 +39,5 @@ inherit autotools pkgconfig gtk-doc
EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'"
EXTRA_OEMAKE_class-native = " "
PNBLACKLIST[orbit2] ?= "Depends on blacklisted libidl-native"

View File

@ -15,5 +15,3 @@ SRC_URI =+ "git://git.gnome.org/${BPN} \
file://make-382.patch"
S = "${WORKDIR}/git"

View File

@ -31,3 +31,5 @@ SRC_URI += "file://iconpath-option.patch \
SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1"
SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a"
GNOME_COMPRESS_TYPE="bz2"
PNBLACKLIST[gnome-themes] ?= "Depends on blacklisted gtk-engines"

View File

@ -18,3 +18,5 @@ SRC_URI[sha256sum] = "26d33aa20d5fbf34ceeded4c41cb922d2988b6082e33d9acc46dd7bfe5
inherit gettext autotools gconf pkgconfig
EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet --without-xrecord"
PNBLACKLIST[florence] ?= "Depends on blacklisted gstreamer"

View File

@ -21,3 +21,4 @@ SRC_URI += "file://0001-Fix-the-ordering-of-LDADD-options-to-fix-a-compilati.pat
RREPLACES_${PN} = "gpe-screenshot"
PNBLACKLIST[gpe-scap] ?= "Depends on blacklisted libgpewidget"

View File

@ -14,3 +14,5 @@ SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332"
SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e"
export CVSBUILD="no"
PNBLACKLIST[minilite] ?= "Depends on blacklisted libgpewidget"

View File

@ -42,3 +42,5 @@ do_install() {
SRC_URI[md5sum] = "da9ec4721efdb0ec0aaa182bff16ad82"
SRC_URI[sha256sum] = "328aec454db80e225aa0b5c31adef74bf62a14357482947e87e9731686b3c624"
PNBLACKLIST[fbreader] ?= "Depends on blacklisted libgpewidget"

View File

@ -39,3 +39,5 @@ do_install() {
FILES_${PN} += "${datadir}/${BPN}"
RDEPENDS_${PN} += "libdvben50221 libucsi libdvbapi"
PNBLACKLIST[tvheadend] ?= "Depends on blacklisted dvb-apps"

View File

@ -53,3 +53,5 @@ RDEPENDS_${PN} = "libkodiplatform"
INSANE_SKIP_${PN} = "dev-so"
FILES_${PN} += "${datadir}/kodi"
FILES_${PN}-dbg += "${datadir}/kodi/addons/*/.debug/"
PNBLACKLIST[kodi-addon-pvr-hts] ?= "Depends on blacklisted kodi"

View File

@ -36,3 +36,4 @@ do_compile_prepend() {
RPROVIDES_${PN} += "libkodiplatform"
FILES_${PN}-dev += "${libdir}/*platform"
PNBLACKLIST[kodi-platform] ?= "Depends on blacklisted kodi"

View File

@ -192,3 +192,5 @@ RPROVIDES_${PN} += "xbmc"
TOOLCHAIN = "gcc"
PNBLACKLIST[kodi] ?= "Depends on blacklisted libsdl-mixer"

View File

@ -12,3 +12,5 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
SRC_URI[md5sum] = "adf0390f3416bb72f91c358528be0c38"
SRC_URI[sha256sum] = "dae0d0559a4e159c0dd92b7e18de059a5783f8d038904c7de4ca6393f7d55c7d"
PNBLACKLIST[gst-fluendo-mp3] ?= "Depends on blacklisted gstreamer"

View File

@ -10,3 +10,5 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
SRC_URI[md5sum] = "7c4fb993f80b9ae631b11897733f0970"
SRC_URI[sha256sum] = "df04c91cc8e5d9a892c2492ed989974b4547beaa2a3647649e85113317897424"
PNBLACKLIST[gst-fluendo-mpegdemux] ?= "Depends on blacklisted gstreamer"

View File

@ -71,3 +71,5 @@ RDEPENDS_gst-meta-video = "\
RRECOMMENDS_gst-meta-video = "\
gst-meta-audio"
PNBLACKLIST[gst-meta-base] ?= "Depends on blacklisted gstreamer"

View File

@ -33,3 +33,5 @@ FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"
SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f"
PNBLACKLIST[gst-openmax] ?= "Depends on blacklisted gstreamer"

View File

@ -59,3 +59,5 @@ do_configure_prepend() {
SRC_URI[md5sum] = "fcb09798114461955260e4d940db5987"
SRC_URI[sha256sum] = "0eae7d1a1357ae8377fded6a1b42e663887beabe0e6cc336e2ef9ada42e11491"
PNBLACKLIST[gst-plugins-bad] ?= "Depends on blacklisted gstreamer"

View File

@ -42,3 +42,5 @@ CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmm
# /usr/bin/gst-visualise-0.10 is a perl script.
RDEPENDS_${PN}-apps += "perl"
PNBLACKLIST[gst-plugins-base] ?= "Depends on blacklisted gstreamer"

View File

@ -23,3 +23,5 @@ EXTRA_OECONF += "ac_cv_header_GL_gl_h=no"
ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY_${PN}-apps = "1"
ALLOW_EMPTY_${PN}-glib = "1"
PNBLACKLIST[gst-plugins-gl] ?= "Depends on blacklisted gstreamer"

View File

@ -46,3 +46,5 @@ SRC_URI[sha256sum] = "7e27840e40a7932ef2dc032d7201f9f41afcaf0b437daf5d1d44dc96d9
FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas"
FILES_${PN}-equalizer += "${datadir}/gstreamer-0.10/presets/*.prs"
PNBLACKLIST[gst-plugins-good] ?= "Depends on blacklisted gstreamer"

View File

@ -33,3 +33,5 @@ SRC_URI += "file://0001-cdio-compensate-for-libcdio-s-recent-cd-text-api-cha.pat
file://0002-Fix-opencore-include-paths.patch"
FILES_${PN}-amrnb += "${datadir}/gstreamer-0.10/presets/GstAmrnbEnc.prs"
PNBLACKLIST[gst-plugins-ugly] ?= "Depends on blacklisted gstreamer"

View File

@ -16,3 +16,5 @@ EXTRA_OECONF = "--disable-introspection"
inherit autotools pythonnative gettext
FILES_${PN}-dev += "${datadir}/vala/vapi/"
PNBLACKLIST[gst-rtsp] ?= "Depends on blacklisted gstreamer"

View File

@ -16,3 +16,5 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
"
SRC_URI[md5sum] = "4970c110f160b33637a3515004c637b2"
SRC_URI[sha256sum] = "7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a"
PNBLACKLIST[libqmi] ?= "Depends on blacklisted libmbim"

View File

@ -49,3 +49,5 @@ FILES_${PN}-staticdev += " \
FILES_${PN}-dbg += "${libdir}/ModemManager/.debug"
SYSTEMD_SERVICE_${PN} = "ModemManager.service"
PNBLACKLIST[modemmanager] ?= "Depends on blacklisted libmbim"

View File

@ -49,3 +49,5 @@ FILES_libmissioncontrol-server-dev = "${libdir}/libmissioncontrol-server.*"
FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*"
FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*"
FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*"
PNBLACKLIST[telepathy-mission-control] ?= "Depends on blacklisted libtelepathy"

View File

@ -22,3 +22,7 @@ PACKAGECONFIG ??= ""
PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui"
FILES_${PN} += "${datadir}/icons"
PNBLACKLIST[glade3] ?= "Depends on blacklisted libbonoboui"
PNBLACKLIST[glade3] ?= "Depends on blacklisted libgnomeui"

View File

@ -28,3 +28,5 @@ do_configure_prepend() {
FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*"
FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*"
PNBLACKLIST[openlmi-networking] ?= "Depends on blacklisted openlmi-providers"

View File

@ -52,3 +52,5 @@ FILES_${PN}-dev =+ "${datadir}/cmake*"
FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*"
RDEPENDS_${PN} = "python"
PNBLACKLIST[openlmi-providers] ?= "Depends on blacklisted lmsensors"

View File

@ -30,3 +30,5 @@ do_install_append() {
}
FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*"
PNBLACKLIST[openlmi-storage] ?= "Depends on blacklisted pywbem"

View File

@ -21,3 +21,5 @@ do_compile_prepend() {
do_install_prepend() {
cd cli
}
PNBLACKLIST[openlmi-tools] ?= "Depends on blacklisted pywbem"

View File

@ -36,4 +36,3 @@ PACKAGES =+ "esddsp esd esd-utils"
FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*"
FILES_esd = "${bindir}/esd"
FILES_esd-utils = "${bindir}/*"

View File

@ -51,3 +51,5 @@ FILES_${PN}-dev += " \
${datadir}/dbus-1/interfaces \
${datadir}/gir-1.0 \
"
PNBLACKLIST[geoclue] ?= "Depends on blacklisted modemmanager"

View File

@ -28,3 +28,7 @@ FILES_${PN}-dbg += "${libdir}/*/.debug"
SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88"
SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974"
PNBLACKLIST[farsight2] ?= "Depends on blacklisted gstreamer"
PNBLACKLIST[farsight2] ?= "Depends on blacklisted libnice"
PNBLACKLIST[farsight2] ?= "Depends on blacklisted gst-plugins-base"

View File

@ -40,3 +40,5 @@ do_compile_append() {
SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9"
SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0"
PNBLACKLIST[libnice] ?= "Depends on blacklisted gstreamer"

View File

@ -12,3 +12,5 @@ SRC_URI = "http://ftp.postgresql.org/pub/odbc/versions/src/${BPN}-${PV}.tar.gz \
SRC_URI[md5sum] = "4c6e0b22187d7bb1c998ffac89e50f6b"
SRC_URI[sha256sum] = "9521f328bf28aaaf5c8488dc89792b614f9d6271742c0baf9bb41c97537764a8"
PNBLACKLIST[psqlodbc] ?= "Depends on blacklisted postgresql"

View File

@ -35,3 +35,5 @@ FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug"
SRC_URI[md5sum] = "6775c44f38e84d06c06c336b32c4a452"
SRC_URI[sha256sum] = "0d6d69437b5e1e45f3e66270fe369344943de8a1190e498fafa5296315a27db0"
PNBLACKLIST[xchat] ?= "Depends on blacklisted libsexy"

View File

@ -32,3 +32,4 @@ do_install() {
FILES_${PN} += "${libdir}/php5/extensions/*/*.so"
FILES_${PN}-dbg += "${libdir}/php5/extensions/*/.debug"
PNBLACKLIST[xdebug] ?= "Depends on blacklisted php"

View File

@ -18,3 +18,5 @@ EXTRA_OECONF = "--disable-gtk3"
FILES_${PN} += "${datadir}/glib-2.0/schemas"
PNBLACKLIST[mousepad] ?= "Depends on blacklisted gtksourceview2"

View File

@ -12,3 +12,5 @@ SRC_URI[md5sum] = "1b3753b91224867a3a2dfddda239c28d"
SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2"
RDEPENDS_${PN} = "gst-meta-audio"
PNBLACKLIST[xfce4-mixer] ?= "Depends on blacklisted gst-plugins-base"

View File

@ -28,3 +28,5 @@ DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native"
RDEPENDS_${PN} += "bash"
FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*"
PNBLACKLIST[imsettings] ?= "Depends on blacklisted libgxim"

View File

@ -25,3 +25,5 @@ PACKAGECONFIG[netcat] = "--enable-netcat,--disable-netcat, netcat"
PACKAGECONFIG[libnotify] = "--enable-notification,--disable-notification, libnotify"
FILES_SOLIBSDEV = "${libdir}/xfce4/modules/lib*${SOLIBSDEV}"
PNBLACKLIST[xfce4-sensors-plugin] ?= "Depends on blacklisted lmsensors"