From 4c7a19dbc155e2c8012ffe0a80c634a075120e81 Mon Sep 17 00:00:00 2001 From: Roger Ferrer Ibanez Date: Mon, 15 Jan 2018 21:51:45 +0000 Subject: [PATCH] Update to latest Appstream spec Thanks to Michael Biebl for the heads up --- configure.ac | 2 +- src/Makefile.am | 10 +++--- src/eiciel.appdata.xml | 41 ------------------------- src/org.roger-ferrer.Eiciel.appdata.xml | 32 +++++++++++++++++++ 4 files changed, 38 insertions(+), 47 deletions(-) delete mode 100644 src/eiciel.appdata.xml create mode 100644 src/org.roger-ferrer.Eiciel.appdata.xml diff --git a/configure.ac b/configure.ac index f9b38d5..4556234 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Set package name and maintainer -AC_INIT([eiciel],[0.9.11],[rofirrim@gmail.com]) +AC_INIT([eiciel],[0.9.12],[rofirrim@gmail.com]) dnl Where are we AC_CANONICAL_BUILD diff --git a/src/Makefile.am b/src/Makefile.am index b753102..7160114 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -63,13 +63,13 @@ endif endif desktopfilesdir=@datadir@/applications -desktopfiles_DATA=eiciel.desktop +desktopfiles_DATA=org.roger-ferrer.Eiciel.desktop -appdatadir = $(datarootdir)/appdata -dist_appdata_DATA = eiciel.appdata.xml +appdatadir = $(datarootdir)/metainfo +dist_appdata_DATA = org.roger-ferrer.Eiciel.appdata.xml -eiciel.desktop : eiciel.desktop.in +org.roger-ferrer.Eiciel.desktop : eiciel.desktop.in $(AM_V_GEN)sed -e "s|@DSK_VERSION@|$(VERSION)|;s|@DSK_bindir@|$(bindir)|;s|@DSK_pkgdatadir@|$(pkgdatadir)|" $< > $@ CLEANFILES = @@ -80,4 +80,4 @@ CLEANFILES += eiciel.desktop EXTRA_DIST= \ eiciel.desktop.in \ - eiciel.appdata.xml + org.roger-ferrer.Eiciel.appdata.xml diff --git a/src/eiciel.appdata.xml b/src/eiciel.appdata.xml deleted file mode 100644 index ffb2aa5..0000000 --- a/src/eiciel.appdata.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - eiciel.desktop - CC0-1.0 - GPL-2.0+ - Eiciel - Tool to manipulate ACL entries - -

- Eiciel is a standalone tool and a Nautilus plugin to graphically - edit Access Control Lists (ACL) of your files. ACLs allow to set - more fine-grained permissions than the traditional Unix permissions - of user, group, other (UGO permissions). -

-

- Eiciel also allows to edit the extended attributes of files and - directories if the filesystem supports it. -

-

- Not all filesystems support ACLs and extended attributes. And even for - those supporting them, they must be enabled (by the system administrator) - before using Eiciel. -

-
- - http://rofi.roger-ferrer.org/eiciel/gfx/shots/screenshot-appdata.png - - http://rofi.roger-ferrer.org/eiciel/ - rofirrim@gmail.com - - HiDpiIcon - ModernToolkit - - - access control list - ACL - permissions - editor - -
diff --git a/src/org.roger-ferrer.Eiciel.appdata.xml b/src/org.roger-ferrer.Eiciel.appdata.xml new file mode 100644 index 0000000..7814f5e --- /dev/null +++ b/src/org.roger-ferrer.Eiciel.appdata.xml @@ -0,0 +1,32 @@ + + + + org.roger-ferrer.Eiciel + CC0-1.0 + GPL-2.0+ + Eiciel + Tool to manipulate ACL entries + +

+ Eiciel is a standalone tool and a Nautilus plugin to graphically + edit Access Control Lists (ACL) of your files. ACLs allow to set + more fine-grained permissions than the traditional Unix permissions + of user, group, other (UGO permissions). +

+

+ Eiciel also allows to edit the extended attributes of files and + directories if the filesystem supports it. +

+

+ Not all filesystems support ACLs and extended attributes. And even for + those supporting them, they must be enabled (by the system administrator) + before using Eiciel. +

+
+ org.roger-ferrer.Eiciel.desktop + + http://rofi.roger-ferrer.org/eiciel/gfx/shots/screenshot-appdata.png + + http://rofi.roger-ferrer.org/eiciel/ + Roger Ferrer Ibáñez +