gplugin/gplugin

2116940747cd
Parents d9fab4bf9602
Children 0f07cacab39d
Finally replace bitbucket.org with keep.imfreedom.org

Testing Done:
compiled and ran gplugin-gtk-viewer.

Reviewed at https://reviews.imfreedom.org/r/129/
--- a/gplugin-gtk-viewer/data/gplugin-gtk-viewer.gresource.xml Mon Sep 21 21:53:14 2020 -0500
+++ b/gplugin-gtk-viewer/data/gplugin-gtk-viewer.gresource.xml Mon Sep 21 22:04:08 2020 -0500
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
- <gresource prefix="/org/bitbucket/gplugin/gplugin/viewer/">
- <file compressed="true">window.ui</file>
+ <gresource prefix="/org/imfreedom/keep/gplugin/gplugin/viewer/">
+ <file compressed="true">window.ui</file>
</gresource>
</gresources>
--- a/gplugin-gtk-viewer/gplugin-gtk-viewer-window.c Mon Sep 21 21:53:14 2020 -0500
+++ b/gplugin-gtk-viewer/gplugin-gtk-viewer-window.c Mon Sep 21 22:04:08 2020 -0500
@@ -41,7 +41,7 @@
{
gtk_widget_class_set_template_from_resource(
GTK_WIDGET_CLASS(klass),
- "/org/bitbucket/gplugin/gplugin/viewer/window.ui");
+ "/org/imfreedom/keep/gplugin/gplugin/viewer/window.ui");
}
/******************************************************************************
--- a/gplugin-gtk/data/gplugin-gtk.gresource.xml Mon Sep 21 21:53:14 2020 -0500
+++ b/gplugin-gtk/data/gplugin-gtk.gresource.xml Mon Sep 21 22:04:08 2020 -0500
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
- <gresource prefix="/org/bitbucket/gplugin/gplugin-gtk/">
- <file compressed="true">plugin-info.ui</file>
+ <gresource prefix="/org/imfreedom/keep/gplugin/gplugin-gtk/">
+ <file compressed="true">plugin-info.ui</file>
</gresource>
</gresources>
--- a/gplugin-gtk/gplugin-gtk-plugin-info.c Mon Sep 21 21:53:14 2020 -0500
+++ b/gplugin-gtk/gplugin-gtk-plugin-info.c Mon Sep 21 22:04:08 2020 -0500
@@ -348,7 +348,7 @@
/* template stuff */
gtk_widget_class_set_template_from_resource(
widget_class,
- "/org/bitbucket/gplugin/gplugin-gtk/plugin-info.ui");
+ "/org/imfreedom/keep/gplugin/gplugin-gtk/plugin-info.ui");
gtk_widget_class_bind_template_child(
widget_class,
--- a/gplugin/reference/lua.xml Mon Sep 21 21:53:14 2020 -0500
+++ b/gplugin/reference/lua.xml Mon Sep 21 22:04:08 2020 -0500
@@ -41,7 +41,7 @@
summary = "basic lua plugin",
description = "description of the basic lua plugin",
authors = { "Gary Kramlich &lt;grim@reaperworld.com&gt;" },
- website = "https://bitbucket.org/gplugin/gplugin/"
+ website = "https://keep.imfreedom.org/gplugin/gplugin/"
}
end
--- a/packaging/debian/control Mon Sep 21 21:53:14 2020 -0500
+++ b/packaging/debian/control Mon Sep 21 22:04:08 2020 -0500
@@ -9,9 +9,9 @@
liblua5.3-dev, lua-lgi,
python3-dev, python-gi-dev, python3-gi,
valac
-Homepage: https://bitbucket.org/gplugin/gplugin
-Vcs-Browser: https://bitbucket.org/gplugin/gplugin/src
-Vcs-Hg: https://bitbucket.org/gplugin/gplugin
+Homepage: https://keep.imfreedom.org/gplugin/gplugin
+Vcs-Browser: https://keep.imfreedom.org/gplugin/gplugin/file/default
+Vcs-Hg: https://keep.imfreedom.org/gplugin/gplugin
Standards-Version: 3.9.8
Package: libgplugin0
--- a/packaging/gplugin.spec.in Mon Sep 21 21:53:14 2020 -0500
+++ b/packaging/gplugin.spec.in Mon Sep 21 22:04:08 2020 -0500
@@ -7,7 +7,7 @@
%endif
License: LGPL-2.0+
Summary: A GObject based library that implements a reusable plugin system
-Url: https://bitbucket.org/rw_grim/gplugin/overview
+Url: https://keep.imfreedom.org/rw_grim/gplugin/overview
Group: Development/Libraries
BuildRequires: meson >= 0.37.0
--- a/packaging/mingw-cross/PKGBUILD Mon Sep 21 21:53:14 2020 -0500
+++ b/packaging/mingw-cross/PKGBUILD Mon Sep 21 22:04:08 2020 -0500
@@ -7,7 +7,7 @@
pkgrel=1
pkgdesc="GObject based plugin library"
arch=('any')
-url="https://bitbucket.org/gplugin/gplugin/"
+url="https://keep.imfreedom.org/gplugin/gplugin/"
license=('LGPL2+')
makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-glib2"