diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-09-21 21:48:25 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-09-21 21:48:25 +0000 |
commit | 10d313cc6a832a7f3d91cc6140a694b90a0751be (patch) | |
tree | ecddd6ffad94e72b5015a0852fd6ac17ccd46650 /x11-misc | |
parent | Stable on amd64 wrt bug #435692 (diff) | |
download | gentoo-2-10d313cc6a832a7f3d91cc6140a694b90a0751be.tar.gz gentoo-2-10d313cc6a832a7f3d91cc6140a694b90a0751be.tar.bz2 gentoo-2-10d313cc6a832a7f3d91cc6140a694b90a0751be.zip |
version bump
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wbar/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/wbar/files/wbar-2.3.3-cfg.patch | 15 | ||||
-rw-r--r-- | x11-misc/wbar/files/wbar-2.3.3-desktopfile.patch | 89 | ||||
-rw-r--r-- | x11-misc/wbar/files/wbar-2.3.3-nowerror.patch | 14 | ||||
-rw-r--r-- | x11-misc/wbar/wbar-2.3.3.ebuild | 39 |
5 files changed, 165 insertions, 1 deletions
diff --git a/x11-misc/wbar/ChangeLog b/x11-misc/wbar/ChangeLog index 8b28036a6f69..b6b985c6dbc5 100644 --- a/x11-misc/wbar/ChangeLog +++ b/x11-misc/wbar/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/wbar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.23 2012/08/26 17:59:39 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.24 2012/09/21 21:48:25 hasufell Exp $ + +*wbar-2.3.3 (21 Sep 2012) + + 21 Sep 2012; Julian Ospald <hasufell@gentoo.org> +wbar-2.3.3.ebuild, + +files/wbar-2.3.3-cfg.patch, +files/wbar-2.3.3-desktopfile.patch, + +files/wbar-2.3.3-nowerror.patch: + version bump 26 Aug 2012; Julian Ospald <hasufell@gentoo.org> wbar-2.3.1.ebuild, +files/wbar-2.3.1-version.patch: diff --git a/x11-misc/wbar/files/wbar-2.3.3-cfg.patch b/x11-misc/wbar/files/wbar-2.3.3-cfg.patch new file mode 100644 index 000000000000..275560f8fd98 --- /dev/null +++ b/x11-misc/wbar/files/wbar-2.3.3-cfg.patch @@ -0,0 +1,15 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Fri Sep 21 21:45:22 UTC 2012 +Subject: remove wbar-config for -gtk + +--- etc/wbar.cfg.in ++++ etc/wbar.cfg.in +@@ -2,8 +2,3 @@ + c: @PACKAGE_NAME@ @DEFAULT_ARGV@ + t: none + +-i: @PIXMAPDIR@/@PACKAGE_NAME@/wbar.png +-c: wbar-config +-t: Config +- +- diff --git a/x11-misc/wbar/files/wbar-2.3.3-desktopfile.patch b/x11-misc/wbar/files/wbar-2.3.3-desktopfile.patch new file mode 100644 index 000000000000..79a5de15629d --- /dev/null +++ b/x11-misc/wbar/files/wbar-2.3.3-desktopfile.patch @@ -0,0 +1,89 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Fri Sep 21 17:08:32 2012 +0200 + + fix desktop file destination and QA issues + +diff --git a/configure.ac b/configure.ac +index 00ad0b6..48fe73d 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -83,6 +83,7 @@ AC_DEFINE_UNQUOTED(PIDOF_BIN, "$PIDOF_BIN ", [ program to retreive wbar pid ]) + + AC_CONFIG_FILES([Makefile \ + share/Makefile \ ++share/wbar.desktop.in \ + etc/Makefile \ + etc/wbar.cfg \ + etc/wbar.desktop.in \ +diff --git a/etc/Makefile.am b/etc/Makefile.am +index ec41c76..d78525e 100644 +--- a/etc/Makefile.am ++++ b/etc/Makefile.am +@@ -3,7 +3,7 @@ CLEANFILES = *~ $(wbardesktop:.desktop.in.in=.desktop) + defaultdir = @DEFAULT_CONFIGDIR@ + default_DATA = $(wbarcfg:.cfg.in=.cfg) + +-autostartdir = @DEFAULT_CONFIGDIR@ ++autostartdir = $(sysconfdir)/xdg/autostart + autostart_DATA = $(wbardesktop:.desktop.in.in=.desktop) + + bashcompletiondir = /etc/bash_completion.d +diff --git a/po/POTFILES.in b/po/POTFILES.in +index ddf920c..16ee6dd 100644 +--- a/po/POTFILES.in ++++ b/po/POTFILES.in +@@ -1,3 +1,4 @@ ++share/wbar.desktop.in + share/wbar.glade + src/config/Functions.cc + src/config/Functions.h +diff --git a/po/POTFILES.skip b/po/POTFILES.skip +index 327f139..27a8f48 100644 +--- a/po/POTFILES.skip ++++ b/po/POTFILES.skip +@@ -1,2 +1,3 @@ + etc/wbar.desktop.in.in ++share/wbar.desktop.in.in + +diff --git a/share/Makefile.am b/share/Makefile.am +index 87c736b..66027d4 100644 +--- a/share/Makefile.am ++++ b/share/Makefile.am +@@ -1,8 +1,17 @@ +-CLEANFILES = *~ ++CLEANFILES = *~ $(wbardesktop:.desktop.in.in=.desktop) + + gladedir = @GLADE_PACKAGE_DIR@ + glade_DATA = @PACKAGE@.glade + ++desktopfilesdir = $(prefix)/share/applications ++desktopfiles_DATA = $(wbardesktop:.desktop.in.in=.desktop) ++ ++@INTLTOOL_DESKTOP_RULE@ ++ ++wbardesktop = wbar.desktop.in.in ++ + EXTRA_DIST = \ +-$(glade_DATA) ++$(glade_DATA) \ ++$(wbardesktop) \ ++$(wbardesktop:.desktop.in.in=.desktop.in) + +diff --git a/share/wbar.desktop.in.in b/share/wbar.desktop.in.in +new file mode 100644 +index 0000000..48fc33c +--- /dev/null ++++ b/share/wbar.desktop.in.in +@@ -0,0 +1,12 @@ ++[Desktop Entry] ++_Name=Warlock Bar ++Type=Application ++Exec=@BINDIR@/@PACKAGE_NAME@ ++Terminal=false ++Icon=@PIXMAPDIR@/@PACKAGE_NAME@.png ++_Comment=A light and fast launch bar. ++Categories=Utility; ++X-GNOME-Bugzilla-Bugzilla=GNOME ++X-GNOME-Bugzilla-Product=@PACKAGE_NAME@ ++X-GNOME-Bugzilla-Component=general ++X-Ubuntu-Gettext-Domain=@PACKAGE_NAME@ diff --git a/x11-misc/wbar/files/wbar-2.3.3-nowerror.patch b/x11-misc/wbar/files/wbar-2.3.3-nowerror.patch new file mode 100644 index 000000000000..1958f2b5c549 --- /dev/null +++ b/x11-misc/wbar/files/wbar-2.3.3-nowerror.patch @@ -0,0 +1,14 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Sun Aug 26 17:18:37 UTC 2012 +Subject: remove Werror + +--- src/Makefile.am ++++ src/Makefile.am +@@ -8,7 +8,6 @@ + -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ + -Wall \ + -Wunused \ +- -Werror \ + -I$(top_srcdir)/src/utils + + if WBAR_CONFIG diff --git a/x11-misc/wbar/wbar-2.3.3.ebuild b/x11-misc/wbar/wbar-2.3.3.ebuild new file mode 100644 index 000000000000..50052568dff6 --- /dev/null +++ b/x11-misc/wbar/wbar-2.3.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.3.ebuild,v 1.1 2012/09/21 21:48:25 hasufell Exp $ + +EAPI=4 + +inherit autotools eutils + +DESCRIPTION="A fast, lightweight quick launch bar" +HOMEPAGE="http://code.google.com/p/wbar/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk" + +RDEPEND="media-libs/imlib2[X] + virtual/init + x11-libs/libX11 + gtk? ( gnome-base/libglade + media-libs/freetype:2 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 )" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + use gtk || epatch "${FILESDIR}"/${P}-cfg.patch + epatch "${FILESDIR}"/${P}-{desktopfile,nowerror}.patch + eautoreconf +} + +src_configure() { + econf \ + $(use_enable gtk wbar-config) +} |