Page MenuHomeSolus

D13823.id33789.diff
No OneTemporary

D13823.id33789.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,6 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Silke Hofstra
+ - IRC: silkeh
+ - Matrix: @silex:slxh.eu
+ - Email: silke@slxh.eu
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,19 +1,19 @@
name : gestures
-version : 0.2.2
-release : 7
+version : 0.3.1
+release : 8
source :
- - https://gitlab.com/cunidev/gestures/-/archive/0.2.2/gestures-0.2.2.zip : 68051ae8503845d141f7dea53048761a27242f3dd433e68b68913ab9842e87ad
+ - https://gitlab.com/cunidev/gestures/-/archive/0.3.1/gestures-0.3.1.tar.gz : 7483843e08508f6e31ebc36a2dfb3cf540a485b502736e23e40a70bfc4110890
license : GPL-3.0-or-later
component : desktop
summary : Modern, minimal GUI app for libinput-gestures
description: |
A minimal Gtk+ GUI app for Linux touchpad gestures, based on the popular libinput-gestures tool.
-builddeps :
- - python-setuptools
rundeps :
- libinput-gestures
- python-gobject
setup : |
- %python3_setup
+ %meson_configure
+build : |
+ %ninja_build
install : |
- %python3_install
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>gestures</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>desktop</PartOf>
@@ -20,32 +20,30 @@
<PartOf>desktop</PartOf>
<Files>
<Path fileType="executable">/usr/bin/gestures</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/__pycache__/__init__.cpython-310.pyc</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/__pycache__/__version__.cpython-310.pyc</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/__pycache__/configfile.cpython-310.pyc</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/__pycache__/gesture.cpython-310.pyc</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/__pycache__/main.cpython-310.pyc</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/__version__.py</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/configfile.py</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/gesture.py</Path>
- <Path fileType="library">/usr/lib/python3.10/site-packages/gestures/main.py</Path>
- <Path fileType="data">/usr/share/applications/org.cunidev.gestures.desktop</Path>
- <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/org.cunidev.gestures.svg</Path>
- <Path fileType="data">/usr/share/metainfo/org.cunidev.gestures.appdata.xml</Path>
+ <Path fileType="data">/usr/share/appdata/com.gitlab.cunidev.Gestures.appdata.xml</Path>
+ <Path fileType="data">/usr/share/applications/com.gitlab.cunidev.Gestures.desktop</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/__init__.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/__main__.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/__version__.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/app.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/configfile.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/dialog_about.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/dialog_edit.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/dialog_error.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/dialog_preferences.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/gesture.py</Path>
+ <Path fileType="data">/usr/share/gestures/gestures/window_main.py</Path>
+ <Path fileType="data">/usr/share/glib-2.0/schemas/com.gitlab.cunidev.Gestures.gschema.xml</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/com.gitlab.cunidev.Gestures.svg</Path>
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2022-04-10</Date>
- <Version>0.2.2</Version>
+ <Update release="8">
+ <Date>2022-12-07</Date>
+ <Version>0.3.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 10:00 PM (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806865
Default Alt Text
D13823.id33789.diff (6 KB)

Event Timeline