summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-11-23 23:51:57 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-11-24 00:15:11 +0100
commit5ef431653bfb063e0f39f11e49d2c3ac4bae49b5 (patch)
treebeea75039fcfd5dbad68a18927714b98b8d638c0 /gnome-extra
parentx11-libs/gtksourceview: 3.14.1 → 3.14.2 (diff)
downloadgnome-5ef431653bfb063e0f39f11e49d2c3ac4bae49b5.tar.gz
gnome-5ef431653bfb063e0f39f11e49d2c3ac4bae49b5.tar.bz2
gnome-5ef431653bfb063e0f39f11e49d2c3ac4bae49b5.zip
gnome-extra/gnome-color-manager: 3.14.1 → 3.14.2
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-color-manager/Manifest8
-rw-r--r--gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild (renamed from gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild)4
-rw-r--r--gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/gnome-extra/gnome-color-manager/Manifest b/gnome-extra/gnome-color-manager/Manifest
index 88a6941e..0a6d9ff0 100644
--- a/gnome-extra/gnome-color-manager/Manifest
+++ b/gnome-extra/gnome-color-manager/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
-DIST gnome-color-manager-3.14.1.tar.xz 2628920 SHA256 806333af6f31e976ca9a1abca19a82cca8dde58bd0f6f81aeb200d0b9f610b19 SHA512 607e519418d04c9153f7f9f325c0a65096134032fedfbe9c0686d33e9eeb6a8674fc910f085b02da46b01eeda014bf68a60f896e17d2a834acd85017f23839ee WHIRLPOOL f6f603674156a04ec31f794f6fe66b48bb2376a371afdc997b96f5d00b8396d6ec326a45c4924e3e116703731e06078051418f413ba359fdf1c48cabf3ba5c6a
+DIST gnome-color-manager-3.14.2.tar.xz 2630640 SHA256 a2fa17f17c1c7259dbf6f042b7adf2816a7ba54747706e1b245bcd6d6274eeef SHA512 662a35a841c410cedcb797187ceb6fa2abf2329822dd787d4c97aa97225d7a31899551f9425c59b7bc0a4f426c9f908d8d3d02c1111691991a92c42923df39af WHIRLPOOL c4a171baa678c9f5075c5d490fd72122ad9b92a19405dd7e770f2b311bab1d23256e7b9ce15d72e3f7dda703692076ed1318cb9cc108c96f3a3121fc9ad7b885
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
-iEYEAREKAAYFAlQ8P/oACgkQ1fmVwcYIWAb6mQCg0BlTpPMLJfl/wsMYnF80LsyN
-D3sAoMb1W+h7HH1/GHWP6uC+4l3vy7fC
-=AiXI
+iEYEAREKAAYFAlRyZQ0ACgkQ1fmVwcYIWAZO8gCgmhDbz0WAwcnf4jokHEXL/btP
+A+kAoL1eJeWmRKb9p2qOPaM5GvJ/0K91
+=93f9
-----END PGP SIGNATURE-----
diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild
index 351c4c02..772d9a36 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild
@@ -37,19 +37,21 @@ RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
app-text/docbook-sgml-dtd:4.1
app-text/docbook-sgml-utils
+ dev-libs/appstream-glib
dev-libs/libxslt
- dev-util/appdata-tools
>=dev-util/intltool-0.35
virtual/pkgconfig
"
src_configure() {
# Always enable tests since they are check_PROGRAMS anyway
+ # appstream does not want to be relax by default !
gnome2_src_configure \
--disable-static \
--enable-tests \
$(use_enable packagekit) \
$(use_enable raw exiv) \
+ APPSTREAM_UTIL=$(type -P true) \
ITSTOOL=$(type -P true)
}
diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index c1bd7bc6..f412a36e 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -44,8 +44,8 @@ RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
app-text/docbook-sgml-dtd:4.1
app-text/docbook-sgml-utils
+ dev-libs/appstream-glib
dev-libs/libxslt
- dev-util/appdata-tools
>=dev-util/intltool-0.35
virtual/pkgconfig
"
@@ -60,11 +60,13 @@ src_configure() {
[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
# Always enable tests since they are check_PROGRAMS anyway
+ # appstream does not want to be relax by default !
gnome2_src_configure \
--disable-static \
--enable-tests \
$(use_enable packagekit) \
$(use_enable raw exiv) \
+ APPSTREAM_UTIL=$(type -P true) \
${myconf}
}