[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10229: update appstream to 1.0.3
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10229: update appstream to 1.0.3 |
Date: |
Thu, 16 May 2024 22:35:21 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10229
revision-id: carlhansen1234@gmail.com-20240517023515-4c3s5sc72pr3xi2s
parent: carlhansen1234@gmail.com-20240516203713-0m8x1nsgzk9c676h
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Thu 2024-05-16 19:35:15 -0700
message:
update appstream to 1.0.3
renamed:
pkg/freedesktop/AppStream/ => pkg/freedesktop/appstream/
appstream-20200303051254-8zx5x41qsufu20i9-1
modified:
pkg/freedesktop/appstream/Makefile makefile-20200303051254-8zx5x41qsufu20i9-3
pkg/freedesktop/appstream/sha256sums
sha256sums-20200303051254-8zx5x41qsufu20i9-4
=== renamed directory 'pkg/freedesktop/AppStream' => 'pkg/freedesktop/appstream'
=== modified file 'pkg/freedesktop/appstream/Makefile'
--- a/pkg/freedesktop/AppStream/Makefile 2022-04-28 06:03:52 +0000
+++ b/pkg/freedesktop/appstream/Makefile 2024-05-17 02:35:15 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2020-2022, 2024 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -15,35 +15,35 @@
#
# 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 bug-gsrc@gnu.org
-
-NAME = AppStream
-GARNAME = AppStream
-UPSTREAMNAME = AppStream
-GARVERSION = 0.15.3
+NAME = appstream
+GARNAME = appstream
+GARVERSION = 1.0.3
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 =
-
+# https://github.com/ximion/appstream/archive/refs/tags/v1.0.3.tar.gz
+#MASTER_SITES = http://www.freedesktop.org/software/
+#MASTER_SUBDIR = $(GARNAME)/releases/
+#DISTFILES = $(UPSTREAMNAME)-$(GARVERSION).tar.xz
$(UPSTREAMNAME)-$(GARVERSION).tar.xz.asc
+#SIGFILES =
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = ximion/appstream/archive/refs/tags/
+DISTFILES = v$(GARVERSION).tar.gz
BUILDDEPS =
LIBDEPS =
######################################################################
-
include ../../../gar/gar.lib/mesonninja.mk
include config.mk
+BUILD_ARGS = LDFLAGS+=-lssp
+
#pre-install:
# mkdir -p $(prefix)/packages/appstream-0.15.3
# touch $(prefix)/packages/appstream-0.15.3/kludge
=== modified file 'pkg/freedesktop/appstream/sha256sums'
--- a/pkg/freedesktop/AppStream/sha256sums 2022-04-15 23:41:03 +0000
+++ b/pkg/freedesktop/appstream/sha256sums 2024-05-17 02:35:15 +0000
@@ -1,2 +1,1 @@
-3e676c3368aebe9618f394c58a7f0a6c73d1a15efd9ba2d230c229a959e8a25d
download/AppStream-0.15.3.tar.xz
-c7a3fd1066e172d9ea33ed488ebc145991cf62ee4578e378d896bf6787ca7c9f
download/AppStream-0.15.3.tar.xz.asc
+dd7222519b5d855124fa803ce82a7cbf090ac6b2e44a5bc515e729b1f20a63ae
download/v1.0.3.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10229: update appstream to 1.0.3,
Carl Hansen <=