Page MenuHomeSolus

D13015.id31834.diff
No OneTemporary

D13015.id31834.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -166,10 +166,12 @@
libquicknoteapplet.so:quick_note_applet_quick_note_settings_get_type
libquicknoteapplet.so:quick_note_applet_quick_note_settings_new
libquicknoteapplet.so:quick_note_applet_quick_note_settings_register_type
+libquicknoteapplet.so:quick_note_applet_scroll_setbyindicatorbox
libquicknoteapplet.so:quick_note_applet_set_content
libquicknoteapplet.so:quick_note_applet_steps
libquicknoteapplet.so:quick_note_applet_steps_length1
libquicknoteapplet.so:quick_note_applet_update_steps
+libquicknoteapplet.so:quick_note_applet_vert_scrollposition
libquicknoteapplet.so:quick_note_applet_view
libquicknoteapplet.so:quick_note_applet_win
libquicknoteapplet.so:supporting_functions_get_buttonindex
@@ -219,7 +221,6 @@
libshufflerapplet.so:shuffler_applet_shuffler_info_client_get_winsdata
libshufflerapplet.so:shuffler_applet_shuffler_info_client_get_winspecs
libshufflerapplet.so:shuffler_applet_shuffler_info_client_getactivemon_name
-libshufflerapplet.so:shuffler_applet_shuffler_info_client_getactivewin
libshufflerapplet.so:shuffler_applet_shuffler_info_client_move_window
libshufflerapplet.so:shuffler_applet_shuffler_info_client_move_window_animated
libshufflerapplet.so:shuffler_applet_shuffler_info_client_proxy_get_type
@@ -332,7 +333,6 @@
libweathershow.so:weather_show_applet_windunit
libweathershow.so:weather_show_applet_ws_settings
libweathershow.so:weather_show_functions_check_onwindow
-libweathershow.so:weather_show_functions_close_window
libweathershow.so:weather_show_functions_delete_file
libweathershow.so:weather_show_functions_escape_missingicon
libweathershow.so:weather_show_functions_find_mappedid
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -40,7 +40,6 @@
libgdk-3.so.0:gdk_monitor_get_model
libgdk-3.so.0:gdk_monitor_get_scale_factor
libgdk-3.so.0:gdk_monitor_get_workarea
-libgdk-3.so.0:gdk_rectangle_get_type
libgdk-3.so.0:gdk_screen_get_default
libgdk-3.so.0:gdk_screen_get_rgba_visual
libgdk-3.so.0:gdk_x11_get_default_root_xwindow
@@ -420,6 +419,7 @@
libgtk-3.so.0:gtk_scale_new_with_range
libgtk-3.so.0:gtk_scale_set_draw_value
libgtk-3.so.0:gtk_scale_set_value_pos
+libgtk-3.so.0:gtk_scrolled_window_get_vadjustment
libgtk-3.so.0:gtk_scrolled_window_new
libgtk-3.so.0:gtk_scrolled_window_set_max_content_height
libgtk-3.so.0:gtk_scrolled_window_set_min_content_width
diff --git a/files/0001-fix-install-dir-paths.patch b/files/0001-fix-install-dir-paths.patch
--- a/files/0001-fix-install-dir-paths.patch
+++ b/files/0001-fix-install-dir-paths.patch
@@ -1,19 +1,28 @@
+From 1c1685a4417cf2902756505b1eea232d84519b51 Mon Sep 17 00:00:00 2001
+From: Algent Albrahimi <algent@protonmail.com>
+Date: Sat, 19 Feb 2022 21:20:59 +0100
+Subject: [PATCH] fix install dir paths
+
+---
+ budgie-takeabreak/budgie_takeabreak.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
diff --git a/budgie-takeabreak/budgie_takeabreak.py b/budgie-takeabreak/budgie_takeabreak.py
-index e518582..f37a4b5 100644
+index edd0104..d6ae4c9 100644
--- a/budgie-takeabreak/budgie_takeabreak.py
+++ b/budgie-takeabreak/budgie_takeabreak.py
-@@ -233,9 +233,9 @@ class BudgieTakeaBreakApplet(Budgie.Applet):
+@@ -263,9 +263,9 @@ class BudgieTakeaBreakApplet(Budgie.Applet):
try:
# I know, old school, but it works well
pid = subprocess.check_output([
-- "/usr/bin/pgrep", "-f", "-u", user, app,
-+ "/bin/pgrep", "-f", "-u", user, app,
+- "/usr/bin/pgrep", "-f", "-u", user, self.runnerpath,
++ "/bin/pgrep", "-f", "-u", user, self.runnerpath,
]).decode("utf-8").strip()
- subprocess.Popen(["/usr/bin/kill", pid])
+ subprocess.Popen(["/bin/kill", pid])
except subprocess.CalledProcessError:
pass
- if state:
+
--
-2.26.0
+2.35.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : budgie-extras
-version : 1.3.0
-release : 13
+version : 1.4.0
+release : 14
source :
- - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.3.0/budgie-extras-1.3.0.tar.xz : 23c0088200d227eee0ad03bb5cdd49fc51ca17dc1eeb9b061861eac2ef91b06e
+ - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.4.0/budgie-extras-1.4.0.tar.xz : 9bfe20f427faa7c96b69496ae9bac65425598bb6245637aa19cc4f9f5ac5ac8e
homepage : https://github.com/UbuntuBudgie/budgie-extras
license : GPL-3.0-or-later
component :
@@ -77,14 +77,16 @@
- ^budgie-window-shuffler :
- /usr/lib64/budgie-window-shuffler
- /usr/lib64/budgie-desktop/plugins/budgie-window-shuffler/*
- - /usr/share/applications/shuffler-control.desktop
+ - /usr/share/applications/org.ubuntubudgie.shufflercontrol.desktop
- /usr/share/budgie-extras-daemon/windowshuffler*
- - /usr/share/glib-2.0/schemas/org.ubuntubudgie.windowshuffler.gschema.xml
- - /usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-shufflerapplet.gschema.xml
+ - /usr/share/glib-2.0/schemas/*shuffler*
+ - /usr/share/icons/hicolor/scalable/apps/org.ubuntubudgie.shuffler-control.svg
+ - /usr/share/metainfo/org.ubuntubudgie.shufflercontrol.metainfo.xml
- /usr/share/pixmaps/shuffler*
- /usr/share/xdg/autostart/layoutspopup-autostart.desktop
- /usr/share/xdg/autostart/shuffler*
builddeps :
+ - pkgconfig(appstream)
- pkgconfig(budgie-1.0)
- pkgconfig(gee-0.8)
- pkgconfig(gnome-settings-daemon)
@@ -104,7 +106,6 @@
- ^budgie-quicknote-applet : budgie-extras
- ^budgie-takeabreak-applet :
- budgie-extras
- - python-notify2
- python-psutil
- xprintidle
- ^budgie-visualspace-applet : budgie-extras
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -24,6 +24,7 @@
<Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/budgie-extras.mo</Path>
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/budgie-extras.mo</Path>
<Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/budgie-extras.mo</Path>
<Path fileType="localedata">/usr/share/locale/ms_MY/LC_MESSAGES/budgie-extras.mo</Path>
<Path fileType="localedata">/usr/share/locale/nl_NL/LC_MESSAGES/budgie-extras.mo</Path>
<Path fileType="localedata">/usr/share/locale/oc/LC_MESSAGES/budgie-extras.mo</Path>
@@ -41,7 +42,7 @@
<Description xml:lang="en">The brightness controller applet allows controlling of the screen levels via xrandr (fallback) or via gnome-settings-daemon (if available).</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-brightness-controller/brightnesscontroller.plugin</Path>
@@ -55,7 +56,7 @@
<Description xml:lang="en">A count down applet with the following options; ring a bell, flash the (panel) icon, display a message window or run a (any) command.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-countdown/CountDown.plugin</Path>
@@ -75,11 +76,12 @@
<Description xml:lang="en">This on logon process manages keyboard shortcuts delivered via .bde files for various extras-plugins.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/budgie-extras-daemon</Path>
<Path fileType="library">/usr/lib64/budgie-extras-daemon/invoke.py</Path>
+ <Path fileType="data">/usr/share/budgie-desktop/layouts/chrome.layout</Path>
<Path fileType="data">/usr/share/budgie-desktop/layouts/classicubuntubudgie.layout</Path>
<Path fileType="data">/usr/share/budgie-desktop/layouts/cupertino.layout</Path>
<Path fileType="data">/usr/share/budgie-desktop/layouts/eleven.layout</Path>
@@ -98,7 +100,7 @@
<Description xml:lang="en">The kangaroo applet allows for quick and easy browsing, across (possibly) many directory layers, without having to do a single mouse click.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-kangaroo/BudgieKangaroo.plugin</Path>
@@ -112,7 +114,7 @@
<Description xml:lang="en">The quicknote applet allows a user to record a text based note. The applet autosaves the text while writing and supports multiple undo and redo capabilities.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-quicknote/QuickNoteApplet.plugin</Path>
@@ -127,12 +129,11 @@
<Description xml:lang="en">Budgie TakeaBreak is a pomodoro like applet, to make sure to take regular breaks from working. Options from Budgie Settings include turning the screen upside down, dim the screen, lock screen or show a countdown message on break time. The applet can be accessed quickly from the panel to temporarily switch it off.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/BudgieTakeaBreak.plugin</Path>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/budgie_takeabreak.py</Path>
- <Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/getkeys.py</Path>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/message_window</Path>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/takeabreak_run</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.takeabreak.gschema.xml</Path>
@@ -146,7 +147,7 @@
<Description xml:lang="en">The visualspace applet shows as a stylish compact workspace on the budgie panel. Choosing windows in the applet popup moves to the workspace where the window is located and gives it focus. The number of Workspace can also be changed though the applet popup.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-visualspace/VisualSpace.plugin</Path>
@@ -163,7 +164,7 @@
<Description xml:lang="en">The weathershow applet displays daily and three hourly weather forecasts on both the desktop and a Popover.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras</Dependency>
+ <Dependency releaseFrom="14">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-weathershow/WeatherShow.plugin</Path>
@@ -248,7 +249,7 @@
<Description xml:lang="en">The window shuffler is an easy to use windows tiling capability driven primarily through the keyboard to place and move window in a grid format.</Description>
<PartOf>desktop.budgie</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="13">budgie-extras-daemon</Dependency>
+ <Dependency releaseFrom="14">budgie-extras-daemon</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-window-shuffler/ShufflerAPplet.plugin</Path>
@@ -267,7 +268,7 @@
<Path fileType="library">/usr/lib64/budgie-window-shuffler/toggle_layouts_popup</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/togglegui</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/windowshufflerdaemon</Path>
- <Path fileType="data">/usr/share/applications/shuffler-control.desktop</Path>
+ <Path fileType="data">/usr/share/applications/org.ubuntubudgie.shufflercontrol.desktop</Path>
<Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-call_shufflergui.bde</Path>
<Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-jump-down.bde</Path>
<Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-jump-left.bde</Path>
@@ -304,10 +305,11 @@
<Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-toggle_stickyneighbors.bde</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-shufflerapplet.gschema.xml</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.ubuntubudgie.windowshuffler.gschema.xml</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/org.ubuntubudgie.shuffler-control.svg</Path>
+ <Path fileType="data">/usr/share/metainfo/org.ubuntubudgie.shufflercontrol.metainfo.xml</Path>
<Path fileType="data">/usr/share/pixmaps/shuffler-applet-settings-symbolic.svg</Path>
<Path fileType="data">/usr/share/pixmaps/shuffler-applet-tileall-symbolic.svg</Path>
<Path fileType="data">/usr/share/pixmaps/shuffler-callsettings-symbolic.svg</Path>
- <Path fileType="data">/usr/share/pixmaps/shuffler-control.svg</Path>
<Path fileType="data">/usr/share/pixmaps/shuffler-layouticon-symbolic.svg</Path>
<Path fileType="data">/usr/share/pixmaps/shuffler-miscellaneousprefs-symbolic.svg</Path>
<Path fileType="data">/usr/share/pixmaps/shuffler-rulesicon-symbolic.svg</Path>
@@ -321,12 +323,12 @@
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2021-09-15</Date>
- <Version>1.3.0</Version>
+ <Update release="14">
+ <Date>2022-03-13</Date>
+ <Version>1.4.0</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 4:03 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832528
Default Alt Text
D13015.id31834.diff (15 KB)

Event Timeline