From d6dec14d551824ec93347abf5c9d67c4777718ff Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Tue, 5 May 2026 21:35:45 -0400 Subject: refactor: remove redundant PKGBUILDs --- agave/drop-libgnome.patch | 64 ----------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 agave/drop-libgnome.patch (limited to 'agave/drop-libgnome.patch') diff --git a/agave/drop-libgnome.patch b/agave/drop-libgnome.patch deleted file mode 100644 index 1732cd4..0000000 --- a/agave/drop-libgnome.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -Naur agave-0.4.4.orig/src/dialogs/gcs-about-window.cc agave-0.4.4/src/dialogs/gcs-about-window.cc ---- agave-0.4.4.orig/src/dialogs/gcs-about-window.cc 2007-11-02 04:16:16.000000000 +0100 -+++ agave-0.4.4/src/dialogs/gcs-about-window.cc 2012-03-20 22:01:55.835021376 +0100 -@@ -26,9 +26,6 @@ - #include // for strlen() - - #include --#ifdef HAVE_GNOME --#include --#endif // HAVE_GNOME - - #include - -@@ -46,11 +43,8 @@ - { - set_name(PACKAGE_NAME); - --#ifdef HAVE_GNOME -- set_url_hook(sigc::mem_fun(*this, &AboutWindow::on_link_clicked)); - set_website(PACKAGE_WEBSITE); - set_website_label(_("Project Website")); --#endif // HAVE_GNOME - - Glib::ustring version(PACKAGE_VERSION); - set_version(version); -@@ -112,15 +106,6 @@ - - - void -- AboutWindow::on_link_clicked(Gtk::AboutDialog& dialog, -- const Glib::ustring& link) -- { --#ifdef HAVE_GNOME -- gnome_url_show(link.c_str(), 0); --#endif // HAVE_GNOME -- } -- -- void - AboutWindow::on_response(int response_id) - { - if (response_id == Gtk::RESPONSE_DELETE_EVENT || -diff -Naur agave-0.4.4.orig/src/gcs-mainwindow-actions.cc agave-0.4.4/src/gcs-mainwindow-actions.cc ---- agave-0.4.4.orig/src/gcs-mainwindow-actions.cc 2007-11-02 04:01:16.000000000 +0100 -+++ agave-0.4.4/src/gcs-mainwindow-actions.cc 2012-03-20 22:01:10.637760066 +0100 -@@ -25,7 +25,6 @@ - - #include - #include --#include - #include - #include - #include -@@ -251,9 +250,10 @@ - /* Help Menu Actions */ - void MainWindow::on_action_help_contents(void) - { -- gnome_help_display("agave.xml", -- NULL /* link id */, -- NULL /* GError */); -+ gtk_show_uri (NULL, -+ "ghelp:agave", -+ gtk_get_current_event_time (), -+ NULL); - } -- cgit v1.2.3