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


Commits:
a7eb719a by Balló György at 2024-04-19T14:18:46+02:00
Switch to git source, add srcinfo, add srcinfo, add config for nvchecker

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = libmediaart
+       pkgdesc = Library tasked with managing, extracting and handling media 
art caches
+       pkgver = 1.9.6
+       pkgrel = 2
+       url = https://git.gnome.org/browse/libmediaart
+       arch = x86_64
+       license = LGPL-2.1-or-later
+       makedepends = git
+       makedepends = gobject-introspection
+       makedepends = gtk-doc
+       makedepends = meson
+       makedepends = vala
+       depends = gdk-pixbuf2
+       depends = glib2
+       depends = glibc
+       source = git+https://gitlab.gnome.org/GNOME/libmediaart.git#tag=1.9.6
+       b2sums = 
e5186df01967337cacdefe2e4035145bef47202f6eb58cd03b7fe49f6adcbfc0505c4f1f89305600872e5403cae7a22fdc47c6e3ea246daa0cc25593a5d30fbb
+
+pkgname = libmediaart


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[libmediaart]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/libmediaart.git";


=====================================
PKGBUILD
=====================================
@@ -10,12 +10,12 @@ url='https://git.gnome.org/browse/libmediaart'
 arch=('x86_64')
 license=('LGPL-2.1-or-later')
 depends=('gdk-pixbuf2' 'glib2' 'glibc')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('c3bc5025d7db380587f9c8eb800c611f6b5a16d6b4b78fcff93f62876a677f17')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver";)
+b2sums=('e5186df01967337cacdefe2e4035145bef47202f6eb58cd03b7fe49f6adcbfc0505c4f1f89305600872e5403cae7a22fdc47c6e3ea246daa0cc25593a5d30fbb')
 
 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/libmediaart/-/commit/a7eb719a9f197229aa6ba0b26396739daadd8778

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


Reply via email to