Skip to content

Commit eaa5efd

Browse files
committed
fix(x11/cinnamon-session): change Python dependencies to match other distros
- In Arch Linux and Debian, `cinnamon-session` depends on `pygobject` and `setproctitle`, but does not depend on `psutil` or `inotify` there. - Prevents error during `pkg install cinnamon-session` `inotify is not available on android-24-arm64_v8a`
1 parent a9f4b27 commit eaa5efd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

x11-packages/cinnamon-session/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ TERMUX_PKG_DESCRIPTION="The Cinnamon session manager"
33
TERMUX_PKG_LICENSE="GPL-2.0"
44
TERMUX_PKG_MAINTAINER="@termux"
55
TERMUX_PKG_VERSION="6.6.3"
6-
TERMUX_PKG_REVISION=1
6+
TERMUX_PKG_REVISION=2
77
TERMUX_PKG_SRCURL="https://github.com/linuxmint/cinnamon-session/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz"
88
TERMUX_PKG_SHA256=ac7426dc383bbec3bd1576cb569d0837d95a87ec166a897263e0941be95feed6
99
TERMUX_PKG_AUTO_UPDATE=true
1010
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
11-
TERMUX_PKG_DEPENDS="glib, libcanberra, gtk3, pango, python-pip, python-psutil, libx11, libsm, libice, libxext, libxau, libxcomposite, cinnamon-desktop, opengl, dbus-python, keybinder, xapp"
11+
TERMUX_PKG_DEPENDS="cinnamon-desktop, glib, gtk3, keybinder, libcanberra, libice, libsm, libx11, libxau, libxcomposite, libxext, opengl, pango, pygobject, python, python-pip, python-psutil, xapp"
1212
TERMUX_PKG_BUILD_DEPENDS="g-ir-scanner, glib-cross"
1313
TERMUX_PKG_VERSIONED_GIR=false
14-
TERMUX_PKG_PYTHON_TARGET_DEPS="pyinotify, pyinotify-elephant-fork"
14+
TERMUX_PKG_PYTHON_TARGET_DEPS="setproctitle"
1515
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
1616
-Dxtrans=false
1717
-Dfake-consolekit=true

0 commit comments

Comments
 (0)