gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7221: some gnome


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7221: some gnome
Date: Wed, 14 Oct 2020 19:15:33 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7221
revision-id: carlhansen1234@gmail.com-20201014231526-znhs8vvwnzmo64z3
parent: carlhansen1234@gmail.com-20201014222342-4adw23ffwhrcdqqv
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Wed 2020-10-14 16:15:26 -0700
message:
  some gnome
modified:
  pkg/freedesktop/harfbuzz/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-977
  pkg/freedesktop/harfbuzz/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-981
  pkg/gnome/gdm/Makefile         makefile-20160617013746-7ygosxqw3lxxvo7f-498
  pkg/gnome/gdm/sha256sums       sha256sums-20160617013746-7ygosxqw3lxxvo7f-502
  pkg/gnome/gnome-flashback/Makefile makefile-20161013032042-qqv1d32v3ow0yztv-3
  pkg/gnome/gnome-flashback/sha256sums 
sha256sums-20161013032042-qqv1d32v3ow0yztv-4
  pkg/gnome/gnome-panel/Makefile makefile-20161012180621-2kbpmikqj0krhexf-2
  pkg/gnome/gnome-panel/sha256sums sha256sums-20161012180621-2kbpmikqj0krhexf-4
  pkg/gnome/gobject-introspection/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-852
  pkg/gnome/gtk+/Makefile        makefile-20191117055720-o2177x7x8b6pl72y-3
  pkg/gnome/gtk+/sha256sums      sha256sums-20191117055720-o2177x7x8b6pl72y-4
  pkg/gnome/pitivi/Makefile      makefile-20171127063020-qgmj5pygvyyvyqcr-3
=== modified file 'pkg/freedesktop/harfbuzz/Makefile'
--- a/pkg/freedesktop/harfbuzz/Makefile 2020-10-04 20:58:31 +0000
+++ b/pkg/freedesktop/harfbuzz/Makefile 2020-10-14 23:15:26 +0000
@@ -23,30 +23,35 @@
 
 NAME =    harfbuzz
 GARNAME = harfbuzz
-GARVERSION = 2.7.0
+GARVERSION = 2.7.2
 HOME_URL = http://www.freedesktop.org/wiki/Software/HarfBuzz
 DESCRIPTION = An OpenType text-shaping engine, Middle Eastern scripts
 define BLURB
 endef
 
+# HINT: You might want to disable benchmarks in meson_config.text
+# if things aren't compiling , because it's trying to download something.
+#
+
 ######################################################################
-
-MASTER_SITES = $(MASTER_GITHUB_GIT)
-MASTER_SUBDIR = $(GARNAME)/
-GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
-DISTFILES = $(DISTNAME).tar.gz
-NOCHECKSUM = $(DISTFILES)
+#https://github.com/harfbuzz/harfbuzz/releases/download/2.7.2/harfbuzz-2.7.2.tar.xz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = $(GARNAME)/$(GARNAME)/releases/download/$(GARVERSION)/
+#GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+DISTFILES = $(DISTNAME).tar.xz
 SIGFILES =  
-
-GIT_REVISION = master  
-
-NOCHECKSUM = $(DISTFILES)
+#NOCHECKSUM = $(DISTFILES)
+
+#GIT_REVISION = master 
+
 
 
 BUILDDEPS = 
 LIBDEPS = #  c++ glib libicu ragel
 # might be needed:
 LDFLAGS=-liconv
+# installation fails
+
 
 ######################################################################
 

=== modified file 'pkg/freedesktop/harfbuzz/sha256sums'
--- a/pkg/freedesktop/harfbuzz/sha256sums       2020-10-04 20:58:31 +0000
+++ b/pkg/freedesktop/harfbuzz/sha256sums       2020-10-14 23:15:26 +0000
@@ -0,0 +1,1 @@
+b8c048d7c2964a12f2c80deb6634dfc836b603dd12bf0d0a3df1627698e220ce  
download/harfbuzz-2.7.2.tar.xz

=== modified file 'pkg/gnome/gdm/Makefile'
--- a/pkg/gnome/gdm/Makefile    2020-10-05 07:49:08 +0000
+++ b/pkg/gnome/gdm/Makefile    2020-10-14 23:15:26 +0000
@@ -19,7 +19,7 @@
 
 NAME =    gdm
 GARNAME = gdm
-GARVERSION = 3.38.0
+GARVERSION = 3.38.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Display manager and login screen
 define BLURB

=== modified file 'pkg/gnome/gdm/sha256sums'
--- a/pkg/gnome/gdm/sha256sums  2020-10-05 07:49:08 +0000
+++ b/pkg/gnome/gdm/sha256sums  2020-10-14 23:15:26 +0000
@@ -1,2 +1,2 @@
-46d4415c39c94ccee81fbac21102e2ebcd284d39858c893e759900b1e88435ba  
download/gdm-3.38.0.tar.xz
-4d934844ad452b8aa20b1363404d4c4bf99a3889a37d8438592919b008872f04  
download/gdm-3.38.0.sha256sum
+0883549821a09ca0cea9d905831762f58f432b5cc6d64baa1b26e19e6bf17f72  
download/gdm-3.38.1.tar.xz
+18cf80e169a9f003dd421f25b06657788d737b14432231288a74550e4b5cd10d  
download/gdm-3.38.1.sha256sum

=== modified file 'pkg/gnome/gnome-flashback/Makefile'
--- a/pkg/gnome/gnome-flashback/Makefile        2020-10-05 07:49:08 +0000
+++ b/pkg/gnome/gnome-flashback/Makefile        2020-10-14 23:15:26 +0000
@@ -20,7 +20,7 @@
 
 NAME =    gnome-flashback
 GARNAME = gnome-flashback
-GARVERSION = 3.37.3
+GARVERSION = 3.38.0
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GNOME Flashback session and helper application
 define BLURB

=== modified file 'pkg/gnome/gnome-flashback/sha256sums'
--- a/pkg/gnome/gnome-flashback/sha256sums      2020-10-05 07:49:08 +0000
+++ b/pkg/gnome/gnome-flashback/sha256sums      2020-10-14 23:15:26 +0000
@@ -1,2 +1,2 @@
-46d48d6874646d12ec5ebc622158456db1ceeaf4924bd1fc8bf59cbaafa1e1c2  
download/gnome-flashback-3.37.3.tar.xz
-2d42eb5f4ee39d2bfa30e815ef15ee325543144c2fd063e820dfddbb7335d417  
download/gnome-flashback-3.37.3.sha256sum
+953cdd14df11b60fe5cc9b564ff2b3d3c30e60c62a4e52b62417b2881bf6a1e4  
download/gnome-flashback-3.38.0.tar.xz
+7d4bdbf80c2f6b6bcb4a5abb4b87b7c3a5ef4891692667356579558a5b1870e6  
download/gnome-flashback-3.38.0.sha256sum

=== modified file 'pkg/gnome/gnome-panel/Makefile'
--- a/pkg/gnome/gnome-panel/Makefile    2020-07-16 13:44:59 +0000
+++ b/pkg/gnome/gnome-panel/Makefile    2020-10-14 23:15:26 +0000
@@ -20,7 +20,7 @@
 
 NAME =    gnome-panel
 GARNAME = gnome-panel
-GARVERSION = 3.37.1
+GARVERSION = 3.38.0
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Launch other applications and provide various utilities to 
manage windows
 define BLURB

=== modified file 'pkg/gnome/gnome-panel/sha256sums'
--- a/pkg/gnome/gnome-panel/sha256sums  2020-07-16 13:44:59 +0000
+++ b/pkg/gnome/gnome-panel/sha256sums  2020-10-14 23:15:26 +0000
@@ -1,2 +1,2 @@
-1d598fd68933e76018f2fb116a7871cbc0033c1f109bfbfe08a1ecb56067d152  
download/gnome-panel-3.37.1.tar.xz
-81e5fc381df8b808bf1ec0cc7df8f78be5ca2c9226fea42eb5312756e271ee24  
download/gnome-panel-3.37.1.sha256sum
+1a8b15aef0a02a6caa9b9209c8d3fb43e7b987a380076691c23f0314ec302f15  
download/gnome-panel-3.38.0.tar.xz
+3ae3c1b3f7133307d5009e8f9af771c383b7b63bc4c0349a9c0f5744a2bebcbf  
download/gnome-panel-3.38.0.sha256sum

=== modified file 'pkg/gnome/gobject-introspection/Makefile'
--- a/pkg/gnome/gobject-introspection/Makefile  2020-10-05 07:49:08 +0000
+++ b/pkg/gnome/gobject-introspection/Makefile  2020-10-14 23:15:26 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016, 2017, 2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #

=== modified file 'pkg/gnome/gtk+/Makefile'
--- a/pkg/gnome/gtk+/Makefile   2020-08-19 01:49:33 +0000
+++ b/pkg/gnome/gtk+/Makefile   2020-10-14 23:15:26 +0000
@@ -22,7 +22,7 @@
 NAME =    GTK+ 3
 GARNAME = gtk+
 #UPSTREAMNAME = gtk+
-GARVERSION = 3.94.0
+GARVERSION = 3.24.23
 HOME_URL = http://www.gnome.org/
 DESCRIPTION =  gtk+ 3 GNOME toolkit
 define BLURB

=== modified file 'pkg/gnome/gtk+/sha256sums'
--- a/pkg/gnome/gtk+/sha256sums 2020-08-19 01:49:33 +0000
+++ b/pkg/gnome/gtk+/sha256sums 2020-10-14 23:15:26 +0000
@@ -1,2 +1,2 @@
-a947caa5296610b0f1d7a03b58df34765c227c577c78e683e75eea3251a67035  
download/gtk+-3.94.0.tar.xz
-1ff7b3f4926efd5d1c041080d897be93f7bd1eae00ad5211aa0f2d0026ed5d1b  
download/gtk+-3.94.0.sha256sum
+5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1  
download/gtk+-3.24.23.tar.xz
+e9fd368e0fc15f3132dbff7ea09978d877cc89486b26648b85bdb27da075809a  
download/gtk+-3.24.23.sha256sum

=== modified file 'pkg/gnome/pitivi/Makefile'
--- a/pkg/gnome/pitivi/Makefile 2020-10-05 07:49:08 +0000
+++ b/pkg/gnome/pitivi/Makefile 2020-10-14 23:15:26 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015, 2016 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017,2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2018, 2020 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -20,11 +20,10 @@
 
 NAME =    pitivi
 GARNAME = pitivi
-GARVERSION = 2020.09
+GARVERSION = 2020.09.1
 HOME_URL = http://www.gnome.org/projects/pitivi/
 DESCRIPTION = A GTK+-based video editor
 define BLURB
-
 endef
 
 ######################################################################
@@ -46,6 +45,7 @@
 
 ######################################################################
 
+
 include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 


reply via email to

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