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 @@ gestures - Joey Riches - josephriches@gmail.com + Silke Hofstra + silke@slxh.eu GPL-3.0-or-later desktop @@ -20,32 +20,30 @@ desktop /usr/bin/gestures - /usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/PKG-INFO - /usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/SOURCES.txt - /usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/dependency_links.txt - /usr/lib/python3.10/site-packages/gestures-0.2.2-py3.10.egg-info/top_level.txt - /usr/lib/python3.10/site-packages/gestures/__init__.py - /usr/lib/python3.10/site-packages/gestures/__pycache__/__init__.cpython-310.pyc - /usr/lib/python3.10/site-packages/gestures/__pycache__/__version__.cpython-310.pyc - /usr/lib/python3.10/site-packages/gestures/__pycache__/configfile.cpython-310.pyc - /usr/lib/python3.10/site-packages/gestures/__pycache__/gesture.cpython-310.pyc - /usr/lib/python3.10/site-packages/gestures/__pycache__/main.cpython-310.pyc - /usr/lib/python3.10/site-packages/gestures/__version__.py - /usr/lib/python3.10/site-packages/gestures/configfile.py - /usr/lib/python3.10/site-packages/gestures/gesture.py - /usr/lib/python3.10/site-packages/gestures/main.py - /usr/share/applications/org.cunidev.gestures.desktop - /usr/share/icons/hicolor/scalable/apps/org.cunidev.gestures.svg - /usr/share/metainfo/org.cunidev.gestures.appdata.xml + /usr/share/appdata/com.gitlab.cunidev.Gestures.appdata.xml + /usr/share/applications/com.gitlab.cunidev.Gestures.desktop + /usr/share/gestures/gestures/__init__.py + /usr/share/gestures/gestures/__main__.py + /usr/share/gestures/gestures/__version__.py + /usr/share/gestures/gestures/app.py + /usr/share/gestures/gestures/configfile.py + /usr/share/gestures/gestures/dialog_about.py + /usr/share/gestures/gestures/dialog_edit.py + /usr/share/gestures/gestures/dialog_error.py + /usr/share/gestures/gestures/dialog_preferences.py + /usr/share/gestures/gestures/gesture.py + /usr/share/gestures/gestures/window_main.py + /usr/share/glib-2.0/schemas/com.gitlab.cunidev.Gestures.gschema.xml + /usr/share/icons/hicolor/scalable/apps/com.gitlab.cunidev.Gestures.svg - - 2022-04-10 - 0.2.2 + + 2022-12-07 + 0.3.1 Packaging update - Joey Riches - josephriches@gmail.com + Silke Hofstra + silke@slxh.eu \ No newline at end of file