[rpmfusion-nonfree-appstream-data/f32] Include failed
by Leigh Scott
commit af49fc00c1d4db9e70b7a8c7c4ff62e4f82556e3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 20 09:20:33 2020 +0100
Include failed
update-appdata-rpmfusion-nonfree.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 03495b6..05cde81 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -30,7 +30,7 @@ main ()
# repomanage -o --space ./Packages/ | xargs rm
# rm -rf Packages/repo*
#
- appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
+ appstream-builder --verbose --include-failed --max-threads=6 --log-dir=./logs/ \
--packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
--basename="rpmfusion-nonfree-$RELEASE" --origin="rpmfusion-nonfree-$RELEASE" \
--enable-hidpi --veto-ignore=missing-parents
4 years, 2 months
[rpmfusion-nonfree-appstream-data/f33] Fix
by Leigh Scott
commit 7380ae064847b92ffbd76ffd1aefcc90378adf2a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 20 09:22:43 2020 +0100
Fix
update-appdata-rpmfusion-nonfree.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 05cde81..183c366 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -21,7 +21,7 @@ main ()
fi
- #rsync -avPh "$URL" .
+ rsync -avPh "$URL" .
# rsync -avPh --exclude debug "$URL1" ./Packages/
rm -rf repo*
4 years, 2 months
[rpmfusion-nonfree-appstream-data/f33] Include failed
by Leigh Scott
commit 11f62e0c9b2dd3b859a8b263a9d27838e866e284
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 20 09:20:33 2020 +0100
Include failed
update-appdata-rpmfusion-nonfree.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 03495b6..05cde81 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -30,7 +30,7 @@ main ()
# repomanage -o --space ./Packages/ | xargs rm
# rm -rf Packages/repo*
#
- appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
+ appstream-builder --verbose --include-failed --max-threads=6 --log-dir=./logs/ \
--packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
--basename="rpmfusion-nonfree-$RELEASE" --origin="rpmfusion-nonfree-$RELEASE" \
--enable-hidpi --veto-ignore=missing-parents
4 years, 2 months
[nvidia-settings-390xx] Add missing file
by Leigh Scott
commit 0d7ce9aa5d7bead6ad6831f32813a318e6253768
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 20 10:17:00 2020 +0100
Add missing file
nvidia-settings-390xx.appdata.xml | 43 +++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
---
diff --git a/nvidia-settings-390xx.appdata.xml b/nvidia-settings-390xx.appdata.xml
new file mode 100644
index 0000000..d162692
--- /dev/null
+++ b/nvidia-settings-390xx.appdata.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>nvidia-settings-390xx.desktop</id>
+ <name>NVIDIA Graphics Drivers Control Panel</name>
+ <summary>Accelerated Linux Graphics Driver Control Panel</summary>
+ <description>
+ <p>
+ The NVIDIA Accelerated Linux Graphics Driver brings accelerated 2D
+ functionality and high-performance OpenGL support to Linux with the
+ use of NVIDIA graphics processing units.
+ </p>
+ <p>
+ These drivers provide optimized hardware acceleration for OpenGL and X
+ applications and support nearly all recent NVIDIA GPU products.
+ The NVIDIA graphics driver uses a Unified Driver Architecture: the single
+ graphics driver supports all modern NVIDIA GPUs.
+ </p>
+ <p>
+ The nvidia-settings utility is a tool for configuring the NVIDIA graphics
+ driver. It operates by communicating with the NVIDIA X driver, querying
+ and updating state as appropriate. This communication is done via the
+ NV-CONTROL, GLX, XVideo, and RandR X extensions.
+ </p>
+ <p>
+ Values such as brightness and gamma, XVideo attributes, temperature, and
+ OpenGL settings can be queried and configured via nvidia-settings.
+ </p>
+ </description>
+ <translation/>
+ <url type="homepage">http://www.nvidia.com/</url>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <developer_name>NVIDIA Corporation</developer_name>
+ <keywords>
+ <keyword>NVIDIA</keyword>
+ <keyword>driver</keyword>
+ <keyword>GeForce</keyword>
+ <keyword>Quadro</keyword>
+ <keyword>Vulkan</keyword>
+ <keyword>OpenGL</keyword>
+ </keywords>
+ <update_contact>nvidia-settings-owner(a)rpmfusion.org</update_contact>
+</component>
4 years, 2 months