summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.2.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.2.4.ebuild
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.2.4.ebuild')
-rw-r--r--xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.2.4.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.2.4.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.2.4.ebuild
deleted file mode 100644
index 908a8f3e9094..000000000000
--- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.2.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=1
-inherit xfconf
-
-DESCRIPTION="Xfce plugin puts the maximized window title and windows buttons on the panel"
-HOMEPAGE="https://github.com/cedl38/xfce4-windowck-plugin"
-SRC_URI="https://github.com/cedl38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
- x11-libs/libX11
- >=x11-libs/libwnck-2.30:1
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/xfce4-panel-4.10
- >=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS NEWS README TODO )
-}
-
-src_prepare() {
- # run xdt-autogen from xfce4-dev-tools added as dependency by EAUTORECONF=1 to
- # rename configure.ac.in to configure.ac while grabbing $LINGUAS and $REVISION values
- NOCONFIGURE=1 xdt-autogen
-
- xfconf_src_prepare
-}