Page MenuHomeSolus

D9694.id.diff
No OneTemporary

D9694.id.diff

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
@@ -14,61 +14,6 @@
except subprocess.CalledProcessError:
pass
if state:
-diff --git a/budgie-weathershow/src/weathershow/WeatherShow.vala b/budgie-weathershow/src/weathershow/WeatherShow.vala
-index 88814fe..7bfb4cf 100644
---- a/budgie-weathershow/src/weathershow/WeatherShow.vala
-+++ b/budgie-weathershow/src/weathershow/WeatherShow.vala
-@@ -77,7 +77,7 @@ namespace WeatherShowFunctions {
- }
-
- private bool check_onwindow(string path) {
-- string cmd_check = "/usr/bin/pgrep -f " + path;
-+ string cmd_check = "/bin/pgrep -f " + path;
- string output;
- try {
- GLib.Process.spawn_command_line_sync(cmd_check, out output);
-@@ -97,7 +97,7 @@ namespace WeatherShowFunctions {
- if (win_exists) {
- try {
- Process.spawn_command_line_async(
-- "/usr/bin/pkill -f ".concat(path));
-+ "/bin/pkill -f ".concat(path));
- }
- catch (SpawnError e) {
- /* nothing to be done */
-diff --git a/budgie-window-shuffler/src/jump.vala b/budgie-window-shuffler/src/jump.vala
-index b761c6a..9d4117c 100644
---- a/budgie-window-shuffler/src/jump.vala
-+++ b/budgie-window-shuffler/src/jump.vala
-@@ -47,7 +47,7 @@ namespace JumpActive {
- }
-
- private bool procruns (string processname) {
-- string cmd = @"/usr/bin/pgrep -f $processname";
-+ string cmd = @"/bin/pgrep -f $processname";
- string output;
- try {
- GLib.Process.spawn_command_line_sync(cmd, out output);
-@@ -233,4 +233,4 @@ namespace JumpActive {
- stderr.printf ("%s\n", e.message);
- }
- }
--}
-\ No newline at end of file
-+}
-diff --git a/budgie-window-shuffler/src/shuffler_control.vala b/budgie-window-shuffler/src/shuffler_control.vala
-index 66dcfc2..9235784 100644
---- a/budgie-window-shuffler/src/shuffler_control.vala
-+++ b/budgie-window-shuffler/src/shuffler_control.vala
-@@ -591,7 +591,7 @@ namespace ShufflerControls {
- }
-
- private bool procruns (string processname) {
-- string cmd = @"/usr/bin/pgrep -f $processname";
-+ string cmd = @"/bin/pgrep -f $processname";
- string output;
- try {
- GLib.Process.spawn_command_line_sync(cmd, out output);
--
2.26.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : budgie-extras
-version : 1.0.2
-release : 7
+version : 1.1.0
+release : 8
source :
- - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.0.2/budgie-extras-1.0.2.tar.xz : afcaafcab96932e5d11d544c750fd94af41f293ccb3b01fa118cbb6e7792c558
+ - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.1.0/budgie-extras-1.1.0.tar.xz : 674fdb41a65189efeb00ba085213fdde9a2b7f09f5361a263a2bc11d1ced4159
homepage : https://github.com/UbuntuBudgie/budgie-extras
license : GPL-3.0-or-later
component :
@@ -35,6 +35,7 @@
patterns :
- ^budgie-countdown-applet :
- /usr/lib64/budgie-desktop/plugins/budgie-countdown
+ - /usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-countdown.gschema.xml
- /usr/share/pixmaps/budgie-countdown-symbolic.svg
- /usr/share/pixmaps/cr*
- ^budgie-extras-daemon :
@@ -64,7 +65,7 @@
- /usr/share/applications/shuffler-control.desktop
- /usr/share/budgie-extras-daemon/windowshuffler*
- /usr/share/glib-2.0/schemas/org.ubuntubudgie.windowshuffler.gschema.xml
- - /usr/share/pixmaps/shuffler-control.svg
+ - /usr/share/pixmaps/shuffler*
- /usr/share/xdg/autostart/shuffler*
builddeps :
- pkgconfig(budgie-1.0)
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -44,11 +44,12 @@
<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="7">budgie-extras</Dependency>
+ <Dependency releaseFrom="8">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-countdown/CountDown.plugin</Path>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-countdown/budgie-countdown.py</Path>
+ <Path fileType="data">/usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-countdown.gschema.xml</Path>
<Path fileType="data">/usr/share/pixmaps/budgie-countdown-symbolic.svg</Path>
<Path fileType="data">/usr/share/pixmaps/cr_green.png</Path>
<Path fileType="data">/usr/share/pixmaps/cr_grey.png</Path>
@@ -63,7 +64,7 @@
<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="7">budgie-extras</Dependency>
+ <Dependency releaseFrom="8">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/budgie-extras-daemon</Path>
@@ -85,7 +86,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="7">budgie-extras</Dependency>
+ <Dependency releaseFrom="8">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-kangaroo/BudgieKangaroo.plugin</Path>
@@ -99,7 +100,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="7">budgie-extras</Dependency>
+ <Dependency releaseFrom="8">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-quicknote/QuickNoteApplet.plugin</Path>
@@ -114,7 +115,7 @@
<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="7">budgie-extras</Dependency>
+ <Dependency releaseFrom="8">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/BudgieTakeaBreak.plugin</Path>
@@ -133,7 +134,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="7">budgie-extras</Dependency>
+ <Dependency releaseFrom="8">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-weathershow/WeatherShow.plugin</Path>
@@ -218,14 +219,16 @@
<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="7">budgie-extras-daemon</Dependency>
+ <Dependency releaseFrom="8">budgie-extras-daemon</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/grid_all</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/gridwindow</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/jump</Path>
+ <Path fileType="library">/usr/lib64/budgie-window-shuffler/open_inposition</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/resize</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/shuffler_control</Path>
+ <Path fileType="library">/usr/lib64/budgie-window-shuffler/sizeexceeds_warning</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/softmove</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/tile_active</Path>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/togglegui</Path>
@@ -263,19 +266,21 @@
<Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-topleft.bde</Path>
<Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-topright-kb.bde</Path>
<Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-topright.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-toggle_stickyneighbors.bde</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.ubuntubudgie.windowshuffler.gschema.xml</Path>
<Path fileType="data">/usr/share/pixmaps/shuffler-control.svg</Path>
+ <Path fileType="data">/usr/share/pixmaps/shuffler-togglesticky-symbolic.svg</Path>
<Path fileType="data">/usr/share/xdg/autostart/shufflerdaemon-autostart.desktop</Path>
<Path fileType="data">/usr/share/xdg/autostart/shufflergui-autostart.desktop</Path>
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2020-06-05</Date>
- <Version>1.0.2</Version>
+ <Update release="8">
+ <Date>2020-09-19</Date>
+ <Version>1.1.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:02 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5817775
Default Alt Text
D9694.id.diff (10 KB)

Event Timeline