gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6926: freedesktop stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6926: freedesktop stuff
Date: Tue, 3 Mar 2020 00:21:48 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6926
revision-id: address@hidden-20200303052142-0g9j2rwj5n47nbzd
parent: address@hidden-20200303045701-e53iicyeghwr2gxg
committer: address@hidden
branch nick: trunk
timestamp: Mon 2020-03-02 21:21:42 -0800
message:
  freedesktop stuff
added:
  pkg/freedesktop/appstream/     appstream-20200303051254-8zx5x41qsufu20i9-1
  pkg/freedesktop/appstream/Makefile makefile-20200303051254-8zx5x41qsufu20i9-3
  pkg/freedesktop/appstream/config.mk 
config.mk-20200303051254-8zx5x41qsufu20i9-2
  pkg/freedesktop/appstream/sha256sums 
sha256sums-20200303051254-8zx5x41qsufu20i9-4
modified:
  pkg/freedesktop/appstream-glib/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-288
  pkg/freedesktop/appstream-glib/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-292
  pkg/freedesktop/libevdev/Makefile makefile-20160717200409-wvghwx2wnzsso95v-3
  pkg/freedesktop/libevdev/sha256sums 
sha256sums-20160717200409-wvghwx2wnzsso95v-4
  pkg/freedesktop/libqmi/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-1164
  pkg/freedesktop/libqmi/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-1168
=== added directory 'pkg/freedesktop/appstream'
=== modified file 'pkg/freedesktop/appstream-glib/Makefile'
--- a/pkg/freedesktop/appstream-glib/Makefile   2019-02-25 00:16:02 +0000
+++ b/pkg/freedesktop/appstream-glib/Makefile   2020-03-03 05:21:42 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2016, 2017, 2019 Carl Hansen <address@hidden>
+# Copyright © 2016, 2017, 2019, 2020 Carl Hansen <address@hidden>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -22,7 +23,7 @@
 
 NAME =    AppStream-Glib
 GARNAME = appstream-glib
-GARVERSION = 0.7.14
+GARVERSION = 0.7.17
 HOME_URL = http://people.freedesktop.org/~hughsient/
 LICENSE = LGPLv2+ 
 DESCRIPTION = appstream-glib GObjects, methods for AppStream metadata

=== modified file 'pkg/freedesktop/appstream-glib/sha256sums'
--- a/pkg/freedesktop/appstream-glib/sha256sums 2019-02-25 00:16:02 +0000
+++ b/pkg/freedesktop/appstream-glib/sha256sums 2020-03-03 05:21:42 +0000
@@ -1,2 +1,2 @@
-6dccad15f9d9a59dec6d259170a2010ee4a4b87475335a122a5d8b5e654a1a58  
download/appstream-glib-0.7.14.tar.xz
-6da56d16c8a4fe8c5bbf7c0adddb7bf916a1151d1073fcbf7ca5a86b8d0bf8ef  
download/appstream-glib-0.7.14.tar.xz.sha256sum
+7ca7e91d4accefa1c0d2c6e310cb3fe2686c017810e23b3f82d9f5724345e549  
download/appstream-glib-0.7.17.tar.xz
+f80d132c7807347d8cf775f001be25f91ec07334bceb4569445b8084523db9d6  
download/appstream-glib-0.7.17.tar.xz.sha256sum

=== added file 'pkg/freedesktop/appstream/Makefile'
--- a/pkg/freedesktop/appstream/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/freedesktop/appstream/Makefile        2020-03-03 05:21:42 +0000
@@ -0,0 +1,47 @@
+# Copyright ©2020 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+# 
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME =    AppStream
+GARNAME = appstream
+UPSTREAMNAME =    AppStream
+GARVERSION = 0.12.10
+HOME_URL = http://freedesktop.org/
+DESCRIPTION = appstream metadata
+define BLURB
+endef
+
+######################################################################
+MASTER_SITES = http://www.freedesktop.org/software/
+MASTER_SUBDIR = $(GARNAME)/releases/
+DISTFILES = $(UPSTREAMNAME)-$(GARVERSION).tar.xz   
$(UPSTREAMNAME)-$(GARVERSION).tar.xz.asc
+SIGFILES =
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+
+# TOFIX; installation

=== added file 'pkg/freedesktop/appstream/config.mk'
--- a/pkg/freedesktop/appstream/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/freedesktop/appstream/config.mk       2020-03-03 05:21:42 +0000
@@ -0,0 +1,5 @@
+## Configuration options for appstream ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=  
+BUILD_OPTS ?=

=== added file 'pkg/freedesktop/appstream/sha256sums'
--- a/pkg/freedesktop/appstream/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/freedesktop/appstream/sha256sums      2020-03-03 05:21:42 +0000
@@ -0,0 +1,2 @@
+9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f  
download/AppStream-0.12.10.tar.xz
+4b6b1b99d28eb0356a043a5a8790a6a8074f4981578c20c751eb0738445b5896  
download/AppStream-0.12.10.tar.xz.asc

=== modified file 'pkg/freedesktop/libevdev/Makefile'
--- a/pkg/freedesktop/libevdev/Makefile 2019-12-21 20:06:39 +0000
+++ b/pkg/freedesktop/libevdev/Makefile 2020-03-03 05:21:42 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2019 Carl Hansen <address@hidden>
+# Copyright © 2016, 2017, 2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
 
 NAME =    libevdev
 GARNAME = libevdev
-GARVERSION = 1.8.0
+GARVERSION = 1.9.0
 HOME_URL = https://www.freedesktop.org/software/libevdev/doc/
 DESCRIPTION =  wrapper library for kernel event devices.
 define BLURB

=== modified file 'pkg/freedesktop/libevdev/sha256sums'
--- a/pkg/freedesktop/libevdev/sha256sums       2019-12-21 20:06:39 +0000
+++ b/pkg/freedesktop/libevdev/sha256sums       2020-03-03 05:21:42 +0000
@@ -1,2 +1,2 @@
-20d3cae4efd277f485abdf8f2a7c46588e539998b5a08c2c4d368218379d4211  
download/libevdev-1.8.0.tar.xz
-a43a7b990408991bd29669c04fe25bd8fff12d2da682c8e5dc42059cecda3d0b  
download/libevdev-1.8.0.tar.xz.sig
+e7e18a64264f2dea19b6c50a481f8c062529d42919ccda0bc861495bce28eb9e  
download/libevdev-1.9.0.tar.xz
+4332b373fb2ff8de3ed34f0253632d1726d040e413acd1768c2f7d5e2da87175  
download/libevdev-1.9.0.tar.xz.sig

=== modified file 'pkg/freedesktop/libqmi/Makefile'
--- a/pkg/freedesktop/libqmi/Makefile   2020-01-31 22:28:09 +0000
+++ b/pkg/freedesktop/libqmi/Makefile   2020-03-03 05:21:42 +0000
@@ -23,7 +23,7 @@
 
 NAME =    libqmi
 GARNAME = libqmi
-GARVERSION = 1.24.4
+GARVERSION = 1.24.6
 HOME_URL = http://www.freedesktop.org/
 DESCRIPTION = is an open source library to manage QMI-powered mobile broadband 
modems. 
 define BLURB

=== modified file 'pkg/freedesktop/libqmi/sha256sums'
--- a/pkg/freedesktop/libqmi/sha256sums 2020-01-31 22:28:09 +0000
+++ b/pkg/freedesktop/libqmi/sha256sums 2020-03-03 05:21:42 +0000
@@ -1,1 +1,1 @@
-0316badec92ff32f51fe6278e6046968d2272a26608995deedd8e4afb563918a  
download/libqmi-1.24.4.tar.xz
+1325257bc16de7b2b443fa689826c993474bdbd6e78c7a1e60e527269b44d8c9  
download/libqmi-1.24.6.tar.xz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]