[jhbuild/wip/mcatanzaro/core-apps: 12/37] 3.20: alphabetize core-deps
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/wip/mcatanzaro/core-apps: 12/37] 3.20: alphabetize core-deps
- Date: Mon, 18 Jan 2016 02:52:37 +0000 (UTC)
commit 1217001248434ab69ab0a965d95a0e3d59d45a41
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Jan 17 18:55:56 2016 -0600
3.20: alphabetize core-deps
modulesets/gnome-suites-core-deps-3.20.modules | 573 ++++++++++++------------
1 files changed, 286 insertions(+), 287 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.20.modules b/modulesets/gnome-suites-core-deps-3.20.modules
index b2cf86e..b3bae1c 100644
--- a/modulesets/gnome-suites-core-deps-3.20.modules
+++ b/modulesets/gnome-suites-core-deps-3.20.modules
@@ -107,6 +107,19 @@
</dependencies>
</autotools>
+ <autotools id="gcr">
+ <branch/>
+ <dependencies>
+ <dep package="gnome-common"/>
+ <dep package="glib"/>
+ <dep package="gtk+"/>
+ <dep package="libgcrypt" />
+ <dep package="libtasn1" />
+ <dep package="p11-kit"/>
+ <dep package="vala"/>
+ </dependencies>
+ </autotools>
+
<autotools id="geoclue" autogenargs="--with-systemdsystemunitdir=no">
<if condition-unset="linux">
<autogenargs value="--disable-3g-source --disable-modem-gps-source --disable-cdma-source"/>
@@ -143,19 +156,6 @@
</branch>
</autotools>
- <autotools id="gcr">
- <branch/>
- <dependencies>
- <dep package="gnome-common"/>
- <dep package="glib"/>
- <dep package="gtk+"/>
- <dep package="libgcrypt" />
- <dep package="libtasn1" />
- <dep package="p11-kit"/>
- <dep package="vala"/>
- </dependencies>
- </autotools>
-
<!-- This is a special module: it's needed to build from git, but not
needed to build from tarballs, so it doesn't need to be in our suites
and it doesn't need to be an external dependency -->
@@ -196,15 +196,6 @@
</dependencies>
</autotools>
- <autotools id="iso-codes">
- <pkg-config>iso-codes.pc</pkg-config>
- <branch repo="iso-codes"
- module="iso-codes-3.51.tar.xz"
- version="3.51"
- hash="sha256:5222f79d92ac021a56c7080616c13655c50f7b1ff1a31ec0308da14a684ad77f"
- size="3626932"/>
- </autotools>
-
<autotools id="hicolor-icon-theme" supports-non-srcdir-builds="no"
check-target="false">
<branch module="hicolor-icon-theme-0.15.tar.xz" version="0.15"
@@ -214,13 +205,13 @@
</branch>
</autotools>
- <autotools id="uhttpmock">
- <branch repo="github.com" checkoutdir="uhttpmock" module="pwithnall/uhttpmock.git"/>
- <dependencies>
- <dep package="glib"/>
- <dep package="libsoup"/>
- <dep package="m4-common"/>
- </dependencies>
+ <autotools id="iso-codes">
+ <pkg-config>iso-codes.pc</pkg-config>
+ <branch repo="iso-codes"
+ module="iso-codes-3.51.tar.xz"
+ version="3.51"
+ hash="sha256:5222f79d92ac021a56c7080616c13655c50f7b1ff1a31ec0308da14a684ad77f"
+ size="3626932"/>
</autotools>
<autotools id="libgdata">
@@ -354,51 +345,24 @@
size="478237"/>
</autotools>
-<!-- OS Core API/ABI stable dependencies -->
-
- <autotools id="atk">
- <branch/>
+ <autotools id="uhttpmock">
+ <branch repo="github.com" checkoutdir="uhttpmock" module="pwithnall/uhttpmock.git"/>
<dependencies>
<dep package="glib"/>
- <dep package="gobject-introspection"/>
- <dep package="gtk-doc"/>
+ <dep package="libsoup"/>
+ <dep package="m4-common"/>
</dependencies>
</autotools>
- <autotools id="cogl" autogenargs="--enable-cogl-gst --disable-maintainer-flags">
- <if condition-set="x11">
- <autogenargs value="--enable-xlib-egl-platform"/>
- </if>
- <if condition-set="wayland">
- <autogenargs value="--enable-wayland-egl-platform --enable-wayland-egl-server
--enable-kms-egl-platform"/>
- </if>
- <if condition-set="quartz">
- <autogenargs value="--enable-gl"/>
- </if>
- <pkg-config>cogl-1.0.pc</pkg-config>
- <branch revision="cogl-1.22"/>
+<!-- OS Core API/ABI stable dependencies -->
+
+ <autotools id="atk">
+ <branch/>
<dependencies>
<dep package="glib"/>
+ <dep package="gobject-introspection"/>
<dep package="gtk-doc"/>
- <dep package="pango"/>
- <dep package="gstreamer"/>
- <dep package="gst-plugins-base"/>
- <if condition-unset="quartz">
- <dep package="libdrm"/>
- </if>
- <if condition-set="x11">
- <dep package="libXcomposite"/>
- <dep package="xcb-dri2" />
- </if>
- <if condition-set="wayland">
- <dep package="wayland"/>
- <dep package="wayland-egl"/>
- <dep package="gbm"/>
- </if>
</dependencies>
- <suggests>
- <dep package="gobject-introspection"/>
- </suggests>
</autotools>
<autotools id="clutter" autogenargs="--enable-installed-tests --disable-maintainer-flags">
@@ -439,6 +403,42 @@
</suggests>
</autotools>
+ <autotools id="cogl" autogenargs="--enable-cogl-gst --disable-maintainer-flags">
+ <if condition-set="x11">
+ <autogenargs value="--enable-xlib-egl-platform"/>
+ </if>
+ <if condition-set="wayland">
+ <autogenargs value="--enable-wayland-egl-platform --enable-wayland-egl-server
--enable-kms-egl-platform"/>
+ </if>
+ <if condition-set="quartz">
+ <autogenargs value="--enable-gl"/>
+ </if>
+ <pkg-config>cogl-1.0.pc</pkg-config>
+ <branch revision="cogl-1.22"/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="gtk-doc"/>
+ <dep package="pango"/>
+ <dep package="gstreamer"/>
+ <dep package="gst-plugins-base"/>
+ <if condition-unset="quartz">
+ <dep package="libdrm"/>
+ </if>
+ <if condition-set="x11">
+ <dep package="libXcomposite"/>
+ <dep package="xcb-dri2" />
+ </if>
+ <if condition-set="wayland">
+ <dep package="wayland"/>
+ <dep package="wayland-egl"/>
+ <dep package="gbm"/>
+ </if>
+ </dependencies>
+ <suggests>
+ <dep package="gobject-introspection"/>
+ </suggests>
+ </autotools>
+
<autotools id="fwupd"
autogenargs="--disable-colorhug --disable-uefi">
<branch repo="tarball.github.com"
@@ -547,6 +547,14 @@
<!-- OS Core unstable dependencies -->
+ <autotools id="atkmm">
+ <branch/>
+ <dependencies>
+ <dep package="glibmm"/>
+ <dep package="atk"/>
+ </dependencies>
+ </autotools>
+
<autotools id="cantarell-fonts">
<branch/>
<dependencies>
@@ -566,14 +574,6 @@
</dependencies>
</autotools>
- <autotools id="clutter-gtk">
- <branch/>
- <dependencies>
- <dep package="gtk+"/>
- <dep package="clutter"/>
- </dependencies>
- </autotools>
-
<autotools id="clutter-gst">
<branch revision="clutter-gst-2.0"/>
<dependencies>
@@ -600,6 +600,14 @@
</suggests>
</autotools>
+ <autotools id="clutter-gtk">
+ <branch/>
+ <dependencies>
+ <dep package="gtk+"/>
+ <dep package="clutter"/>
+ </dependencies>
+ </autotools>
+
<autotools id="folks" autogenargs="--enable-eds-backend --disable-libsocialweb-backend
--disable-fatal-warnings"
uninstall-before-install="true">
<branch/>
@@ -619,6 +627,40 @@
</suggests>
</autotools>
+ <autotools id="glibmm">
+ <branch/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="libsigc++2"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="gjs" autogenargs="--enable-installed-tests">
+ <if condition-set="coverage">
+ <autogenargs value="--enable-coverage"/>
+ </if>
+ <branch/>
+ <dependencies>
+ <dep package="dbus-glib"/>
+ <dep package="gobject-introspection"/>
+ <dep package="js24"/>
+ <if condition-set="coverage">
+ <dep package="lcov"/>
+ </if>
+ </dependencies>
+ </autotools>
+
+ <autotools id="gobject-introspection">
+ <branch/>
+ <dependencies>
+ <dep package="bison"/>
+ <dep package="flex"/>
+ <dep package="glib"/>
+ <dep package="cairo"/>
+ <dep package="python2-devel"/>
+ </dependencies>
+ </autotools>
+
<autotools id="gom">
<branch/>
<dependencies>
@@ -692,86 +734,15 @@
</dependencies>
</autotools>
- <autotools id="gtksourceview">
- <branch/>
- <dependencies>
- <dep package="libxml2"/>
- <dep package="shared-mime-info"/>
- <dep package="gtk+"/>
- <dep package="m4-common"/>
- </dependencies>
- <suggests>
- <dep package="glade"/>
- </suggests>
- </autotools>
-
- <autotools id="harfbuzz" autogenargs="">
- <branch repo="git.freedesktop.org"
- module="harfbuzz" checkoutdir="harfbuzz"/>
- <dependencies>
- <dep package="c++"/>
- <dep package="glib"/>
- <dep package="libicu"/>
- <dep package="ragel"/>
- </dependencies>
- </autotools>
-
- <autotools id="libgrss">
- <branch/>
- <dependencies>
- <dep package="glib"/>
- <dep package="libsoup"/>
- <dep package="libxml2"/>
- </dependencies>
- </autotools>
-
- <autotools id="librest">
- <if condition-set="freebsd">
- <autogenargs value="--with-ca-certificates=/usr/local/share/certs/ca-root-nss.crt"/>
- </if>
- <branch/>
+ <autotools id="gssdp" makeargs="CFLAGS=-Wno-error">
+ <branch />
<dependencies>
<dep package="glib"/>
<dep package="libsoup"/>
- <dep package="libxml2"/>
- </dependencies>
- </autotools>
-
- <autotools id="libsecret">
- <branch/>
- <dependencies>
- <dep package="glib"/>
- <dep package="gobject-introspection"/>
</dependencies>
<suggests>
- <dep package="libgcrypt"/>
- </suggests>
- </autotools>
-
- <autotools id="gobject-introspection">
- <branch/>
- <dependencies>
- <dep package="bison"/>
- <dep package="flex"/>
- <dep package="glib"/>
- <dep package="cairo"/>
- <dep package="python2-devel"/>
- </dependencies>
- </autotools>
-
- <autotools id="gjs" autogenargs="--enable-installed-tests">
- <if condition-set="coverage">
- <autogenargs value="--enable-coverage"/>
- </if>
- <branch/>
- <dependencies>
- <dep package="dbus-glib"/>
<dep package="gobject-introspection"/>
- <dep package="js24"/>
- <if condition-set="coverage">
- <dep package="lcov"/>
- </if>
- </dependencies>
+ </suggests>
</autotools>
<autotools id="gstreamer"
@@ -788,6 +759,19 @@
</dependencies>
</autotools>
+ <autotools id="gst-plugins-bad"
+ autogenargs="--disable-fatal-warnings"
+ supports-non-srcdir-builds="no">
+ <branch repo="gstreamer.freedesktop.org"
+ checkoutdir="gst-plugins-bad"
+ module="gst-plugins-bad"
+ revision="1.6"/>
+ <dependencies>
+ <dep package="gstreamer"/>
+ <dep package="gst-plugins-base"/>
+ </dependencies>
+ </autotools>
+
<autotools id="gst-plugins-base"
autogenargs="--disable-fatal-warnings"
supports-non-srcdir-builds="no">
@@ -832,57 +816,7 @@
</suggests>
</autotools>
- <autotools id="gst-plugins-bad"
- autogenargs="--disable-fatal-warnings"
- supports-non-srcdir-builds="no">
- <branch repo="gstreamer.freedesktop.org"
- checkoutdir="gst-plugins-bad"
- module="gst-plugins-bad"
- revision="1.6"/>
- <dependencies>
- <dep package="gstreamer"/>
- <dep package="gst-plugins-base"/>
- </dependencies>
- </autotools>
-
- <autotools id="mm-common">
- <branch/>
- </autotools>
-
- <autotools id="libsigc++2">
- <branch/>
- <dependencies>
- <dep package="mm-common"/>
- </dependencies>
- </autotools>
-
- <autotools id="glibmm">
- <branch/>
- <dependencies>
- <dep package="glib"/>
- <dep package="libsigc++2"/>
- </dependencies>
- </autotools>
-
- <autotools id="pangomm">
- <branch/>
- <dependencies>
- <dep package="glibmm"/>
- <dep package="cairomm"/>
- <dep package="pango"/>
- <dep package="atk"/>
- </dependencies>
- </autotools>
-
- <autotools id="atkmm">
- <branch/>
- <dependencies>
- <dep package="glibmm"/>
- <dep package="atk"/>
- </dependencies>
- </autotools>
-
- <autotools id="gtkmm">
+ <autotools id="gtkmm">
<branch/>
<dependencies>
<dep package="cairomm"/>
@@ -893,14 +827,16 @@
</dependencies>
</autotools>
- <autotools id="gssdp" makeargs="CFLAGS=-Wno-error">
- <branch />
+ <autotools id="gtksourceview">
+ <branch/>
<dependencies>
- <dep package="glib"/>
- <dep package="libsoup"/>
+ <dep package="libxml2"/>
+ <dep package="shared-mime-info"/>
+ <dep package="gtk+"/>
+ <dep package="m4-common"/>
</dependencies>
<suggests>
- <dep package="gobject-introspection"/>
+ <dep package="glade"/>
</suggests>
</autotools>
@@ -931,6 +867,17 @@
</dependencies>
</autotools>
+ <autotools id="harfbuzz" autogenargs="">
+ <branch repo="git.freedesktop.org"
+ module="harfbuzz" checkoutdir="harfbuzz"/>
+ <dependencies>
+ <dep package="c++"/>
+ <dep package="glib"/>
+ <dep package="libicu"/>
+ <dep package="ragel"/>
+ </dependencies>
+ </autotools>
+
<autotools id="java-gnome" autogen-sh="configure" skip-autogen="never">
<branch repo="research.operationaldynamics.com"
module="bzr/java-gnome/mainline"/>
@@ -995,16 +942,12 @@
</dependencies>
</autotools>
- <autotools id="libgweather">
+ <autotools id="libgrss">
<branch/>
<dependencies>
- <dep package="m4-common"/>
- <dep package="intltool"/>
- <dep package="libxml2"/>
- <dep package="geocode-glib"/>
<dep package="glib"/>
- <dep package="gtk+"/>
<dep package="libsoup"/>
+ <dep package="libxml2"/>
</dependencies>
</autotools>
@@ -1028,6 +971,19 @@
</dependencies>
</autotools>
+ <autotools id="libgweather">
+ <branch/>
+ <dependencies>
+ <dep package="m4-common"/>
+ <dep package="intltool"/>
+ <dep package="libxml2"/>
+ <dep package="geocode-glib"/>
+ <dep package="glib"/>
+ <dep package="gtk+"/>
+ <dep package="libsoup"/>
+ </dependencies>
+ </autotools>
+
<autotools id="libgxps">
<branch/>
<dependencies>
@@ -1038,6 +994,15 @@
</dependencies>
</autotools>
+ <autotools id="libinput">
+ <branch repo="git.freedesktop.org" checkoutdir="libinput" module="wayland/libinput.git" />
+ <dependencies>
+ <dep package="libevdev"/>
+ <dep package="libudev"/>
+ <dep package="mtdev"/>
+ </dependencies>
+ </autotools>
+
<autotools id="libnice"
autogenargs="--enable-gupnp">
<pkg-config>nice.pc</pkg-config>
@@ -1075,6 +1040,18 @@
</suggests>
</autotools>
+ <autotools id="librest">
+ <if condition-set="freebsd">
+ <autogenargs value="--with-ca-certificates=/usr/local/share/certs/ca-root-nss.crt"/>
+ </if>
+ <branch/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="libsoup"/>
+ <dep package="libxml2"/>
+ </dependencies>
+ </autotools>
+
<autotools id="librsvg" supports-non-srcdir-builds="no" autogenargs="--enable-vala=yes">
<if condition-unset="gnu-elf">
<autogenargs value="--disable-Bsymbolic"/>
@@ -1092,6 +1069,24 @@
</dependencies>
</autotools>
+ <autotools id="libsecret">
+ <branch/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="gobject-introspection"/>
+ </dependencies>
+ <suggests>
+ <dep package="libgcrypt"/>
+ </suggests>
+ </autotools>
+
+ <autotools id="libsigc++2">
+ <branch/>
+ <dependencies>
+ <dep package="mm-common"/>
+ </dependencies>
+ </autotools>
+
<autotools id="libsoup" autogenargs="--disable-tls-check">
<branch/>
<dependencies>
@@ -1107,11 +1102,41 @@
</suggests>
</autotools>
+ <autotools id="libxkbcommon">
+ <branch repo="libxkbcommon"
+ module="http://xkbcommon.org/download/libxkbcommon-${version}.tar.xz"
+ version="0.5.0"
+ hash="sha256:90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c"
+ size="615504"/>
+ <dependencies>
+ <dep package="xkeyboard-config"/>
+ <dep package="xorg-macros"/>
+ <dep package="xorg-xproto"/>
+ <dep package="xorg-kbproto"/>
+ <dep package="libX11"/>
+ <dep package="xcb"/>
+ <dep package="xcb-xkb"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="mm-common">
+ <branch/>
+ </autotools>
+
<autotools id="mobile-broadband-provider-info">
<branch/>
</autotools>
- <!-- This should be moved to sysdeps once it's widely-available. -->
+ <autotools id="pangomm">
+ <branch/>
+ <dependencies>
+ <dep package="glibmm"/>
+ <dep package="cairomm"/>
+ <dep package="pango"/>
+ <dep package="atk"/>
+ </dependencies>
+ </autotools>
+
<autotools id="pcre2"
autogenargs="--enable-jit --enable-pcre2-8 --enable-pcre2-16 --enable-pcre2-32">
<branch repo="pcre"
@@ -1229,32 +1254,6 @@
</dependencies>
</autotools>
- <autotools id="libinput">
- <branch repo="git.freedesktop.org" checkoutdir="libinput" module="wayland/libinput.git" />
- <dependencies>
- <dep package="libevdev"/>
- <dep package="libudev"/>
- <dep package="mtdev"/>
- </dependencies>
- </autotools>
-
- <autotools id="libxkbcommon">
- <branch repo="libxkbcommon"
- module="http://xkbcommon.org/download/libxkbcommon-${version}.tar.xz"
- version="0.5.0"
- hash="sha256:90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c"
- size="615504"/>
- <dependencies>
- <dep package="xkeyboard-config"/>
- <dep package="xorg-macros"/>
- <dep package="xorg-xproto"/>
- <dep package="xorg-kbproto"/>
- <dep package="libX11"/>
- <dep package="xcb"/>
- <dep package="xcb-xkb"/>
- </dependencies>
- </autotools>
-
<autotools id="wayland-protocols">
<branch repo="wayland.freedesktop.org"/>
</autotools>
@@ -1269,22 +1268,6 @@
</dependencies>
</autotools>
- <autotools id="xorg-xproto">
- <pkg-config>xproto.pc</pkg-config>
- <branch repo="xorg-tar"
- module="releases/individual/proto/xproto-7.0.28.tar.gz" version="7.0.28"
- size="367523"
- hash="sha256:6cabc8ce3fa2b1a2427871167b62c24d5b08a58bd3e81ed7aaf08f2bf6dbcfed"/>
- </autotools>
-
- <autotools id="xtrans">
- <pkg-config>xtrans.pc</pkg-config>
- <branch repo="xorg-tar"
- module="releases/individual/lib/xtrans-1.3.5.tar.gz" version="1.3.5"
- size="227536"
- hash="sha256:b7a577c1b6c75030145e53b4793db9c88f9359ac49e7d771d4385d21b3e5945d"/>
- </autotools>
-
<!-- FTL is disabled as we have no way to install the llvm-static package as a sysdep on Fedora.
Enabling FTL will require either enhancing sysdeps or adding llvm to core-deps. -->
<cmake id="WebKit" cmakeargs="-DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DENABLE_FTL_JIT=OFF">
@@ -1347,6 +1330,22 @@
</suggests>
</cmake>
+ <autotools id="xorg-xproto">
+ <pkg-config>xproto.pc</pkg-config>
+ <branch repo="xorg-tar"
+ module="releases/individual/proto/xproto-7.0.28.tar.gz" version="7.0.28"
+ size="367523"
+ hash="sha256:6cabc8ce3fa2b1a2427871167b62c24d5b08a58bd3e81ed7aaf08f2bf6dbcfed"/>
+ </autotools>
+
+ <autotools id="xtrans">
+ <pkg-config>xtrans.pc</pkg-config>
+ <branch repo="xorg-tar"
+ module="releases/individual/lib/xtrans-1.3.5.tar.gz" version="1.3.5"
+ size="227536"
+ hash="sha256:b7a577c1b6c75030145e53b4793db9c88f9359ac49e7d771d4385d21b3e5945d"/>
+ </autotools>
+
<autotools id="vte"
autogenargs="--enable-introspection=yes">
<branch/>
@@ -1394,16 +1393,6 @@
<!-- OS Core Services dependencies -->
- <autotools id="libgusb">
- <branch repo="github.com" checkoutdir="libgusb" module="hughsie/libgusb.git"/>
- <dependencies>
- <dep package="glib"/>
- <dep package="gobject-introspection"/>
- <dep package="vala"/>
- <dep package="libusb1"/>
- </dependencies>
- </autotools>
-
<autotools id="colord" autogenargs="--disable-examples --disable-strict --disable-bash-completion
--with-systemdsystemunitdir=no">
<if condition-unset="linux">
<autogenargs value="--disable-gusb --disable-udev --disable-systemd-login"/>
@@ -1442,17 +1431,6 @@
</dependencies>
</autotools>
- <autotools id="libwacom">
- <branch repo="sourceforge.net"
- module="linuxwacom/files/libwacom/libwacom-${version}.tar.bz2" version="0.13"
- hash="sha256:976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176"
- size="439767"/>
- <dependencies>
- <dep package="glib"/>
- <dep package="gudev"/>
- </dependencies>
- </autotools>
-
<autotools id="ibus"
autogenargs="--disable-tests --disable-gconf --enable-dconf --disable-memconf --disable-ui
GSETTINGS_SCHEMA_CONVERT=/usr/bin/false --with-python=python3">
<branch repo="github-tar"
@@ -1470,20 +1448,6 @@
</dependencies>
</autotools>
- <autotools id="ibus-libpinyin"
- autogenargs="--disable-lua-extension --with-python=python3">
- <branch repo="github-tar"
- version="1.7.0"
- module="libpinyin/ibus-libpinyin/archive/${version}.tar.gz"
- checkoutdir="ibus-libpinyin-${version}"
- hash="sha256:4fcdf3300afe5b6551f0a05ce3e9f7e9fb43dd73f16604cabed348b4cc7f5d36"/>
- <dependencies>
- <dep package="ibus"/>
- <dep package="libpinyin"/>
- <dep package="sqlite3"/>
- </dependencies>
- </autotools>
-
<autotools id="ibus-anthy" autogenargs="--enable-private-png=yes">
<branch repo="github-tar"
version="1.5.6"
@@ -1509,6 +1473,41 @@
</dependencies>
</autotools>
+ <autotools id="ibus-libpinyin"
+ autogenargs="--disable-lua-extension --with-python=python3">
+ <branch repo="github-tar"
+ version="1.7.0"
+ module="libpinyin/ibus-libpinyin/archive/${version}.tar.gz"
+ checkoutdir="ibus-libpinyin-${version}"
+ hash="sha256:4fcdf3300afe5b6551f0a05ce3e9f7e9fb43dd73f16604cabed348b4cc7f5d36"/>
+ <dependencies>
+ <dep package="ibus"/>
+ <dep package="libpinyin"/>
+ <dep package="sqlite3"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="libgusb">
+ <branch repo="github.com" checkoutdir="libgusb" module="hughsie/libgusb.git"/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="gobject-introspection"/>
+ <dep package="vala"/>
+ <dep package="libusb1"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="libwacom">
+ <branch repo="sourceforge.net"
+ module="linuxwacom/files/libwacom/libwacom-${version}.tar.bz2" version="0.13"
+ hash="sha256:976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176"
+ size="439767"/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="gudev"/>
+ </dependencies>
+ </autotools>
+
<!-- Deprecated dependencies -->
<autotools id="gtk+-2">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]