Page MenuHomeSolus

D8997.id21664.diff
No OneTemporary

D8997.id21664.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,16 +1,3 @@
-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
-+++ b/budgie-extras-daemon/src/meson.build
-@@ -6,7 +6,7 @@ custom_target('desktop-file-daemon',
- output : 'budgie-extras-daemon.desktop',
- command : [intltool, '--desktop-style', podir, '@INPUT@', '@OUTPUT@'],
- install : true,
-- install_dir : join_paths(get_option('sysconfdir'), 'xdg', 'autostart'))
-+ install_dir : join_paths(get_option('datadir'), 'xdg', 'autostart'))
-
- subdir('config')
-
diff --git a/budgie-takeabreak/budgie_takeabreak.py b/budgie-takeabreak/budgie_takeabreak.py
index e518582..f37a4b5 100644
--- a/budgie-takeabreak/budgie_takeabreak.py
@@ -49,28 +36,6 @@
}
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
-+++ b/budgie-window-shuffler/data/meson.build
-@@ -9,7 +9,7 @@ shufflertargetauto = custom_target('shufflerautostart',
- input : 'shufflerdaemon-autostart.desktop.in',
- command : [substprog, '@INPUT@', LIB_INSTALL_DIR, '@OUTPUT@', podir],
- install : true,
-- install_dir : join_paths(sysconfdir, 'xdg', 'autostart')
-+ install_dir : join_paths(datadir, 'xdg', 'autostart')
- )
-
- shufflerguitargetauto = custom_target('shufflerguiautostart',
-@@ -17,7 +17,7 @@ shufflerguitargetauto = custom_target('shufflerguiautostart',
- input : 'shufflergui-autostart.desktop.in',
- command : [substprog, '@INPUT@', LIB_INSTALL_DIR, '@OUTPUT@', podir],
- install : true,
-- install_dir : join_paths(sysconfdir, 'xdg', 'autostart')
-+ install_dir : join_paths(datadir, 'xdg', 'autostart')
- )
-
- 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
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : budgie-extras
-version : 1.0.1
-release : 6
+version : 1.0.2
+release : 7
source :
- - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.0.1/budgie-extras-1.0.1.tar.xz : 1c9636a0e8d6ab986d4ac219d4be82d6a8ce26e8dd355ad2be409fcf99e88c36
+ - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.0.2/budgie-extras-1.0.2.tar.xz : afcaafcab96932e5d11d544c750fd94af41f293ccb3b01fa118cbb6e7792c558
homepage : https://github.com/UbuntuBudgie/budgie-extras
license : GPL-3.0-or-later
component :
@@ -86,12 +86,12 @@
- python-psutil
- xprintidle
- ^budgie-weathershow-applet : budgie-extras
- - ^budgie-window-shuffler :
+ - ^budgie-window-shuffler :
- budgie-extras-daemon
- xprop
setup : |
%patch -p1 < $pkgfiles/0001-fix-install-dir-paths.patch
- %meson_configure \
+ %meson_configure --sysconfdir=/usr/share \
-Dbuild-all=false \
-Dbuild-countdown=true \
-Dbuild-extrasdaemon=true \
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="6">budgie-extras</Dependency>
+ <Dependency releaseFrom="7">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-countdown/CountDown.plugin</Path>
@@ -52,8 +52,8 @@
<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>
+ <Path fileType="data">/usr/share/pixmaps/cr_panelspacer.png</Path>
<Path fileType="data">/usr/share/pixmaps/cr_red.png</Path>
- <Path fileType="data">/usr/share/pixmaps/cr_spacer.png</Path>
<Path fileType="data">/usr/share/pixmaps/cr_yellow.png</Path>
</Files>
</Package>
@@ -63,7 +63,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="6">budgie-extras</Dependency>
+ <Dependency releaseFrom="7">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/budgie-extras-daemon</Path>
@@ -85,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="6">budgie-extras</Dependency>
+ <Dependency releaseFrom="7">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-kangaroo/BudgieKangaroo.plugin</Path>
@@ -99,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="6">budgie-extras</Dependency>
+ <Dependency releaseFrom="7">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-quicknote/QuickNoteApplet.plugin</Path>
@@ -114,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="6">budgie-extras</Dependency>
+ <Dependency releaseFrom="7">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-takeabreak/BudgieTakeaBreak.plugin</Path>
@@ -133,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="6">budgie-extras</Dependency>
+ <Dependency releaseFrom="7">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-weathershow/WeatherShow.plugin</Path>
@@ -218,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="6">budgie-extras-daemon</Dependency>
+ <Dependency releaseFrom="7">budgie-extras-daemon</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-window-shuffler/grid_all</Path>
@@ -270,12 +270,12 @@
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2020-04-12</Date>
- <Version>1.0.1</Version>
+ <Update release="7">
+ <Date>2020-06-05</Date>
+ <Version>1.0.2</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
5798066
Default Alt Text
D8997.id21664.diff (8 KB)

Event Timeline