grim/pidgin3-deps

adding some old stuff i never committed
draft default tip
21 months ago, Gary Kramlich
225cbe048f86
Parents 9cd661059f6f
Children
adding some old stuff i never committed
--- a/README.md Mon Sep 27 10:22:43 2021 -0500
+++ b/README.md Fri Aug 05 01:35:48 2022 -0500
@@ -11,6 +11,13 @@
python3-setuptools
```
+```
+libxkbcommon-devel
+wayland-devel
+libXrandr-devel
+libXi-devel
+libXtst-devel
+
# Mac
Install the XCode command line tools with
--- a/bootstrap Mon Sep 27 10:22:43 2021 -0500
+++ b/bootstrap Fri Aug 05 01:35:48 2022 -0500
@@ -12,31 +12,25 @@
exit 1
fi
-# turn on command echoing
-set -x
-
# create the venv
python3 -m venv "${VENV_DIR}"
# activate the virtual env
. "${VENV_DIR}"/bin/activate
+# turn on command echoing
+set -x
+
# update pip
pip install -U pip
# install mercurial and meson
-pip install -U mercurial meson
-
-# download ninja and install it to the bin directory in the virtualenv
-NINJA_VERSION="v1.10.1"
-curl -L --output - "https://github.com/ninja-build/ninja/releases/download/${NINJA_VERSION}/ninja-mac.zip" | \
- funzip > "${VENV_DIR}/bin/ninja" && \
- chmod +x "${VENV_DIR}/bin/ninja"
+pip install -U mercurial meson ninja
# build a static version of pkg-config
PKG_CONFIG_VERSION="0.29.2"
curl -L --output - "https://pkgconfig.freedesktop.org/releases/pkg-config-${PKG_CONFIG_VERSION}.tar.gz" | \
- tar xf - && \
+ tar zxf - && \
cd "pkg-config-${PKG_CONFIG_VERSION}" && \
./configure --with-internal-glib --enable-static && \
make -s && \
--- a/subprojects/gtk4.wrap Mon Sep 27 10:22:43 2021 -0500
+++ b/subprojects/gtk4.wrap Fri Aug 05 01:35:48 2022 -0500
@@ -1,8 +1,8 @@
[wrap-file]
-directory = gtk-4.2.1
-source_url = https://download.gnome.org/sources/gtk/4.2/gtk-4.2.1.tar.xz
-source_filename = gtk-4.2.1.tar.xz
-source_hash = 023169775de43f0a1fde066fbc19d78545ea6a7562c1915abde9b8ae4a7309e6
+directory = gtk-4.4.0
+source_url = https://download.gnome.org/sources/gtk/4.4/gtk-4.4.0.tar.xz
+source_filename = gtk-4.4.0.tar.xz
+source_hash = e0a1508f441686c3a20dfec48af533b19a4b2e017c18eaee31dccdb7d292505b
[provide]
dependency_names=gtk4 gtk4-boardway gtk4-unix-print gtk4-wayland gtk4-x11