diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /gnome-extra/avant-window-navigator | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'gnome-extra/avant-window-navigator')
5 files changed, 115 insertions, 0 deletions
diff --git a/gnome-extra/avant-window-navigator/Manifest b/gnome-extra/avant-window-navigator/Manifest new file mode 100644 index 000000000000..e210e4c28b4a --- /dev/null +++ b/gnome-extra/avant-window-navigator/Manifest @@ -0,0 +1 @@ +DIST avant-window-navigator-0.4.2.tar.gz 1452965 SHA256 f6876a39887e41c61c2c5ad132e592e61ea547250248b269a027cc39292a28e3 SHA512 fe7e2af6302242f1b3855dc3a0655c208b9cd60bd8c3a681a68476415335d75650651a3035dca0fda971932f8620faea3f290222b0b635c6cb6daa66915bcd37 WHIRLPOOL d15c600d32918c8b62f0a26edb0f3873fc90e85f42e15043ba0d3e44c65826589c64c7ecf9f76b832af248a0447f53b5078dd062e705b6b5c802e856deccac15 diff --git a/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild b/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild new file mode 100644 index 000000000000..6bc9596875d1 --- /dev/null +++ b/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG=no +GNOME2_LA_PUNT=yes +PYTHON_COMPAT=( python2_7 ) +VALA_USE_DEPEND=vapigen + +inherit autotools eutils gnome2 python-single-r1 vala + +DESCRIPTION="A dock-like bar which sits at the bottom of the screen" +HOMEPAGE="https://github.com/p12tic/awn" +SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +gconf" + +RDEPEND=" + ${PYTHON_DEPS} + >=dev-libs/dbus-glib-0.80 + >=dev-libs/glib-2.16 + >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}] + >=gnome-base/libgtop-2 + >=x11-libs/gtk+-2.12:2 + >=x11-libs/libdesktop-agnostic-0.3.9[gconf?] + >=x11-libs/libwnck-2.22:1 + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/librsvg-python[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + dev-vcs/bzr + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXext + x11-libs/libXrender + gconf? ( >=gnome-base/gconf-2 ) + " +DEPEND=" + ${RDEPEND} + $(vala_depend) + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig + x11-proto/xproto + dev-util/gtk-doc +" + +S="${WORKDIR}/awn-${PV}" + +pkg_setup() { + python-single-r1_pkg_setup + + G2CONF="--disable-static + --disable-pymod-checks + $(use_enable doc gtk-doc) + $(use_enable gconf schemas-install) + --disable-shave + --with-html-dir=/usr/share/doc/${PF}/html" + + DOCS="AUTHORS ChangeLog NEWS README TODO" +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.4.0-underlinking.patch + epatch "${FILESDIR}"/${PN}-0.4.2-Timeout.patch + eautoreconf + + python_fix_shebang awn-settings/awnSettings{.py.in,Helper.py} + + gnome2_src_prepare + vala_src_prepare +} diff --git a/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.0-underlinking.patch b/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.0-underlinking.patch new file mode 100644 index 000000000000..c0ab1923083a --- /dev/null +++ b/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.0-underlinking.patch @@ -0,0 +1,10 @@ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -16,6 +16,7 @@ + bin_PROGRAMS = avant-window-navigator + + avant_window_navigator_LDADD = \ ++ $(AWN_LIBS) \ + $(DOCK_LIBS) \ + $(top_builddir)/libawn/libawn.la \ + $(NULL) diff --git a/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.2-Timeout.patch b/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.2-Timeout.patch new file mode 100644 index 000000000000..193301748824 --- /dev/null +++ b/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.2-Timeout.patch @@ -0,0 +1,11 @@ +--- a/applets/quick-prefs/applet.vala ++++ b/applets/quick-prefs/applet.vala +@@ -288,7 +288,7 @@ + + if (this.timer_id == 0) + { +- this.timer_id = Timeout.add (300, this.on_timer_tick); ++ this.timer_id = Gtk.Timeout.add (300, this.on_timer_tick); + } + if (this.autohide_cookie == 0) + { diff --git a/gnome-extra/avant-window-navigator/metadata.xml b/gnome-extra/avant-window-navigator/metadata.xml new file mode 100644 index 000000000000..eefc6380cd0e --- /dev/null +++ b/gnome-extra/avant-window-navigator/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <use> + <flag name="gconf">Enable GConf as configuration backend</flag> + </use> + <herd>desktop-misc</herd> + <longdescription> + Avant Window Navigator (Awn) is a dock-like bar which sits at the + bottom of the screen. It has support for launchers, task lists, and + third party applets. + </longdescription> + <upstream> + <remote-id type="github">p12tic/awn</remote-id> + </upstream> +</pkgmetadata> |