Page MenuHomeSolus

D8572.id20558.diff
No OneTemporary

D8572.id20558.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -9,6 +9,8 @@
libgobject-2.0.so.0
libgtk-3.so.0
libjson-glib-1.0.so.0
+libkeybinder-3.0.so.0
libm.so.6
libpeas-1.0.so.0
libsoup-2.4.so.1
+libwnck-3.so.0
diff --git a/files/0001-fix-install-dir-paths.patch b/files/0001-fix-install-dir-paths.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-fix-install-dir-paths.patch
@@ -0,0 +1,65 @@
+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
++++ 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
++++ b/budgie-takeabreak/budgie_takeabreak.py
+@@ -233,9 +233,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,
+ ]).decode("utf-8").strip()
+- subprocess.Popen(["/usr/bin/kill", pid])
++ subprocess.Popen(["/bin/kill", pid])
+ except subprocess.CalledProcessError:
+ pass
+ if state:
+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',
+--
+2.26.0
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,32 +1,49 @@
name : budgie-extras
-version : 0.10.1
-release : 4
+version : 1.0.0
+release : 5
source :
- - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v0.10.1/budgie-extras-0.10.1.tar.xz : ab058fe660c5cea4ecc88c2afa21e86a82352979c3d4040c3733c7311b9ae0aa
+ - https://github.com/UbuntuBudgie/budgie-extras/releases/download/v1.0.0/budgie-extras-1.0.0.tar.xz : bf12e448e2b7479e27f4f476ac69b3264ec5f8dcfc54d59b6e175769c190a2bc
+homepage : https://github.com/UbuntuBudgie/budgie-extras
license : GPL-3.0-or-later
component :
- desktop.budgie
- ^budgie-countdown-applet : desktop.budgie
+ - ^budgie-extras-daemon : desktop.budgie
- ^budgie-kangaroo-applet : desktop.budgie
- ^budgie-quicknote-applet : desktop.budgie
+ - ^budgie-takeabreak-applet : desktop.budgie
- ^budgie-weathershow-applet : desktop.budgie
+ - ^budgie-window-shuffler : desktop.budgie
summary :
- - Budgie-extras is a translations file package required by various third-party applets
- - ^budgie-countdown-applet : A count down applet with different options.
- - ^budgie-kangaroo-applet : Kangaroo is an applet for quick and easy browsing, across (possibly) many directory layers, without having to do a single mouse click
+ - Budgie-extras is a shared component with translations required by various applets
+ - ^budgie-countdown-applet : Applet providing a countdown capability on the Budgie Desktop
+ - ^budgie-extras-daemon : Extras daemon for budgie-extras capabilities
+ - ^budgie-kangaroo-applet : Kangaroo is an applet Applet to allow quick file-browsing
- ^budgie-quicknote-applet : Quicknote is an applet to provide the easiest possible way to make small notes
- - ^budgie-weathershow-applet : Weathershow is an applet that shows the weather in the traybar, desktop icon or both
+ - ^budgie-takeabreak-applet : A pomodoro like applet to prompt when to take-a-break for a set period of time
+ - ^budgie-weathershow-applet : Weathershow is an applet to display the weather and forecast
+ - ^budgie-window-shuffler : Keyboard and GUI friendly window-tiling capability
description:
- - Budgie-extras is a translations file package required by various third-party budgie applets
+ - Budgie-extras is a shared component with translations required by various applets
- ^budgie-countdown-applet : A count down applet with the following options; ring a bell, flash the (panel) icon, display a message window or run a (any) command.
- - ^budgie-kangaroo-applet : Kangaroo is an applet for quick and easy browsing, across (possibly) many directory layers, without having to do a single mouse click.
- - ^budgie-quicknote-applet : Quicknote is an applet to provide the easiest possible way to make small notes. Just click the icon and write down your notes. QuickNote autosaves the text while writing, and comes with a ten- level undo/redo function.
- - ^budgie-weathershow-applet : Weathershow is an applet that shows the weather in the traybar, desktop icon or both.
+ - ^budgie-extras-daemon : This on logon process manages keyboard shortcuts delivered via .bde files for various extras-plugins.
+ - ^budgie-kangaroo-applet : The kangaroo applet allows for quick and easy browsing, across (possibly) many directory layers, without having to do a single mouse click.
+ - ^budgie-quicknote-applet : 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.
+ - ^budgie-takeabreak-applet : 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.
+ - ^budgie-weathershow-applet : The weathershow applet displays daily and three hourly weather forecasts on both the desktop and a Popover.
+ - ^budgie-window-shuffler : 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.
patterns :
- ^budgie-countdown-applet :
- /usr/lib64/budgie-desktop/plugins/budgie-countdown
- /usr/share/pixmaps/budgie-countdown-symbolic.svg
- /usr/share/pixmaps/cr*
+ - ^budgie-extras-daemon :
+ - /usr/bin/budgie-extras-daemon
+ - /usr/lib64/budgie-extras-daemon/invoke.py
+ - /usr/share/budgie-desktop/layouts
+ - /usr/share/budgie-extras-daemon
+ - /usr/share/man/man1/budgie-extras-daemon.1
+ - /usr/share/xdg/autostart/budgie-extras-daemon.desktop
- ^budgie-kangaroo-applet :
- /usr/lib64/budgie-desktop/plugins/budgie-kangaroo
- /usr/share/pixmaps/budgie-foldertrack-symbolic.svg
@@ -34,30 +51,53 @@
- /usr/lib64/budgie-desktop/plugins/budgie-quicknote
- /usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.quicknote.gschema.xml
- /usr/share/pixmaps/budgie-quicknote-symbolic.svg
+ - ^budgie-takeabreak-applet :
+ - /usr/lib64/budgie-desktop/plugins/budgie-takeabreak
+ - /usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.takeabreak.gschema.xml
+ - /usr/share/pixmaps/takeabreak*
- ^budgie-weathershow-applet :
- /usr/lib64/budgie-desktop/plugins/budgie-weathershow
- /usr/share/glib-2.0/schemas/org.ubuntubudgie.plugins.weathershow.gschema.xml
- /usr/share/pixmaps/budgie-wticon-symbolic.svg
+ - ^budgie-window-shuffler :
+ - /usr/lib64/budgie-window-shuffler
+ - /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/xdg/autostart/shuffler*
builddeps :
- pkgconfig(budgie-1.0)
- pkgconfig(gee-0.8)
- pkgconfig(json-glib-1.0)
+ - pkgconfig(keybinder-3.0)
- pkgconfig(libsoup-2.4)
+ - pkgconfig(libwnck-3.0)
- vala
rundeps :
- - ^budgie-countdown-applet :
+ - ^budgie-countdown-applet :
- budgie-extras
- vorbis-tools
+ - ^budgie-extras-daemon : budgie-extras
- ^budgie-kangaroo-applet : budgie-extras
- ^budgie-quicknote-applet : budgie-extras
+ - ^budgie-takeabreak-applet :
+ - budgie-extras
+ - python-psutil
+ - xprintidle
- ^budgie-weathershow-applet : budgie-extras
+ - ^budgie-window-shuffler : budgie-extras-daemon
setup : |
+ %patch -p1 < $pkgfiles/0001-fix-install-dir-paths.patch
%meson_configure \
-Dbuild-all=false \
-Dbuild-countdown=true \
+ -Dbuild-extrasdaemon=true \
-Dbuild-kangaroo=true \
-Dbuild-quicknote=true \
- -Dbuild-weathershow=true
+ -Dbuild-takeabreak=true \
+ -Dbuild-weathershow=true \
+ -Dbuild-window-shuffler=true
build : |
%ninja_build
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,37 +1,50 @@
<PISI>
<Source>
<Name>budgie-extras</Name>
+ <Homepage>https://github.com/UbuntuBudgie/budgie-extras</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>desktop.budgie</PartOf>
- <Summary xml:lang="en">Budgie-extras is a translations file package required by various third-party applets</Summary>
- <Description xml:lang="en">Budgie-extras is a translations file package required by various third-party budgie applets</Description>
+ <Summary xml:lang="en">Budgie-extras is a shared component with translations required by various applets</Summary>
+ <Description xml:lang="en">Budgie-extras is a shared component with translations required by various applets</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>budgie-extras</Name>
- <Summary xml:lang="en">Budgie-extras is a translations file package required by various third-party applets</Summary>
- <Description xml:lang="en">Budgie-extras is a translations file package required by various third-party budgie applets</Description>
+ <Summary xml:lang="en">Budgie-extras is a shared component with translations required by various applets</Summary>
+ <Description xml:lang="en">Budgie-extras is a shared component with translations required by various applets</Description>
<PartOf>desktop.budgie</PartOf>
<Files>
<Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/de_DE/LC_MESSAGES/budgie-extras.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/eo/LC_MESSAGES/budgie-extras.mo</Path>
<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/hu/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/lt/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/pl/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_PT/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ro_RO/LC_MESSAGES/budgie-extras.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/budgie-extras.mo</Path>
</Files>
</Package>
<Package>
<Name>budgie-countdown-applet</Name>
- <Summary xml:lang="en">A count down applet with different options.</Summary>
+ <Summary xml:lang="en">Applet providing a countdown capability on the Budgie Desktop</Summary>
<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="4">budgie-extras</Dependency>
+ <Dependency releaseFrom="5">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-countdown/CountDown.plugin</Path>
@@ -44,13 +57,34 @@
<Path fileType="data">/usr/share/pixmaps/cr_yellow.png</Path>
</Files>
</Package>
+ <Package>
+ <Name>budgie-extras-daemon</Name>
+ <Summary xml:lang="en">Extras daemon for budgie-extras capabilities</Summary>
+ <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>
+ </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/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>
+ <Path fileType="data">/usr/share/budgie-desktop/layouts/traditional.layout</Path>
+ <Path fileType="data">/usr/share/budgie-desktop/layouts/ubuntubudgie.layout</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/example.bde</Path>
+ <Path fileType="man">/usr/share/man/man1/budgie-extras-daemon.1</Path>
+ <Path fileType="data">/usr/share/xdg/autostart/budgie-extras-daemon.desktop</Path>
+ </Files>
+ </Package>
<Package>
<Name>budgie-kangaroo-applet</Name>
- <Summary xml:lang="en">Kangaroo is an applet for quick and easy browsing, across (possibly) many directory layers, without having to do a single mouse click</Summary>
- <Description xml:lang="en">Kangaroo is an applet for quick and easy browsing, across (possibly) many directory layers, without having to do a single mouse click.</Description>
+ <Summary xml:lang="en">Kangaroo is an applet Applet to allow quick file-browsing</Summary>
+ <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="4">budgie-extras</Dependency>
+ <Dependency releaseFrom="5">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-kangaroo/BudgieKangaroo.plugin</Path>
@@ -61,10 +95,10 @@
<Package>
<Name>budgie-quicknote-applet</Name>
<Summary xml:lang="en">Quicknote is an applet to provide the easiest possible way to make small notes</Summary>
- <Description xml:lang="en">Quicknote is an applet to provide the easiest possible way to make small notes. Just click the icon and write down your notes. QuickNote autosaves the text while writing, and comes with a ten- level undo/redo function.</Description>
+ <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="4">budgie-extras</Dependency>
+ <Dependency releaseFrom="5">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-quicknote/QuickNoteApplet.plugin</Path>
@@ -73,13 +107,32 @@
<Path fileType="data">/usr/share/pixmaps/budgie-quicknote-symbolic.svg</Path>
</Files>
</Package>
+ <Package>
+ <Name>budgie-takeabreak-applet</Name>
+ <Summary xml:lang="en">A pomodoro like applet to prompt when to take-a-break for a set period of time</Summary>
+ <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>
+ </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>
+ <Path fileType="data">/usr/share/pixmaps/takeabreak-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/pixmaps/takeabreakpaused-symbolic.svg</Path>
+ </Files>
+ </Package>
<Package>
<Name>budgie-weathershow-applet</Name>
- <Summary xml:lang="en">Weathershow is an applet that shows the weather in the traybar, desktop icon or both</Summary>
- <Description xml:lang="en">Weathershow is an applet that shows the weather in the traybar, desktop icon or both.</Description>
+ <Summary xml:lang="en">Weathershow is an applet to display the weather and forecast</Summary>
+ <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="4">budgie-extras</Dependency>
+ <Dependency releaseFrom="5">budgie-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/budgie-desktop/plugins/budgie-weathershow/WeatherShow.plugin</Path>
@@ -158,13 +211,70 @@
<Path fileType="data">/usr/share/pixmaps/budgie-wticon-symbolic.svg</Path>
</Files>
</Package>
+ <Package>
+ <Name>budgie-window-shuffler</Name>
+ <Summary xml:lang="en">Keyboard and GUI friendly window-tiling capability</Summary>
+ <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>
+ </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/resize</Path>
+ <Path fileType="library">/usr/lib64/budgie-window-shuffler/shuffler_control</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>
+ <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/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>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-jump-right.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-jump-up.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-addcolumn-left.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-addcolumn.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-addrow-top.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-addrow.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-subtractcolumn-left.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-subtractcolumn.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-subtractrow-top.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-resize-subtractrow.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tile-all.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-bottomhalf-kb.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-bottomhalf.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-bottomleft-kb.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-bottomleft.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-bottomright-kb.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-bottomright.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-lefthalf-kb.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-lefthalf.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-maximize-kb.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-maximize.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-righthalf-kb.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-righthalf.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-tophalf-kb.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-tophalf.bde</Path>
+ <Path fileType="data">/usr/share/budgie-extras-daemon/windowshuffler-tiling-topleft-kb.bde</Path>
+ <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/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/xdg/autostart/shufflerdaemon-autostart.desktop</Path>
+ <Path fileType="data">/usr/share/xdg/autostart/shufflergui-autostart.desktop</Path>
+ </Files>
+ </Package>
<History>
- <Update release="4">
- <Date>2020-01-29</Date>
- <Version>0.10.1</Version>
+ <Update release="5">
+ <Date>2020-03-30</Date>
+ <Version>1.0.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:04 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5790379
Default Alt Text
D8572.id20558.diff (26 KB)

Event Timeline