Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
granite


Commits:
22088ed5 by Robin Candau at 2024-07-12T21:04:08+02:00
upgpkg: 1:6.2.0-1: Epoch back to 6.2.0
This package was supposed to stay at version 6.x.x to prevent 
incompatibilities, there's the granite7 package available for granite 7.x.x

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,8 @@
 pkgbase = granite
        pkgdesc = Library that extends Gtk+
-       pkgver = 7.0.0
-       pkgrel = 3
+       pkgver = 6.2.0
+       pkgrel = 1
+       epoch = 1
        url = https://github.com/elementary/granite
        arch = x86_64
        groups = pantheon
@@ -13,11 +14,11 @@ pkgbase = granite
        depends = cairo
        depends = gdk-pixbuf2
        depends = glib2
-       depends = gtk4
+       depends = gtk3
        depends = libgee
        depends = pango
-       provides = libgranite-7.so
-       source = 
git+https://github.com/elementary/granite.git#tag=41020886ee56f0a489b977a389da10a6ba0cd131
+       provides = libgranite.so
+       source = 
git+https://github.com/elementary/granite.git#tag=4ab145c28bb3db6372fe519e8bd79c645edfcda3
        sha256sums = SKIP
 
 pkgname = granite


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,9 @@
 # Contributor: Ner0 <[email protected]>
 
 pkgname=granite
-pkgver=7.0.0
-pkgrel=3
+pkgver=6.2.0
+pkgrel=1
+epoch=1
 pkgdesc='Library that extends Gtk+'
 arch=(x86_64)
 url=https://github.com/elementary/granite
@@ -13,7 +14,7 @@ depends=(
   cairo
   gdk-pixbuf2
   glib2
-  gtk4
+  gtk3
   libgee
   pango
 )
@@ -23,8 +24,8 @@ makedepends=(
   meson
   vala
 )
-provides=(libgranite-7.so)
-_tag=41020886ee56f0a489b977a389da10a6ba0cd131
+provides=(libgranite.so)
+_tag=4ab145c28bb3db6372fe519e8bd79c645edfcda3
 source=(git+https://github.com/elementary/granite.git#tag=${_tag})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/granite/-/commit/22088ed55a2a3713ffbccd489217c32e53b4f9cb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/granite/-/commit/22088ed55a2a3713ffbccd489217c32e53b4f9cb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to