summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/package_regex.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/package_regex.inc')
-rw-r--r--meta/conf/distro/include/package_regex.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc
index 8fc112c61f..d12999b155 100644
--- a/meta/conf/distro/include/package_regex.inc
+++ b/meta/conf/distro/include/package_regex.inc
@@ -25,9 +25,6 @@ COMMON_REGEX = "(?P<pver>(\d+[\.\-_]*)+)"
25REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" 25REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
26REGEX_pn-wireless-tools = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz" 26REGEX_pn-wireless-tools = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz"
27 27
28REGEX_URI_pn-midori="http://midori-browser.org/download/source/"
29REGEX_pn-midori="midori_(?P<pver>((\d+[\.\-_]*)+))_all_\.tar\.bz2"
30
31REGEX_URI_pn-sqlite3="http://www.sqlite.org/" 28REGEX_URI_pn-sqlite3="http://www.sqlite.org/"
32REGEX_pn-sqlite3="releaselog/${COMMON_REGEX}.html" 29REGEX_pn-sqlite3="releaselog/${COMMON_REGEX}.html"
33 30
@@ -97,6 +94,7 @@ REGEX_URI_pn-python-smartpm="https://launchpad.net/smart/trunk/"
97REGEX_URI_pn-lsof = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/" 94REGEX_URI_pn-lsof = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/"
98REGEX_URI_pn-pbzip2 = "http://compression.ca/pbzip2/" 95REGEX_URI_pn-pbzip2 = "http://compression.ca/pbzip2/"
99REGEX_URI_pn-quicky = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482" 96REGEX_URI_pn-quicky = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482"
97REGEX_URI_pn-libwebp = "http://downloads.webmproject.org/releases/webp/index.html"
100 98
101# The engine tries to use directory versioning but is a false-positive 99# The engine tries to use directory versioning but is a false-positive
102REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk/" 100REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk/"
@@ -237,6 +235,10 @@ REGEX_pn-clutter-gst-3.0 = "${GNOME_STABLE}"
237REGEX_pn-cogl-1.0 = "${GNOME_STABLE}" 235REGEX_pn-cogl-1.0 = "${GNOME_STABLE}"
238REGEX_pn-adwaita-icon-theme = "${GNOME_STABLE}" 236REGEX_pn-adwaita-icon-theme = "${GNOME_STABLE}"
239REGEX_pn-vte = "${GNOME_STABLE}" 237REGEX_pn-vte = "${GNOME_STABLE}"
238REGEX_pn-epiphany = "${GNOME_STABLE}"
239REGEX_pn-webkitgtk = "${GNOME_STABLE}"
240REGEX_pn-p11-kit = "${GNOME_STABLE}"
241REGEX_pn-gnome-desktop3 = "${GNOME_STABLE}"
240 242
241# not GNOME related but uses same even-minor-release-is-stable logic 243# not GNOME related but uses same even-minor-release-is-stable logic
242REGEX_pn-dbus = "${GNOME_STABLE}" 244REGEX_pn-dbus = "${GNOME_STABLE}"