diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-16 02:20:43 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-15 21:08:54 -0800 |
| commit | 2c9b186ae233afd46de28af8eeeddf8790e69742 (patch) | |
| tree | 5bfb0c7a8c1c32bef0506faafa6b63c6e6951078 /meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb | |
| parent | 68d7475f778eaae33eb0073dfaef86a873033092 (diff) | |
| download | meta-openembedded-2c9b186ae233afd46de28af8eeeddf8790e69742.tar.gz | |
glade3: remove ancient version of glade
* This was suggested already [1] but I complained that there is a use-case.
There are several workarounds possible for this so we don't need to keep
it anymore.
* glade3 popped into focus during preparations for python2 removal. So instead
of wasting time to keep unmaintained version just drop it
[1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-May/199523.html
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb')
| -rw-r--r-- | meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb b/meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb deleted file mode 100644 index 24d0d901f9..0000000000 --- a/meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "Glade - A User Interface Designer" | ||
| 2 | HOMEPAGE = "http://www.gnu.org/software/gnash" | ||
| 3 | LICENSE = "GPLv2 & LGPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | ||
| 5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ | ||
| 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" | ||
| 7 | DEPENDS = "gtk+ gnome-doc-utils gnome-common libxml2 intltool-native" | ||
| 8 | |||
| 9 | inherit features_check autotools pkgconfig pythonnative gtk-icon-cache | ||
| 10 | |||
| 11 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 12 | |||
| 13 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-${PV}.tar.xz \ | ||
| 14 | file://0001-gnome-doc-utils.make-sysrooted-pkg-config.patch \ | ||
| 15 | file://0002-fix-gcc-6-build.patch \ | ||
| 16 | file://0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch \ | ||
| 17 | " | ||
| 18 | SRC_URI[md5sum] = "4e4b4f5ee34a03e017e4cef97d796c1f" | ||
| 19 | SRC_URI[sha256sum] = "58a5f6e4df4028230ddecc74c564808b7ec4471b1925058e29304f778b6b2735" | ||
| 20 | |||
| 21 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
| 22 | |||
| 23 | FILES_${PN} += "${datadir}/icons" | ||
