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


Commits:
36c08e3d by Balló György at 2024-04-19T09:49:45+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,13 +5,15 @@ pkgbase = gsound
        url = https://wiki.gnome.org/Projects/GSound
        arch = x86_64
        license = LGPL-2.1-or-later
+       makedepends = git
        makedepends = gobject-introspection
+       makedepends = gtk-doc
        makedepends = meson
        makedepends = vala
        depends = glib2
        depends = glibc
        depends = libcanberra
-       source = 
https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz
-       sha256sums = 
ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a
+       source = git+https://gitlab.gnome.org/GNOME/gsound.git#tag=1.0.3
+       b2sums = 
91b34e0e9f4c0f60bad65d70767f4c7ba995fccdc2ee3d050930e76ea038c75303710d3bfe6815c612d8ed4a8980269fb41964197306f12f1f9492be7135cec8
 
 pkgname = gsound


=====================================
PKGBUILD
=====================================
@@ -10,12 +10,12 @@ arch=('x86_64')
 url='https://wiki.gnome.org/Projects/GSound'
 license=('LGPL-2.1-or-later')
 depends=('glib2' 'glibc' 'libcanberra')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver";)
+b2sums=('91b34e0e9f4c0f60bad65d70767f4c7ba995fccdc2ee3d050930e76ea038c75303710d3bfe6815c612d8ed4a8980269fb41964197306f12f1f9492be7135cec8')
 
 build() {
-  arch-meson $pkgname-$pkgver build -D gtk_doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gsound/-/commit/36c08e3dfc9e06996af0d293aca62b1d55335c69

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


Reply via email to