[arch-commits] Commit in gwget/trunk (PKGBUILD gwget.appdata.xml)

Balló György bgyorgy at archlinux.org
Sat Dec 22 10:44:16 UTC 2018


    Date: Saturday, December 22, 2018 @ 10:44:15
  Author: bgyorgy
Revision: 417529

upgpkg: gwget 1.0.4-13

Add appdata file

Added:
  gwget/trunk/gwget.appdata.xml
Modified:
  gwget/trunk/PKGBUILD

-------------------+
 PKGBUILD          |    8 +++++---
 gwget.appdata.xml |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-22 10:40:00 UTC (rev 417528)
+++ PKGBUILD	2018-12-22 10:44:15 UTC (rev 417529)
@@ -6,7 +6,7 @@
 
 pkgname=gwget
 pkgver=1.0.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Download manager for GNOME"
 arch=('x86_64')
 url="https://projects.gnome.org/gwget/"
@@ -14,6 +14,7 @@
 depends=('gtk3' 'libnotify' 'wget')
 makedepends=('intltool')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+        gwget.appdata.xml
         gwget-1.0.4-notify-0.7.patch
         gwget-1.0.4-glib-2.32.patch
         drop-libgnomeui.patch
@@ -22,6 +23,7 @@
         various-fixes.patch
         gsettings-port.patch)
 sha256sums=('a65b2b2b3befb6cf34a697a13111b35498a6d63f9a9b048a22b8654f35ef643f'
+            '5e03f1c6b6034ebdf07da3cc8d3e57ab4016134c25d25995ba56267b00935536'
             '84efbbea9c2a91c60288edb67264bbdb4ec2c579cf95b3baa8282040a1b65c76'
             '319c4795d0034c4adacf302db697d966ca228fc1bbe9778af9dadcfb0c2531c8'
             '019fae87e984d22cd1bbe7b3fc064c936a76658ef98cbf96f7ba1c10678ac585'
@@ -60,8 +62,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+              --disable-schemas-compile
   make
 }
 
@@ -68,4 +69,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
 }

Added: gwget.appdata.xml
===================================================================
--- gwget.appdata.xml	                        (rev 0)
+++ gwget.appdata.xml	2018-12-22 10:44:15 UTC (rev 417529)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Ryan Lerch <rlerch at redhat.com> -->
+<component type="desktop-application">
+  <id>gwget</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <name>Gwget</name>
+  <summary>Download files from the Internet</summary>
+
+  <description>
+    <p>
+      Gwget is an application that allows you to manage the downloading of
+      files from the internet. It supports the pausing and resuming of downloads,
+      can download all the accompanying files of a HTML page, and supports drag
+      and drop.
+    </p>
+  </description>
+
+  <launchable type="desktop-id">gwget.desktop</launchable>
+
+  <screenshots>
+    <screenshot type="default">
+      <image>https://projects.gnome.org/gwget/main_window_p.jpg</image>
+    </screenshot>
+  </screenshots>
+  <url type="homepage">http://gnome.org/projects/gwget</url>
+  <provides>
+    <binary>gwget</binary>
+  </provides>
+
+  <translation type="gettext">gwget</translation>
+  <update_contact>david AT alderia DOT com</update_contact>
+</component>



More information about the arch-commits mailing list