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 /x11-libs/libwnck | |
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 'x11-libs/libwnck')
-rw-r--r-- | x11-libs/libwnck/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-2.31.0.ebuild | 59 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-3.14.0.ebuild | 56 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-3.4.9.ebuild | 55 | ||||
-rw-r--r-- | x11-libs/libwnck/metadata.xml | 9 |
5 files changed, 182 insertions, 0 deletions
diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest new file mode 100644 index 000000000000..d7b0820ed65d --- /dev/null +++ b/x11-libs/libwnck/Manifest @@ -0,0 +1,3 @@ +DIST libwnck-2.31.0.tar.xz 630792 SHA256 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9 WHIRLPOOL 369c0ce1f412a0874d2f3a09e387405632726259427fff013adc4d619f4f9f80b57e376252746bdc7fe54f27749e51127ccc0870a80629cb98afb45dc420f941 +DIST libwnck-3.14.0.tar.xz 675916 SHA256 f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c SHA512 bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be WHIRLPOOL 945127110134e3b23f986fb3024b6a77577f42f9067e5760663849351687969398da0e69dca29f2e0950c8f5f364eb9e822c25d719c2f976fbf36f2e13c89d5c +DIST libwnck-3.4.9.tar.xz 674396 SHA256 96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4 SHA512 58397ab9c3ea8517503cbc51c5e72ffadfba882146936855a65756ada28339303408df17517cd6711f26bca6236e66a8755177849af28292fcc4820ce64d28b2 WHIRLPOOL 93366bbcbc45a17aff607c7db9d7d057013671f34762248388b343975c932ca174b0d471fab23b93f1d05e5064f9945a9734dceb88f0cf90cfdeab916e0e0e1f diff --git a/x11-libs/libwnck/libwnck-2.31.0.ebuild b/x11-libs/libwnck/libwnck-2.31.0.ebuild new file mode 100644 index 000000000000..d917a6f54cb7 --- /dev/null +++ b/x11-libs/libwnck/libwnck-2.31.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GNOME2_LA_PUNT="yes" +GCONF_DEBUG="no" + +inherit flag-o-matic gnome2 + +DESCRIPTION="A window navigation construction kit" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2+" +SLOT="1" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" + +IUSE="+introspection startup-notification" + +RDEPEND=" + >=x11-libs/gtk+-2.19.7:2[introspection?] + >=dev-libs/glib-2.16:2 + x11-libs/libX11 + x11-libs/libXres + x11-libs/libXext + introspection? ( >=dev-libs/gobject-introspection-0.6.14:= ) + startup-notification? ( >=x11-libs/startup-notification-0.4 ) +" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + >=dev-util/intltool-0.40 + sys-devel/gettext + virtual/pkgconfig + x86-interix? ( sys-libs/itx-bind ) +" +# eautoreconf needs +# gnome-base/gnome-common + +src_prepare() { + DOCS="AUTHORS ChangeLog HACKING NEWS README" + + # Regenerate pregenerated marshalers for <glib-2.31 compatibility + rm -v libwnck/wnck-marshal.{c,h} || die "rm failed" + + gnome2_src_prepare + + if use x86-interix; then + # activate the itx-bind package... + append-flags "-I${EPREFIX}/usr/include/bind" + append-ldflags "-L${EPREFIX}/usr/lib/bind" + fi +} + +src_configure () { + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable startup-notification) +} diff --git a/x11-libs/libwnck/libwnck-3.14.0.ebuild b/x11-libs/libwnck/libwnck-3.14.0.ebuild new file mode 100644 index 000000000000..78a69a0b2864 --- /dev/null +++ b/x11-libs/libwnck/libwnck-3.14.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit flag-o-matic gnome2 + +DESCRIPTION="A window navigation construction kit" +HOMEPAGE="https://developer.gnome.org/libwnck/stable/" + +LICENSE="LGPL-2+" +SLOT="3" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" + +IUSE="+introspection startup-notification tools" + +RDEPEND=" + x11-libs/cairo[X] + >=x11-libs/gtk+-3.10:3[introspection?] + >=dev-libs/glib-2.32:2 + x11-libs/libX11 + x11-libs/libXres + x11-libs/libXext + introspection? ( >=dev-libs/gobject-introspection-0.6.14 ) + startup-notification? ( >=x11-libs/startup-notification-0.4 ) + x86-interix? ( sys-libs/itx-bind ) +" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + >=dev-util/intltool-0.40.6 + sys-devel/gettext + virtual/pkgconfig +" +# eautoreconf needs +# gnome-base/gnome-common + +src_configure() { + DOCS="AUTHORS ChangeLog HACKING NEWS README" + + if use x86-interix; then + # activate the itx-bind package... + append-flags "-I${EPREFIX}/usr/include/bind" + append-ldflags "-L${EPREFIX}/usr/lib/bind" + fi + + # Don't collide with SLOT=1 + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable startup-notification) \ + $(use_enable tools) \ + --program-suffix=-${SLOT} +} diff --git a/x11-libs/libwnck/libwnck-3.4.9.ebuild b/x11-libs/libwnck/libwnck-3.4.9.ebuild new file mode 100644 index 000000000000..06e8d95f60c0 --- /dev/null +++ b/x11-libs/libwnck/libwnck-3.4.9.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit flag-o-matic gnome2 + +DESCRIPTION="A window navigation construction kit" +HOMEPAGE="https://developer.gnome.org/libwnck/stable/" + +LICENSE="LGPL-2+" +SLOT="3" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" + +IUSE="+introspection startup-notification tools" + +RDEPEND=" + >=x11-libs/gtk+-3.4:3[introspection?] + >=dev-libs/glib-2.32:2 + x11-libs/libX11 + x11-libs/libXres + x11-libs/libXext + introspection? ( >=dev-libs/gobject-introspection-0.6.14 ) + startup-notification? ( >=x11-libs/startup-notification-0.4 ) + x86-interix? ( sys-libs/itx-bind ) +" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + >=dev-util/intltool-0.40.6 + sys-devel/gettext + virtual/pkgconfig +" +# eautoreconf needs +# gnome-base/gnome-common + +src_configure() { + DOCS="AUTHORS ChangeLog HACKING NEWS README" + + if use x86-interix; then + # activate the itx-bind package... + append-flags "-I${EPREFIX}/usr/include/bind" + append-ldflags "-L${EPREFIX}/usr/lib/bind" + fi + + # Don't collide with SLOT=1 + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable startup-notification) \ + $(use_enable tools) \ + --program-suffix=-${SLOT} +} diff --git a/x11-libs/libwnck/metadata.xml b/x11-libs/libwnck/metadata.xml new file mode 100644 index 000000000000..8e1b6e57a01a --- /dev/null +++ b/x11-libs/libwnck/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <use> + <flag name="tools">Install wnckprop-3 and wnck-urgency-monitor-3 + command-line tools</flag> + </use> +</pkgmetadata> |