diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/Manifest.gz | bin | 9223 -> 9047 bytes | |||
-rw-r--r-- | xfce-extra/xfce4-composite-editor/Manifest | 4 | ||||
-rw-r--r-- | xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch | 15 | ||||
-rw-r--r-- | xfce-extra/xfce4-composite-editor/metadata.xml | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild | 33 |
5 files changed, 0 insertions, 60 deletions
diff --git a/xfce-extra/Manifest.gz b/xfce-extra/Manifest.gz Binary files differindex 8e7151bbfc56..2ca325dc06d0 100644 --- a/xfce-extra/Manifest.gz +++ b/xfce-extra/Manifest.gz diff --git a/xfce-extra/xfce4-composite-editor/Manifest b/xfce-extra/xfce4-composite-editor/Manifest deleted file mode 100644 index 00dec9aa66d0..000000000000 --- a/xfce-extra/xfce4-composite-editor/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX xfce4-composite-editor-0-validate.patch 439 BLAKE2B 953be59dc097e8283fd40ab686e00b2c790ef3930a1a20d330b32798b307bbdf662f03697107bfdef871bbf96717873d54a5261fc1abe404fd7c9cc42c71e354 SHA512 d0f8908fdff5e1b6e0e3844ab2c97aafc1f273916e11a4d4b0222d2aca4a1fcacb0dc1a43ab900c026f1691f15c10221342f10cb5843341cf4ade507063dd5b0 -DIST Xfce4-Composite-Editor-0.tar.gz 3027 BLAKE2B 3e9238f3eef6f515425d1fd701a2086725413e6e01f921f7f85a471fe97ec2c6bcec2abc52212156672bb92267525fc734372e8cc2dbd36f5bedfa757597ae27 SHA512 27f1b754d6eff167a117ac45bd2b459c3b7a789c929e8417564d7f5805a211f4fa2d2ee049bf28f0dc0c14ee84f4608c9669b269e9df78a17308ceaff9207516 -EBUILD xfce4-composite-editor-0-r1.ebuild 712 BLAKE2B 7cd00e0ca5f9577f68c281488182e0cdc3481013fda78cc37cb547defc6fdc8b86ff0a0fdcf1e100770ac49bcf0afb46cb311360507ccc18066bd64d39f89d78 SHA512 1bad2ab9f80d9fbce3081628354cfbdd63deccc477439f06494558d9267f3b6d8394645e00316b365692d8608995461e1d6c4b31d6f096c86f7968e4dea5fc24 -MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch b/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch deleted file mode 100644 index 4088fe4bea20..000000000000 --- a/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- xfcecomped.desktop -+++ xfcecomped.desktop -@@ -1,10 +1,7 @@ - [Desktop Entry] --Version=1.0 --Encoding=UTF-8 --Name=Xfce4-Composite-Editor --Comment=Xfce4 Composite Options Editor -+Name=Xfce Composite Editor - Terminal=false - Type=Application --Categories=Gnome;GTK;;Settings;DesktopSettings;X-XFCE; -+Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings; - Icon=xfce4-settings - Exec=xfce4-composite-editor diff --git a/xfce-extra/xfce4-composite-editor/metadata.xml b/xfce-extra/xfce4-composite-editor/metadata.xml deleted file mode 100644 index 359901b31db4..000000000000 --- a/xfce-extra/xfce4-composite-editor/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>xfce@gentoo.org</email> - <name>XFCE Team</name> - </maintainer> -</pkgmetadata> diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild deleted file mode 100644 index 2514df6ef6e8..000000000000 --- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -MY_PN=Xfce4-Composite-Editor - -DESCRIPTION="An graphical interface to modify composite settings" -HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#xfcecomp" -SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-shells/bash:* - >=x11-misc/gtkdialog-0.8" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_prepare() { - eapply -p0 "${FILESDIR}"/${PN}-0-validate.patch - default -} - -src_install() { - dobin xfce4-composite-editor - domenu xfcecomped.desktop - dodoc README -} |