diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-25 17:45:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-25 19:26:56 +0200 |
commit | 5a006b86f8a9c116ac24dff65cc5e7cf98320f6e (patch) | |
tree | 744a02f3f90278892a316b2dc32e7fc1c08c64ee /app-text/xfbib | |
parent | app-office/orage: Drop old (diff) | |
download | gentoo-5a006b86f8a9c116ac24dff65cc5e7cf98320f6e.tar.gz gentoo-5a006b86f8a9c116ac24dff65cc5e7cf98320f6e.tar.bz2 gentoo-5a006b86f8a9c116ac24dff65cc5e7cf98320f6e.zip |
app-text/xfbib: Drop old
Diffstat (limited to 'app-text/xfbib')
-rw-r--r-- | app-text/xfbib/files/xfbib-0.0.2-libxfce4ui.patch | 106 | ||||
-rw-r--r-- | app-text/xfbib/xfbib-0.0.2-r1.ebuild | 40 |
2 files changed, 0 insertions, 146 deletions
diff --git a/app-text/xfbib/files/xfbib-0.0.2-libxfce4ui.patch b/app-text/xfbib/files/xfbib-0.0.2-libxfce4ui.patch deleted file mode 100644 index 0759dbf4e61d..000000000000 --- a/app-text/xfbib/files/xfbib-0.0.2-libxfce4ui.patch +++ /dev/null @@ -1,106 +0,0 @@ -http://bugzilla.xfce.org/show_bug.cgi?id=9568 - ---- src/entry_edit_dialog.c -+++ src/entry_edit_dialog.c -@@ -17,7 +17,7 @@ - #include <stdlib.h> - #include <string.h> - #include <config.h> --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - - #include "entry_edit_dialog.h" - #include "entry.h" -@@ -589,11 +589,13 @@ - key = (char *) gtk_entry_get_text(GTK_ENTRY(key_entry)); - if ((type = gtk_combo_box_get_active_text(GTK_COMBO_BOX(combobox))) == NULL) { - _DEBUG(("No type selected")); -- xfce_warn(_("No type was selected")); -+ /* xfce_warn(_("No type was selected")); */ -+ xfce_dialog_show_warning(NULL,NULL,_("No type was selected")); - continue; - } else if (strcmp(key, "") == 0) { - _DEBUG(("No key selected")); -- xfce_warn(_("No key was selected")); -+ /* xfce_warn(_("No key was selected")); */ -+ xfce_dialog_show_warning(NULL,NULL,_("No key was selected")); - continue; - } else { - if (selected == NULL) { ---- src/menubar.c -+++ src/menubar.c -@@ -15,7 +15,7 @@ - */ - - #include <gtk/gtk.h> --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - #include <libintl.h> - #include <config.h> - ---- src/open.c -+++ src/open.c -@@ -14,7 +14,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - #include <config.h> - #include <string.h> - #include <stdlib.h> ---- src/open_dialog.c -+++ src/open_dialog.c -@@ -14,7 +14,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - #include <libintl.h> - #include <string.h> - #include <stdlib.h> ---- src/save_dialog.c -+++ src/save_dialog.c -@@ -15,7 +15,7 @@ - */ - - #include <libintl.h> --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - #include <config.h> - - #include "xfbib.h" ---- src/string_edit_dialog.c -+++ src/string_edit_dialog.c -@@ -15,7 +15,7 @@ - */ - - #include <gtk/gtk.h> --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - - #include "debug.h" - #include "strings.h" ---- src/treeview.c -+++ src/treeview.c -@@ -14,7 +14,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - #include <libintl.h> - #include <config.h> - #include <string.h> ---- src/xfbib.c -+++ src/xfbib.c -@@ -20,7 +20,7 @@ - - #include <gtk/gtk.h> - #include <stdlib.h> --#include <libxfcegui4/libxfcegui4.h> -+#include <libxfce4ui/libxfce4ui.h> - #include <libintl.h> - - #include "window.h" diff --git a/app-text/xfbib/xfbib-0.0.2-r1.ebuild b/app-text/xfbib/xfbib-0.0.2-r1.ebuild deleted file mode 100644 index 2447fd8df262..000000000000 --- a/app-text/xfbib/xfbib-0.0.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="a lightweight BibTeX editor" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfbib" -SRC_URI="https://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.12 - >=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - PATCHES=( - "${FILESDIR}"/${P}-validate.patch - "${FILESDIR}"/${P}-libxfce4ui.patch - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -src_prepare() { - # This is to prevent eautoreconfigure: - sed -i -e 's:libxfcegui4-1.0:libxfce4ui-1:' configure || die - sed -i -e 's:$(LIBXFCE4UTIL_CFLAGS):& $(LIBXFCEGUI4_CFLAGS):' src/Makefile.in || die - - xfconf_src_prepare -} |