Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
switchboard-plug-printers


Commits:
e17840ee by Maxime Gauduin at 2024-07-05T18:53:04+02:00
upgpkg: 2.2.1.r157.6487945-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,21 +1,23 @@
 pkgbase = switchboard-plug-printers
        pkgdesc = Switchboard Printers Plug
-       pkgver = 2.2.1
-       pkgrel = 2
+       pkgver = 2.2.1.r157.6487945
+       pkgrel = 1
        url = https://github.com/elementary/switchboard-plug-printers
        arch = x86_64
        groups = pantheon
-       license = GPL3
+       license = GPL-3.0-only
        makedepends = git
        makedepends = meson
        makedepends = vala
        depends = glib2
-       depends = gtk3
+       depends = glibc
+       depends = gtk4
        depends = libcups
+       depends = libadwaita-1.so
        depends = libgee
-       depends = libgranite.so
-       depends = libswitchboard-2.0.so
-       source = 
git+https://github.com/elementary/switchboard-plug-printers.git#tag=cf3bf32e4a7699d0027900b4ee81b4df73b6b742
-       sha256sums = 
4cbae7571066a24e617e19fd1919bf50448652df84f5d7fed786fc6117d42740
+       depends = libgranite-7.so
+       depends = libswitchboard-3.so
+       source = 
git+https://github.com/elementary/switchboard-plug-printers.git#commit=648794590e01ca383bf84cfa6cf500c8e610c2d8
+       b2sums = 
d6cc08e0a18a041438e192bfb2f85db3f825e6e5ae8218a2b40514dcfd3208f159df98c5add581637715afc7da34494f47df737806dbc320738ec7294759a3fe
 
 pkgname = switchboard-plug-printers


=====================================
PKGBUILD
=====================================
@@ -1,33 +1,35 @@
 # Maintainer: Maxime Gauduin <aluc...@archlinux.org>
 
 pkgname=switchboard-plug-printers
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.1.r157.6487945
+pkgrel=1
 pkgdesc='Switchboard Printers Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-printers
-license=(GPL3)
+license=(GPL-3.0-only)
 groups=(pantheon)
 depends=(
   glib2
-  gtk3
+  glibc
+  gtk4
   libcups
+  libadwaita-1.so
   libgee
-  libgranite.so
-  libswitchboard-2.0.so
+  libgranite-7.so
+  libswitchboard-3.so
 )
 makedepends=(
   git
   meson
   vala
 )
-_tag=cf3bf32e4a7699d0027900b4ee81b4df73b6b742
-source=(git+https://github.com/elementary/switchboard-plug-printers.git#tag=${_tag})
-sha256sums=('4cbae7571066a24e617e19fd1919bf50448652df84f5d7fed786fc6117d42740')
+_commit=648794590e01ca383bf84cfa6cf500c8e610c2d8
+source=(git+https://github.com/elementary/switchboard-plug-printers.git#commit=${_commit})
+b2sums=('d6cc08e0a18a041438e192bfb2f85db3f825e6e5ae8218a2b40514dcfd3208f159df98c5add581637715afc7da34494f47df737806dbc320738ec7294759a3fe')
 
 pkgver() {
   cd switchboard-plug-printers
-  git describe --tags
+  git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/switchboard-plug-printers/-/commit/e17840ee79997afea7cd7da9bd373105b23d1e74

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/switchboard-plug-printers/-/commit/e17840ee79997afea7cd7da9bd373105b23d1e74
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to