Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libmanette


Commits:
252da0e8 by Balló György at 2024-04-19T14:00:12+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,7 +5,9 @@ pkgbase = libmanette
        url = https://gnome.pages.gitlab.gnome.org/libmanette/
        arch = x86_64
        license = LGPL-2.1-or-later
+       makedepends = git
        makedepends = gobject-introspection
+       makedepends = gtk-doc
        makedepends = meson
        makedepends = vala
        depends = gcc-libs
@@ -13,7 +15,7 @@ pkgbase = libmanette
        depends = glibc
        depends = libevdev
        depends = libgudev
-       source = 
https://download.gnome.org/sources/libmanette/0.2/libmanette-0.2.7.tar.xz
-       sha256sums = 
cddd5c02a131072c19c6cde6f2cb2cd57eae7dacb50d14c337efd980baa51a51
+       source = git+https://gitlab.gnome.org/GNOME/libmanette.git#tag=0.2.7
+       b2sums = 
21ef1234aa2854e3f164c3eb9148422d477916c0f8eddf958edd50282ccceead35420c8cfc9a99c8f302612dac77f89731c3b55b79627ae955296ec0f3f1610b
 
 pkgname = libmanette


=====================================
PKGBUILD
=====================================
@@ -8,12 +8,12 @@ arch=('x86_64')
 url='https://gnome.pages.gitlab.gnome.org/libmanette/'
 license=('LGPL-2.1-or-later')
 depends=('gcc-libs' 'glib2' 'glibc' 'libevdev' 'libgudev')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('cddd5c02a131072c19c6cde6f2cb2cd57eae7dacb50d14c337efd980baa51a51')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver";)
+b2sums=('21ef1234aa2854e3f164c3eb9148422d477916c0f8eddf958edd50282ccceead35420c8cfc9a99c8f302612dac77f89731c3b55b79627ae955296ec0f3f1610b')
 
 build() {
-  arch-meson $pkgname-$pkgver build -D doc=true
+  arch-meson $pkgname build -D doc=true
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmanette/-/commit/252da0e86c087a24bc66ef0293a28a7814ddd457

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmanette/-/commit/252da0e86c087a24bc66ef0293a28a7814ddd457
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to