mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
chromium: add xdotool
This commit is contained in:
parent
7b15962d89
commit
f3ac923f44
@ -1,3 +1,6 @@
|
|||||||
|
8.0.103
|
||||||
|
- add xdotool
|
||||||
|
|
||||||
8.0.102
|
8.0.102
|
||||||
- add unclutter
|
- add unclutter
|
||||||
|
|
||||||
|
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
PKG_NAME="chromium"
|
PKG_NAME="chromium"
|
||||||
PKG_VERSION="50.0.2661.75"
|
PKG_VERSION="50.0.2661.75"
|
||||||
PKG_REV="102"
|
PKG_REV="103"
|
||||||
PKG_ARCH="x86_64"
|
PKG_ARCH="x86_64"
|
||||||
PKG_LICENSE="Mixed"
|
PKG_LICENSE="Mixed"
|
||||||
PKG_SITE="http://www.chromium.org/Home"
|
PKG_SITE="http://www.chromium.org/Home"
|
||||||
PKG_URL="https://commondatastorage.googleapis.com/chromium-browser-official/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="https://commondatastorage.googleapis.com/chromium-browser-official/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain pciutils dbus libXcomposite libXcursor libXtst alsa-lib bzip2 yasm nss libXScrnSaver libexif ninja:host libpng harfbuzz atk gtk+ libva-vdpau-driver unclutter"
|
PKG_DEPENDS_TARGET="toolchain pciutils dbus libXcomposite libXcursor libXtst alsa-lib bzip2 yasm nss libXScrnSaver libexif ninja:host libpng harfbuzz atk gtk+ libva-vdpau-driver unclutter xdotool"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="browser"
|
PKG_SECTION="browser"
|
||||||
PKG_SHORTDESC="Chromium Browser: the open-source web browser from Google"
|
PKG_SHORTDESC="Chromium Browser: the open-source web browser from Google"
|
||||||
@ -174,4 +174,7 @@ addon() {
|
|||||||
|
|
||||||
# unclutter
|
# unclutter
|
||||||
cp -P $(get_build_dir unclutter)/.install_pkg/usr/bin/unclutter $ADDON_BUILD/$PKG_ADDON_ID/bin
|
cp -P $(get_build_dir unclutter)/.install_pkg/usr/bin/unclutter $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||||
|
|
||||||
|
# xdotool
|
||||||
|
cp -P $(get_build_dir xdotool)/xdotool $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user