forked from getsolus/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary**
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name : nautilus-admin-gtk4 | ||
version : 1.1.9 | ||
release : 1 | ||
source : | ||
- git|https://github.com/malfisya/nautilus-admin-gtk4 : 171ababe7e49dafe25a93c7dd7d4ab4ac58cf608 | ||
homepage : https://github.com/malfisya/nautilus-admin-gtk4 | ||
license : GPL-3.0-or-later | ||
component : desktop.gnome | ||
summary : Extension for Nautilus to do administrative operations | ||
description: | | ||
Extension for Nautilus to do administrative operations | ||
builddeps : | ||
- pkgconfig(libnautilus-extension-4) | ||
setup : | | ||
%cmake_ninja | ||
build : | | ||
%ninja_build | ||
install : | | ||
%ninja_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<PISI> | ||
<Source> | ||
<Name>nautilus-admin-gtk4</Name> | ||
<Homepage>https://github.com/malfisya/nautilus-admin-gtk4</Homepage> | ||
<Packager> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-3.0-or-later</License> | ||
<PartOf>desktop.gnome</PartOf> | ||
<Summary xml:lang="en">Extension for Nautilus to do administrative operations</Summary> | ||
<Description xml:lang="en">Extension for Nautilus to do administrative operations | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>nautilus-admin-gtk4</Name> | ||
<Summary xml:lang="en">Extension for Nautilus to do administrative operations</Summary> | ||
<Description xml:lang="en">Extension for Nautilus to do administrative operations | ||
</Description> | ||
<PartOf>desktop.gnome</PartOf> | ||
<Files> | ||
<Path fileType="localedata">/usr/share/locale/ar/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/be/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/lt/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/sk/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/nautilus-admin.mo</Path> | ||
<Path fileType="data">/usr/share/nautilus-python/extensions/nautilus-admin.py</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="1"> | ||
<Date>2024-04-24</Date> | ||
<Version>1.1.9</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |