From b08dde7c890d9c4a9fd3443306b1a19d32c99331 Mon Sep 17 00:00:00 2001 From: CoolOhm Date: Mon, 24 Jul 2017 12:02:34 -0700 Subject: [PATCH] emerald: update to 0.8.14 --- common/shlibs | 2 +- srcpkgs/emerald-themes/template | 4 ++-- srcpkgs/emerald/patches/CCfix.patch | 17 +++++++++++++++++ srcpkgs/emerald/template | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/emerald/patches/CCfix.patch diff --git a/common/shlibs b/common/shlibs index 2450ab29680..cbf74f5ab5b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2718,7 +2718,7 @@ libuim-custom.so.2 uim-1.8.6_1 libgcroots.so.0 uim-1.8.6_1 libdecoration.so.0 compiz-core-0.8.14_1 libcompizconfig.so.0 libcompizconfig-0.8.14_1 -libemeraldengine.so.0 emerald-0.8.12.4_1 +libemeraldengine.so.0 emerald-0.8.14_1 libhangul.so.1 libhangul-0.1.0_1 libmutter-clutter-1.0.so mutter-3.22.0_1 libmutter-cogl-pango.so mutter-3.22.0_1 diff --git a/srcpkgs/emerald-themes/template b/srcpkgs/emerald-themes/template index 0f3d25c223c..595dc79a1ce 100644 --- a/srcpkgs/emerald-themes/template +++ b/srcpkgs/emerald-themes/template @@ -1,6 +1,6 @@ # Template file for 'emerald-themes' of Compiz Reloaded pkgname=emerald-themes -version=0.8.12.1 +version=0.8.14 revision=1 build_style=gnu-configure @@ -13,7 +13,7 @@ homepage="https://github.com/compiz-reloaded" license="GPL-2" distfiles="https://github.com/compiz-reloaded/emerald-themes/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=02dff05e018ffdf8faeb92e20906c4be2627a2363410700cddb12a51c21937f9 +checksum=68273673da24ae1249796e9457581719f4d9bbe1f3330aa446b9f87f5e46a250 pre_configure() { NOCONFIGURE=1 ./autogen.sh diff --git a/srcpkgs/emerald/patches/CCfix.patch b/srcpkgs/emerald/patches/CCfix.patch new file mode 100644 index 00000000000..06102ef74a2 --- /dev/null +++ b/srcpkgs/emerald/patches/CCfix.patch @@ -0,0 +1,17 @@ +--- configure.ac.old 2017-07-24 11:11:08.588672399 -0700 ++++ configure.ac 2017-07-24 11:51:52.841737854 -0700 +@@ -132,8 +132,12 @@ + AC_MSG_NOTICE([Using decorator interface version ${decor_ver}]) + ], + [ +- AC_DEFINE(DECOR_INTERFACE_VERSION, 0, [Decorator interface version]) +- AC_MSG_ERROR([Failed to check the decorator interface version]) ++ AC_DEFINE(DECOR_INTERFACE_VERSION, [20110504], [Decorator interface version]) ++ AC_MSG_NOTICE([Unable to check decorator version at runtime. Defaulting to number for 0.8.14.]) ++ ], ++ [ ++ AC_DEFINE(DECOR_INTERFACE_VERSION, [20110504], [Decorator interface version]) ++ AC_MSG_NOTICE([Unable to check decorator version at runtime. Defaulting to nnumber for 0.8.14.]) + ] + ) + CFLAGS="$save_CFLAGS" diff --git a/srcpkgs/emerald/template b/srcpkgs/emerald/template index 0758b60313a..7f39b572f03 100644 --- a/srcpkgs/emerald/template +++ b/srcpkgs/emerald/template @@ -1,6 +1,6 @@ # Template file for 'emerald' of Compiz Reloaded pkgname=emerald -version=0.8.12.4 +version=0.8.14 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -14,7 +14,7 @@ homepage="https://github.com/compiz-reloaded" license="GPL-2" distfiles="https://github.com/compiz-reloaded/emerald/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=00a565cd9f5e4442b94d4a40b81e03a6591d734e58d969f73187cc320eaca20c +checksum=08cf6c867edd58f1eaf47fd99036abc79d78074f76187408c4db310983b5b861 pre_configure() { mkdir -p m4