[arch-commits] Commit in gnome-tweaks/trunk (PKGBUILD notify.diff)

Jan Steffens heftig at gemini.archlinux.org
Sat Jul 16 20:21:37 UTC 2022


    Date: Saturday, July 16, 2022 @ 20:21:36
  Author: heftig
Revision: 451148

42beta+r14+g2d9d76c-2: libnotify version was reverted

Modified:
  gnome-tweaks/trunk/PKGBUILD
Deleted:
  gnome-tweaks/trunk/notify.diff

-------------+
 PKGBUILD    |   11 +++--------
 notify.diff |   13 -------------
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-16 20:21:11 UTC (rev 451147)
+++ PKGBUILD	2022-07-16 20:21:36 UTC (rev 451148)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-tweaks
 pkgver=42beta+r14+g2d9d76c
-pkgrel=1
+pkgrel=2
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks"
 arch=(any)
@@ -15,10 +15,8 @@
 replaces=(gnome-tweak-tool)
 groups=(gnome-extra)
 _commit=2d9d76c614ba3f6464855aeb4193b100df66d95c  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit"
-        notify.diff)
-sha256sums=('SKIP'
-            'eabafa99f9acaeb6152147a53d47dd29d1d71dc48792280ccb50b2912db14d55')
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -27,9 +25,6 @@
 
 prepare() {
   cd $pkgname
-
-  # https://bugs.archlinux.org/task/75327
-  git apply -3 ../notify.diff
 }
 
 build() {

Deleted: notify.diff
===================================================================
--- notify.diff	2022-07-16 20:21:11 UTC (rev 451147)
+++ notify.diff	2022-07-16 20:21:36 UTC (rev 451148)
@@ -1,13 +0,0 @@
-diff --git i/gtweak/utils.py w/gtweak/utils.py
-index 1dadbbc..1b0efb1 100644
---- i/gtweak/utils.py
-+++ w/gtweak/utils.py
-@@ -12,7 +12,7 @@ import itertools
- import logging
- 
- import gi
--gi.require_version("Notify", "0.7")
-+gi.require_version("Notify", "0.8")
- from gi.repository import GObject
- from gi.repository import GLib
- from gi.repository import Gio



More information about the arch-commits mailing list