summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-26 16:38:26 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-26 16:42:48 +0200
commit57d0e163d399e58ccfa9cbf36c32610b15b18480 (patch)
treefa93630ab3ad87168354636f4fbead40b0d00d0b /xfce-base/libxfce4util
parentxfce-base/xfdesktop: Bump to 4.12.4 (stable branch) (diff)
downloadgentoo-57d0e163d399e58ccfa9cbf36c32610b15b18480.tar.gz
gentoo-57d0e163d399e58ccfa9cbf36c32610b15b18480.tar.bz2
gentoo-57d0e163d399e58ccfa9cbf36c32610b15b18480.zip
xfce-base/libxfce4util: Bump to 4.13.1
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/Manifest2
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild (renamed from xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild)3
2 files changed, 1 insertions, 4 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 248318e96af4..133313a7e20a 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,2 @@
DIST libxfce4util-4.12.1.tar.bz2 455329 SHA256 876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d SHA512 0bd0fe23e9fa325b08559d2b783242dfc61412a8c7aa4e5a81e5262ebceb57a722aa515db12747c9de9804423f67e50805848e5bed328ba7d17e2737f54c2ef9 WHIRLPOOL ad08469f8246a439df7474d58cb41b1d2c278b7c2097e7a60dbc14a8dae10f63ea2e4c3ba910dbb57716bfb40c3d757fe2084efcf416cd32b524d391bfa313af
-DIST libxfce4util-4.13.0.tar.bz2 495133 SHA256 2e9a27e26e66244fadd05ffd2fc165ecb7d5f00765426198c01c8c65294033d1 SHA512 0da59b6d4e4976b9e36811074b829d5fff159d55c57628096d949a5b2109a7c5910f5fa4a628ba9c9d98258119ae4bf8e9af3ef121745f341a88dde8482ae078 WHIRLPOOL 0c0aa0920b4cdb535cb25c07d1203fe1e707357c5c446198ed4db0c70aa3cc71cf67aa72c9c0a23eefa9eb9366f7450f84653fb9894478a8f002ee7cbedc278b
+DIST libxfce4util-4.13.1.tar.bz2 497192 SHA256 278013dca14bfd50c9efd3898a28e3f3c5053b506de257267947fbb852d2ed2c SHA512 1667cc22ff72920d3280725cb40c41f5fba9dcfcba8e357ba85548c7f254a67a3ef942c1b71f0ac5c3a7fe46c8c4cb559a06a8111aa71ce1f6824d1a1c2b5063 WHIRLPOOL cf29f3698e576ded51140088365d7258e219496976cdf59f41df56b574bccdaabe12358ce221a210f921ec0e9dc114baa04fde0a08854f79581b06389858dff7
diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index 2c4e3c7563e8..db183b019100 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
src_configure() {
local myconf=(
$(use_enable introspection)
- # .gir is conditional to maintainer mode due to upstream bug
- # https://bugzilla.xfce.org/show_bug.cgi?id=13638
- $(use_enable introspection maintainer-mode)
)
econf "${myconf[@]}"