summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-15 15:46:36 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-15 16:04:04 +0100
commit9e93c507d2e71db5399acb086f9949e994752efe (patch)
tree6c52d6416c71c52f83b28597c67be02676aabc2b /xfce-base
parentxfce-base/xfce4-appfinder: Bump to 4.18.0 (diff)
downloadgentoo-9e93c507d2e71db5399acb086f9949e994752efe.tar.gz
gentoo-9e93c507d2e71db5399acb086f9949e994752efe.tar.bz2
gentoo-9e93c507d2e71db5399acb086f9949e994752efe.zip
xfce-base/xfce4-session: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce4-session/Manifest2
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.17.0.ebuild76
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.17.1.ebuild77
3 files changed, 0 insertions, 155 deletions
diff --git a/xfce-base/xfce4-session/Manifest b/xfce-base/xfce4-session/Manifest
index 2f7cb2e063ba..7787b2d3dec6 100644
--- a/xfce-base/xfce4-session/Manifest
+++ b/xfce-base/xfce4-session/Manifest
@@ -1,4 +1,2 @@
DIST xfce4-session-4.16.0.tar.bz2 875504 BLAKE2B 8e06e1ff378593b90c3c600bd5aabb3ea9ba9e58854ed615d39009595be4b71c5f77359e4249a93f44aa67795e2d4bf658b83d9c1d445304764eee655ed1f9e9 SHA512 fd74b24d0c2762b5a99883b62ca9447c3683e42e9e39193d0f60e02b8c1ad77a3dfff4df6f3b3c345d8ea3d4c4ef93485e9b5586862bab85d4b37110d3400fad
-DIST xfce4-session-4.17.0.tar.bz2 878866 BLAKE2B e84165848e33285c33d692076d9494b47ff481bbd60e8eaa18f8a04ecfc646da6fb9fbcd8f85eb1f5f2f0bfbbc90d20c8db5648211730b7d6ef7870c5a0805e2 SHA512 89140f75c5751a9e55c5e9931fcac82541dcba09e92cb6591b929e2cc919bd09fc8c72f6681ad584cc2097d18584e6743dfd2d72e08d1432e7388432b65a88a7
-DIST xfce4-session-4.17.1.tar.bz2 852597 BLAKE2B d1ef013d51c063d6e8954119398f4d6b493b1cf8c809b38defa47e2daad16b685392ee9b0f85263a2342f712a26b373d6c2284cd4aa1a1b7256411c7dc7034ca SHA512 54925804713771cd93fa1c467c7750faa96eccb75102eab360fa05153b5c9bac96c97ff18e1a7638a6abc65bb193af132fc175762fd99612a564513c6b0fa22f
DIST xfce4-session-4.17.2.tar.bz2 852648 BLAKE2B be74ee215d687b2f01c39e73ece464544cfa7acfb687c1d6cf1d585f53be3cbc96f22271d5b6d35e572667370fc9a6f928878d5cb98c6b7dad53845e54a55ca2 SHA512 dab9b155f1e0368680a2e8429394baef2e2f4890cf7aa0cc4d7d0a01df8cee4605848b9aaae5073d9fa13df8f9a08a5f2311c834590f9d3c3909d17d446b123c
diff --git a/xfce-base/xfce4-session/xfce4-session-4.17.0.ebuild b/xfce-base/xfce4-session/xfce4-session-4.17.0.ebuild
deleted file mode 100644
index 71bbdb1d757e..000000000000
--- a/xfce-base/xfce4-session/xfce4-session-4.17.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A session manager for the Xfce desktop environment"
-HOMEPAGE="
- https://docs.xfce.org/xfce/xfce4-session/start
- https://gitlab.xfce.org/xfce/xfce4-session/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls policykit +xscreensaver"
-
-DEPEND="
- >=dev-libs/glib-2.50
- >=x11-libs/gtk+-3.22:3
- x11-libs/libSM
- x11-libs/libwnck:3
- x11-libs/libX11
- >=xfce-base/libxfce4util-4.15.2:=
- >=xfce-base/libxfce4ui-4.15.1:=
- >=xfce-base/xfconf-4.12:=
- policykit? ( >=sys-auth/polkit-0.102 )
-"
-RDEPEND="
- ${DEPEND}
- x11-apps/iceauth
- x11-apps/xrdb
- nls? ( x11-misc/xdg-user-dirs )
- xscreensaver? (
- || (
- xfce-extra/xfce4-screensaver
- >=x11-misc/xscreensaver-5.26
- x11-misc/light-locker
- )
- )"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- local myconf=(
- $(use_enable policykit polkit)
- --with-xsession-prefix="${EPREFIX}"/usr
- ICEAUTH="${EPREFIX}"/usr/bin/iceauth
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-
- exeinto /etc/X11/Sessions
- newexe - Xfce4 <<-EOF
- startxfce4
- EOF
- dosym Xfce4 /etc/X11/Sessions/Xfce
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/xfce-base/xfce4-session/xfce4-session-4.17.1.ebuild b/xfce-base/xfce4-session/xfce4-session-4.17.1.ebuild
deleted file mode 100644
index 62d5619295d1..000000000000
--- a/xfce-base/xfce4-session/xfce4-session-4.17.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A session manager for the Xfce desktop environment"
-HOMEPAGE="
- https://docs.xfce.org/xfce/xfce4-session/start
- https://gitlab.xfce.org/xfce/xfce4-session
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls policykit +xscreensaver"
-
-DEPEND="
- >=dev-libs/glib-2.50
- >=x11-libs/gtk+-3.22:3
- x11-libs/libSM
- x11-libs/libwnck:3
- x11-libs/libX11
- >=xfce-base/libxfce4util-4.15.2:=
- >=xfce-base/libxfce4ui-4.15.1:=
- >=xfce-base/xfconf-4.12:=
- policykit? ( >=sys-auth/polkit-0.102 )
-"
-RDEPEND="
- ${DEPEND}
- x11-apps/iceauth
- x11-apps/xrdb
- nls? ( x11-misc/xdg-user-dirs )
- xscreensaver? (
- || (
- xfce-extra/xfce4-screensaver
- >=x11-misc/xscreensaver-5.26
- x11-misc/light-locker
- )
- )
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- local myconf=(
- $(use_enable policykit polkit)
- --with-xsession-prefix="${EPREFIX}"/usr
- ICEAUTH="${EPREFIX}"/usr/bin/iceauth
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-
- exeinto /etc/X11/Sessions
- newexe - Xfce4 <<-EOF
- startxfce4
- EOF
- dosym Xfce4 /etc/X11/Sessions/Xfce
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}