mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
parent
abd6937645
commit
7352a8e039
7 changed files with 2 additions and 225 deletions
|
@ -1,36 +0,0 @@
|
|||
From 05465d486afdba116dbc22fc22c1e6573aea4f22 Mon Sep 17 00:00:00 2001
|
||||
From: Jan Beich <jbeich@FreeBSD.org>
|
||||
Date: Mon, 24 Jan 2022 12:11:57 +0000
|
||||
Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
|
||||
|
||||
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
|
||||
|
||||
data/meson.build:15:0: ERROR: Function does not take positional arguments.
|
||||
data/meson.build:27:0: ERROR: Function does not take positional arguments.
|
||||
---
|
||||
data/meson.build | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index 026bd80..3b03b94 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -13,7 +13,6 @@ desktop_in = configure_file(
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
- desktop,
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: '@BASENAME@',
|
||||
@@ -25,7 +24,6 @@ i18n.merge_file(
|
||||
appdata = df_namespace + '.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
- appdata,
|
||||
input: appdata + '.in',
|
||||
output: '@BASENAME@',
|
||||
po_dir: po_dir,
|
||||
--
|
||||
GitLab
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
diff -aur d-feet-0.3.16.old/src/dfeet/bus_watch.py d-feet-0.3.16/src/dfeet/bus_watch.py
|
||||
--- d-feet-0.3.16.old/src/dfeet/bus_watch.py 2023-04-12 17:39:11.358506803 +0200
|
||||
+++ d-feet-0.3.16/src/dfeet/bus_watch.py 2023-04-12 17:47:58.276821099 +0200
|
||||
@@ -189,7 +189,7 @@
|
||||
self.box_bus.remove(childs[-1])
|
||||
|
||||
try:
|
||||
- del(self.__addr_info)
|
||||
+ del self.__addr_info
|
||||
except AttributeError:
|
||||
pass
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
releases:
|
||||
id: 8925
|
||||
rss: https://gitlab.gnome.org/Archive/d-feet/-/tags?format=atom
|
||||
# No known CPE, checked 2025-01-10
|
||||
security:
|
||||
cpe: ~
|
|
@ -1,27 +0,0 @@
|
|||
name : d-feet
|
||||
version : 0.3.16
|
||||
release : 8
|
||||
source :
|
||||
- https://download.gnome.org/sources/d-feet/0.3/d-feet-0.3.16.tar.xz : 8733ce4b9a9a54ec185b1d85bf4da9d9d11052882a880760ff60f9779b2d1ccb
|
||||
homepage : https://gitlab.gnome.org/Archive/d-feet
|
||||
license : GPL-2.0-or-later
|
||||
component : programming.tools
|
||||
summary : D-Feet is an easy to use D-Bus debugger.
|
||||
description: |
|
||||
D-Bus is a messaging library used on the Desktop. D-Feet can be used to inspect D-Bus interfaces of running programs and invoke methods on those interfaces.
|
||||
builddeps :
|
||||
- pkgconfig(gobject-introspection-1.0)
|
||||
- pkgconfig(gtk+-3.0)
|
||||
- pkgconfig(pygobject-3.0)
|
||||
- pkgconfig(python3)
|
||||
- itstool
|
||||
rundeps :
|
||||
- python-gobject
|
||||
setup : |
|
||||
%patch -p1 -i $pkgfiles/meson-drop-unused-argument.patch
|
||||
%patch -p1 -i $pkgfiles/python-del-fix.patch
|
||||
%meson_configure -Dtests=false
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
|
@ -1,144 +0,0 @@
|
|||
<PISI>
|
||||
<Source>
|
||||
<Name>d-feet</Name>
|
||||
<Homepage>https://gitlab.gnome.org/Archive/d-feet</Homepage>
|
||||
<Packager>
|
||||
<Name>Muhammad Alfi Syahrin</Name>
|
||||
<Email>malfisya.dev@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPL-2.0-or-later</License>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Summary xml:lang="en">D-Feet is an easy to use D-Bus debugger.</Summary>
|
||||
<Description xml:lang="en">D-Bus is a messaging library used on the Desktop. D-Feet can be used to inspect D-Bus interfaces of running programs and invoke methods on those interfaces.
|
||||
</Description>
|
||||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>d-feet</Name>
|
||||
<Summary xml:lang="en">D-Feet is an easy to use D-Bus debugger.</Summary>
|
||||
<Description xml:lang="en">D-Bus is a messaging library used on the Desktop. D-Feet can be used to inspect D-Bus interfaces of running programs and invoke methods on those interfaces.
|
||||
</Description>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/d-feet</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/addconnectiondialog.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/application.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/bus_watch.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/dbus_utils.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/executemethoddialog.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/introspection.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/introspection_helper.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/settings.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/uiloader.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/window.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/__pycache__/wnck_utils.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/addconnectiondialog.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/application.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/bus_watch.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/dbus_utils.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/executemethoddialog.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/introspection.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/introspection_helper.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/settings.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/uiloader.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/window.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/dfeet/wnck_utils.py</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.gnome.dfeet.desktop</Path>
|
||||
<Path fileType="data">/usr/share/d-feet/ui/addconnectiondialog.ui</Path>
|
||||
<Path fileType="data">/usr/share/d-feet/ui/bus.ui</Path>
|
||||
<Path fileType="data">/usr/share/d-feet/ui/executedialog.ui</Path>
|
||||
<Path fileType="data">/usr/share/d-feet/ui/introspection.ui</Path>
|
||||
<Path fileType="data">/usr/share/d-feet/ui/mainwindow.ui</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0/schemas/org.gnome.dfeet.gschema.xml</Path>
|
||||
<Path fileType="doc">/usr/share/help/C/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/C/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/C/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/cs/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/cs/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/cs/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/da/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/da/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/da/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/de/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/de/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/de/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/el/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/el/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/el/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/en_GB/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/en_GB/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/en_GB/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/es/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/es/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/es/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/hu/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/hu/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/hu/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/pl/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/pl/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/pl/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/pt_BR/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/pt_BR/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/pt_BR/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/sv/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/sv/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/sv/d-feet/index.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/uk/d-feet/basics.page</Path>
|
||||
<Path fileType="doc">/usr/share/help/uk/d-feet/figures/icon.png</Path>
|
||||
<Path fileType="doc">/usr/share/help/uk/d-feet/index.page</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-icon-default-service.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-method-category.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-method.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-object.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-property-category.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-property.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-signal-category.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/dfeet-signal.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/org.gnome.dfeet.svg</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/symbolic/apps/org.gnome.dfeet-symbolic.svg</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/bs/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/el/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/eu/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/fur/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/lv/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/nb/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/oc/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/sl/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/sr@latin/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/d-feet.mo</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.gnome.dfeet.appdata.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2025-01-10</Date>
|
||||
<Version>0.3.16</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Muhammad Alfi Syahrin</Name>
|
||||
<Email>malfisya.dev@hotmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
|
@ -2822,5 +2822,6 @@
|
|||
<Package>caribou</Package>
|
||||
<Package>caribou-devel</Package>
|
||||
<Package>caribou-dbginfo</Package>
|
||||
<Package>d-feet</Package>
|
||||
</Obsoletes>
|
||||
</PISI>
|
|
@ -3802,6 +3802,7 @@
|
|||
<Package>caribou</Package>
|
||||
<Package>caribou-devel</Package>
|
||||
<Package>caribou-dbginfo</Package>
|
||||
<Package>d-feet</Package>
|
||||
</Obsoletes>
|
||||
</PISI>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue