From ef3cac4df2dccd73c741de075b5f6fae092e09ef Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 15 Mar 2016 23:29:57 +0100 Subject: [PATCH] x11-wm/i3: cleanup --- metadata/categories.conf | 1 - packages/x11-wm/i3/i3-scm.exheres-0 | 38 ------------- packages/x11-wm/i3/i3.exlib | 83 ----------------------------- 3 files changed, 122 deletions(-) delete mode 100644 packages/x11-wm/i3/i3-scm.exheres-0 delete mode 100644 packages/x11-wm/i3/i3.exlib diff --git a/metadata/categories.conf b/metadata/categories.conf index f3991b0..f283675 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -35,5 +35,4 @@ www-apps www-servers x11-misc x11-themes -x11-wm xfce-extra diff --git a/packages/x11-wm/i3/i3-scm.exheres-0 b/packages/x11-wm/i3/i3-scm.exheres-0 deleted file mode 100644 index c643a14..0000000 --- a/packages/x11-wm/i3/i3-scm.exheres-0 +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2011-2013 Quentin "Sardem FF7" Glidic -# Copyright 2016 Julian Ospald -# Distributed under the terms of the GNU General Public License v2 - -SCM_REPOSITORY="https://github.com/hasufell/i3wm.git" -: ${SCM_BRANCH:=next} - -require i3 scm-git - -UPSTREAM_CHANGELOG="http://code.stapelberg.de/git/i3/log/" -UPSTREAM_DOCUMENTATION=" - ( - http://build.i3wm.org/docs/ [[ description = [ Development version documentation list ] ]] - http://build.i3wm.org/docs/userguide.html [[ description = [ Development version user’s guide ] ]] - ) [[ *lang = en ]] -" - -PLATFORMS="~amd64" - -MYOPTIONS="icons" - -DEPENDENCIES=" - build: - app-doc/asciidoc[>=8.3.0] - app-text/xmlto - build+run: - x11-utils/xcb-util-cursor - icons? ( x11-utils/xcb-util-image ) -" - -DEFAULT_SRC_COMPILE_PARAMS+=( - all mans -) - -src_compile() { - emake "${DEFAULT_SRC_COMPILE_PARAMS[@]}" \ - USE_ICONS="$(option icons 1 0)" -} diff --git a/packages/x11-wm/i3/i3.exlib b/packages/x11-wm/i3/i3.exlib deleted file mode 100644 index 4231d89..0000000 --- a/packages/x11-wm/i3/i3.exlib +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 2011-2012 Quentin "Sardem FF7" Glidic -# Distributed under the terms of the GNU General Public License v2 - -require freedesktop-desktop - -export_exlib_phases src_install - -SUMMARY="A tiling window manager, completely written from scratch" -DESCRIPTION=" -i3 was created because wmii, our favorite window manager at the time, didn’t provide some features -we wanted (multi-monitor done right, for example), had some bugs, didn’t progress since quite -some time and wasn’t easy to hack at all (source code comments/documentation completely lacking). -Still, we think the wmii developers and contributors did a great job. Thank you for inspiring us -to create i3. - -Please be aware that i3 is primarily targeted at advanced users and developers. -" -HOMEPAGE="http://i3wm.org/" - -LICENCES="BSD-3" -SLOT="0" - -MYOPTIONS="" - - -DEPENDENCIES=" - build: - dev-lang/perl:* - virtual/pkg-config - x11-proto/xcb-proto[>=1.3] - build+run: - dev-libs/libev - dev-libs/yajl[>=2.0.1] - x11-libs/cairo[X] - x11-libs/libxcb[>=1.1.93] - x11-libs/libxkbcommon[X][>=0.4.0] - x11-libs/pango - x11-libs/startup-notification - x11-utils/xcb-util - x11-utils/xcb-util-cursor - x11-utils/xcb-util-keysyms - x11-utils/xcb-util-wm - recommendation: - x11-plugins/i3status [[ - description = [ Default source for i3bar ] - ]] - suggestion: - x11-misc/dmenu [[ - description = [ Default program launcher ] - ]] - ( - dev-perl/AnyEvent-I3 - dev-perl/JSON-XS - ) [[ - *description = [ Used by the tree saving utility ] - *group-name = [ i3-save-tree ] - ]] -" - -DEFAULT_SRC_COMPILE_PARAMS=( - CC=${CC} - AR=${AR} - PKG_CONFIG=$(exhost --tool-prefix)pkg-config - PREFIX=/usr - EXEC_PREFIX=/usr/$(exhost --target) - SYSCONFDIR=/etc - V=1 -) - -DEFAULT_SRC_INSTALL_PARAMS=( - PKG_CONFIG=$(exhost --tool-prefix)pkg-config - PREFIX=/usr - EXEC_PREFIX=/usr/$(exhost --target) - SYSCONFDIR=/etc - V=1 -) - -i3_src_install() { - default - - doman man/*.1 -} -