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

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


    Date: Saturday, July 16, 2022 @ 20:21:52
  Author: heftig
Revision: 451149

archrelease: copy trunk to extra-any

Added:
  gnome-tweaks/repos/extra-any/PKGBUILD
    (from rev 451148, gnome-tweaks/trunk/PKGBUILD)
Deleted:
  gnome-tweaks/repos/extra-any/PKGBUILD
  gnome-tweaks/repos/extra-any/notify.diff

-------------+
 PKGBUILD    |   87 +++++++++++++++++++++++++++-------------------------------
 notify.diff |   13 --------
 2 files changed, 41 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-16 20:21:36 UTC (rev 451148)
+++ PKGBUILD	2022-07-16 20:21:52 UTC (rev 451149)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-tweaks
-pkgver=42beta+r14+g2d9d76c
-pkgrel=1
-pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
-url="https://wiki.gnome.org/Apps/Tweaks"
-arch=(any)
-license=(GPL)
-depends=(gnome-settings-daemon python-gobject libhandy)
-makedepends=(git meson)
-provides=("gnome-tweak-tool=$pkgver")
-conflicts=(gnome-tweak-tool)
-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')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/75327
-  git apply -3 ../notify.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-tweaks/repos/extra-any/PKGBUILD (from rev 451148, gnome-tweaks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-16 20:21:52 UTC (rev 451149)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweaks
+pkgver=42beta+r14+g2d9d76c
+pkgrel=2
+pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
+url="https://wiki.gnome.org/Apps/Tweaks"
+arch=(any)
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject libhandy)
+makedepends=(git meson)
+provides=("gnome-tweak-tool=$pkgver")
+conflicts=(gnome-tweak-tool)
+replaces=(gnome-tweak-tool)
+groups=(gnome-extra)
+_commit=2d9d76c614ba3f6464855aeb4193b100df66d95c  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}

Deleted: notify.diff
===================================================================
--- notify.diff	2022-07-16 20:21:36 UTC (rev 451148)
+++ notify.diff	2022-07-16 20:21:52 UTC (rev 451149)
@@ -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