Page MenuHomeSolus

D8655.id20850.diff
No OneTemporary

D8655.id20850.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
@@ -1,14 +1,3 @@
-From d66cc89417c39c5d8994cb6d7cc70ab12cf6d8e2 Mon Sep 17 00:00:00 2001
-From: Algent Albrahimi <algent@protonmail.com>
-Date: Mon, 30 Mar 2020 18:04:43 +0200
-Subject: [PATCH] fix install dir paths
-
----
- budgie-extras-daemon/src/meson.build | 2 +-
- budgie-takeabreak/budgie_takeabreak.py | 4 ++--
- budgie-window-shuffler/data/meson.build | 4 ++--
- 3 files changed, 5 insertions(+), 5 deletions(-)
-
diff --git a/budgie-extras-daemon/src/meson.build b/budgie-extras-daemon/src/meson.build
index f176202..661be12 100644
--- a/budgie-extras-daemon/src/meson.build
@@ -38,6 +27,28 @@
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/data/meson.build b/budgie-window-shuffler/data/meson.build
index 9b528f5..d3cd6cf 100644
--- a/budgie-window-shuffler/data/meson.build
@@ -60,6 +71,39 @@
)
shufflertargetw = custom_target('shufflercontrols',
+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.0
-release : 5
+version : 1.0.1
+release : 6
source :
- - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.0.0/budgie-extras-1.0.0.tar.xz : bf12e448e2b7479e27f4f476ac69b3264ec5f8dcfc54d59b6e175769c190a2bc
+ - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.0.1/budgie-extras-1.0.1.tar.xz : 1c9636a0e8d6ab986d4ac219d4be82d6a8ce26e8dd355ad2be409fcf99e88c36
homepage : https://github.com/UbuntuBudgie/budgie-extras
license : GPL-3.0-or-later
component :
@@ -86,7 +86,9 @@
- python-psutil
- xprintidle
- ^budgie-weathershow-applet : budgie-extras
- - ^budgie-window-shuffler : budgie-extras-daemon
+ - ^budgie-window-shuffler :
+ - budgie-extras-daemon
+ - xprop
setup : |
%patch -p1 < $pkgfiles/0001-fix-install-dir-paths.patch
%meson_configure \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -44,7 +44,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="5">budgie-extras</Dependency>
+ <Dependency releaseFrom="6">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-countdown/CountDown.plugin</Path>
@@ -63,11 +63,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="5">budgie-extras</Dependency>
+ <Dependency releaseFrom="6">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/classicubuntubudgie.layout</Path>
<Path fileType="data">/usr/share/budgie-desktop/layouts/cupertino.layout</Path>
<Path fileType="data">/usr/share/budgie-desktop/layouts/redmond.layout</Path>
<Path fileType="data">/usr/share/budgie-desktop/layouts/theone.layout</Path>
@@ -84,7 +85,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="5">budgie-extras</Dependency>
+ <Dependency releaseFrom="6">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-kangaroo/BudgieKangaroo.plugin</Path>
@@ -98,7 +99,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="5">budgie-extras</Dependency>
+ <Dependency releaseFrom="6">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-quicknote/QuickNoteApplet.plugin</Path>
@@ -113,7 +114,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="5">budgie-extras</Dependency>
+ <Dependency releaseFrom="6">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/BudgieTakeaBreak.plugin</Path>
@@ -132,7 +133,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="5">budgie-extras</Dependency>
+ <Dependency releaseFrom="6">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-weathershow/WeatherShow.plugin</Path>
@@ -217,7 +218,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="5">budgie-extras-daemon</Dependency>
+ <Dependency releaseFrom="6">budgie-extras-daemon</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/grid_all</Path>
@@ -269,12 +270,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2020-03-30</Date>
- <Version>1.0.0</Version>
+ <Update release="6">
+ <Date>2020-04-12</Date>
+ <Version>1.0.1</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
5803500
Default Alt Text
D8655.id20850.diff (9 KB)

Event Timeline