Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-flashback


Commits:
6dfa069e by Jan Alexander Steffens (heftig) at 2024-03-20T23:26:19+01:00
3.52.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gnome-flashback
        pkgdesc = GNOME Flashback session
-       pkgver = 3.50.0
-       pkgrel = 4
+       pkgver = 3.52.0
+       pkgrel = 1
        url = https://wiki.gnome.org/Projects/GnomeFlashback
        arch = x86_64
        license = GPL-3.0-or-later
@@ -43,25 +43,21 @@ pkgbase = gnome-flashback
        optdepends = gnome-backgrounds: Default background
        optdepends = gnome-control-center: System settings
        optdepends = network-manager-applet: Network management
-       source = 
https://download.gnome.org/sources/gnome-flashback/3.50/gnome-flashback-3.50.0.tar.xz
+       source = 
https://download.gnome.org/sources/gnome-flashback/3.52/gnome-flashback-3.52.0.tar.xz
        source = 0001-background-Support-dark-wallpapers.patch
        source = 0001-polkit-Don-t-reset-the-idle_id.patch
        source = 0001-application-honor-color-scheme-setting.patch
        source = 0001-theme-improve-screensaver-style.patch
        source = 0001-autostart-add-launcher-for-Geoclue-Demo-agent.patch
-       source = 0001-menus-Add-new-Science-category.patch
        source = 0001-theme-Add-drop-shadow-for-desktop-icon-labels.patch
-       source = 0001-notifications-Allow-configuration-of-notification-lo.patch
        source = gnome-flashback.pam
-       sha256sums = 
d04c434822022c9fa7e60874e5c8cd2060c8f3c0703c19f2b4032be254272afe
+       sha256sums = 
6ed101bae495da0494f6cff3facdc0436f594e3a92628245f9453b219e448e00
        sha256sums = 
f02afd29538555ab408085c60d8a7139f34fa639add7cd4c3c08a236dc027dc8
        sha256sums = 
c5e4f4cab9d7c2f34e7ee2adfa5ff9228c6313011efdc927cb49a12dc4f4d8c8
        sha256sums = 
56d008682e0290ebfb2c16e0d42bcb3e1a022db3488ce33dd1a751c3f4dcbdc3
        sha256sums = 
095a05c12ca0689149f9c9543ebea2229c62755a85be35b34087437dbbfe31a3
        sha256sums = 
4cfe7f5b5bb103b3ee9bcc043a3543e8d9bdcc7b5578487ea7deb2f8a544c9ff
-       sha256sums = 
76a574b57fd59a9bccedecac0d8c4bdfa5aaa6232bf9562991810443b828100a
        sha256sums = 
8d2b272739ac485abba624179b7f5caa3bee81150251be750096ecb397d4b33a
-       sha256sums = 
4469e7a17874eabb6192c806b8344e1f1c2a9d7abf472069be6b177a2e268d1f
        sha256sums = 
7148b3b1773fa312d6cd14798338cc70cffb6df7504ff1787687edd0363138d2
 
 pkgname = gnome-flashback


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-flashback
-pkgver=3.50.0
-pkgrel=4
+pkgver=3.52.0
+pkgrel=1
 pkgdesc='GNOME Flashback session'
 arch=('x86_64')
 url='https://wiki.gnome.org/Projects/GnomeFlashback'
@@ -22,19 +22,15 @@ 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgv
         '0001-application-honor-color-scheme-setting.patch'
         '0001-theme-improve-screensaver-style.patch'
         '0001-autostart-add-launcher-for-Geoclue-Demo-agent.patch'
-        '0001-menus-Add-new-Science-category.patch'
         '0001-theme-Add-drop-shadow-for-desktop-icon-labels.patch'
-        '0001-notifications-Allow-configuration-of-notification-lo.patch'
         'gnome-flashback.pam')
-sha256sums=('d04c434822022c9fa7e60874e5c8cd2060c8f3c0703c19f2b4032be254272afe'
+sha256sums=('6ed101bae495da0494f6cff3facdc0436f594e3a92628245f9453b219e448e00'
             'f02afd29538555ab408085c60d8a7139f34fa639add7cd4c3c08a236dc027dc8'
             'c5e4f4cab9d7c2f34e7ee2adfa5ff9228c6313011efdc927cb49a12dc4f4d8c8'
             '56d008682e0290ebfb2c16e0d42bcb3e1a022db3488ce33dd1a751c3f4dcbdc3'
             '095a05c12ca0689149f9c9543ebea2229c62755a85be35b34087437dbbfe31a3'
             '4cfe7f5b5bb103b3ee9bcc043a3543e8d9bdcc7b5578487ea7deb2f8a544c9ff'
-            '76a574b57fd59a9bccedecac0d8c4bdfa5aaa6232bf9562991810443b828100a'
             '8d2b272739ac485abba624179b7f5caa3bee81150251be750096ecb397d4b33a'
-            '4469e7a17874eabb6192c806b8344e1f1c2a9d7abf472069be6b177a2e268d1f'
             '7148b3b1773fa312d6cd14798338cc70cffb6df7504ff1787687edd0363138d2')
 
 prepare() {
@@ -55,15 +51,9 @@ prepare() {
   # https://gitlab.gnome.org/GNOME/gnome-flashback/-/merge_requests/55
   patch -Np1 -i ../0001-autostart-add-launcher-for-Geoclue-Demo-agent.patch
 
-  # https://gitlab.gnome.org/GNOME/gnome-flashback/-/merge_requests/56
-  patch -Np1 -i ../0001-menus-Add-new-Science-category.patch
-
   # https://gitlab.gnome.org/GNOME/gnome-flashback/-/merge_requests/57
   patch -Np1 -i ../0001-theme-Add-drop-shadow-for-desktop-icon-labels.patch
 
-  # https://gitlab.gnome.org/GNOME/gnome-flashback/-/merge_requests/59
-  patch -Np1 -i 
../0001-notifications-Allow-configuration-of-notification-lo.patch
-
   # Regenerate resources file
   rm gnome-flashback/gf-resources.{c,h}
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-flashback/-/commit/6dfa069e9eb4f829faa6fd867bed6ab203bafa69

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-flashback/-/commit/6dfa069e9eb4f829faa6fd867bed6ab203bafa69
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to