diff options
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch | 26 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.10.3.bb (renamed from meta-xfce/recipes-xfce/exo/exo_0.10.2.bb) | 5 |
2 files changed, 16 insertions, 15 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch index 84b237096..246511cef 100644 --- a/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch +++ b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch | |||
@@ -14,15 +14,17 @@ Upstream-Status: Inappropriate [configuration] | |||
14 | 14 | ||
15 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | 15 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> |
16 | --- | 16 | --- |
17 | Makefile.am | 10 +--------- | 17 | Makefile.am | 10 +--------- |
18 | configure.ac | 20 -------------------- | 18 | configure.ac | 20 -------------------- |
19 | 2 files changed, 1 insertions(+), 29 deletions(-) | 19 | 2 files changed, 1 insertion(+), 29 deletions(-) |
20 | 20 | ||
21 | diff --git a/Makefile.am b/Makefile.am | 21 | diff --git a/Makefile.am b/Makefile.am |
22 | index c2e3fff..79b0931 100644 | 22 | index ad7c6ce..3acd94a 100644 |
23 | --- a/Makefile.am | 23 | --- a/Makefile.am |
24 | +++ b/Makefile.am | 24 | +++ b/Makefile.am |
25 | @@ -1,13 +1,5 @@ | 25 | @@ -1,15 +1,7 @@ |
26 | ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} | ||
27 | |||
26 | SUBDIRS = \ | 28 | SUBDIRS = \ |
27 | - exo \ | 29 | - exo \ |
28 | - exo-csource \ | 30 | - exo-csource \ |
@@ -35,16 +37,16 @@ index c2e3fff..79b0931 100644 | |||
35 | - po | 37 | - po |
36 | + exo-csource | 38 | + exo-csource |
37 | 39 | ||
38 | AUTOMAKE_OPTIONS = \ | 40 | distclean-local: |
39 | 1.9 \ | 41 | rm -rf *.cache *~ |
40 | diff --git a/configure.ac b/configure.ac | 42 | diff --git a/configure.ac b/configure.ac |
41 | index efcd62e..aac2495 100644 | 43 | index bb9be05..23471d0 100644 |
42 | --- a/configure.ac | 44 | --- a/configure.ac |
43 | +++ b/configure.ac | 45 | +++ b/configure.ac |
44 | @@ -110,15 +110,6 @@ AC_PROG_CC() | 46 | @@ -116,15 +116,6 @@ AC_PROG_CC() |
45 | AM_PROG_CC_C_O() | 47 | AM_PROG_CC_C_O() |
46 | AC_PROG_INSTALL() | 48 | AC_PROG_INSTALL() |
47 | AC_PROG_INTLTOOL([0.31], [no-xml]) | 49 | IT_PROG_INTLTOOL([intltool_minimum_version], [no-xml]) |
48 | -AC_CHECK_PROGS([PERL], [perl5 perl]) | 50 | -AC_CHECK_PROGS([PERL], [perl5 perl]) |
49 | - | 51 | - |
50 | -dnl *************************************** | 52 | -dnl *************************************** |
@@ -57,7 +59,7 @@ index efcd62e..aac2495 100644 | |||
57 | 59 | ||
58 | dnl *************************************** | 60 | dnl *************************************** |
59 | dnl *** Check for standard header files *** | 61 | dnl *** Check for standard header files *** |
60 | @@ -165,17 +156,6 @@ dnl *********************************** | 62 | @@ -171,17 +162,6 @@ dnl *********************************** |
61 | dnl *** Check for required packages *** | 63 | dnl *** Check for required packages *** |
62 | dnl *********************************** | 64 | dnl *********************************** |
63 | XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0]) | 65 | XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0]) |
@@ -76,5 +78,5 @@ index efcd62e..aac2495 100644 | |||
76 | dnl ************************* | 78 | dnl ************************* |
77 | dnl *** Check for gtk-doc *** | 79 | dnl *** Check for gtk-doc *** |
78 | -- | 80 | -- |
79 | 1.7.4.4 | 81 | 1.9.3 |
80 | 82 | ||
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.3.bb index ef8e55fa6..f11f0493d 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.10.3.bb | |||
@@ -4,7 +4,6 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" | 5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" |
6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" | 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" |
7 | PR = "r4" | ||
8 | 7 | ||
9 | inherit xfce pythonnative perlnative gtk-doc | 8 | inherit xfce pythonnative perlnative gtk-doc |
10 | 9 | ||
@@ -18,8 +17,8 @@ SRC_URI_append_class-native = " \ | |||
18 | file://reduce-build-to-exo-csource-only.patch \ | 17 | file://reduce-build-to-exo-csource-only.patch \ |
19 | " | 18 | " |
20 | 19 | ||
21 | SRC_URI[md5sum] = "c70f2a217811bfba2e62f938d4b8f748" | 20 | SRC_URI[md5sum] = "d45b7e18e3a73e4a7b2ec6ef7943de17" |
22 | SRC_URI[sha256sum] = "b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce" | 21 | SRC_URI[sha256sum] = "95704b14ef9065268c3aa9a7c0bacbe0ddb490a183a4f5ab13bba4a1722826bd" |
23 | 22 | ||
24 | PACKAGES =+ "exo-csource" | 23 | PACKAGES =+ "exo-csource" |
25 | 24 | ||