diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-06 13:03:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-06 13:03:36 +0000 |
commit | cc638772a36f10ac392c278b2ff85d9282a51b23 (patch) | |
tree | 2cf081d0de7eeede4ac47c6405b35c09d4870cd1 /x11-misc/wbarconf | |
parent | version bump for security bug 250018 (diff) | |
download | historical-cc638772a36f10ac392c278b2ff85d9282a51b23.tar.gz historical-cc638772a36f10ac392c278b2ff85d9282a51b23.tar.bz2 historical-cc638772a36f10ac392c278b2ff85d9282a51b23.zip |
Initial commit. Thanks to Mika Hynnä.
Package-Manager: portage-2.1.6_rc3/cvs/Linux 2.6.27.7 i686
Diffstat (limited to 'x11-misc/wbarconf')
-rw-r--r-- | x11-misc/wbarconf/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/wbarconf/Manifest | 5 | ||||
-rw-r--r-- | x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch | 48 | ||||
-rw-r--r-- | x11-misc/wbarconf/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/wbarconf/wbarconf-0.7.2.ebuild | 31 |
5 files changed, 99 insertions, 0 deletions
diff --git a/x11-misc/wbarconf/ChangeLog b/x11-misc/wbarconf/ChangeLog new file mode 100644 index 000000000000..23f33ae3b355 --- /dev/null +++ b/x11-misc/wbarconf/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/wbarconf +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbarconf/ChangeLog,v 1.1 2008/12/06 13:03:36 ssuominen Exp $ + +*wbarconf-0.7.2 (06 Dec 2008) + + 06 Dec 2008; <ssuominen@gentoo.org> +files/wbarconf-0.7.2-install.patch, + +wbarconf-0.7.2.ebuild: + Initial commit. Thanks to Mika Hynnä. + diff --git a/x11-misc/wbarconf/Manifest b/x11-misc/wbarconf/Manifest new file mode 100644 index 000000000000..2e44b97af790 --- /dev/null +++ b/x11-misc/wbarconf/Manifest @@ -0,0 +1,5 @@ +AUX wbarconf-0.7.2-install.patch 1713 RMD160 3e998d155214d119b24238ed205ea8c8335fae04 SHA1 34b6960ae041b7cd8056db068ce10826c443ab1b SHA256 30bd905c8bce27ad93533ead1aae0aabb31a1a7559b2d361a4b6bbe830362e72 +DIST wbarconf-0.7.2.tar.gz 762322 RMD160 f8c0bfa2160973d3691421955e4059bc6745f069 SHA1 c34316de1774c5fa04bdfd19accabbfeca8a2b45 SHA256 e00a05b8f04be53d60d45da481207d47d1e7ccc67799ef0830a3bd54dc9d6395 +EBUILD wbarconf-0.7.2.ebuild 664 RMD160 35b6bacfb369f18985fcd1d8ad9e65551d4d72f6 SHA1 5b80421fb155ac741d3e67370fb407714e1fbd9f SHA256 1005011c7756893e114de57249ef0fa87a9991f0917bd7e178716b8a8dc83885 +MISC ChangeLog 384 RMD160 fcd267bbc9b36d3717fe4d143261393f3812987c SHA1 a104dd10c6abee967ecb5eb2bec0f9685a726640 SHA256 bde189f8fadc689b87037b9b5343da8cc7a57244486a91c3dd03907784b331bb +MISC metadata.xml 166 RMD160 7b80226659bf40e97050b1ffce1858d5f20b3c60 SHA1 e6c6436c304a65b4a012a5b7be7ee264b228a645 SHA256 8e7de0a7f7c15840474de373a3ce36adcc5dd658b2e4d18366fcb63b964a0826 diff --git a/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch b/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch new file mode 100644 index 000000000000..d0c04c966687 --- /dev/null +++ b/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch @@ -0,0 +1,48 @@ +diff -ur wbarconf.orig/install.sh wbarconf/install.sh +--- wbarconf.orig/install.sh 2008-05-27 14:44:20.000000000 +0300 ++++ wbarconf/install.sh 2008-12-06 14:44:52.000000000 +0200 +@@ -1,5 +1,6 @@ + #!/bin/sh + startdir=$1 ++version=0.7.2 + + if [ $(echo $1|wc -w) -eq 0 ];then + echo "Usage: install.sh /path/to" +@@ -14,9 +15,8 @@ + mkdir -p $startdir/bin/ || return 1 + install -m0755 wbarconf $startdir/bin/ || return 1 + +-mkdir -p $startdir/share/wbarconf/ +-install -m0644 README $startdir/share/wbarconf/ || return 1 +-install -m0644 COPYING $startdir/share/wbarconf/ || return 1 ++mkdir -p $startdir/share/doc/wbarconf-$version/ ++install -m0644 README $startdir/share/doc/wbarconf-$version/ || return 1 + + mkdir -p $startdir/share/locale/ || return 1 + cp -av locale/* $startdir/share/locale/ || return 1 +@@ -24,7 +24,8 @@ + find $startdir/share/locale/ -name wbarconf.po -print | xargs rm -f + install -m0644 messages.pot $startdir/share/wbarconf/ || return 1 + +-cp -av wbarbacks $startdir/share/wbarconf/ || return 1 ++mkdir -p $startdir/share/wbarconf/ ++cp -dpRv wbarbacks $startdir/share/wbarconf/ || return 1 + chmod 0655 -R $startdir/share/wbarconf/ || return 1 + + mkdir -p $startdir/share/pixmaps/ +diff -ur wbarconf.orig/wbarconf.desktop wbarconf/wbarconf.desktop +--- wbarconf.orig/wbarconf.desktop 2008-05-13 16:23:17.000000000 +0300 ++++ wbarconf/wbarconf.desktop 2008-12-06 14:46:00.000000000 +0200 +@@ -2,10 +2,10 @@ + Name=WbarConf + Exec=wbarconf + Type=Application +-Icon=wbarconf.png ++Icon=wbarconf + Terminal=false + StartupNotify=true +-Categories=GTK;Utility; ++Categories=GTK;Utility; + Comment=Configuration tool for wbar + Comment[de]=Konfigurationswerkzeug für Wbar + Comment[fi]=Asetustyökalu wbar:lle diff --git a/x11-misc/wbarconf/metadata.xml b/x11-misc/wbarconf/metadata.xml new file mode 100644 index 000000000000..731225048652 --- /dev/null +++ b/x11-misc/wbarconf/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> +</pkgmetadata> diff --git a/x11-misc/wbarconf/wbarconf-0.7.2.ebuild b/x11-misc/wbarconf/wbarconf-0.7.2.ebuild new file mode 100644 index 000000000000..2fc7c76099db --- /dev/null +++ b/x11-misc/wbarconf/wbarconf-0.7.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbarconf/wbarconf-0.7.2.ebuild,v 1.1 2008/12/06 13:03:36 ssuominen Exp $ + +inherit eutils + +DESCRIPTION="Configuration GUI for x11-misc/wbar" +HOMEPAGE="http://www.ihku.biz/wbarconf" +SRC_URI="http://www.ihku.biz/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-misc/wbar-1.3.3 + >=dev-python/pygtk-2.10" +DEPEND="" + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-install.patch +} + +src_install() { + ./install.sh "${D}/usr" + prepalldocs +} |