switch to walnascar
This commit is contained in:
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
S="${WORKDIR}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
|
||||
|
||||
|
@ -12,7 +12,7 @@ SRCREV = "${AUTOREV}"
|
||||
SRC_URI = "git://github.com/LBCrion/sfwbar.git;protocol=https;branch=main"
|
||||
SRC_URI += " file://sfwbar.config "
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
S="${UNPACKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
@ -21,7 +21,7 @@ EXTRA_OEMESON += "--buildtype release"
|
||||
do_install:append () {
|
||||
install -d ${D}/${sysconfdir}/xdg/
|
||||
install -d ${D}/${sysconfdir}/xdg/sfwbar/
|
||||
install -m 0755 ${WORKDIR}/sfwbar.config ${D}/${sysconfdir}/xdg/sfwbar/
|
||||
install -m 0755 ${UNPACKDIR}/sfwbar.config ${D}/${sysconfdir}/xdg/sfwbar/
|
||||
}
|
||||
|
||||
FILES:${PN} += "/usr/share/icons/*"
|
||||
|
@ -12,7 +12,7 @@ SRCREV = "${AUTOREV}"
|
||||
SRC_URI = "git://github.com/philj56/tofi.git;protocol=https;branch=master"
|
||||
SRC_URI += " file://config file://drun "
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
S="${UNPACKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
@ -20,8 +20,8 @@ EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
do_install:append () {
|
||||
# replace the default config
|
||||
install -m 0755 ${WORKDIR}/drun ${D}/usr/bin/
|
||||
install -m 0755 ${WORKDIR}/config ${D}/${sysconfdir}/xdg/tofi/
|
||||
install -m 0755 ${UNPACKDIR}/drun ${D}/usr/bin/
|
||||
install -m 0755 ${UNPACKDIR}/config ${D}/${sysconfdir}/xdg/tofi/
|
||||
}
|
||||
|
||||
FILES:${PN} += "/usr/share/*"
|
||||
|
@ -10,7 +10,7 @@ SRCREV = "${AUTOREV}"
|
||||
|
||||
SRC_URI = "git://git.iohub.dev/dany/wlopm.git;protocol=https;branch=master"
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
S="${UNPACKDIR}/git"
|
||||
|
||||
do_compile () {
|
||||
oe_runmake
|
||||
|
@ -10,7 +10,7 @@ SRCREV = "${AUTOREV}"
|
||||
|
||||
SRC_URI = "git://github.com/atx/wtype.git;protocol=https;branch=master"
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
S="${UNPACKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
Reference in New Issue
Block a user