pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/plank: Fixed indentation in patches and rebuild checksums
Module Name: pkgsrc-wip
Committed By: Matthias Petermann <mp%petermann-it.de@localhost>
Pushed By: mp
Date: Sun May 16 10:46:33 2021 +0200
Changeset: 3cd1c79bf70f38c246fd142466b4a0e09115d53e
Modified Files:
plank/distinfo
plank/patches/patch-lib_Drawing_Renderer.vala
plank/patches/patch-lib_Drawing_Theme.vala
plank/patches/patch-lib_Items_DockContainer.vala
plank/patches/patch-lib_Items_DockItem.vala
plank/patches/patch-lib_Services_Preferences.vala
plank/patches/patch-lib_Services_Settings.vala
Log Message:
wip/plank: Fixed indentation in patches and rebuild checksums
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3cd1c79bf70f38c246fd142466b4a0e09115d53e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
plank/distinfo | 20 +++++-----
plank/patches/patch-lib_Drawing_Renderer.vala | 16 ++++----
plank/patches/patch-lib_Drawing_Theme.vala | 28 ++++++-------
plank/patches/patch-lib_Items_DockContainer.vala | 16 ++++----
plank/patches/patch-lib_Items_DockItem.vala | 16 ++++----
plank/patches/patch-lib_Services_Preferences.vala | 48 +++++++++++------------
plank/patches/patch-lib_Services_Settings.vala | 34 ++++++++--------
7 files changed, 89 insertions(+), 89 deletions(-)
diffs:
diff --git a/plank/distinfo b/plank/distinfo
index ea12956872..ef2cd1dfb5 100644
--- a/plank/distinfo
+++ b/plank/distinfo
@@ -4,13 +4,13 @@ SHA1 (plank-0.11.4.tar.xz) = 4a60dd2e446ed16fecaeab3c529fdf83d124278d
RMD160 (plank-0.11.4.tar.xz) = c9eb35a5bf967eac9e82e8b5c089eaee752f8993
SHA512 (plank-0.11.4.tar.xz) = 178d78ecb6a6cc66237b4024a10db135626cd1623717c8e218f0ba3b630af1868bc8c174b5c87ab7762c3b62837d2554cadd44b2731edc03f965441d48ccaa77
Size (plank-0.11.4.tar.xz) = 1022640 bytes
-SHA1 (patch-configure) = 498d3a682e3ccacdf64454d542434899405c8926
-SHA1 (patch-docs_Makefile.am) = a99c1aa92d4735af668aeed24b00664c006a6995
-SHA1 (patch-docs_Makefile.in) = dd55a6bb51864bd15677848462df053b25272a6f
-SHA1 (patch-lib_Drawing_Renderer.vala) = dd1154df6c86984901a486efd56a9224b4edd2ef
-SHA1 (patch-lib_Drawing_Theme.vala) = d28bd7e0702f23c8b8a6b484451e9cf5696c0aea
-SHA1 (patch-lib_Items_DockContainer.vala) = d384c8af9e75ee073947fa2650cdbbdc49976e3c
-SHA1 (patch-lib_Items_DockItem.vala) = b9b13dde0a5c3da9adb58b53bde832b43bb1021c
-SHA1 (patch-lib_Makefile.in) = 0f543b436b14e289cd0d3efb50c96a5018b6b1a8
-SHA1 (patch-lib_Services_Preferences.vala) = 81c2616413fd65ebe68f6c9fbfc6d767a04975b7
-SHA1 (patch-lib_Services_Settings.vala) = ba04e726290266adafd8f653cf6951652960bac6
+SHA1 (patch-configure) = 469978f44015b81880bb0249034684a196774ec8
+SHA1 (patch-docs_Makefile.am) = 3ecb420aaf6ff6d346792be4e201e47b6947ebc8
+SHA1 (patch-docs_Makefile.in) = 0d189a3d619bc441ce2ad3e8ba8e354c6999d691
+SHA1 (patch-lib_Drawing_Renderer.vala) = 0ad5d1b98ba2ad06b5eb4f95cd5c36dd93fe2b8e
+SHA1 (patch-lib_Drawing_Theme.vala) = f52280d8019c1ce3f911e2b08887a89d36f4ac1e
+SHA1 (patch-lib_Items_DockContainer.vala) = b63761bde12487ef8c4b517e996fb46b4793a310
+SHA1 (patch-lib_Items_DockItem.vala) = 3b7dbd59e049deed91e930fb5c1d8ceb44274720
+SHA1 (patch-lib_Makefile.in) = d5d929ad332d5fec859eb169f3e65b8c80a5bd31
+SHA1 (patch-lib_Services_Preferences.vala) = 3db9672ceb37d853154bc1277057167d73b56794
+SHA1 (patch-lib_Services_Settings.vala) = 05678ed77bf0e920f6edacece0b9742167cfd62d
diff --git a/plank/patches/patch-lib_Drawing_Renderer.vala b/plank/patches/patch-lib_Drawing_Renderer.vala
index f92c8fdf89..62af1c5d74 100644
--- a/plank/patches/patch-lib_Drawing_Renderer.vala
+++ b/plank/patches/patch-lib_Drawing_Renderer.vala
@@ -8,11 +8,11 @@ Porting of plan 0.11.89 currently is blocked by the lack of gnome-menus-3
--- lib/Drawing/Renderer.vala.orig 2021-05-15 13:21:33.222562026 +0000
+++ lib/Drawing/Renderer.vala
@@ -38,7 +38,7 @@ namespace Plank
- /**
- * Creates a new animation renderer.
- */
-- public Renderer (Gtk.Widget widget)
-+ protected Renderer (Gtk.Widget widget)
- {
- Object (widget : widget);
- }
+ /**
+ * Creates a new animation renderer.
+ */
+- public Renderer (Gtk.Widget widget)
++ protected Renderer (Gtk.Widget widget)
+ {
+ Object (widget : widget);
+ }
diff --git a/plank/patches/patch-lib_Drawing_Theme.vala b/plank/patches/patch-lib_Drawing_Theme.vala
index e36b9b875e..3fcabb1c26 100644
--- a/plank/patches/patch-lib_Drawing_Theme.vala
+++ b/plank/patches/patch-lib_Drawing_Theme.vala
@@ -8,17 +8,17 @@ Porting of plan 0.11.89 currently is blocked by the lack of gnome-menus-3
--- lib/Drawing/Theme.vala.orig 2021-05-15 13:22:18.493326252 +0000
+++ lib/Drawing/Theme.vala
@@ -82,12 +82,12 @@ namespace Plank
- File? theme_folder;
- Gtk.StyleContext style_context;
-
-- public Theme ()
-+ protected Theme ()
- {
- theme_folder = get_theme_folder (DEFAULT_NAME);
- }
-
-- public Theme.with_name (string name)
-+ protected Theme.with_name (string name)
- {
- theme_folder = get_theme_folder (name);
- }
+ File? theme_folder;
+ Gtk.StyleContext style_context;
+
+- public Theme ()
++ protected Theme ()
+ {
+ theme_folder = get_theme_folder (DEFAULT_NAME);
+ }
+
+- public Theme.with_name (string name)
++ protected Theme.with_name (string name)
+ {
+ theme_folder = get_theme_folder (name);
+ }
diff --git a/plank/patches/patch-lib_Items_DockContainer.vala b/plank/patches/patch-lib_Items_DockContainer.vala
index 80b573524f..2428df8a8d 100644
--- a/plank/patches/patch-lib_Items_DockContainer.vala
+++ b/plank/patches/patch-lib_Items_DockContainer.vala
@@ -8,11 +8,11 @@ Porting of plan 0.11.89 currently is blocked by the lack of gnome-menus-3
--- lib/Items/DockContainer.vala.orig 2021-05-15 13:23:05.690755513 +0000
+++ lib/Items/DockContainer.vala
@@ -76,7 +76,7 @@ namespace Plank
- /**
- * Creates a new container for dock elements.
- */
-- public DockContainer ()
-+ protected DockContainer ()
- {
- Object ();
- }
+ /**
+ * Creates a new container for dock elements.
+ */
+- public DockContainer ()
++ protected DockContainer ()
+ {
+ Object ();
+ }
diff --git a/plank/patches/patch-lib_Items_DockItem.vala b/plank/patches/patch-lib_Items_DockItem.vala
index 672fd77a36..8e9eecfa9e 100644
--- a/plank/patches/patch-lib_Items_DockItem.vala
+++ b/plank/patches/patch-lib_Items_DockItem.vala
@@ -8,11 +8,11 @@ Porting of plan 0.11.89 currently is blocked by the lack of gnome-menus-3
--- lib/Items/DockItem.vala.orig 2021-05-15 13:23:45.995070431 +0000
+++ lib/Items/DockItem.vala
@@ -133,7 +133,7 @@ namespace Plank
- /**
- * Creates a new dock item.
- */
-- public DockItem ()
-+ protected DockItem ()
- {
- GLib.Object (Prefs: new DockItemPreferences ());
- }
+ /**
+ * Creates a new dock item.
+ */
+- public DockItem ()
++ protected DockItem ()
+ {
+ GLib.Object (Prefs: new DockItemPreferences ());
+ }
diff --git a/plank/patches/patch-lib_Services_Preferences.vala b/plank/patches/patch-lib_Services_Preferences.vala
index d5833e5c89..f274d075f2 100644
--- a/plank/patches/patch-lib_Services_Preferences.vala
+++ b/plank/patches/patch-lib_Services_Preferences.vala
@@ -8,29 +8,29 @@ Porting of plan 0.11.89 currently is blocked by the lack of gnome-menus-3
--- lib/Services/Preferences.vala.orig 2021-05-15 13:24:49.046738188 +0000
+++ lib/Services/Preferences.vala
@@ -65,7 +65,7 @@ namespace Plank
- /**
- * Creates a new preferences object with no backing file.
- */
-- public Preferences ()
-+ protected Preferences ()
- {
- }
-
+ /**
+ * Creates a new preferences object with no backing file.
+ */
+- public Preferences ()
++ protected Preferences ()
+ {
+ }
+
@@ -151,7 +151,7 @@ namespace Plank
- *
- * @param file the {@link GLib.File} of the backing file for this preferences
- */
-- public Preferences.with_file (GLib.File file)
-+ protected Preferences.with_file (GLib.File file)
- {
- init_from_file (file);
- }
+ *
+ * @param file the {@link GLib.File} of the backing file for this preferences
+ */
+- public Preferences.with_file (GLib.File file)
++ protected Preferences.with_file (GLib.File file)
+ {
+ init_from_file (file);
+ }
@@ -161,7 +161,7 @@ namespace Plank
- *
- * @param filename of the backing file for this preferences
- */
-- public Preferences.with_filename (string filename)
-+ protected Preferences.with_filename (string filename)
- {
- init_from_file (Paths.AppConfigFolder.get_child (filename));
- }
+ *
+ * @param filename of the backing file for this preferences
+ */
+- public Preferences.with_filename (string filename)
++ protected Preferences.with_filename (string filename)
+ {
+ init_from_file (Paths.AppConfigFolder.get_child (filename));
+ }
diff --git a/plank/patches/patch-lib_Services_Settings.vala b/plank/patches/patch-lib_Services_Settings.vala
index 646e7f0ae2..99b2a7b43e 100644
--- a/plank/patches/patch-lib_Services_Settings.vala
+++ b/plank/patches/patch-lib_Services_Settings.vala
@@ -3,25 +3,25 @@ $NetBSD$
Backport of plank 0.11.89 fix "Constructors of abstract classes
should not be public" (fb624c21c19c7114eef5a1932a43b099ef0555da)
Without this fix, plank is not building anymore with recent pkgsrc.
-Porting of plan 0.11.89 currently is blocked by the lack of gnome-menus-3
+Porting of plank 0.11.89 currently is blocked by the lack of gnome-menus-3
--- lib/Services/Settings.vala.orig 2021-05-15 13:25:39.528936265 +0000
+++ lib/Services/Settings.vala
@@ -33,7 +33,7 @@ namespace Plank
- /**
- * {@inheritDoc}
- */
-- public Settings (string schema)
-+ protected Settings (string schema)
- {
- Object (settings: new GLib.Settings (schema));
- }
+ /**
+ * {@inheritDoc}
+ */
+- public Settings (string schema)
++ protected Settings (string schema)
+ {
+ Object (settings: new GLib.Settings (schema));
+ }
@@ -41,7 +41,7 @@ namespace Plank
- /**
- * {@inheritDoc}
- */
-- public Settings.with_path (string schema, string path)
-+ protected Settings.with_path (string schema, string path)
- {
- Object (settings: new GLib.Settings.with_path (schema, path));
- }
+ /**
+ * {@inheritDoc}
+ */
+- public Settings.with_path (string schema, string path)
++ protected Settings.with_path (string schema, string path)
+ {
+ Object (settings: new GLib.Settings.with_path (schema, path));
+ }
Home |
Main Index |
Thread Index |
Old Index