From fe1550fef010109984cd8c06a1524162e4910f5e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 8 Feb 2010 02:47:20 +0000 Subject: x11-misc/gestikk: Version bump. svn path=/sunrise/; revision=10000 --- x11-misc/gestikk/ChangeLog | 6 +++- x11-misc/gestikk/Manifest | 6 ++-- x11-misc/gestikk/gestikk-0.6.1.ebuild | 65 +++++++++++++++++++++++++++++++++++ x11-misc/gestikk/gestikk-0.6.ebuild | 65 ----------------------------------- 4 files changed, 73 insertions(+), 69 deletions(-) create mode 100644 x11-misc/gestikk/gestikk-0.6.1.ebuild delete mode 100644 x11-misc/gestikk/gestikk-0.6.ebuild (limited to 'x11-misc') diff --git a/x11-misc/gestikk/ChangeLog b/x11-misc/gestikk/ChangeLog index 1b4de50fe..ad3505132 100644 --- a/x11-misc/gestikk/ChangeLog +++ b/x11-misc/gestikk/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-misc/gestikk -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Feb 2010; Michał Górny (sedzimir) + -gestikk-0.6.ebuild, +gestikk-0.6.1.ebuild: + Version bump. + 03 Aug 2009; Michał Górny (sedzimir) +gestikk-0.6.ebuild, +files/gestikk-0.6-remove-libnotify.diff, +files/gestikk-icon-path.diff, +metadata.xml: diff --git a/x11-misc/gestikk/Manifest b/x11-misc/gestikk/Manifest index 4568f398e..e6200605d 100644 --- a/x11-misc/gestikk/Manifest +++ b/x11-misc/gestikk/Manifest @@ -1,6 +1,6 @@ AUX gestikk-0.6-remove-libnotify.diff 4248 RMD160 829e2b1a9a6f5d69014b1f66c7c5d1adc7a4d1a9 SHA1 6642ff10026ddf85f70ec9414b618ed660d9cb7e SHA256 852d8abebb6a92113eccf56e1025a9db7cb9c52d9e5103b91258b2aa19591d9a AUX gestikk-icon-path.diff 529 RMD160 daf1451659c7a94e501812584a09fc3bf7dc574e SHA1 3d6a089424d6ba3a46cd261882d60fe20b89713a SHA256 fa1a71ee5491df3385d7b829be24c8173ff08395316ea57fe42ce41e38c93f41 -DIST gestikk-0.6.tar.gz 102864 RMD160 ad6ce87e3004ccdcd22dc6e1fc77e7c8ea96865d SHA1 3d67ee291daf064cd6cf84d2a6707fd98734495c SHA256 46f88583a8557805e67834682118cc5dd5fcb91ed1cdad50667159c613e0fb5b -EBUILD gestikk-0.6.ebuild 1775 RMD160 ef127c236c77c547c97dd096d7f4312d1eb98b5f SHA1 e464e0e600b40994962bcc2d0edac55defdb49dc SHA256 a02c30705c6e70f150883a8d9c4062aafc5c3838795932ee23686c038289db37 -MISC ChangeLog 340 RMD160 28eb95655125981966b17b09c562103385cc6771 SHA1 6bc3c602dbe722f9d5397fde67ea5bd3c362ef0d SHA256 13503a35116f21d88cbc4471f65bdbb57473097c82ffb06ee975a79102c6adf2 +DIST gestikk-0.6.1.tar.gz 65867 RMD160 b3f1a6729a956b514fa08ade8ddec1d63dc87feb SHA1 42f263b00b64d670998c0d15d0709edd3b2a6b22 SHA256 4c1b32118dc0b3a96557184de9797f534efc8fd56523a8c4ecfbc08b865d679d +EBUILD gestikk-0.6.1.ebuild 1775 RMD160 4b3a2f9b3fcaccce9d38797ad7b7cd3a723b115d SHA1 b4bf6729be7dabf50f53708b6412c6c221d426a2 SHA256 1511a37b842b7cc4eae6c8e6d80d682d548a537dc10da97f5616bbe2beeb0a76 +MISC ChangeLog 467 RMD160 31748a49c1fcb7a912e24fa7e6a8ff10c8a63c52 SHA1 63d1164b7015ee5e912c8f3d62e38179a7d3e99e SHA256 15bb061acb00b06a680fa4497c191e58f4ffccc4331c5806af82a2f6a6592749 MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf diff --git a/x11-misc/gestikk/gestikk-0.6.1.ebuild b/x11-misc/gestikk/gestikk-0.6.1.ebuild new file mode 100644 index 000000000..6303965e9 --- /dev/null +++ b/x11-misc/gestikk/gestikk-0.6.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +NEED_PYTHON="2.5" + +inherit eutils python + +DESCRIPTION="Mouse gesture recognition for netwm-compliant WMs" +HOMEPAGE="http://gestikk.reichbier.de/" +SRC_URI="http://gestikk.reichbier.de/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="libnotify" + +RDEPEND="dev-python/kiwi + >=dev-python/pyparsing-1.4.7 + dev-python/python-virtkey + libnotify? ( dev-python/notify-python )" + +src_prepare() { + # By default, libnotify is required even if it's not used. + # This removes whole libnotify-dependant code if we don't want it. + use libnotify || epatch "${FILESDIR}"/${P}-remove-libnotify.diff + + # Fix icon location. + epatch "${FILESDIR}"/${PN}-icon-path.diff + + # Single .po leftover. + rm locale/de/LC_MESSAGES/gestikk.po +} + +src_install() { + # Layout based on .deb. + + newbin gestikk.py gestikk || die "dobin failed." + insinto "$(python_get_sitedir)"/gestikk + doins gestikk/*.py || die "doins failed." + insinto /usr/share/gestikk + doins gestikk.glade || die "doins failed." + insinto /usr/share + doins -r locale || die "doins failed." + + # Package provides both .xpm & .png, but internally refers to .xpm only. + doicon media/gestikk.xpm || die "doicon failed." + + # Package doesn't supply any .desktop files, so let's make some. + make_desktop_entry gestikk '' '' 'Utility;GTK;TrayIcon' \ + || die "make_desktop_entry failed." + make_desktop_entry 'gestikk -c' 'gestikk configuration' gestikk 'Utility;GTK' \ + || die "make_desktop_entry failed." + + dodoc README TRANSLATORS || die "dodoc failed." +} + +pkg_postinst() { + python_mod_optimize "$(python_get_sitedir)"/gestikk +} + +pkg_postrm() { + python_mod_cleanup "$(python_get_sitedir)"/gestikk +} diff --git a/x11-misc/gestikk/gestikk-0.6.ebuild b/x11-misc/gestikk/gestikk-0.6.ebuild deleted file mode 100644 index df4e729fe..000000000 --- a/x11-misc/gestikk/gestikk-0.6.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" -NEED_PYTHON="2.5" - -inherit eutils python - -DESCRIPTION="Mouse gesture recognition for netwm-compliant WMs" -HOMEPAGE="http://gestikk.reichbier.de/" -SRC_URI="http://gestikk.reichbier.de/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="libnotify" - -RDEPEND="dev-python/kiwi - >=dev-python/pyparsing-1.4.7 - dev-python/python-virtkey - libnotify? ( dev-python/notify-python )" - -src_prepare() { - # By default, libnotify is required even if it's not used. - # This removes whole libnotify-dependant code if we don't want it. - use libnotify || epatch "${FILESDIR}"/${P}-remove-libnotify.diff - - # Fix icon location. - epatch "${FILESDIR}"/${PN}-icon-path.diff - - # Single .po leftover. - rm locale/de/LC_MESSAGES/gestikk.po -} - -src_install() { - # Layout based on .deb. - - newbin gestikk.py gestikk || die "dobin failed." - insinto "$(python_get_sitedir)"/gestikk - doins gestikk/*.py || die "doins failed." - insinto /usr/share/gestikk - doins gestikk.glade || die "doins failed." - insinto /usr/share - doins -r locale || die "doins failed." - - # Package provides both .xpm & .png, but internally refers to .xpm only. - doicon media/gestikk.xpm || die "doicon failed." - - # Package doesn't supply any .desktop files, so let's make some. - make_desktop_entry gestikk '' '' 'Utility;GTK;TrayIcon' \ - || die "make_desktop_entry failed." - make_desktop_entry 'gestikk -c' 'gestikk configuration' gestikk 'Utility;GTK' \ - || die "make_desktop_entry failed." - - dodoc README TRANSLATORS || die "dodoc failed." -} - -pkg_postinst() { - python_mod_optimize "$(python_get_sitedir)"/gestikk -} - -pkg_postrm() { - python_mod_cleanup "$(python_get_sitedir)"/gestikk -} -- cgit v1.2.3-65-gdbad