summaryrefslogtreecommitdiff
path: root/xfce-base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-06-10 16:09:38 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-06-10 16:09:38 +0100
commit5fa8622fcff7f6ef5fbcf2988d9615dcfe23fa57 (patch)
treeca10942b3d76beb684cb8b6036b268e3fdb13b22 /xfce-base
parent363c2e2e480fb821dc6c063205610b5cad3b362a (diff)
drop xfce, use ebuilds from gentoo portage tree
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/exo/Manifest1
-rw-r--r--xfce-base/exo/exo-0.10.3.ebuild37
-rw-r--r--xfce-base/garcon/Manifest1
-rw-r--r--xfce-base/garcon/garcon-0.4.0.ebuild32
-rw-r--r--xfce-base/libxfce4ui/Manifest1
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.12.0.ebuild46
-rw-r--r--xfce-base/libxfce4util/Manifest1
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild31
-rw-r--r--xfce-base/thunar/Manifest1
-rw-r--r--xfce-base/thunar/thunar-1.6.6.ebuild71
-rw-r--r--xfce-base/xfce4-appfinder/Manifest1
-rw-r--r--xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0.ebuild36
-rw-r--r--xfce-base/xfce4-meta/xfce4-meta-4.12.ebuild26
-rw-r--r--xfce-base/xfce4-panel/Manifest1
-rw-r--r--xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch12
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild47
-rw-r--r--xfce-base/xfce4-session/Manifest1
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.12.0.ebuild66
-rw-r--r--xfce-base/xfce4-settings/Manifest1
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild50
-rw-r--r--xfce-base/xfconf/Manifest1
-rw-r--r--xfce-base/xfconf/xfconf-4.12.0.ebuild64
-rw-r--r--xfce-base/xfdesktop/Manifest1
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild48
-rw-r--r--xfce-base/xfwm4/Manifest1
-rw-r--r--xfce-base/xfwm4/xfwm4-4.12.0.ebuild54
26 files changed, 0 insertions, 632 deletions
diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
deleted file mode 100644
index 800070a1..00000000
--- a/xfce-base/exo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST exo-0.10.3.tar.bz2 1222247 SHA256 95704b14ef9065268c3aa9a7c0bacbe0ddb490a183a4f5ab13bba4a1722826bd SHA512 ec6893c4340e8b345f00037df4667b7e05c3907a5f2aacb36314c48822644e757df2bb3ffd2b665afc21f8619e0f1ab3a5115374701d3c7150c3a5b73edbc331 WHIRLPOOL 67d6fb0380a4deb92eeee0819c0e02bb1426d208cc8a1ede2c44205797dbaaf83fd182f2f7d428f330aee7caa3e14edc421e45e1117dbbe47887fd6988c04ee2
diff --git a/xfce-base/exo/exo-0.10.3.ebuild b/xfce-base/exo/exo-0.10.3.ebuild
deleted file mode 100644
index 61e63e35..00000000
--- a/xfce-base/exo/exo-0.10.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Extensions, widgets and framework library with session support for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.30
- dev-perl/URI
- >=x11-libs/gtk+-2.24:2
- >=xfce-base/libxfce4ui-4.10.0
- >=xfce-base/libxfce4util-4.10.0"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
- DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
-}
diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
deleted file mode 100644
index 43f28f37..00000000
--- a/xfce-base/garcon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST garcon-0.4.0.tar.bz2 466118 SHA256 787dc859713b6518992d760d4b858fb02e8a30705e6f6e871d7a14cc97bca972 SHA512 f48f9782a1448cd8e722e6871220fc887b91fc82cfe03075408c94a732e0e2f4bba2704fe2533d7107eeb50995d775592eef30e68efa0f9647eafec9df4a1a2d WHIRLPOOL 37d7fd4a7d565414c3ab5792767c324598a32f2a84a9fa8f53f3f61fb99f8ecf1387a2fb587284c2eed3f4597479128cac44f1b56d1f454be3646d7020a8e88e
diff --git a/xfce-base/garcon/garcon-0.4.0.ebuild b/xfce-base/garcon/garcon-0.4.0.ebuild
deleted file mode 100644
index fb6dc7f1..00000000
--- a/xfce-base/garcon/garcon-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library"
-HOMEPAGE="http://www.xfce.org/projects/libraries/"
-SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.30
- >=x11-libs/gtk+-2.24:2
- >=xfce-base/libxfce4ui-4.10.0
- >=xfce-base/libxfce4util-4.10.0"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-}
diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
deleted file mode 100644
index 60895ec5..00000000
--- a/xfce-base/libxfce4ui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libxfce4ui-4.12.0.tar.bz2 678568 SHA256 011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987 SHA512 8ab502dc8bf7fbf44964fe1ea4c93d60fe21499e982fdf3c8610a2a8cd9aace87c962112e4ae6436ab22856c78f1c0644e0be856eb87783321b942fee3bf9c4d WHIRLPOOL 29680e260a81659c38ad5b37e72f0719c6123ce45b84b49866d52951533beaf4dde07d61853c3826f5aad572280205fc935756eeff41059b35e96f3d31244b8d
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.12.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.12.0.ebuild
deleted file mode 100644
index 96c4dd87..00000000
--- a/xfce-base/libxfce4ui/libxfce4ui-4.12.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Unified widgets and session management libraries for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/libxfce4"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug glade startup-notification"
-
-RDEPEND=">=dev-libs/glib-2.28
- >=x11-libs/gtk+-2.24:2
- >=x11-libs/gtk+-3.2:3
- x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- >=xfce-base/libxfce4util-4.12.1
- >=xfce-base/xfconf-4.12.0
- glade? ( dev-util/glade:3 )
- startup-notification? ( x11-libs/startup-notification )
- !xfce-base/xfce-utils"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --enable-gtk3
- $(use_enable startup-notification)
- $(use_enable glade gladeui)
- $(xfconf_use_debug)
- --with-vendor-info=Gentoo
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
- DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-}
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
deleted file mode 100644
index efbc6eb8..00000000
--- a/xfce-base/libxfce4util/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libxfce4util-4.12.1.tar.bz2 455329 SHA256 876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d SHA512 0bd0fe23e9fa325b08559d2b783242dfc61412a8c7aa4e5a81e5262ebceb57a722aa515db12747c9de9804423f67e50805848e5bed328ba7d17e2737f54c2ef9 WHIRLPOOL ad08469f8246a439df7474d58cb41b1d2c278b7c2097e7a60dbc14a8dae10f63ea2e4c3ba910dbb57716bfb40c3d757fe2084efcf416cd32b524d391bfa313af
diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild
deleted file mode 100644
index b12a46fb..00000000
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.24"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
- DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-}
diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
deleted file mode 100644
index b61ebd7d..00000000
--- a/xfce-base/thunar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Thunar-1.6.6.tar.bz2 2160158 SHA256 b9a55104b18ae01c5190d7ea02cbd7ba56d7affed9df416bf7fec6dff2d889b2 SHA512 79ba97c3de2c8cd8d83db65d48271cb4d45e06d2e7fee84258e117b3b0e02c8ebeba0b9ff072338f44338c97186bfcb75b4e122d54360185964e44566a2110cc WHIRLPOOL 4c39cf5a577726acc9857586e9f8289362ffd3c632935f660c17f0ca31afc052353f45aff20114e5477c67488c6ae4c1c9e9986aaa97e55e105e6b9ad277a827
diff --git a/xfce-base/thunar/thunar-1.6.6.ebuild b/xfce-base/thunar/thunar-1.6.6.ebuild
deleted file mode 100644
index 5f711dce..00000000
--- a/xfce-base/thunar/thunar-1.6.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit virtualx xfconf
-
-MY_P=${P/t/T}
-
-DESCRIPTION="File manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/ http://thunar.xfce.org/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+dbus debug exif libnotify pcre startup-notification test udisks +xfce_plugins_trash"
-
-GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
-COMMON_DEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.30
- >=x11-libs/gdk-pixbuf-2.14
- >=x11-libs/gtk+-2.24:2
- >=xfce-base/exo-0.10.0
- >=xfce-base/libxfce4ui-4.10.0
- >=xfce-base/libxfce4util-4.10.0
- >=xfce-base/xfconf-4.10.0
- dbus? ( >=dev-libs/dbus-glib-0.100 )
- exif? ( >=media-libs/libexif-0.6.19 )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- pcre? ( >=dev-libs/libpcre-6 )
- startup-notification? ( x11-libs/startup-notification )
- udisks? ( virtual/libgudev:= )
- xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10.0 )"
-RDEPEND="${COMMON_DEPEND}
- >=dev-util/desktop-file-utils-0.20-r1
- x11-misc/shared-mime-info
- dbus? ( ${GVFS_DEPEND} )
- udisks? (
- virtual/udev
- ${GVFS_DEPEND}[udisks,udev]
- )
- xfce_plugins_trash? ( ${GVFS_DEPEND} )"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-REQUIRED_USE="xfce_plugins_trash? ( dbus )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable dbus)
- $(use_enable startup-notification)
- $(use_enable udisks gudev)
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- $(use_enable exif)
- $(use_enable pcre)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )
-
- DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
-}
-
-src_test() {
- Xemake check
-}
diff --git a/xfce-base/xfce4-appfinder/Manifest b/xfce-base/xfce4-appfinder/Manifest
deleted file mode 100644
index 64345c10..00000000
--- a/xfce-base/xfce4-appfinder/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-appfinder-4.12.0.tar.bz2 459338 SHA256 2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567 SHA512 025d38f9f2d57d1bcc37d38f4956742593cbee820ccf7d375138ca3eb0a9614090e3b969aba9d80b546eac43d2a9fd6c530ff829f0e4f59621ca068159e9adaf WHIRLPOOL e7d4ac9d25861a45d9b6ac94d66bf6631b7e7c2354d87a4bb7ce96e094f0dda61dbd88eb4edc9900733cb5488906a932e7ff521a2be48c76dc716579033692d4
diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0.ebuild
deleted file mode 100644
index d8da6476..00000000
--- a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.30
- >=x11-libs/gtk+-3.2:3
- >=xfce-base/garcon-0.3.0
- >=xfce-base/libxfce4util-4.10.1
- >=xfce-base/libxfce4ui-4.10.0
- >=xfce-base/xfconf-4.10.0
- !xfce-base/xfce-utils"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --enable-gtk3
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS )
-}
diff --git a/xfce-base/xfce4-meta/xfce4-meta-4.12.ebuild b/xfce-base/xfce4-meta/xfce4-meta-4.12.ebuild
deleted file mode 100644
index e97f181f..00000000
--- a/xfce-base/xfce4-meta/xfce4-meta-4.12.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="The Xfce Desktop Environment (meta package)"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="minimal +svg"
-
-RDEPEND="x11-themes/hicolor-icon-theme
- >=xfce-base/xfce4-appfinder-4.12
- >=xfce-base/xfce4-panel-4.12
- >=xfce-base/xfce4-session-4.12
- >=xfce-base/xfce4-settings-4.12
- >=xfce-base/xfdesktop-4.12
- >=xfce-base/xfwm4-4.12
- !minimal? (
- media-fonts/dejavu
- virtual/freedesktop-icon-theme
- )
- svg? ( gnome-base/librsvg )"
diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
deleted file mode 100644
index 5f0b9753..00000000
--- a/xfce-base/xfce4-panel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-panel-4.12.0.tar.bz2 1107470 SHA256 30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0 SHA512 9b5d0d51ac2c312d54e8daeea95bd861891e652faeee8b4a7dbf4b33507b70bf7b4fbca7cb8f2d3573699ae940a14d5a9a41da24f324db256146d8b7db8519a8 WHIRLPOOL 5468a67b2c4fe1fcf82d3f38a0a0a057f3dac714354f2b2e8ce0c2a8654ac92cf4d0c40b0a0ec00957da2db67db3cec2017673bfc0eeaac69a98e2f92d31c3f1
diff --git a/xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch b/xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch
deleted file mode 100644
index fd74b953..00000000
--- a/xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
---- a/plugins/systray/systray-box.c 2013-05-05 18:47:07.000000000 +0300
-+++ b/plugins/systray/systray-box.c 2015-01-23 16:26:03.859341485 +0200
-@@ -36,7 +36,7 @@
- #include "systray-box.h"
- #include "systray-socket.h"
-
--#define SPACING (2)
-+#define SPACING (5)
- #define OFFSCREEN (-9999)
-
- /* some icon implementations request a 1x1 size for invisible icons */
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild
deleted file mode 100644
index d7d61d7d..00000000
--- a/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Panel for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug gtk3"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.24
- >=x11-libs/cairo-1
- >=x11-libs/gtk+-2.20:2
- x11-libs/libX11
- >=x11-libs/libwnck-2.31:1
- >=xfce-base/exo-0.10.0
- >=xfce-base/garcon-0.3.0
- >=xfce-base/libxfce4ui-4.11.0
- >=xfce-base/libxfce4util-4.10.0
- >=xfce-base/xfconf-4.10.0
- gtk3? ( >=x11-libs/gtk+-3.2:3 )"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- epatch -p1 "${FILESDIR}/increase_xfce_systray_spacing.patch"
-}
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(xfconf_use_debug)
- $(use_enable gtk3)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS=( AUTHORS ChangeLog NEWS THANKS )
-}
diff --git a/xfce-base/xfce4-session/Manifest b/xfce-base/xfce4-session/Manifest
deleted file mode 100644
index 13354bfa..00000000
--- a/xfce-base/xfce4-session/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-session-4.12.0.tar.bz2 1247710 SHA256 68c85453b097d3ada573dcb7e72acd06e0fc34531996122c10d20096405b7b06 SHA512 7c74991d4c105d993985a3bbd2a7b7730ebd1c84194289e883359737f8ad8683f3c728f53f4967dc7d2967258a04172d8ac8ddf8a9af56888d808f7db53850de WHIRLPOOL 144a67e66dd352020fdd41584b2ed3e0ba73673c2d029379b1122edd0c3b5db41a20ef79832d6b0b04c87062ec65fa926d0b4d7aefbe0e79b499c48cdfe5befa
diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.0.ebuild b/xfce-base/xfce4-session/xfce4-session-4.12.0.ebuild
deleted file mode 100644
index ea0044d8..00000000
--- a/xfce-base/xfce4-session/xfce4-session-4.12.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=1
-inherit xfconf
-
-DESCRIPTION="A session manager for the Xfce desktop environment"
-HOMEPAGE="http://docs.xfce.org/xfce/xfce4-session/start"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug nls polkit upower +xscreensaver"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100
- x11-apps/iceauth
- x11-libs/libSM
- >=x11-libs/libwnck-2.30:1
- x11-libs/libX11
- >=xfce-base/libxfce4util-4.10.0
- >=xfce-base/libxfce4ui-4.10.0
- >=xfce-base/xfconf-4.10.0
- !xfce-base/xfce-utils
- upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
- polkit? ( >=sys-auth/polkit-0.100 )"
-RDEPEND="${COMMON_DEPEND}
- x11-apps/xrdb
- nls? ( x11-misc/xdg-user-dirs )
- !polkit? ( upower? ( sys-power/pm-utils ) )
- xscreensaver? ( || (
- >=x11-misc/xscreensaver-5.26
- gnome-extra/gnome-screensaver
- >=x11-misc/xlockmore-5.43
- x11-misc/slock
- x11-misc/alock[pam]
- ) )"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
-
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable polkit)
- --with-xsession-prefix="${EPREFIX}"/usr
- $(xfconf_use_debug)
- )
-
- use upower && XFCONF+=( --enable-upower )
-
- DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-}
-
-src_install() {
- xfconf_src_install
-
- local sessiondir=/etc/X11/Sessions
- echo startxfce4 > "${T}"/Xfce4
- exeinto ${sessiondir}
- doexe "${T}"/Xfce4
- dosym Xfce4 ${sessiondir}/Xfce
-}
diff --git a/xfce-base/xfce4-settings/Manifest b/xfce-base/xfce4-settings/Manifest
deleted file mode 100644
index d17954e0..00000000
--- a/xfce-base/xfce4-settings/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-settings-4.12.0.tar.bz2 973324 SHA256 04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81 SHA512 4a61c16f1f03de98c9968a00b50595e2934aaf28b80613c59403d33a293a7f8ef9ebb6fad98b0eeb97a6590b9100e91f73dd6363133d5d8bd06714f1126d8856 WHIRLPOOL 52a66c1b99f67b1e92ccbc223535617a6edff67857032d7c19581fe38e4b5b7e2b32a42bb5263f92ec02596035dd76f6a8f6387f17e524b035def717eda373ff
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild
deleted file mode 100644
index c342a0d0..00000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug libcanberra libnotify upower +xklavier"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.24
- media-libs/fontconfig
- >=x11-libs/gtk+-2.20:2
- x11-libs/libX11
- >=x11-libs/libXcursor-1.1
- >=x11-libs/libXi-1.3
- >=x11-libs/libXrandr-1.2
- >=xfce-base/garcon-0.2.0
- >=xfce-base/exo-0.10.0
- >=xfce-base/libxfce4ui-4.11.0
- >=xfce-base/libxfce4util-4.10.0
- >=xfce-base/xfconf-4.10.0
- libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
- xklavier? ( >=x11-libs/libxklavier-5 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext
- >=x11-proto/inputproto-1.4
- x11-proto/xproto"
-
-pkg_setup() {
- XFCONF=(
- $(use_enable upower upower-glib)
- $(use_enable libnotify)
- $(use_enable xklavier libxklavier)
- $(use_enable libcanberra sound-settings)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS TODO )
-}
diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
deleted file mode 100644
index f3c136b2..00000000
--- a/xfce-base/xfconf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfconf-4.12.0.tar.bz2 542544 SHA256 9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56 WHIRLPOOL 73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
diff --git a/xfce-base/xfconf/xfconf-4.12.0.ebuild b/xfce-base/xfconf/xfconf-4.12.0.ebuild
deleted file mode 100644
index 73e950b2..00000000
--- a/xfce-base/xfconf/xfconf-4.12.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A simple client-server configuration storage and query system for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/dbus-glib-0.98
- >=dev-libs/glib-2.24
- >=xfce-base/libxfce4util-4.10.0
- perl? ( dev-perl/glib-perl )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext
- perl? (
- dev-perl/extutils-depends
- dev-perl/extutils-pkgconfig
- )"
-
-pkg_setup() {
- XFCONF=(
- $(use_enable perl perl-bindings)
- $(xfconf_use_debug)
- $(use_enable debug checks)
- --with-perl-options=INSTALLDIRS=vendor
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
- DOCS=( AUTHORS ChangeLog NEWS TODO )
-}
-
-src_prepare() {
- # http://bugzilla.xfce.org/show_bug.cgi?id=9556
- cat <<-EOF >> po/POTFILES.skip
- xfconf-perl/xs/Xfconf.c
- xfconf-perl/xs/XfconfBinding.c
- xfconf-perl/xs/XfconfChannel.c
- EOF
- xfconf_src_prepare
-}
-
-src_compile() {
- emake OTHERLDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- xfconf_src_install
-
- if use perl; then
- find "${ED}" -type f -name perllocal.pod -exec rm -f {} +
- find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} +
- fi
-}
diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
deleted file mode 100644
index f52a1ab0..00000000
--- a/xfce-base/xfdesktop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfdesktop-4.12.0.tar.bz2 1408116 SHA256 6e7a8b87317762214b6407576f6e2c1efcc176c136b4c7b869d18a74c87b7fc7 SHA512 b027256d0b5db13651fa2e77c4d55f31cd177469e27acb4bc9ccf87cd6d395632a65bc20b536872a065fe96f1abb7219bcd83982b44dbe3944dce2e6e5a68e18 WHIRLPOOL 3923752fd83166618bf48bb467fa767c6f742195ca3cd097e44b4fb5af0c0bb5da7c9ceab2c8ae291d65165a86a0fdfa59acbfe73730e7725a7d1344c8730648
diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild
deleted file mode 100644
index 33a04db3..00000000
--- a/xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 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="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.20
- >=x11-libs/gtk+-2.24:2
- x11-libs/libSM
- >=x11-libs/libwnck-2.30:1
- x11-libs/libX11
- >=xfce-base/exo-0.10.0
- >=xfce-base/garcon-0.3.0
- >=xfce-base/libxfce4ui-4.11.1
- >=xfce-base/libxfce4util-4.10.0
- >=xfce-base/xfconf-4.10.0
- 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 )
-}
diff --git a/xfce-base/xfwm4/Manifest b/xfce-base/xfwm4/Manifest
deleted file mode 100644
index cc72373c..00000000
--- a/xfce-base/xfwm4/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfwm4-4.12.0.tar.bz2 1200700 SHA256 29f4cbe2869ae32a6775877ed6bfc4ded7000f013ff7eb70b2639c49f415cc3a SHA512 fd92b04d9f0dea988cc37864d947b0dbd646ed25315c99e0db69723b7bb912aede8e89c2d5bd06edc8fabc1e5e43a6306c9d8d22ce610359407c92dfedf094e2 WHIRLPOOL 035f57c9ce5ff99b46f1a5a1632a9f6f5088a1a41cf2e4f7800a73ccb7267ad268d1d1c98af2c3cede75d1363b1f2101c8132c7a55cd4c03d2316b2f93f48ad6
diff --git a/xfce-base/xfwm4/xfwm4-4.12.0.ebuild b/xfce-base/xfwm4/xfwm4-4.12.0.ebuild
deleted file mode 100644
index 3cb9110f..00000000
--- a/xfce-base/xfwm4/xfwm4-4.12.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Window manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug dri startup-notification +xcomposite"
-
-RDEPEND=">=dev-libs/glib-2.20
- >=x11-libs/gtk+-2.24:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/pango
- >=x11-libs/libwnck-2.30:1
- >=xfce-base/libxfce4util-4.10.0
- >=xfce-base/libxfce4ui-4.11.0
- >=xfce-base/xfconf-4.10.0
- dri? ( >=x11-libs/libdrm-2.4 )
- startup-notification? ( x11-libs/startup-notification )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable dri libdrm)
- $(use_enable startup-notification)
- --enable-xsync
- --enable-render
- --enable-randr
- $(use_enable xcomposite compositor)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
-}