summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 18:05:49 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:08 +0200
commitf2c1f0760ee7e5722e7e0090b3afaadc66510352 (patch)
tree26cd7ee81e0b415d11b90f065ac50d300e191694 /xfce-base
parentxfce-base/xfconf: Drop old (diff)
downloadgentoo-f2c1f0760ee7e5722e7e0090b3afaadc66510352.tar.gz
gentoo-f2c1f0760ee7e5722e7e0090b3afaadc66510352.tar.bz2
gentoo-f2c1f0760ee7e5722e7e0090b3afaadc66510352.zip
xfce-base/xfdesktop: Drop old
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfdesktop/Manifest1
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.12.3.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 48dae3d0336a..34b4bc761931 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
-DIST xfdesktop-4.12.3.tar.bz2 1420704 BLAKE2B c8e17717cbb29d7e64ab234e57f5658ae4d3f12ecfca310aff803ee8f52d1c8ecf3da88a02dfb6bc6edb9c6e4fab9daf48d6eb50e40a51fd497f1abbb521b8a7 SHA512 e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878
DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879 SHA512 29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
DIST xfdesktop-4.13.1.tar.bz2 1485914 BLAKE2B 2b991b40317c9d92b53f357d674078598a7b17dd870155de8eb360fd9998d5376582909b57a93e00628a7dfd7e65bfea22b7f57b9373bab869296ef9b2973af5 SHA512 efe5ffe450f498ee0188a1ca5efd0ef340d73b5650060f18db4fe94ae9130dd27e41c6b30af2f90839e6c8272f3e270d16b86df64d595fe82169c26d624f806a
diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.3.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.3.ebuild
deleted file mode 100644
index 3ce2596fe534..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.12.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=x11-libs/cairo-1.6:=
- >=dev-libs/dbus-glib-0.100:=
- >=dev-libs/glib-2.20:=
- >=x11-libs/gtk+-2.24:2=
- >=x11-libs/libwnck-2.30:1=
- x11-libs/libX11:=
- >=xfce-base/exo-0.8:=
- >=xfce-base/garcon-0.3:=
- >=xfce-base/libxfce4ui-4.11:=
- >=xfce-base/libxfce4util-4.11:=
- >=xfce-base/xfconf-4.10:=
- libnotify? ( >=x11-libs/libnotify-0.7:= )
- thunar? (
- >=dev-libs/glib-2.38:=
- >=xfce-base/thunar-1.6:=[dbus]
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable thunar file-icons)
- $(use_enable thunar thunarx)
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}