summaryrefslogtreecommitdiff
path: root/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-20 02:17:30 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-20 02:17:30 +0000
commit8dd17625671faf6a47abf31d4c96a1e20d764ba5 (patch)
tree6dd5062cd293d1c2fc5af1f89cd548c7b3a62f3c /x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
parentd4725f7e03f4d243d29d408f4b9de39459e00d4c (diff)
gentoo auto-resync : 20:02:2023 - 02:17:29
Diffstat (limited to 'x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild')
-rw-r--r--x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
deleted file mode 100644
index 3408eb54f1d6..000000000000
--- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="A configuration framework for the fvwm window manager"
-HOMEPAGE="http://fvwm-themes.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="gnome"
-
-RDEPEND=">=x11-wm/fvwm-2.6.2"
-DEPEND="${RDEPEND}
- gnome? ( virtual/imagemagick-tools )"
-
-PATCHES=(
- "${FILESDIR}/${P}-gentoo.patch"
- "${FILESDIR}/${P}-posix-sort.patch"
-)
-
-src_prepare() {
- default
- mv configure.in configure.ac || die "moving configure.in failed"
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable gnome gnome-icons)
-}
-
-pkg_postinst() {
- fvwm-themes-config --site --reset
- fvwm-themes-menuapp --site --build-menus --remove-popup
-
- use gnome && fvwm-themes-images --ft-install --gnome
-}