diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-12-18 14:01:08 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-12-18 14:01:08 +0000 |
commit | 873f0126bb186a7b4b1d32124c8ecac1d1ad9de3 (patch) | |
tree | 779c8f51538e41a902fc74ab440fc6739b2ecaf9 /x11-libs | |
parent | plank: Fix vapigen detection (diff) | |
download | angelos-873f0126bb186a7b4b1d32124c8ecac1d1ad9de3.tar.gz angelos-873f0126bb186a7b4b1d32124c8ecac1d1ad9de3.tar.bz2 angelos-873f0126bb186a7b4b1d32124c8ecac1d1ad9de3.zip |
bamf: Version bump
(Portage version: 2.2.0_alpha81/git/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/bamf/Manifest | 13 | ||||
-rw-r--r-- | x11-libs/bamf/bamf-0.2.104-r200.ebuild | 45 | ||||
-rw-r--r-- | x11-libs/bamf/bamf-0.2.104-r300.ebuild | 40 |
3 files changed, 98 insertions, 0 deletions
diff --git a/x11-libs/bamf/Manifest b/x11-libs/bamf/Manifest index 03e1d63..aa01bf4 100644 --- a/x11-libs/bamf/Manifest +++ b/x11-libs/bamf/Manifest @@ -1,4 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST bamf-0.2.104.tar.gz 508806 RMD160 094fb95d2914fa4ff61d93d98ea6ead03078a81e SHA1 54b54506c2e9516d6ea16d7fddef6eee91b4028d SHA256 7903fb941dbdcab956ccb67da7845ea2dd4f39634e789f769cfdddf5fd71bee8 DIST bamf-0.2.94.tar.gz 502822 RMD160 4ea889717eed2f090b46c26b57f90d2b81cfbe09 SHA1 d859659b8426dbcc56b4e28be0f59bfe73acb37b SHA256 8865db734dbfaf59cb230c2c5464f5fea12c20f6220eaf411e90cb6d2c60df27 +EBUILD bamf-0.2.104-r200.ebuild 895 RMD160 f5c2c8085c9bfca957e86822c59d1d44415b9a71 SHA1 a334b38f180daa70bd81149f7aecaa3dccc1c1b7 SHA256 9206dda21b1f9117f159ea79001f33067f775e15579e4cdb2c001815f91d3a00 +EBUILD bamf-0.2.104-r300.ebuild 773 RMD160 d399f1e29429b9b84a6d0ead20e6164c6bfc5eec SHA1 697e2bbc41a245d0b0e2c441059f1828f51ca496 SHA256 95c9b4132fc0ef737bc3afc4c5b5f0c323eb4f3d14f92ce2d980f4315d7e85f9 EBUILD bamf-0.2.94-r200.ebuild 895 RMD160 f5c2c8085c9bfca957e86822c59d1d44415b9a71 SHA1 a334b38f180daa70bd81149f7aecaa3dccc1c1b7 SHA256 9206dda21b1f9117f159ea79001f33067f775e15579e4cdb2c001815f91d3a00 EBUILD bamf-0.2.94-r300.ebuild 781 RMD160 083b4042a4036d9388b968ceaddbaf2d1d4ea2be SHA1 889a72490952d4b0910bc7ec548202ec4baf7a75 SHA256 d7d2aa9d3864e066f78ba7005558697624afead8a074222ccf6bfa1360a56628 MISC metadata.xml 243 RMD160 1efcec874bfdf411ae15e1515b3ad646f3f6111e SHA1 93fe6989849d60b283a771c5e8b1e17dbf017df4 SHA256 f1477392038dae98bef8ecbcc94440cb6d14ca0e3193869de403b312e1a55fa6 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iF4EAREIAAYFAk7t8iQACgkQmWq1bYTyC0NkRQEAgSvXawNY3/mkqcfgx4opZsrI +M4l/OoYXwmvyKIB0n/gA/3RTNfd71WGfoJ1v8iYx6Gb928S1JblGd4ORXmMp5tZ5 +=QOeO +-----END PGP SIGNATURE----- diff --git a/x11-libs/bamf/bamf-0.2.104-r200.ebuild b/x11-libs/bamf/bamf-0.2.104-r200.ebuild new file mode 100644 index 0000000..eba04d0 --- /dev/null +++ b/x11-libs/bamf/bamf-0.2.104-r200.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit autotools + +DESCRIPTION="BAMF Application Matching Framework" +HOMEPAGE="https://launchpad.net/bamf" +SRC_URI="http://launchpad.net/${PN}/0.2/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3 LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection" + +RDEPEND="dev-libs/dbus-glib + dev-libs/glib:2 + gnome-base/libgtop:2 + x11-libs/libX11 + x11-libs/gtk+:2 + x11-libs/libwnck:1" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + sed -i -e "s:-Wall -Werror::" configure.in || die + sed -e "/src/d" \ + -e "/data/d" \ + -e "s: doc: \$(NULL):" \ + -i Makefile.am || die + eautoreconf +} + +src_configure() { + econf \ + --with-gtk=2 \ + --disable-gtk-doc-html \ + $(use_enable introspection) +} + +src_install() { + default + find "${ED}" -name "*.la" -exec rm {} + || die +} diff --git a/x11-libs/bamf/bamf-0.2.104-r300.ebuild b/x11-libs/bamf/bamf-0.2.104-r300.ebuild new file mode 100644 index 0000000..02b1273 --- /dev/null +++ b/x11-libs/bamf/bamf-0.2.104-r300.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit autotools + +DESCRIPTION="BAMF Application Matching Framework" +HOMEPAGE="https://launchpad.net/bamf" +SRC_URI="http://launchpad.net/${PN}/0.2/204/+download/${P}.tar.gz" + +LICENSE="GPL-3 LGPL-3" +SLOT="3" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection" + +RDEPEND="dev-libs/dbus-glib + dev-libs/glib:2 + gnome-base/libgtop:2 + x11-libs/libX11 + x11-libs/gtk+:3 + x11-libs/libwnck:3" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + sed -i -e "s:-Wall -Werror::" configure.in || die + eautoreconf +} + +src_configure() { + econf \ + --with-gtk=3 \ + $(use_enable introspection) +} + +src_install() { + default + find "${ED}" -name "*.la" -delete || die +} |